<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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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="cd9b3e9e-47fe-4f91-8f9e-b9522089f90c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
cd9b3e9e-47fe-4f91-8f9e-b9522089f90c|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="2025-11-24T05:38:12.7441224+00:00" Version="0" EchoToken="Search" TransactionIdentifier="cd9b3e9e-47fe-4f91-8f9e-b9522089f90c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="23.65" OriginalAmount="22.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|101480" HotelName="MAINGATE LAKESIDE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>7769 W IRLO BRONSON MEMORIAL HWY KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="30.71" OriginalAmount="28.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.507823334541" Longitude="-81.41651503638" StarRating="2" HotelCode="121903|1363794" HotelName="Days Inn Orlando Near Millenia Mall" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2500 West 33rd Street, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1d/3e1d6c1a459079f25720207e603a4223d31b598e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.78" OriginalAmount="37.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436979" Longitude="-81.404854" StarRating="3" HotelCode="888339|48284" HotelName="Baymont Inn &amp; Suites Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8820 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/54/c054a35a1c292b891404c268fc9770d016bbfc2e.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.85" OriginalAmount="37.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462570931032" Longitude="-81.398067465772" StarRating="2.5" HotelCode="226326|91698739" HotelName="Great Value Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>7100 South Orange Blossom Trail, Orlando, Florida 32809-5717</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/25/4d2512b54249b7f18f0d0b91ce7c677b1f4f4e56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.78" OriginalAmount="38.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450968059096" Longitude="-81.464859545231" StarRating="2" HotelCode="37482|12899" HotelName="Baymont by Wyndham Orlando Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7825 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/57/4657dbf067764d96c45b6a4c5ba286241e98bd84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="47.64" OriginalAmount="44.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.430420853867" Longitude="-81.476202607155" StarRating="3" HotelCode="47671|13619" HotelName="Quality Suites Universal South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1e/981e50a70a6d684ddfbaaa2563da4af07a782407.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="49.13" OriginalAmount="45.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461854431584" Longitude="-81.466774642467" StarRating="3" HotelCode="21215|4658210" HotelName="Monumental Movieland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6233 International Drive, Orlando, Florida 32829</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b7/4db7d11f41146b4e26a303b7316b2fa850993337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="51.75" OriginalAmount="48.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.422649521657" Longitude="-81.461164230778" StarRating="2" HotelCode="396001|2441943" HotelName="Days Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9990 International Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/77/5e7725e0608790fecf1447ca8f4db5b9e2c6b843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.22" OriginalAmount="50.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331431" Longitude="-81.586227" StarRating="3" HotelCode="16472|36179" HotelName="Ramada Gateway Kissimmee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7470 W. Irlo Bronson Memorial Highway 192, Kissimmee, Florida 34747</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/49/e749d35f3f71ad1c64ed2cd800a5734f64b32607.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.46" OriginalAmount="50.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.372141" Longitude="-81.503047" StarRating="3" HotelCode="13526|12805" HotelName="Holiday Inn Resort Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13351 State Road 535, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/5344d3737f8d878b612214e686eaf37e746742a7.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.70" OriginalAmount="51.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451983831215" Longitude="-81.337730936176" StarRating="2" HotelCode="64491|2205515" HotelName="La Quinta Inn Orlando Airport West" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7931 Daetwyler Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/06/8f06019d344a2b44f401530c0b11e6d42d08b689.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.87" OriginalAmount="51.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444690169821" Longitude="-81.473284363747" StarRating="3" HotelCode="75937|1000320" HotelName="Red Roof Inn Orlando Convention Center / Int'l Dr" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8342 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2d/cf2d85e904bd449447636c5488a27a9b65daabee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.05" OriginalAmount="51.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456368305974" Longitude="-81.473261087687" StarRating="2" HotelCode="84927|186828" HotelName="Econo Lodge International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7102 International Drive, Florida, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/17/30172bcbc0302102e2bf2d935b8f0267e73b8592.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.14" OriginalAmount="54.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567660285714" Longitude="-81.210326857143" StarRating="2" HotelCode="121229|3955156" HotelName="Days Inn &amp; Suites Orlando / UCF Research Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11639 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/21/b921e712794a69a633bc833fbe87595dbdc013b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.78" OriginalAmount="54.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.659396571429" Longitude="-81.476055142857" StarRating="2" HotelCode="124484|209664" HotelName="Rodeway Inn Apopka Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1317 South Orange Blossom Trail, Apopka, FL 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/66/4166f44a4aa2bf92d4a263157de017c0ef259e8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.49" OriginalAmount="55.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445289203137" Longitude="-81.472849845886" StarRating="2.5" HotelCode="259968|2437485" HotelName="Quality Inn at International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8300 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0709dd6ba15f86e034977775788acccc307b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.89" OriginalAmount="56.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450715015896" Longitude="-81.357478668648" StarRating="2" HotelCode="86637|71209" HotelName="Sleep Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1700 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e0/fbe04fe2f22d759eb5df1193c8931809786109c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.31" OriginalAmount="58.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333447" Longitude="-81.498623" StarRating="2.5" HotelCode="14626|48900" HotelName="Parkside Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5367 W. Irlo Bronson Memorial Hwy, Kissimmee, Florida 34746</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/6521539ba9d06dace3970e2c7223ec86d953dbde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.37" OriginalAmount="58.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458502449119" Longitude="-81.470655798912" StarRating="3" HotelCode="13482|1116711" HotelName="Avanti Palms Resort &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6515 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/dd/ccdd9999214c075e0fb075ef0ac8f78978b87d1f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.13" OriginalAmount="59.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450727" Longitude="-81.356334" StarRating="2" HotelCode="35112|113093" HotelName="Best Western Airport Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8101 Aircenter Court (McCoy Road), Orlando, Florida 32809-7414</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdae10001296eb6c322239aa81b3e7ee55691b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.35" OriginalAmount="60.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.417409334475" Longitude="-81.462351679802" StarRating="3" HotelCode="17530|13655" HotelName="DoubleTree by Hilton Hotel Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10100 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/37/2437ed8713a3e472f0a784cf0c57b2805da1ce40.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.35" OriginalAmount="60.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451946" Longitude="-81.350875" StarRating="2" HotelCode="11597|129287" HotelName="Quality Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2601 McCoy Rd., Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a2/0ca226893b47b729a90bbf5e5d758bca2f1b29a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.65" OriginalAmount="60.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390076" Longitude="-81.47269" StarRating="3" HotelCode="100091|48202" HotelName="Monumental Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12120 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/81/b2813856f21da351d1fb7c2b0839facd3abbad67.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="66.14" OriginalAmount="61.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456321" Longitude="-81.471617" StarRating="2" HotelCode="907356|12897" HotelName="Heart Of I-Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7200 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2de1ea8d1ef456d2e7a9ec099a769780d2243f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.21" OriginalAmount="61.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.550187512805" Longitude="-81.48345617791" StarRating="3" HotelCode="123882|1073704" HotelName="Holiday Inn Express &amp; Suites Orlando-Ocoee East" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7474 West Colonial Drive, Orlando, Florida 32818</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/b7/b0b73b71b4d55b7d4391d9678abe6f9da9dd95bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.41" OriginalAmount="62.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462867197495" Longitude="-81.461461186409" StarRating="3" HotelCode="45066|1187960" HotelName="Four Points by Sheraton Orlando International Drive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/7d/fb7df06bc58606a35c63bcd9d02fe25cf8811797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="67.69" OriginalAmount="63.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460456" Longitude="-81.469744" StarRating="3" HotelCode="16864|632971" HotelName="Rosen Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6327 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f1/2ef1e5c0f1f10c07a330cfe81cf43b89b25a2cc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.01" OriginalAmount="63.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.357433767815" Longitude="-81.508985154596" StarRating="3" HotelCode="59120|1301474" HotelName="Holiday Inn Resort Orlando Suites - Waterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14500 Continental Gateway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3d/643dd547f6dc7eb0d840bc362cf5d8f0b0915a24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.13" OriginalAmount="63.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.409892" Longitude="-81.470653" StarRating="3" HotelCode="49151|2189218" HotelName="Hilton Garden Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6850 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c7/d6c710c19641fceba8f8b78b95d2bfd79ec0229e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.62" OriginalAmount="65.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.650072400463" Longitude="-81.349662165676" StarRating="2" HotelCode="68996|284157" HotelName="Days Inn N Orlando/Casselberry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8245 South US Highway 17-92, Fern Park, Florida 32730</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5d/fd5de9aeb8430b1515051901be8aff76bf5b3e52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.71" OriginalAmount="65.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.429194780264" Longitude="-81.408519778955" StarRating="2" HotelCode="125455|129293" HotelName="Suburban Extended Stay South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9435 Delegates Drive, Orlando, FL 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ca/7aca3724cc193e51e259bd07fc83e07110485d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459424461225" Longitude="-81.308746933937" StarRating="3" HotelCode="22633|1498722" HotelName="Holiday Inn Orlando - International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5750 T.G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/90/e39089b9aaf889455119d7118e4c79c7a1799557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384839325067" Longitude="-81.50279134512" StarRating="3" HotelCode="396013|1584557" HotelName="Royale Parc Hotel Orlando - Lake Buena Vista" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8686 Palm Parkway, 32836 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/47/1547be33ad410c5ee4748dabcde30d86f6fdb42c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.60" OriginalAmount="65.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.476519136371" Longitude="-81.457274258137" StarRating="3" HotelCode="56812|1498869" HotelName="Holiday Inn &amp; Suites Across From Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1e/c51e2dbfcb313fb97fabcc8a9781f07e04ac9563.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.01" OriginalAmount="66.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|955593" HotelName="Wyndham Garden Lake Buena Vista Disney Springs� Resort Area" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1850B HOTEL PLAZA BOULEVARD LAKE BUENA VISTA, FL</AddressLine>
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/898947_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.06" OriginalAmount="66.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442111" Longitude="-81.472307" StarRating="3" HotelCode="142104|123292" HotelName="Rodeway Inn International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8444 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4b/ef4b2a64d2ad69aa172cb52273fba63b9b23dcd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.08" OriginalAmount="66.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486199" Longitude="-81.45724" StarRating="3" HotelCode="99574|2628826" HotelName="Wingate by Wyndham Convention Center Closest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5661 Windhover Drive, Windhover and Kirkman, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bcb4982b06e36934063fd9d937f73090f58e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.27" OriginalAmount="66.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384179776018" Longitude="-81.506731510162" StarRating="3" HotelCode="23531|1771077" HotelName="Delta Hotels Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12490 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2e/462ecc4b406cdff839f1ff90ac81686087624fe4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.34" OriginalAmount="66.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.564514" Longitude="-81.195979" StarRating="2" HotelCode="119799|321792" HotelName="HomeTowne Studios Orlando - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12350 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fd/abfd49cb8bd278674b59ade9d56324e1703badc6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.40" OriginalAmount="66.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.435662" Longitude="-81.403523" StarRating="2" HotelCode="88192|87482" HotelName="Travelodge Orlando Near Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1850 West Landstreet Road, Orlando, Florida 32809-7981</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/b3/59b37f678d1ae8cfff797b809f4a0c310bf225d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.54" OriginalAmount="66.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459028303557" Longitude="-81.313161849976" StarRating="2" HotelCode="39112|317905" HotelName="La Quinta Inn &amp; Suites Orlando Airport North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7160 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e5/86e5587c1501120c13c373759da9b49fe813d9b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="72.06" OriginalAmount="67.35" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807953" HotelName="ROSEN INN LAKE BUENA VISTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8442 PALM PARKWAY ORLANDO</AddressLine>
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928957_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.08" OriginalAmount="67.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.427279" Longitude="-81.403569" StarRating="2" HotelCode="102725|108034" HotelName="Days Inn Orlando - Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9301 S Orange Blossom Trail, Fl Trnpk/Beachline/528/441 S., Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/91/ba915b3f9af76b5a8600232da5e465986ac3aa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.13" OriginalAmount="67.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451496309263" Longitude="-81.472490429878" StarRating="3" HotelCode="163167|13645" HotelName="Rosen Inn International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7600 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9b/3b9b7c2d06fd62755cae4720a5e85f7e7be0aa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.77" OriginalAmount="68.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433798492248" Longitude="-81.472914218903" StarRating="3" HotelCode="16467|12908" HotelName="Rosen Inn at Pointe Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9000 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/66/e6663181d22d53b0b6490da100f2265ec8f21d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.52" OriginalAmount="68.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4585909089" Longitude="-81.307370573189" StarRating="3" HotelCode="40711|131094" HotelName="Hilton Garden Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7300 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6d/ec6d3cb7199001a79cdf83541000bbeb9fb0d6fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.80" OriginalAmount="68.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481988" Longitude="-81.454734" StarRating="3" HotelCode="31917|88231" HotelName="Holiday Inn Express Hotel &amp; Suites Nearest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5605 Major Boulevard, Olrando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/5a/335a0d4b2680ef19e56471a71f1af5f88bdd77cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.87" OriginalAmount="69.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439025127964" Longitude="-81.472141742707" StarRating="3" HotelCode="11010|184072" HotelName="Avanti International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8738 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f5e2d8976b39cdb1f919e13683315a591054.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.88" OriginalAmount="69.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428905" Longitude="-81.405579" StarRating="2" HotelCode="64442|3895809" HotelName="La Quinta Inn &amp; Suites Orlando South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Consulate Dr, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/13/5713ad24a679f2c09f257baff425745c47287574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.30" OriginalAmount="69.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459871283866" Longitude="-81.313870119049" StarRating="3" HotelCode="42210|135887" HotelName="Country Inn &amp; Suites by Radisson, Orlando Airport, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5440 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d1/31d10d26763d8afb7cb7d1330b7d1c302290d25f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.81" OriginalAmount="70.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567614311188" Longitude="-81.267869944005" StarRating="2" HotelCode="891619|1767565" HotelName="Best Western Orlando East Inn &amp; Suites" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Golf,Internet,Kitchen,Lounge,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/cb/64cbdcb451eba0c51078e4b3d701cb5f3e1dcf0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.07" OriginalAmount="71.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437183" Longitude="-81.468478" StarRating="3" HotelCode="396009|1769320" HotelName="Springhill Suites Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>8840 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/18/55189ea41602a2db32d3233796bb510d7a6c744a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.72" OriginalAmount="72.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386633691178" Longitude="-81.502512775463" StarRating="3" HotelCode="69973|1184381" HotelName="Courtyard Orlando Lake Buena Vista at Vista Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8501 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ce/21ceb47fd0b7df7f767daa841d95edc25e31fe42.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.69" OriginalAmount="73.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456161" Longitude="-81.308679" StarRating="3" HotelCode="396002|1137843" HotelName="Ramada Suites Orlando Aiport" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/59/7759d13b3f6e25b97a1f286ca3c40cd2215df099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.69" OriginalAmount="73.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.455543" Longitude="-81.473154" StarRating="3" HotelCode="88021|2814462" HotelName="Holiday Inn Express Orlando - International Drive" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7276 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/eb/b8ebfafebfd2809dddd45afe07cb97248e3ed0db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.82" OriginalAmount="73.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573839" Longitude="-81.207034" StarRating="3" HotelCode="84340|371177" HotelName="Comfort Suites UCF Area - Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12101 Challenger Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/13/fd13059ad0ce092ca323ea48ec9a39e3c3ffb274.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.64" OriginalAmount="74.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464815" Longitude="-81.4605" StarRating="3" HotelCode="260607|1042771" HotelName="Sunsol International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Eco Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5859 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07a2fc706dfce211e11263efb7b7c09f345036.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.64" OriginalAmount="74.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.588771" Longitude="-81.207257" StarRating="2" HotelCode="64523|4501935" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando UCF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11805 Research Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b52107c70de08fff46b32ba1c00291c95186ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.86" OriginalAmount="74.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45258976" Longitude="-81.33336704" StarRating="3" HotelCode="973997|685932" HotelName="avid hotel Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7976 Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8f/778fec180340f9d067a5d4e7cc7f62d5c874f0c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.47" OriginalAmount="75.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56824782663" Longitude="-81.208134591579" StarRating="3" HotelCode="32855|1404644" HotelName="Holiday Inn Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1724 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/a3/e1a39da71e3265b557328fcc502490c8726a71a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.60" OriginalAmount="75.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.55889406284" Longitude="-81.3785366714" StarRating="3" HotelCode="56823|2194137" HotelName="DoubleTree by Hilton Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 South Ivanhoe Boulevard, Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/f7/bcf79a7e3e85a49bfac996e16779e0b30c9d4ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.65" OriginalAmount="75.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.411572" Longitude="-81.468095" StarRating="4" HotelCode="30074|1999917" HotelName="Renaissance Orlando Resort at SeaWorld" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6677 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d4/3cd44f7961a6eb3e12784ae3b921d4961a865bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.72" OriginalAmount="75.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460991" Longitude="-81.313817" StarRating="3" HotelCode="149841|129989" HotelName="Hyatt Place Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5435 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/54/35543902738b20df44fa466da218f28052aa3961.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.15" OriginalAmount="75.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436546362389" Longitude="-81.468539397631" StarRating="3" HotelCode="55938|14849" HotelName="Hampton Inn Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8900 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/0a/490a374a37e8500fbbebfecc7b3e5f1c24e287ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.86" OriginalAmount="76.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377010602594" Longitude="-81.501935720443" StarRating="3" HotelCode="20706|14844" HotelName="Courtyard Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8623 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/64/9764601a3cb38ed6fb7c9d1253c112c6df1ba0a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.64" OriginalAmount="79.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331076526567" Longitude="-81.538189002956" StarRating="4" HotelCode="88224|94214" HotelName="Meliá Orlando Suite Hotel at Celebration" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Celebration Place, 34747 Kissimmee, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/4d/244d8220b7caeb59df46ceda30ac8c20d3874dbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.68" OriginalAmount="79.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44146985204" Longitude="-81.468504879781" StarRating="2" HotelCode="64500|1201585" HotelName="La Quinta Inn &amp; Suites Orlando Orlando I Drive/Conv Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8504 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e1/7ee1a52d4c3071dc00124ae7c5fd0524b71bbffe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.54" OriginalAmount="79.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460808706799" Longitude="-81.307773804005" StarRating="3" HotelCode="40957|130802" HotelName="Hampton Inn Orlando-International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5767 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/bb/cabb7c7bd88054cd40bd60cbf88cd59d791ec42c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.00" OriginalAmount="80.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451340427382" Longitude="-81.357034742832" StarRating="2" HotelCode="16452|176810" HotelName="Days Inn &amp; Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1853 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e7/28e78189076c7783c6a7a25c1d403ec5a0f88908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.11" OriginalAmount="80.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386548942053" Longitude="-81.505682766438" StarRating="4" HotelCode="17525|2143770" HotelName="Sheraton Lake Buena Vista Resort" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12205 S. Apopka-Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b7/97b72bfd5ec83f8782fa6d17f68bbcc1180c8f15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.36" OriginalAmount="80.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.438337613691" Longitude="-81.469581574202" StarRating="3" HotelCode="88160|2004380" HotelName="Hyatt Place Orlando/Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8741 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/39/8d39899ec3cd1e259deab6461a40540514160fec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.32" OriginalAmount="81.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477092054821" Longitude="-81.455002427101" StarRating="2" HotelCode="55985|1810458" HotelName="Clarion Inn &amp; Suites Across From Universal Orlando Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5829 Grand National Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b0/a0b0c43538a744cd1ee6a925d64f09041993baf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.73" OriginalAmount="81.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447399943098" Longitude="-81.471846699715" StarRating="3" HotelCode="29486|48901" HotelName="Best Western International Drive - Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8222 Jamaican Court, International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/b8/02b8e1373f3efa062a384fbef6f34b47f17858fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.83" OriginalAmount="83.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463282" Longitude="-81.459874" StarRating="2" HotelCode="26724|1403826" HotelName="La Quinta Inn Orlando International Drive North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5825 International Drive, Orlando 32819, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b6/bdb6d86c61f0ccfbd9a99d3744ada6d4074afa01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.90" OriginalAmount="83.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.508449041108" Longitude="-81.397656811242" StarRating="2" HotelCode="121901|317946" HotelName="Days Inn by Wyndham Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trail, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f3/a5f31479548c1549a6d15ca4c46d6fd991b80c45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.24" OriginalAmount="83.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="3" HotelCode="981411|93054541" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando IDrive Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>11545 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e6/c4e6497a8c319fa713af7da15a7788bde454cc68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.36" OriginalAmount="83.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453166623884" Longitude="-81.467632465536" StarRating="3" HotelCode="128502|1315251" HotelName="Comfort Inn &amp; Suites Universal - Convention Center" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7495 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0c/ea0ca04c2d0a21fb93dcb2a0814976f3462ed0cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.20" OriginalAmount="84.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552426125465" Longitude="-81.383530944586" StarRating="4" HotelCode="59712|1369311" HotelName="Crowne Plaza Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>304, West Colonial Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bf/b3bf818086fd4401779bd79efba13008be4cd836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.24" OriginalAmount="84.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481212591073" Longitude="-81.452961266041" StarRating="2" HotelCode="893469|2450921" HotelName="La Quinta Inn Orlando - Universal Studios" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5621 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/f8/96f8c079724f8bd999cad0bb6b7d7bf909ea772d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.31" OriginalAmount="84.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43817959091" Longitude="-81.472734510899" StarRating="3" HotelCode="35582|1834095" HotelName="Embassy Suites by Hilton Orlando International Drive Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8978 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/07/350738347e31bee8b4f6e455868329dce01e5ec0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.48" OriginalAmount="84.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.485602946426" Longitude="-81.456118226051" StarRating="3" HotelCode="40958|1283737" HotelName="Hampton Inn Closest to Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5621 Windhover Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/92/9a92f6b3129f243974f6af4411f1166a2e4aa06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.54" OriginalAmount="85.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599939" Longitude="-81.211203" StarRating="3" HotelCode="564444|384596" HotelName="DoubleTree by Hilton Hotel Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12125 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227bcf273ac8085eaa8e6dca77da964994ca279f.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.62" OriginalAmount="85.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.632290083502" Longitude="-81.40046775341" StarRating="3" HotelCode="71392|87763" HotelName="Extended Stay America - Orlando - Maitland - Pembrook Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1776 Pembrook Drive, Orlando, Florida  32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/96/199690b7dbe88ca0ff67cbddf1081de4ac8b48c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.76" OriginalAmount="85.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599279437242" Longitude="-81.216353288407" StarRating="3" HotelCode="40706|160261" HotelName="Hampton Inn &amp; Suites Orlando/East UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3450 Quadrangle Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/zz/81ad387870bc6710b9c428bc5ccdcf9006fdc7c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="92.21" OriginalAmount="86.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.478407853689" Longitude="-81.456536650657" StarRating="3" HotelCode="58808|1308382" HotelName="Doubletree by Hilton at the Entrance to Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5780 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/88/3d88a2da91268a226c89ee1a22267c2097711e79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.76" OriginalAmount="86.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450563" Longitude="-81.353731" StarRating="3" HotelCode="166908|144880" HotelName="Comfort Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1936 McCoy Road, Orlando, 32809 Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060023b4dfdeb564ac676c5005c301c9b75b6d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.74" OriginalAmount="87.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399451" Longitude="-81.463629" StarRating="3" HotelCode="16321|13642" HotelName="Parc Corniche" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Parc Corniche Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c4/56c4076f8b05435dc72e6f84857046249a827eba.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.03" OriginalAmount="87.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442268059576" Longitude="-81.47112518549" StarRating="3" HotelCode="18440|1017821" HotelName="Sonesta ES Suites Orlando - International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8480 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c7/6dc712c19403a403d42f08aaf93ca3eddca9a24f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.03" OriginalAmount="87.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46260310115" Longitude="-81.308006644249" StarRating="3" HotelCode="89585|2339081" HotelName="Wingate Inn @ Orlando Airport" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5750 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4600056ccfa737d002567280965ae044677f9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.03" OriginalAmount="87.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408016318593" Longitude="-81.458014552396" StarRating="3" HotelCode="510741|37875630" HotelName="Holiday Inn Express &amp; Suites Orlando At Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>10771 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3c/713c857506603e8f07d18cdaa97675b10e1bad3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.06" OriginalAmount="87.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573778" Longitude="-81.373309" StarRating="3" HotelCode="65492|71206" HotelName="Comfort Suites Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2416 N. Orange Ave., Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/0e/dc0e76e87827fc5496275630e48b59f28ee9b161.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.64" OriginalAmount="88.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46354854" Longitude="-81.3152525" StarRating="3" HotelCode="850007|648161" HotelName="Home2 Suites By Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445 Hazeltine National Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/80/9d80f27efc86cba57a12e3ce23b7d32f91f82cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.06" OriginalAmount="88.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42662" Longitude="-81.467208" StarRating="4" HotelCode="31963|1466262" HotelName="Hyatt Regency Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/fc/7ffc2fe816ff283c2b47f83c33b10a2b04c998fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.16" OriginalAmount="88.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389243686077" Longitude="-81.496860980988" StarRating="3" HotelCode="396004|3086901" HotelName="Quality Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>8200, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/97/8397ffce6ad7a5b750d35275f7ee63c5238b68ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.52" OriginalAmount="89.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457277542685" Longitude="-81.311666589067" StarRating="3" HotelCode="263868|189684" HotelName="Hampton Inn &amp; Suites Orlando Airport @ Gateway Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5460 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/85/ee85e710f60d87302f78f579c6789fca4cf7ed6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.09" OriginalAmount="89.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486256" Longitude="-81.456591" StarRating="3" HotelCode="64448|98719" HotelName="Quality Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5635 Windhover Drive, 32819 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceebc868b00f33a50010fa2da43c6f507b983b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.37" OriginalAmount="90.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437605" Longitude="-81.469929" StarRating="3" HotelCode="29257|13632" HotelName="Homewood Suites by Hilton Orlando-International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8745 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0db31c5f78d8e14417f35e195aed3940520ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.75" OriginalAmount="90.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452885311619" Longitude="-81.334174275398" StarRating="3" HotelCode="64058|68220" HotelName="Holiday Inn Express &amp; Suites Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7900 S. Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/2e/ca2e160c2d011f4843090edd4c3671b5d1175950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.75" OriginalAmount="90.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56464" Longitude="-81.198286" StarRating="2" HotelCode="263869|591010" HotelName="Holiday Inn Express &amp; Suites Orlando East-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12250 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/51/fe5111d4df8d6a671e66e7c4aaf1f8833895ef9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.24" OriginalAmount="90.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.571735380237" Longitude="-81.206564020763" StarRating="3" HotelCode="40712|160188" HotelName="Hilton Garden Inn Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1959 North Alafaya Trail, Orlando, FL 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/49/d54972c2b2651e03949638456675fc43418701db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.02" OriginalAmount="91.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452609399191" Longitude="-81.467831432819" StarRating="2" HotelCode="39187|16408" HotelName="The Floridian Hotel &amp; Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7531 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4f/274f68a7dfad664e749dcc79a0667483eb321de7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.88" OriginalAmount="92.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459347061138" Longitude="-81.459311" StarRating="3" HotelCode="40709|12900" HotelName="Hampton Inn Orlando Near Universal Blv/International Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7110 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/60/1260040abd569472e998c624a593707f34813013.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.23" OriginalAmount="92.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439106809933" Longitude="-81.427992716983" StarRating="3" HotelCode="123109|131138" HotelName="Hampton Inn &amp; Suites Orlando John Young Pkwy S. Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Futures Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/84/2284e4880643c1350bbef244a1c4e1e65b5119b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.92" OriginalAmount="93.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39327565" Longitude="-81.49560131" StarRating="3" HotelCode="731347|628781" HotelName="TownePlace Suites Orlando Lake Buena Vista/Palm Parkway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/66/7f66ea9e021e0afb266bd41394785b037bfa4c47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.04" OriginalAmount="93.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377081399961" Longitude="-81.502574086189" StarRating="3" HotelCode="56495|12757" HotelName="Fairfield Inn &amp; Suites Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8615 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/01/0e014a837f5869ab36bc419b0eb8ddbdf7bca7b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.16" OriginalAmount="93.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457243" Longitude="-81.307902" StarRating="3" HotelCode="41928|223734" HotelName="Staybridge Suites Orlando Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7450 Augusta National Drive, Orlando 32822, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/71/03710e09f016896ffc508c88813c80e8c0e6bc9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.43" OriginalAmount="93.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464244026467" Longitude="-81.311896215083" StarRating="3" HotelCode="84477|186155" HotelName="DoubleTree By Hilton Hotel Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5555 Hazeltine National Drive, Orlando, FL 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0a/c60ac4873118e8c4a61a70d986522f4984bc91c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.45" OriginalAmount="93.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424519162729" Longitude="-81.46412730217" StarRating="4" HotelCode="31915|1440186" HotelName="Rosen Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9840 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b9/dbb953209c3df6f06891d45a5db0123f54ee51d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.45" OriginalAmount="93.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43002458755" Longitude="-81.471707224846" StarRating="4" HotelCode="16941|1649309" HotelName="Rosen Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9700 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/f5/e3f5959df98e5516364eee830b6505301e489998.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.75" OriginalAmount="94.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.475138696644" Longitude="-81.456941664219" StarRating="3" HotelCode="395999|1612225" HotelName="Hyatt Place Orlando / Universal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>5895 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c3/3ec38ce48e9673be94637de5918fa66bfd6ce2af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.77" OriginalAmount="94.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38873649" Longitude="-81.24364462" StarRating="3" HotelCode="779108|50195219" HotelName="Holiday Inn Express &amp; Suites Orlando - Lake Nona Area" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>10115 William Carey Drive, Orlando, Florida 32832</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9a/809ac77c296c316f97d709261c8f12757dbe94c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.97" OriginalAmount="94.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.391776510413" Longitude="-81.493258774281" StarRating="3" HotelCode="21216|13303" HotelName="Residence Inn Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11450 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c6/09c6d6b75cff2ebdbb9dd84b1795a6c16d0068fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.37" OriginalAmount="95.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39334453" Longitude="-81.49327818" StarRating="3" HotelCode="849666|78665964" HotelName="Holiday Inn Express &amp; Suites Orlando Lk Buena Vista Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>11409 Marbella Palms Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/99/a099e3778f54ede1df5f5887e7e86e6aaf2a9a2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.46" OriginalAmount="95.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458529706753" Longitude="-81.311667235323" StarRating="3" HotelCode="263870|189683" HotelName="Homewood Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5425 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e3/66e394b29c405345b31a6734e5fc5238c7bd99c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.99" OriginalAmount="97.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.674031" Longitude="-81.460867" StarRating="2.5" HotelCode="906481|132265" HotelName="Hampton Inn &amp; Suites Orlando-Apopka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>321 S. Lake Cortez Drive, Apopka, Florida 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/zz/b7adc775da05c722cf64e110836ab040e862118d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.22" OriginalAmount="97.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377796450717" Longitude="-81.502049714327" StarRating="3" HotelCode="46044|1873725" HotelName="SpringHill Suites Orlando Lake Buena Vista in Marriott Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ff/70ffdcd482050295cf8c42e69947d44d5b460a56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.54" OriginalAmount="97.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.419343707953" Longitude="-81.465774178505" StarRating="3" HotelCode="88022|1258960" HotelName="Four Points by Sheraton Orlando Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6435 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/94/6f9453fc12b689c5ccf75077b9bd16c0d5898c18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.77" OriginalAmount="97.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.537272242294" Longitude="-81.38032302998" StarRating="3" HotelCode="440583|189687" HotelName="Hampton Inn &amp; Suites Orlando/Downtown South - Medical Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Columbia Street, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/5e/ec5ed9a307f269f89b666b82a10248c0c5431473.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.85" OriginalAmount="97.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.554187708333" Longitude="-81.377080575" StarRating="3" HotelCode="891363|252363" HotelName="Courtyard Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>730 North Magnolia Avenue, Orlando, Florida 32803</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/ab/8aabe9ea8e9592482d1e33aecce3c3dcdb79e92e.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.07" OriginalAmount="100.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463966" Longitude="-81.473334" StarRating="3" HotelCode="255692|1201008" HotelName="Universal's Cabana Bay Beach Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Beach Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6550 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1f/471f802c9b6a52ab14728e3b5ab0ecf20670d125.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.40" OriginalAmount="100.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C4DB71" HotelName="SPOT X Hotel Orlando/Intl Dr by The Red Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>12235 REGENCY VILLAGE DRIVE ORLANDO</AddressLine>
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2345576_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.51" OriginalAmount="100.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44697" Longitude="-81.472998" StarRating="3" HotelCode="31960|13621" HotelName="Embassy Suites by Hilton Orlando International Drive I Drive 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8250 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb648954a63bf4ab3eadb78dad6a7b43ad256bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.68" OriginalAmount="100.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552249333333" Longitude="-81.42789" StarRating="2" HotelCode="126857|701674" HotelName="Quality Inn &amp; Suites Downtown Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3956 West Colonial Drive, Orlando, Florida 32808</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f46a5ca13b3aa06e9348fbeeaa7da71908a709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.27" OriginalAmount="101.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390642669091" Longitude="-81.494744587172" StarRating="3" HotelCode="39111|102821" HotelName="Embassy Suites by Hilton Orlando Lake Buena Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8100 Lake Street, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/b6/03b630042b76e9587061a8aeb7c60e7315807bbd.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.33" OriginalAmount="102.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452510925307" Longitude="-81.464010542328" StarRating="3" HotelCode="32914|12895" HotelName="Country Inn &amp; Suites by Radisson, Orlando, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7701 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/07/d207d95f6fbf19c2f726150be8f1821a96f42df8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.04" OriginalAmount="102.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.59947542" Longitude="-81.22073732" StarRating="3" HotelCode="955386|658944" HotelName="Home2 Suites by Hilton Orlando Near Ucf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3414 Technological Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/90/c09080a5068ae6df87887f036f75193dbc8b8952.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.73" OriginalAmount="103.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406043" Longitude="-81.469245" StarRating="4" HotelCode="370676|80681" HotelName="Hilton Grand Vacations at Seaworld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6924 Grand Vacations Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/b8/51b83d043b2e4b9bdcbe3c3dc0657f061290c7aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.73" OriginalAmount="103.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389423365359" Longitude="-81.501096679901" StarRating="3" HotelCode="208386|87272" HotelName="Grande Villas Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12118 Turtle Cay Circle, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b3/23b34a826f58e6f1446aaee689937dadf06adcd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.74" OriginalAmount="103.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.407085830091" Longitude="-81.471130705572" StarRating="3" HotelCode="318760|409945" HotelName="Hampton Inn &amp; Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7003 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/0f/640f21ff02bcbd131122895f8586234710c9732b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.83" OriginalAmount="103.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.443906587858" Longitude="-81.472540434359" StarRating="3" HotelCode="293643|650191" HotelName="Allure Resort International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8368 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ca/49ca9446739e7f241a746c71d2ac497671d032f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.02" OriginalAmount="103.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46443599" Longitude="-81.46207558" StarRating="2" HotelCode="943503|653961" HotelName="Home2 Suites by Hilton Orlando Near Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5910 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/23/ef2323408df2b1b1f2325de421ea9d05b108a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="111.25" OriginalAmount="103.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444808090033" Longitude="-81.402860283852" StarRating="2" HotelCode="42211|063219" HotelName="Red Roof Inn Orlando South - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8296 South Orange Blossom Trail, 32809 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32adde65be068a1f35a6943b852d0f2c75de6de2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.32" OriginalAmount="104.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4594507" Longitude="-81.46353121" StarRating="4" HotelCode="878441|73867825" HotelName="Universal’s Endless Summer Resort - Dockside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7125 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910fb49dfa5de2ae76be63346d713cd55319107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.96" OriginalAmount="104.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481537371999" Longitude="-81.453118175268" StarRating="3" HotelCode="59781|35021" HotelName="Comfort Suites Universal Studios Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5617 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/59/4c594e3d17e5a55e8947c08504bb4ac76a167624.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.53" OriginalAmount="105.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456148452069" Longitude="-81.307647898793" StarRating="3" HotelCode="70767|87042" HotelName="Sheraton Suites Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7550, Aususta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3e/103e1069030339c179ee4dbd98fa10052f849b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.61" OriginalAmount="105.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424891861191" Longitude="-81.457738280296" StarRating="4" HotelCode="899707|115113" HotelName="Hilton Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6001 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/1b/2f1b0144c9eeee91e45e3ba31d6a6e67ce6ee63e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.39" OriginalAmount="105.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.583938" Longitude="-81.208336" StarRating="3" HotelCode="99152|160274" HotelName="Homewood Suites by Hilton Orlando-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3028 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/1c/a01c26fd9928292628d92bea4b74e6fea92f1634.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="113.45" OriginalAmount="106.03" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A33D38" HotelName="Red Lion Hotel Orlando Lake Buena Vista South" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5150 WEST IRLO BRONSON MEMORIAL HIGHWAY KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1361916_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.64" OriginalAmount="106.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45329813816" Longitude="-81.473381125509" StarRating="3" HotelCode="88020|3068622" HotelName="Hampton Inn &amp; Suites Orlando Intl Dr N" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7448 North International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/37714c995330c8593e81231a8ca32ad3921c2bbd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.29" OriginalAmount="106.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39061609" Longitude="-81.48681118" StarRating="3" HotelCode="853462|31189969" HotelName="Holiday Inn &amp; Suites Orlando - International Dr S" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>12005 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/d5/15d58c55fd8b689afd2236c5a08f1f279cdaa2b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.32" OriginalAmount="107.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.425789847099" Longitude="-81.43493719079" StarRating="4" HotelCode="396015|807927" HotelName="Rosen Shingle Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>9939 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9c/c99ccff0820c3b7b452a02292ab448a7c5d4b343.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.47" OriginalAmount="107.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453937073759" Longitude="-81.468940526248" StarRating="3" HotelCode="16319|1816721" HotelName="Quality Suites Near Orange County Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7400 Canada Avenue, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/d1/3fd16322e99053b397221e89b66bd60eca0e6ef7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.04" OriginalAmount="108.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451699118894" Longitude="-81.465896219015" StarRating="4" HotelCode="27052|980211" HotelName="Crowne Plaza Orlando - Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39850/p_39850_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.73" OriginalAmount="109.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406141" Longitude="-81.476771" StarRating="3" HotelCode="14603|14872" HotelName="Residence Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11000 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d7/c2d78d7dd5ef5a004dd567e84fec9cb6f522dcf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.22" OriginalAmount="109.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547813666667" Longitude="-81.376477666667" StarRating="2" HotelCode="897015|321733" HotelName="Travelodge Orlando Downtown Centroplex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Magnolia Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/04/dc044bcbd507c55fb908047b38531c5951bfa58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.77" OriginalAmount="110.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444935443715" Longitude="-81.395602226257" StarRating="4" HotelCode="48393|1487000" HotelName="The Florida Hotel and Conference Center Best Western Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sand Lake Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/48/3f488aec5a7be7f8eccd96ee4c259765bbf4dba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.68" OriginalAmount="110.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465751336562" Longitude="-81.461382705522" StarRating="3" HotelCode="55942|16138" HotelName="Hilton Garden Inn International Drive North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5877 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce67b559cf7a78fb86e0b4f7f82c0d4d03dea17c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.90" OriginalAmount="111.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45892944375" Longitude="-81.464106317791" StarRating="3" HotelCode="741216|50036912" HotelName="Universal’s Endless Summer Resort - Surfside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7000 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0a/9c0a15cb634b39de44dfffa48baec57ed9b005ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.11" OriginalAmount="111.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.47540449" Longitude="-81.45707517" StarRating="3" HotelCode="640440|624783" HotelName="Hyatt House across from Universal Orlando Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5915 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/66/21665b14ec99064fc2729c8cdc44c3211987aed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.47" OriginalAmount="111.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460542183787" Longitude="-81.305697262287" StarRating="3" HotelCode="40703|131071" HotelName="Embassy Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5835 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a1/8aa1f637e787575daced425536eee6d121bc0584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.47" OriginalAmount="111.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687623" HotelName="COMFORT SUITES MAINGATE EAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2775 FLORIDA PLAZA BLVD,2775 KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931584_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.54" OriginalAmount="112.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457896416322" Longitude="-81.463682055473" StarRating="3.5" HotelCode="31961|1529661" HotelName="Best Western Orlando Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7299 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0ccc5d8881afdee857e5477e5d537d002dc5282.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.56" OriginalAmount="112.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389937418199" Longitude="-81.496319174766" StarRating="3" HotelCode="40708|1575862" HotelName="Hampton Inn Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8150, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653842d8e9268aa1911bf2cd8922c5b62e91264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.19" OriginalAmount="113.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40755103" Longitude="-81.47227711" StarRating="3" HotelCode="510822|57644982" HotelName="Homewood Suites by Hilton Orlando Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6940 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1d/181d207422c991bd03bf25fa4e1bc9d3001257f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.21" OriginalAmount="117.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.454189400788" Longitude="-81.471063494682" StarRating="3" HotelCode="165436|128537" HotelName="CoCo Key Hotel &amp; Water Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7400 International Drive, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/97/f297d6219d8377a24cef18ad8be13a9d0d6bdba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.84" OriginalAmount="117.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482017139145" Longitude="-81.456676125526" StarRating="3" HotelCode="122217|124473" HotelName="Fairfield Inn &amp; Suites Orlando Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5614, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/14/a31418b056fc91402b31e33df84ceb8fa58a6700.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.58" OriginalAmount="120.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.382216442941" Longitude="-81.509880423546" StarRating="4" HotelCode="13641|1722578" HotelName="Hyatt Regency Grand Cypress" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Grand Cypress Boulevard, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/b2/82b25aeaa6b09d983cd7bd62775ade44cbf09ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.84" OriginalAmount="120.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465724" Longitude="-81.461989" StarRating="3" HotelCode="31962|13631" HotelName="Homewood Suites by Hilton® Orlando-Nearest to Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5893 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/7e/e07e22c75b1668e05c03a9178679462b730bd377.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.92" OriginalAmount="123.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.536517" Longitude="-81.378911" StarRating="3" HotelCode="262140|321609" HotelName="Aloft Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f2a6ac090e952b88cb2a93e0e76855b6cdb634.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.63" OriginalAmount="123.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386058123158" Longitude="-81.489951610565" StarRating="4" HotelCode="69835|1638111" HotelName="Hilton Grand Vacations at Tuscany Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8122 Arrezzo Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25afe79834036c5b8cbfdd36784d387baeb74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.69" OriginalAmount="124.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481151906399" Longitude="-81.456820964813" StarRating="3.5" HotelCode="426699|167961" HotelName="Best Western Plus Universal Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5618 Vineland Road, Orlando, Florida 32819-7827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0d/fa0d38ab7b02d9810c1f5df84e7a001456dbfabc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="124.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390532042118" Longitude="-81.503137350082" StarRating="3" HotelCode="36277|16164" HotelName="Cypress Pointe Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Treasure Cay Lane, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/3701d0b34fbb9fc78e35639959b2a8d66b5ad9e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="124.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400130509563" Longitude="-81.492510437965" StarRating="4" HotelCode="100038|105750" HotelName="Parc Soleil by Hilton Grand Vacations Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11272, Desforges Avenue, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d8/88d888b77f78260a2ed99d6ac96f6c7d17c30e41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.38" OriginalAmount="124.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40741" Longitude="-81.47041" StarRating="3" HotelCode="421785|42639160" HotelName="Staybridge Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Business Centre,Internet,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>6985 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439f0f8263dd1f8802e9b086261cfa54fd6f4c86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.76" OriginalAmount="127.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.393202279491" Longitude="-81.493305588518" StarRating="3" HotelCode="40713|131058" HotelName="Homewood Suites by Hilton Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11428 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/15/bb15d78a07216d76230e7a6a861be4b269c7e9d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.53" OriginalAmount="131.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46603645" Longitude="-81.47191266" StarRating="3.5" HotelCode="562840|13065652" HotelName="Universal's Aventura Hotel" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6725 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb529de958615394e1d60ba5ae0bcaeb36dcd9e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.27" OriginalAmount="132.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386117115934" Longitude="-81.476712226868" StarRating="4" HotelCode="19242|1555066" HotelName="Sheraton Vistana Villages Resort Villas, I-Drive/Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12401 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e345fcc8632a6f64029354defcc65801549a2584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.44" OriginalAmount="134.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.541548527868" Longitude="-81.375781547767" StarRating="3" HotelCode="40704|131148" HotelName="Embassy Suites Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 East Pine Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/94/1a945b64c1f97112ee35673d5b3097da990c94da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.01" OriginalAmount="134.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457665321188" Longitude="-81.468469798565" StarRating="3" HotelCode="24630|1621544" HotelName="Ramada Plaza by Wyndham Orlando Resort &amp; Suites Intl Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6500 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f9/28f9135100a94c0aeb570665cbb064b3cfb44fcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.57" OriginalAmount="141.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.3897" Longitude="-81.4868" StarRating="3" HotelCode="445347|25940586" HotelName="Home2 Suites by Hilton Orlando / International Drive South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12107 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f0/a7f095b97be152cb9029071c5907782225bafb34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.47" OriginalAmount="144.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.431246403928" Longitude="-81.306172013283" StarRating="4" HotelCode="13642|1068830" HotelName="Hyatt Regency Orlando International Airport" Meals="ROOM ONLY NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9300 Jeff Fuqua Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dc/23dcd3a049730c79540d67c74c3dd2c1ba9d3e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.49" OriginalAmount="144.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358" Longitude="-81.492968" StarRating="4" HotelCode="11459|1269307" HotelName="Caribe Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8101 World Center Drive, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/73/aa731ce897d489941ea65b0da7530e127a884f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.47" OriginalAmount="147.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.360985583008" Longitude="-81.510926485062" StarRating="4" HotelCode="14606|13305" HotelName="Marriott Orlando World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8701 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7c/4b7cb3c90b1e8c5a16109beea2baadb2b82ee0f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.81" OriginalAmount="147.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.35784873854" Longitude="-81.495715677738" StarRating="3" HotelCode="20707|14864" HotelName="Buena Vista Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8203 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f59ba6d449c40c51b7255f7e4beb9982b52b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.25" OriginalAmount="152.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A76107" HotelName="PARK ROYAL ORLANDO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1500 NORTH TRACKER AV KISIMMEE KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29231_image61513544_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.45" OriginalAmount="154.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.350005041578" Longitude="-81.50711774826" StarRating="4" HotelCode="59771|2102147" HotelName="WorldQuest Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8849 WorldQuest Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/08/ce08ef23e5bedd0197823c0436e803f158cdb06a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.18" OriginalAmount="155.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.410626236084" Longitude="-81.456117343551" StarRating="3" HotelCode="552266|602929" HotelName="TownePlace Suites Orlando At SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10731 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c0/e5c04b73ac4de6af334c9b5700b61e4c6fede7e1.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.74" OriginalAmount="160.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451227" Longitude="-81.477067" StarRating="3" HotelCode="213501|173211" HotelName="Drury Inn &amp; Suites Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7301 West Sand Lake Road, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11150317</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.41" OriginalAmount="161.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43772828" Longitude="-81.42773391" StarRating="2" HotelCode="733120|626444" HotelName="Home2 Suites By Hilton Orlando South Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Business Centre,Fax,Internet,Pets allowed,Printer,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2800 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/79/b0790ef3d496eb3cfe72b46d6717033f1136847d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.64" OriginalAmount="166.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.361997" Longitude="-81.496835" StarRating="3" HotelCode="40705|156416" HotelName="Grand Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8317 Lake Bryan Beach Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/20/522086d1f5e1d456cf726804b42a605b33bbde29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.46" OriginalAmount="168.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462676920037" Longitude="-81.306608813929" StarRating="3" HotelCode="125122|2102212" HotelName="SpringHill Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5828 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1b/c11b7ee272e588a75f3a4d5a840140824ecf0817.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.65" OriginalAmount="169.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358072970529" Longitude="-81.535339951515" StarRating="4" HotelCode="175656|157129" HotelName="Wyndham Grand Orlando Resort Bonnet Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14651 Chelonia Parkway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f3/ccf36ef9cbe542ef0b6d168a97f5a3062b4577cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.49" OriginalAmount="170.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4590465" Longitude="-81.31203575" StarRating="3" HotelCode="891329|252360" HotelName="Courtyard Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7155 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/25/582538f24c7a2acb4268f43925fc2c3e99cb34d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.14" OriginalAmount="174.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39698" Longitude="-81.45491" StarRating="4" HotelCode="29923|1127899" HotelName="Marriott's Grande Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Avenida Vista, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/71/c771ee9675375d026d0a4fb8378acfbc4e884b87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.72" OriginalAmount="175.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461865348098" Longitude="-81.305975899312" StarRating="3" HotelCode="99379|230334" HotelName="Residence Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7024 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/27/6327223662db123aa8e63d15ba87966f4935ea9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="200.02" OriginalAmount="186.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.387867" Longitude="-81.505198" StarRating="3" HotelCode="29510|1882555" HotelName="Fairfield Inn &amp; Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12191 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1b/461b559748e2c9fbb5171cc5f5060b16f107c982.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.70" OriginalAmount="187.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.378349" Longitude="-81.50825" StarRating="3" HotelCode="10992|16962" HotelName="Best Western Lake Buena Vista - Disney Springs Resort Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2000 Hotel Plaza Boulevard, Lake Buena Vista, Florida 32830-8406</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8f/8f42dc50f576b694/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.15" OriginalAmount="192.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43766" Longitude="-81.46846" StarRating="3" HotelCode="29214|3325896" HotelName="Residence Inn Orlando Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9a/a09adf7b898c7f3160e9ecc4b21abd7f3721ac5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.64" OriginalAmount="193.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.367689716666" Longitude="-81.504153907299" StarRating="4" HotelCode="29514|2660401" HotelName="Sheraton Vistana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Vistana Centre Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ac/a6acc12f3a15bb621329ca7241d2f3f1b9914540.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.88" OriginalAmount="198.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.388229035684" Longitude="-81.482296586037" StarRating="4" HotelCode="59824|2760718" HotelName="Floridays Resort Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12562 International Drive, 32821 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/70/4b701f096425e92d400320ab92f275596309557b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.44" OriginalAmount="204.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.466184687731" Longitude="-81.47021757093" StarRating="4" HotelCode="317762|8572522" HotelName="Loews Sapphire Falls Resort at Universal Orlando Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6601 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3b6ec62f851e7238adc24a5ef8a033304c1b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.90" OriginalAmount="211.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.538633976635" Longitude="-81.378608152115" StarRating="4" HotelCode="122827|135757" HotelName="Grand Bohemian Hotel Orlando, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b7/b6b74a856a0306dd94be25d51f50ed1c23886550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.96" OriginalAmount="227.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400503293859" Longitude="-81.472592353821" StarRating="4" HotelCode="14604|387202" HotelName="Marriott's Cypress Harbour Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11251 Harbour Villa Road, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ca/c1ca2bc0edde2ab3371bf42bc4dec74bf52170a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.23" OriginalAmount="256.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433949966142" Longitude="-81.459721046627" StarRating="4" HotelCode="897020|133293" HotelName="Las Palmeras by Hilton Grand Vacations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9501 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e7/1fe7614356b680af671b7560257dbcd17fd415e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.03" OriginalAmount="268.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.401451" Longitude="-81.428204" StarRating="4" HotelCode="28333|13637" HotelName="JW Marriott Orlando Grande Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4040 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a3/47a3a8cb8c407d3510379b72637031bbdd0b84e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.77" OriginalAmount="336.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.353527" Longitude="-81.533899" StarRating="5" HotelCode="899719|117573" HotelName="Waldorf Astoria Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14200 Bonnet Creek Resort Lane, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/93/ac930085c338a6baf9a33e44a6628a8b9f2e81e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="436.52" OriginalAmount="407.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632984" HotelName="PALAZZO LAKESIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4944 WEST IRLO BRONSON MEMORIAL HIGHWAY, KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/89188_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="543.43" OriginalAmount="507.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.403586971882" Longitude="-81.429222375154" StarRating="5" HotelCode="26001|1962476" HotelName="The Ritz-Carlton Orlando Grande Lakes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4012 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7a/8b7a91c07fb5d13c9afe863e996dddc35903d1f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="566.20" OriginalAmount="529.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.468265" Longitude="-81.467324" StarRating="4" HotelCode="317059|2453981" HotelName="Loews Royal Pacific Resort at Universal Orlando Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Hollywood Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/e9/29e9bb249a3256a163b33df0d3c74770b2cac337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="574.15" OriginalAmount="536.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477122704691" Longitude="-81.46458864212" StarRating="4" HotelCode="13208|1102974" HotelName="Hard Rock Hotel Orlando" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/f2/01f2be06bc925481d523309cccd4375f3f6f5683.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="761.67" OriginalAmount="711.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.415050294604" Longitude="-81.574848890305" StarRating="4" HotelCode="11791|1288363" HotelName="Disney's Contemporary Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4600 North World Drive, Lake Buena Vista, Florida 32830</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/a8/39a8612d3440b085b94149a2e6efd912bcbe8201.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="75.10" OriginalAmount="70.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A22984" HotelName="Nobile Hotel Parkway at Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3104 PARKWAY BOULEVARD CELEBRATION, FL</AddressLine>
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="174.40" OriginalAmount="162.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333245024611" Longitude="-81.526712652779" StarRating="3" HotelCode="|FSKQ" HotelName="Fairfield Inn &amp; Suites by Marriott Orlando Kissimmee/Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6073 West Irlo Bronson Memorial Highway, Kissimmee</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Telephone Service,Bar,Central Heating,Designated Smoking Area,Diet Meals,Heated Pool,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Wheelchair Access,Shopping Arcade,Kitchen,Currency Exchange,Golf,Nightclub,Sauna,Bicycle Rental,Garden,Business Centre,Meeting Room,Pets allowed,Wake-up Call Service,Printer</BasicAmenities>
    <HotelRating>3,2,4,2.5,5,3.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,CLUB RESORT,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,CONFERENCE HOTEL,GOLF HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,COUNTRY HOUSE,BEACH HOTEL,VILLAGE,AIRPORT HOTEL,HOTEL,MOTEL</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
8fc394c6-3173-4727-823b-0abeaee57fb2|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="8fc394c6-3173-4727-823b-0abeaee57fb2">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
8fc394c6-3173-4727-823b-0abeaee57fb2|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
8fc394c6-3173-4727-823b-0abeaee57fb2|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
8fc394c6-3173-4727-823b-0abeaee57fb2|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
8fc394c6-3173-4727-823b-0abeaee57fb2|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
8fc394c6-3173-4727-823b-0abeaee57fb2|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
8fc394c6-3173-4727-823b-0abeaee57fb2|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="2025-11-24T05:38:18.7850804+00:00" Version="0" EchoToken="Search" TransactionIdentifier="8fc394c6-3173-4727-823b-0abeaee57fb2" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|411695" HotelName="New Cross Inn Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>323A New Cross Road, London SE14 6AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/01/e10155f88146690207812dedb0c9d81999270861.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537098630397" Longitude="0.079697557672148" StarRating="1" HotelCode="205288|225952" HotelName="Travelodge London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Arboretum Place, Barking, London IG11 7RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/c9/19c9cfcc6bdbbe1bd0def3bbe1c0d22f0987c413.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|225953" HotelName="Travelodge London Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Clements Road, Ilford, London, Essex IG1 1BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e5/bae54af0353f25846022633fc80a2905bde7d7d5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|457515" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 Bath Road, Hertz House, Hounslow TW5 9TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6c1a6abb62ce75744129ccdff83e088e85e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.530038388319" Longitude="-0.2255118981476" StarRating="2" HotelCode="149178|200253" HotelName="Kensal Green Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>639 Harrow Road, London NW10 5NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6d3f717c4c06f0d875ce1785e56d9601652fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|225954" HotelName="Travelodge London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>614 Western Avenue, London W3 0TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5e/6d5e2663f2042301aa7a0c55e58ea65e149b19f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|37498" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Coventry Road, London IG1 4QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/3f/183f02fff2fd71834d3b117b20e72c8cf6555c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|478599" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 The Common, London UB2 5PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b4f2e64df0a748fbebc07c56e923d0be57ac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58285391" Longitude="-0.31699178" StarRating="3" HotelCode="235880|93611" HotelName="Premier Inn London Harrow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Kenton Road, Kenton, Middlesex HA3 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6c/c26c9f98dd91de56f569454d25c594a64ec149dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.22" OriginalAmount="46.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|2215769" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Elstree Way, Borehamwood, London WD6 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/49/9249dd1d9febf6cc547497dfb7b218a94d8be6a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|200143" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Hillside, London NW10 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/36/bf36fc0fb7ade627a022fc2854bc2c969034a628.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|212612" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, London, Greater London NW11 8BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/26/952623b12a1a6423dec64a9d0490407a91e4103b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|411127" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Addiscombe Road, Croydon, London CR9 5DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7c/877ca104b49306d756a18ab01d660d84cfcc349b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|167943" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21 -25 York Road, Ilford IG1 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/25/d8254e05cc532176c3fa573a3fca8034364f34c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518309" Longitude="-0.405527" StarRating="3" HotelCode="152808|93958" HotelName="Premier Inn London Hayes, Heathrow (North A4020) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>362 Uxbridge Road, Hayes, Middlesex UB4 0HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d5/ccd5308333b4e6d4daf3b32ea53e9f79f7594e12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|63725" HotelName="Star Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>97-99 Shepherd's Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/2d/742d81bb6e8213478d4fba576be7d9b92f312e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49100038" Longitude="-0.30423647" StarRating="3" HotelCode="467740|93606" HotelName="London Brentford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Alfa Laval, Great West Road, Hounslow, Greater London TW8 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/2f/ca2f80c7c48d922cdb5ed11f351c2c03c5cd9904.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|93612" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Bath Road, Hounslow, Middlesex TW6 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5b/165b7ad99eced9f05d876c81c2b06ea12ceb07e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|227185" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheffield Road, London Heathrow Airport, Heathrow TW6 3FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0e/650edb5413b138eb2c85bdee8d5b1d1f4a6c06de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|93607" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 High Street, Brentford, London TW8 0BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/2b/d12b1b1031b65491c9217e56980a9a790885ca56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|93959" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>New Road, Wennington, Rainham, Essex RM13 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/dd/57dd01d59a4f72f424c2726d786cd889db1ee354.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|167950" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Woodlands Road, Redbridge, Ilford IG1 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a7f9d05bfd3b4756f903fe903dd7bb36f6a68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|456664" HotelName="ibis budget London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking IG11 7BA, Essex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/77/fe7726ebca9e4c6db7ed7ae72475fee089e7bfd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|93733" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chequers Corner, 2 New Road, Dagenham, London RM9 6YS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1a/5e1a37c5a4e6b17d6e36f63b85717ac0d96e54a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|93956" HotelName="Premier Inn Enfield" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Innova Park, Corner Of Solar Way, Enfield EN3 7XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f1/41f15a5b7e42f2c79ca9f5dac08be5b4ab314f0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|49517" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 Purley Way, Croydon, Surrey  CR9 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1d/e21dcb334d38fcbabcd5b8340473849bdd5dbc53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.562809" Longitude="-0.28102" StarRating="3" HotelCode="152864|30796" HotelName="Premier Inn London Wembley Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>151 Wembley Park Drive, Wembley, London, Middlesex HA9 8HQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857932|406160" HotelName="London Wembley Stadium hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Wembley Park Boulevard, Wembley, London HA9 0GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|200293" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Steyne Road, Acton, London W3 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5d/ef5d65093385f676d7c4cdba7c7cf66d5d5b8d20.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|227194" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Shepiston Lane, Hayes, Middlesex UB3 1RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5c/285c1619957feeeb14d975236b4dd4d3fcd7c4b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857897|406154" HotelName="London Hayes, Heathrow (Hyde Park) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Millington Road, Hayes, London UB3 4AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/74/e0744b4c9382759ab7cb4fe2c2e75dcdc07e21cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.89" OriginalAmount="55.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|1314404" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Bath Road, Harlington, Hayes, Greater London UB3 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8b9620a59d70240b6fb0c84c5758b67ae3cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|492706" HotelName="CityLodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>167 Bow Road, Tower Hamlets, London E3 2SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/84/f384f87ee3ea1a6558e3e9b2abc9442582849f34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|45424" HotelName="Arinza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mansfield Road, Ilford IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/14/b214a2859517195edfa9e17782b7b7e916746a42.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.78" OriginalAmount="56.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|3497965" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Tanners Hill, Greater London SE8 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f8/40f82175482640a24ca5554d8cfcce74d5741672.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|37497" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Argyle Road, Ilford, Essex IG1 3BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555266b9446590325964ab484df5706861622cbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|36992" HotelName="King Solomon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155-159 Golders Green Road, London NW11 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ae/62ae17d8f934fe5dc88b4cce0b6c307d073f23ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|16493" HotelName="Ramada London North M1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Between Junction, Gateway Services, London NW7 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb517500d5dee2d9ff90847060282fdf45f94e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|13283" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|215502" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lampton Road, Hounslow, London TW3 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/927375911e3ac84bd9244d239775a549ca8e41c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.39" OriginalAmount="57.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|3764469" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Holland Road, London W14 8HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e3/64e3c484ac78a25af789781c5661ec2ee9af0d0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|200628" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Essex, Barking IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/bb/80bbdd6421a3c22c5a56ed656be0a20eea59d0f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.32" OriginalAmount="58.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|183891" HotelName="Park Grand London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Great West Road, Hounslow, Middlesex TW5 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28af140a30fc41adff4025e206290dd4d8ec4376.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|37499" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook Road, Ilford, Essex, London IG1 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/28/66289b159e3674895776baef3c51e8e340d08006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|93672" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Royal Victoria Dock, London E16 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/88/2288ebc7d50a93008224c0b30d5c258454d6b5b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|237256" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Lexham Gardens, Kensington, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/c7/b0c722e57294f893e5094c0b1e8365bd35d6291b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58476111" Longitude="-0.24823842" StarRating="3" HotelCode="465391|93736" HotelName="Premier Inn London Hendon (The Hyde)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Hyde House Hendon, London NW9 6LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/39/3039949cb2246105cf7e63921f96482bd5b388ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|93953" HotelName="Premier Inn London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking, London, Essex IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/47/6b479981019b126efdff81d9c7d6df30292374ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|3416" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater, London W2 4PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56866427391857b3dc671bc65ec2ad5d0a2911.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56211915" Longitude="0.0702969" StarRating="0" HotelCode="957477|490048" HotelName="Wellesley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Wellesley Road, Ilford IG1 4JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0e/e40e832a25fd342b9046bd80254414062e1ab8fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.66" OriginalAmount="62.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|2036031" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>112 Bath Road, Hayes, Middlesex, London Heathrow Airport, London UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/11/3011dc0d5bc6300aee1154292676b19c8fcabb94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.05" OriginalAmount="62.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|313156" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>102 Sussex Gardens, Westminster Borough, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ff/8dff2be2db4fc54c144e8264ffd912d5d7e794a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|93961" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Whalebone Lane North, Chadwell Heath, Romford, Greater London RM6 6QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/28/272811fa7521c7c6dddd9d44c2f7979e36eb751b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|215503" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/fd/b7fd8faa421cf6ec18146db657070692e176e8be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|227188" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Hogarth Roundabout, Axis House, Chiswick, London W4 2TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c3/06c3afd026e7060d7a7a2a2b0b54870d321e3f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.06" OriginalAmount="64.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|70242" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Empire Way, Wembley, London, Middlesex  HA9 0NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/16/33167e7bad3589a0ef982ed8dd294da11f2deadd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|405706" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/b2/e7b2491e3d66d4bad8cb32b7e39e3062f5a70cd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|167946" HotelName="Signature Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/57/2a57725a292fda17da33be585ee9a61604ae4ee5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|200494" HotelName="Travelodge London Wembley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing NW10 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/65/e265e97b808aa710c04440e627c4ad1f6de11cad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.81" OriginalAmount="65.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|2807890" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Staines Road, 65 Grove Road, London TW3 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a9/c6a922fc6eedee3d8518dc4e0a0c38e0020485a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.29" OriginalAmount="65.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|73670787" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Ripple Road, Barking IG11 8DN, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2f/492f863deaf9544961ab84ab9980b4712c61d67a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|38768" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0d/9c0d4b1d44e4f60ed434560a7931a9fa2a792dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.38" OriginalAmount="66.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|463002" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>272 Bath Road, Harlington, Heathrow, London UB3 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/19/08192663a81ed8004a6ea93db7512b12439b1691.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|227717" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove, Hackney, London E8 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/74/1d747aae4141f989a0ddac2882c7ad9fd6dbbb93.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="0" HotelCode="975447|402579" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 West Cromwell Road, Kensington, London SW5 9QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff22953448841e4651dad6b3a245c04c8ec1bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.84" OriginalAmount="67.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|133506" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Sussex Gardens, Hyde Park, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/73/a8731b06a3c5e6dabd722b7b06411135c3e39c5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|16365" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e6/07e67fe632459689b4b2cdd7a617119d07ad635a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|199447" HotelName="Hotel 261" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>261 Uxbridge Road, Shepherds Bush, Greater London W12 9DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/780953efa985a495e700bb8643ae27de431b7fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|128186" HotelName="Kew Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>271 Sandycombe Road, Richmond, Greater London  TW9 3LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a6/55a6c28f4d39e5a1a972f502987af47b28a539c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|307725" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>804-834 Bath Road, Heathrow Airport, Hounslow, England TW5 9US</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9e/ea9e7d5d447fd1e234942cb600da959aef439539.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="0" HotelCode="958822|414874" HotelName="Premier Lux Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Ilford Lane, Ilford IG1 2LW, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/f1/d4f155ee4357eb281f698c2ecfc5320808678a1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.40" OriginalAmount="68.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|598981" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway Ealing, London, W13 9BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/40/7140856f7db4dd0310e3acbca728e0c2a24a4e15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|493891" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Meeting Room,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road, London E3 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/b0/95b0a924670b0835cb37ee02f9024573551531da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|199428" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921c2d54f2b8bdbb771db7a04cc55406f21ba5db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|38963" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Romford Road, Stratford, London E15 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/f5/b7f5b78602e5fd7194ff174f666814f061de233f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|35773" HotelName="Savera Hotel South Ruislip" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Long Drive, Station Approach, London HA4 0HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e0/02e0fec85a84406941910d4d6e338595b41c0b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|490320" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>457 London Road, Isleworth, Greater London TW7 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a5/3aa5f1d13f867bb3f8acdc122f86e521bf494e18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|200108" HotelName="Abbey Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>51 Grange Park, Ealing, London W5 3PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a5/44a5d9f248a6b6a97b519c228c9078ce47eb1fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|10350" HotelName="Garden View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Nevern Square, London SW5 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55584bcbbd20c302ecba3cc5edf408dbee599312.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49158181813" Longitude="-0.14238339206543" StarRating="2" HotelCode="432583|199426" HotelName="Golden Star Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Warwick Way, Victoria, London, SW1V 1QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/95/519548c9c169e1b6694d8ea2ad36edca9d720171.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.70" OriginalAmount="70.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|169275" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/14/9914aa9f445b1b2eb62e4e921eff7d509cc66b72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|493754" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>130 Edgwarebury Lane, Edgware  HA8 8NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9970dac52ad8004e4ff87bb41f776ecf5e34e06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|199461" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/bc/c3bcb81107134ddcac873daa21b39aee7b178813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|2117" HotelName="Shakespeare Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0a/ef0a5e7717a4e4f15b55ad299b0b6d800a8bad17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.77" OriginalAmount="71.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|314819" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95/97 Warwick Way, SW1V 1QL London, Victoria</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c6/1cc614ddca1e0bb4d573e359f0b484bdecfb0aa9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|17798" HotelName="Ascot Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/01/560138dd9a361122118d6f594249f375aa521d85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|37228" HotelName="Best Western London Highbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>372-374 Seven Sisters Road, London N4 2PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/01/87013e37459132b47a5e2ac6384980c9163b72ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|404902" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276 Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/77/4777e9e2440bbd17685a0cd116e3ae2765e44c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="151700|495517" HotelName="Macdonald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-46 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2f/362f19683c4f3360f494bfdd7facc8e7b6e22f07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|31910" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Heathrow Airport, Hayes UB3 5BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece8436a8a475eff8060897b5f0c1bebd1fcbf55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|56832" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road, London W14 8RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5ae7692d2dd5b9e4c9df5e0d9ac570d8bbfeed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.92" OriginalAmount="72.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|1012975" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Southwold Road, Bexley DA5 1ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b7/e6b733ccfa4e1efebc0e7215ac04642c857bc3ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|56961" HotelName="Comfotel GRN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Shepherds Bush Road 120, London W6 7PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7f/717ff2841bcd6d986b5f1301ebc43f073cfbd8fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|408399" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street, London EC1V 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/58/2b58bc6fb9a31734e48cc57726a7a820eb067b4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|457372" HotelName="Forest Gate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Godwin Road, London E7 0LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/d4/0bd4306ba0fafa7cf2ab574dc07f31e17295287a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|205395" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, The Grove, West Drayton UB7 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7f/4d7f3be9859ebf539548441c4300bfb3001795fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|167944" HotelName="O'Gradys Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>699 High Road, Ilford, Essex IG3 8RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/48/3148762bc9cf7a8aad0d7c9c5bbb61930b6bdc01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|31568" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Folgate Street, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/7a/8c7adabc81991254c6ed4fc70b3498e3d9d50d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|493711" HotelName="Six Bells" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Chase Side, Enfield EN2 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e6fd84839c7fddf34c6603f3513b379048b93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.63" OriginalAmount="73.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|1191457" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bugsby Way, Greenwich, London SE10 0GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.63" OriginalAmount="73.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|2869175" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Hanger Lane Gyratory System, Ealing, London W5 1HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/ef/7defbc1cb47550c1e938986054d2a90f3373ad16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499019" Longitude="-0.2224" StarRating="2.5" HotelCode="142808|57461" HotelName="Comfotel Blu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Shepherds Bush Road, London W6 7PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e250de3e97c67fed829e8cb7f2967ae8d976ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|410941" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 Golders Green Road, Golders Green, Barnet, London NW11 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/86/5b8668e95ea2104d79d5e2f94239141e652d3eb0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|200142" HotelName="Boston Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Road, Hanwell, London W7 2HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/37/5d37bdba412428846db838f50511769ae936f6a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="151563|199493" HotelName="London Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Horn Lane, Acton, London W3 6PP, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4d/f64d3640d1d5698347703595f9e24ed34ebc03ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.36340974" Longitude="-0.19418475" StarRating="3" HotelCode="986257|406155" HotelName="Premier Inn London Sutton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton, London SM1 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/8d/608d58861e279f092c69d99d1ccb18f65f09b0ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857491|406159" HotelName="London Tolworth hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road, Tolworth, London KT5 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/96/88961759ad43d76f1b30d52b2dd5cd07ddad5c59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|18851" HotelName="Travelodge London City Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Connaught Road, London E16 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1a/6a1a427810a127a9027e10ecc5886097272ccb04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.3465257" Longitude="-0.31551454" StarRating="3" HotelCode="159593|93568" HotelName="Premier Inn Chessington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington, Surrey KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/0428cbfd8d5dca21470e8dcc160f50eabb72f02d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.612338444048" Longitude="-0.048261828172372" StarRating="3" HotelCode="336049|93732" HotelName="Premier Inn London Edmonton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Advent Way, Edmonton, Enfield N18 3AF, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ec/86ecf9dc18b69cfb6e8cfe928a13d8ed779e5601.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|215511" HotelName="Travelodge London Woolwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125-157 Powis Street, Woolwich, London SE18 6LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d9/96d9728b0a971852e590a03478994642fefe5d76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.92" OriginalAmount="75.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|1061402" HotelName="Novotel London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great West Road, Brentford, London TW80GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/cf/23cf0e8ce6ae744bb803aa7079825a6495732703.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.95" OriginalAmount="75.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|4592417" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road, E16 2FQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6f/b46fc941f9de5f11a5cb85ec4c6c960f1b1eb1a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|75094" HotelName="Apple House Guest House Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 West End Lane, Harlington, Hayes, Greater London UB3 5LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/b2/9cb25d50a51334ada0e4c52d6906b2005bc5d8dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|3420" HotelName="Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23-33 Lillie Road, London SW6 1UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ff/e6ffd4b25863ef5898432b4e2dfe2669be354bbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|444201" HotelName="Linden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Sussex Place, London, Greater London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a8/e9a8f09ae9b91864459d9044ceb403935b50db26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|24972" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Hounslow TW6 2AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/18/1f182a3633c3fa76850c85ea3879e75608c08b4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/64/31/6431d5771a1fc5a642108bddec4dc2bf1a66d289.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|45422" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Glenthorne Road, Hammersmith And Fulham, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/bc/17bc8baefef07cc4b1598540d7a2a7c23b1cd6a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="967018|493730" HotelName="Home2Home Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Southfield Road, Chiswick, London W4 1AG, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/8e/488e4b741e34b840949ac79771079a1797c5f279.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|486187" HotelName="Kathleen House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 London Road, Enfield EN2 6ES, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b8ae7e0cc95cdf19eb2e9d03968e481d87e3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|62853" HotelName="Atlas Hostels London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Talbot Square, Paddington, London, W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f3/cff3ff8d7e55a5fb7628896ed386020968bbba8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|58109" HotelName="Northfields Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Northfield Avenue Northfield Avenue, Brentford W5 4UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f9/e4f9ad6d53b97a154d62acb9c7156a5f08b39711.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|444260" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>203 Blackshaw Road, Tooting, London SW17 0BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/06/ec06bbf5afa0fc251b3a4f3da2b677630846049c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|23259" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-6 Ritz Parade, Hanger Lane, Ealing, London W5 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/df/e5dfa94297ca4b7a384bf8450a887a106e4e98f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="84.38" OriginalAmount="78.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|EX9" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Frith Road, Croydon</AddressLine>
          </AddressLines>
          <PostalCode>(0)2082531201</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|444213" HotelName="Mondrian Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dining,Internet,Kitchen,Laundry,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>105 Seven Sisters Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c59e68c232c829fdb5f4ee953a831736d34f3e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2.5" HotelCode="519888|488459" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>446 Hertford Road, Enfield, London EN3 5QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/bb/91bb7c2444fd1a88c09106d3de77d904bb84dfea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|404302" HotelName="Enrico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Warwick Way, Victoria, London SW1V 1QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/60/c56077699cbdd69598388e940bd47ce2842e4ab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|395481" HotelName="Abbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Wood Lane, London, Greater London W12 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07c40fc202b9a290e33ebcdcce9d9cb78796cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|224599" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street, London EC2A 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/14/4b14b30abbc509c367c2f741daf4c3cc8b2bb849.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|227173" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>91 Beresford Street, Woolwich, London SE18 6BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/00/f60053ba81597ff6f9acbeb13c994f6430b68ceb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508002608716" Longitude="0.047314900226196" StarRating="3" HotelCode="199815|32868" HotelName="Travelodge London Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1016 Dockside Road, London E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/zz/63ada080c4245975639783b6481496dc0262097a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|45014" HotelName="Axiom Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>140 Battersea Park Road, London SW11 4NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1d/f71db17f5bbf1ce85c1219864da8c4d786b82e3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529092" Longitude="-0.120078" StarRating="1" HotelCode="170218|199953" HotelName="Clink261" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>261-265 Gray's Inn Road, London WC1X 8QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f3/0bf33e5abf1b267653fd784517b812bbc6e0b752.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|200658" HotelName="Monopoly Accommodations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Wentworth Street 41-43, Tower Hamlets, London E1 7TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|93567" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Phillips House, 6 Lansdowne Road, Croydon, CR0 2BX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/9f/329f41e89d168e7120a31dd8c8e78e9ca7a1311a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|56936" HotelName="The Craven Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/11 Craven Terrace, Paddington, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0e/c60e3644c1bdd256b0610f5b2c5ef8d8564a59e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.00" OriginalAmount="80.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|314758" HotelName="Queensway Hotel, Sure Hotel Collection by Best Western" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Sussex Gardens, Paddington, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/60/cf60daea82ece7d949f6d1b521f07409e6809dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|200110" HotelName="Abbey Point Cafe and B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Twyford Abbey Road, London NW10 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/af/49afe4c1d02482d3507d0565e80dbcff00096efa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|457961" HotelName="Astor Victoria Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/9b/709bf6f0ce05819ba27db68fd3ce5e485c15782f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|94232" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-197 Sumatra Road, London NW6 1PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70de06e191b6683f6e71c2423aa2a8d6c9fad8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|55651" HotelName="Church Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-33 Camberwell Church Street, London, Greater London SE5 8TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a6c622e59237e63ae6bcc6bb6a23738711ab93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|93571" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>435 Burnt Oak Broadway, Edgware, Middlesex HA8 5AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/9f/329f5a479a4ed0451ef94e4310029072dc15aeef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|491804" HotelName="The Commongate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131-133 Markhouse Road, Walthamstow, London E17 8DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a7/e7a7839f3df3c3e874db3ff2745c7235dcc7257c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522072289278" Longitude="-0.16418874263763" StarRating="3" HotelCode="25120|199893" HotelName="Travelodge London Central Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harewood Row, Marylebone, London NW1 6SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c1/0bc15731070c34e78f0eb0c3bdbf9c3cbc9faf11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|17183" HotelName="Travelodge London Central City Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23 City Road, London EC1Y 1AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b4/e8b4f3f5c168b3d6dbfc8be795be5de878bd19ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|23639" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road, Ealing, London W5 5ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/09/01097dc91d72eec6729a935a6e32ad7698d44032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.69" OriginalAmount="81.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|6307558" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161-165 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/d1/dcd1e67a6cf8c2435bd11d5b48b2a64450d40d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.94" OriginalAmount="81.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|1665549" HotelName="Nayland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.02" OriginalAmount="81.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|749271" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Park Royal, Greater London, London W5 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/56/c8566a9697d0f7d974724ab6f61e0ddc8bd5344c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|11601" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Sipson, West Drayton UB7 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/zz/2aada39abe8f1dc85546dc8b11f15f93daf16d32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58873899" Longitude="-0.06250125" StarRating="3" HotelCode="495957|227179" HotelName="London Tottenham Hale Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Tottenham Hale, Tottenham N17 9LR, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/3f/443f6feabff46ffdf9b517588f08ee02deb1ed5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|225951" HotelName="Travelodge London Feltham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Street, Res Centre, Feltham TW13 4GU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/3d/443d3fde54e1a99ae7c9e6678f7b6bf7dc4dc12f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc16492b0d8c133713074fcace7c4eb4fc51e8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|408170" HotelName="Westciti Caroco Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>35 Morland Avenue, Croydon CR0 6EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da0c4f8f4bb9ff31c6bc23259501e32d75d018.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|478886" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Rodway Road, Bromley, Kent BR1 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/a6/35a66fa563672a863edc982de5bfc0db2685ca1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|396547" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb56add2a5c03cb00b1861c5f11eb24a73681f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|199448" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hanger Lane, London W5 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f0/d1f03d4149c3ee73e9f0d16a14202cc4067060b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|407355" HotelName="ibis London Canning Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Silvertown Way, London E16 1ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/31/603130cece40dd521ead0328bddd4a1a22793494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|2128" HotelName="Mitre House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178-186 Sussex Gardens, London W2 1TU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/35/ab35f6f65b6ac93f496708db6e55e85e1374017b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|395486" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Warwick Way, London SW1V 4JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/c0/4fc0cc277ecd4e71aca504e37353ebb642a1fe95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|395502" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Harrow Road, Wembley, London HA9 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4a/fc4a392673235b98b52f88320f645ad20411cd51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|93660" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>27 Chapter Way, London SW19 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0c/e80cf18728119986199dfd90b509da1c4db879e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507519" Longitude="-0.203564" StarRating="2" HotelCode="153417|56635" HotelName="Ravna Gora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Holland Park Avenue, Notting Hill, London W11 3RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3b3e654d4eb76f458aa725b3d0f45735ec2f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|229029" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Leinster Terrace, London W2 3EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/d5/e8d5a287021955e1a34d30063c24ffc63c8aeca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Field End Road, Eastcote HA5 2QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/29/a6295a7185c6de9ced7921e031684325b36be499.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.56" OriginalAmount="83.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|655956" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368-370 Green Lanes, London N4 1DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/31/af3164645837f2723c671ed48b7009bb9f30905d.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.82" OriginalAmount="83.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|10592339" HotelName="The East London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road, London E2 9LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fe/5afea8b37be27d0c285032207dc88486f812996b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|200145" HotelName="Brompton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Old Brompton Road, London SW7 3DL, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/d4/82d42121b69bbd2d42bfe3cb0b9e0891e0f224ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>361-363 Prince Regent Lane, London E16 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d8/bcd84ef059696013dec574b5e92777f3eeaddc63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.74" OriginalAmount="84.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|9560924" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Baffin Way, Off Preston Road, London E14 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eab5f4b117fe04916abdd51f912686785a43d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.95" OriginalAmount="85.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|592363" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>202-204 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/2c/e52c7cc021858f1ec4543dc04f674fafe7f5f7fc.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|490860" HotelName="Berkeley Court Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street, London W1H 7PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceaec893cf6e7f05e85f3cd91728c9728212268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|444202" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coulsdon Court Road, Old Coulsdon, Coulsdon, Surrey CR5 2LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ac/80ac1ca3b378abadd22990b76328493637703e50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|478687" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1530 London Road, Norbury, London SW16 4EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a6/9fa6e17f2ae97cfd3829f80406fc2e84f264979e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|495427" HotelName="Lonsdale London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Concierge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9-10 Bedford Place, Bloomsbury, London WC1B 5JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/f5/f0f50a586b870d8e67364d7dadf3f4db26d04b1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481191278215" Longitude="-0.20971506427361" StarRating="3" HotelCode="378901|199832" HotelName="The Captain Cook Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203-205 Dawes Road, Fulham, London SW67QY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/cf/e2cf958ec933390862be935400f825021d35d10d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|37413" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 Lampton Road, Hounslow, Middlesex TW3 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e7283cc7a51632419ef3dc2c06b40fa205206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.416995" Longitude="-0.21595396666667" StarRating="4" HotelCode="199823|444298" HotelName="Wimbledon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Dry Cleaning,Golf,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Worple Road, Wimbledon, London SW19 4HZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/dd/41ddb021b83ba25839737b39a2c0697f613955f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57347226" Longitude="0.01757071" StarRating="0" HotelCode="967231|494945" HotelName="Wanstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2B Lonsdale Road, Wanstead, London E11 2PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/37000000/36510000/36502800/36502755/7a90f2d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|458385" HotelName="Chiswick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Turnham Green Terrace, Chiswick, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/49/f7494b1912bcbabdae5f51330223f8e5aa1c00b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|49593" HotelName="Euston Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street, London NW1 2LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2f/482f3da4a08d17822ead5d2c92dfd24add8a4d62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|225648" HotelName="MOXY London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1014 Dockside Road, London, England E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f8/22f80028b1ca7b1d5c3776be8832bf9d8da92dde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|93565" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>The Colonnades Leisure Park, 619 Purley Way, Croydon, Surrey CR0 4RQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0dea083d91ba770de7d08cda4069e163b52b81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|54005" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43-51 Wembley Hill Road, Wembley, London HA9 8AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/23/b223360b2660c2dba86f8e03b6a6a038d6df136e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|10772" HotelName="Royale Chulan Hyde Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square, Westminster, London W2 4NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/10/6910848e7f51f60ca6ed6386bbaf0e6b301ddc13.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491572171259" Longitude="-0.14219519510652" StarRating="3" HotelCode="462272|218742" HotelName="The Tudor Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30763ca07b1338450bea3bafa476197bd6ecde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55355" Longitude="-0.21201799999994" StarRating="3" HotelCode="296644|200486" HotelName="The Windmill Gastropub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cricklewood Broadway, Cricklewood NW2 3JX, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/46/6e462d7578935d1f5aa12667229f9910956b5ebf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|200152" HotelName="Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Belgrave Road, Victoria, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/54/2354138d1ec90e4d538af67df7b622dabfabb6db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|30282" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324 Gray's Inn Road, Kings Cross, London WC1X 8BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7f/757fad03cb625ff436c84708db51df38573efea0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|200356" HotelName="Roseview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Avenue, Muswell Hill, London N10 3NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/64/0f64d67fac10c02ed1c9fea2278799edac058f7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|200378" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Shepherds Bush Road, London W6 7LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06100e1a12f3dc8c632cd733f665274a164802c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.74" OriginalAmount="87.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|155310" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lexham Gardens, Kensington, London W8 5JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ab/4cab95c6da889f2da1c09bfcf0ed20859fa6ab85.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|5055" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scarsdale Place, Kensington, London W8 5SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d2/8cd25e8852650b2cf553639c220c04eda8806059.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|2136" HotelName="Crestfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Crestfield Street, King's Cross, London WC1H 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/20/8d207bc029b89318fe043611139bb5fcd7111da8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|7069" HotelName="Holiday Inn Express Royal Docks, Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Silvertown Way, E16 1EA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d4/16d467bbd4e88d89cd4b9c973eb7301344ab5d06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516700293906" Longitude="-0.17273716733564" StarRating="2" HotelCode="15692|416609" HotelName="Hyde Park Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/10/c310389d7b61c45bf6647a721f3f05c39c67db65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|200248" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road, Ealing, London W52BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5a/c85ab3694df3d6d662d35d27f66e0d07fcee064a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|458062" HotelName="Shandon House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Church Road, Richmond - Upon - Thames, London TW9 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/zz/f9ad092df16819bae0ea64b4c9451abab28d0928.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1957" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bedford Avenue, London WC1B 3GH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/6a/c06ac30ec990e6d74d3479f9e0ddd410a68ae657.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|45339" HotelName="The W14 Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Gunterstone Road, West Kensington, London W14 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0a/310a1228b6c73db886d55b45e21468b78bf9d5ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.45" OriginalAmount="88.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|1351297" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Bar,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Stockwell Street, Greenwich, London SE10 9JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9c/4e9c78d3bc3e46b541c57d69c45e193b3872c22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|55590" HotelName="Belmont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e5/a0e567bd3a275f17a2d05231fcbe2e23aaf99f22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|73819" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Garden,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Mansfield Road, Ilford, Essex IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/75/a475ef8e1ff86d5683c973b2bc17aedce4dd9ac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|94921" HotelName="Dolphin Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/6c/c56ca37be7e923e6d83ae46a3840b0a9c6e5ea12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|33988" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Commerce Road, Brentford, London TW8 8GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5bd47625d999494d3bd3d3c2cdae1cd7e2d14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|57837" HotelName="Home London Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Road, London N1 9DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/3a/bc3a100070166baa3e0fe90acb4154b199654b33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|394335" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 St George's Drive, Pimlico, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/62/ff62a5b9a96e2e7113e0e14565deb0fbfed54152.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|199531" HotelName="Plaza London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115A-117A Roman Road, Bethnal Green, London E2 0QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ed/5aedb2ed64a4df42bf0f2e1844a6f668d8dddc2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|54072" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hertsmere Road West, E14 4AS London, Canary Wharf</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/6a/e86a6583b18b5d0d72b63addf942796df6f94dc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|93485" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>420 Bath Road, Heathrow Airport Terminal 5, Longford UB7 0EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/50/4950b6e5c3c25033d932c972e57793056d8bcbf2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|21669" HotelName="The Gresham Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Sussex Gardens, London, Greater London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d8/c7d8fd2277a0eb38909ae4d6213db740ff770110.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|9450" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road, London WC1X 9DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/d2/cbd2572926dc6e2f0000209434e0d1178ca15e35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|227920" HotelName="Travelodge Kingston Upon Thames Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Wheatfield Way, International House, Kingston upon Thames KT1 2PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/fc/1efc36b38f1bb2a9fc5464ce7361bbc6d6cd86ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|215284" HotelName="Travelodge Chessington Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ewell Road, Tolworth Tower, Tolworth, London KT6 7EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0c/8f0c34ecda1c279bac60ac825f2dab0161886bf1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|490296" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>319-321 Ewell Road, Surbiton, Surrey, KT6 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/7d/197df0ab9837c54d5694f790f3c9b9b5108414ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|200092" HotelName="West Cromwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 West Cromwell Road, Earls Court, London, Greater London SW5 9QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e17830557f8af5d9995c20be54de8b32765879e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|58074" HotelName="London Stay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Rotherhithe New Road, London SE16 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/33/9e3385144516511c2e02186ff42e778e3fa272c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515125277875" Longitude="-0.16160033798883" StarRating="2" HotelCode="114580|55966" HotelName="The Marble Arch Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/50 Upper Berkeley Street, Marble Arch, London W1H 5QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c9/27c911454407ec9e9b425d27dad10f4ee66f67ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|400043" HotelName="Notting Hill Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clanricarde Gardens, Royal Borough of Kensington and Chelsea, London W2 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/05/25053040f3270455f7e7b18c516990efe19a4b73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.91" OriginalAmount="90.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|6528855" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Warwick Way, London, Greater London SW1V 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/26/76261cc131ebb812bff0f01190f3a763062148f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.95" OriginalAmount="90.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|2043271" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,ATM/Cash Machine,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Shepherd's Bush Green, Shepherd's Bush, W12 8Ph London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d5/fbd56c1bce19ea7e94fad394c09b11ab2d7838f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|456835" HotelName="The Firs Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>289 Bath Road, Hounslow, London TW3 3DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc755262088b73fd657d86dd8f2f6d23f6dedb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|9381" HotelName="Sheraton Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow Airport, Colnbrook Bypass, West Drayton UB7 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9c/d49c36258867130339dbb992c174086f563f166d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.43" OriginalAmount="91.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522798" Longitude="-0.123331" StarRating="1" HotelCode="173555|169277" HotelName="Smart Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>71-72 Guildford Street, London WC1N 1DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/fb/c0fba1ef05027c651dd89d2c14b2608279e5aa7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|408317" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 &amp; 24 Penywern Road, Kensington, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|14227" HotelName="Somerset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gloucester Place 6 Dorset Square, London, Baker Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/69/1c69ab942cf3eb70b5108d4b15be7442a0d72845.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|200047" HotelName="Rushmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f86715cc1b128ef4cfcd4ad3dd6f8c887404f77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.76" OriginalAmount="92.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|314809" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/9e/0a9e5f14daef0215774c442cfe3f27a98614ea51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.78" OriginalAmount="92.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|662502" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Argyle Square, Kings Cross, London WC1H 8AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6a/fb6a3c107b73ac651023dd9070c3445028de9c7d.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.37" OriginalAmount="92.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|2176220" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Victoria Road, North Acton, London W3 6UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d4/16d467bbd4e88d89cd4b9c973eb7301344ab5d06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|200129" HotelName="Albany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Tavistock Place, situated just north of Russell Square, Bloomsbury, United Kingdom, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3147b94168747095ef335864abb3241a82926.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|62376" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/79/2d7936df1b224894f2aba6dcba2a3153c632e594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|444410" HotelName="Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Norfolk Square, London, Greater London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c8/b5c834799af775f065e2125b7b4ed161e172d0b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|490677" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>25/29 Woodside Park Road, North Finchley, London N12 8RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bb/33bbeee2f940aac3b941736c7f8cff0b21a727a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53269931" Longitude="-0.3223355" StarRating="3" HotelCode="159620|93957" HotelName="Premier Inn London Greenford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, Middlesex UB6 8TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19c7fb18bcde7f50875b324c164b49f773cec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|5500" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Bath Road, Hayes Middlesex, Hillingdon, London UB3 5AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7d/777d9846f8e43cadbf3e223182f44b066c90ffe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.63" OriginalAmount="93.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|2511612" HotelName="Holiday Inn London - West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>4 Portal Way, Gypsy Corner/A40, London W3 6RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/79/14796ee2a6c0b6eb62743a87d9bad903a7b6c066.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|495215" HotelName="Glendale Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Devonshire Terrace, Paddington, London W2 3DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/c5/f0c5260c2a09c2691179d9165dfae24ecd81ad96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.58" OriginalAmount="94.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/53/d25317b6255b02da4521eb9390c2337f65fe4ac7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.63" OriginalAmount="94.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|14991" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Leinster Square, Bayswater, London W2 4PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/80/a08087fd15a4d4f8378aa28c5f21dbac7a01cd85.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|38411" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Shepherds Bush Green, London W12 8QE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6a/5d6a66bfafd136eaba53bf8d2675afa3b5c9ad96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|35772" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road, Maida Vale, London NW6 5SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/bf/09bfd6e31e782b434a5b7fc542054af352fbc4b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|55306" HotelName="Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8a/bd8a11c4ae3f9a89ff259e335493f4b497446653.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|444291" HotelName="Tudor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae283f39fcc1bbc9d050ec1389ce2e1fda02bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|199919" HotelName="W12 Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Uxbridge Road, Shepherd's Bush, London, W12 8LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8d/618ddd54de496f2b4b07fc110621b150caa01a22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|406052" HotelName="Z Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5 Lower Belgrave Street, London SW1W 0NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/36/db364d37fd8d34c5e7014e1040f4e97dd692b140.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.68" OriginalAmount="95.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|38759" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Excel, Royal Victoria Dock, London E16 1RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/b1/2db1a9287de7d49689bd2dd9ebf3b581be372ba1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14257" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Inverness Terrace, Bayswater, London W2 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/72/c5722bc14a5ec98f108ac61d8c6610efedc78b17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|22033" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Matheson Road, Kensington, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/40/234013beb87dbd17c5720a12c469e93f4eb30736.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|2112" HotelName="Columbia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-99 Lancaster Gate, London W2 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62af5c7f51064bf16d86be20b45a267ace0b3d64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|229010" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dockside Road, London E16 2QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a0/53a09cee41e69cc80b02fdb4b98ece5e3b201b30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|10171" HotelName="Jurys Inn London Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|200031" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/32 Penywern Road, Earls Court, London SW5 9SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4a/124ad08b1b48179823280bff4472e508443aabb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.02" OriginalAmount="96.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|1205893" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.46" OriginalAmount="96.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|558103" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-36 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/bd/19bde4152085992346ee605578ba6b8ca230e883.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|228979" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Broadway, Bexleyheath, England, DA6 7JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/78/2d787180255df54797088bafb3c136c37599b116.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|200700" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gibson Road, Sutton SM1 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af19dbb5d82bc7fa3cfd16b3a1be206f12c7e8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|199566" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tavistock Place, Russell Square, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/30/863006bd442ff38fa140c9ebfcc14f126e502c0f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|200007" HotelName="King's Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c5/c5c5b5b0b9f1794032522a0d904fabf8c0c75084.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531986" Longitude="-0.061487" StarRating="4" HotelCode="78710|17799" HotelName="Mama Shelter Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>437 Hackney Road, London E2 8PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d8/1fd82be30cdffd847d1feea17cce306940df3add.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|495505" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Hurdwick Place, London NW1 2JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/72/fe72679ae0278e24c0d799725d19cc816868cc31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|215336" HotelName="Travelodge London Greenwich High Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/a7/61a756fa7fffef911a9df7681a9f09f2fbd876d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.92" OriginalAmount="98.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1463214" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Western Gateway, Royal Victoria Dock, London E16 1AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/37/343777452a6719bb5151975a9f447d7ba806ac95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Hanger Lane, Ealing W5 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e1/50e10982588914196993a6c5b3c9c78bb57e4f36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|94228" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/12 Poplar Mews, Uxbridge Road, London W12 7JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c2/c5c248394595fc8d0f5e07726cdfdc41ae999e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|93557" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-32 West Cromwell Road, London SW5 9QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/76/9d762332578bf36e475718f39e92b6c405d287d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|5477" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Perimeter Road, Hatton Cross, London, Heathrow TW6 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/7c/ad7c4935cf98aab9ca9304490340ef5bb4429d36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|30283" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Praed Street, Paddington, London W2 1NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/5f/a05ff6493c9e9b16df3d4419a181e79181b28147.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|93566" HotelName="Premier Inn Croydon South A212" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Coombe Road, Croydon, Surrey CR0 5RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/cb/8ecb78e2c01cd1be6f20cb65989f44c10c7276ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/cd/9fcdda974f6219fc1b2d72c1c009a64bc9e8bee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.39" OriginalAmount="101.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|1302354" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>626 Chiswick High Road, London W4 5RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9d/749ded77c3ae54f43c052e088c26abc83bec6710.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.13" OriginalAmount="101.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|6607" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way, London WC1H 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/34/5534128151e55dae31ad2c9ec8edc15a24bc1294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|56466" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/19 Argyle Street, London, Greater London WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5d/c85d198d41ee53e9da4b1710b39e085b46e4d65f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|203684" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>Old Redding, Harrow Weald, London HA3 6SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f3dcd31597a94a570d8195df907bcb2e6b4e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|229008" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Old South Lambeth Road, Vauxhall, London SW8 1XX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/61/93611953e33470ece72dcea8a81584a6a761a674.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|32931" HotelName="The Colonnade" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent, Little Venice, London W9 1ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/79/ae7947d669650921aff08c9f63acefec9a36bb8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2.5" HotelCode="199809|215313" HotelName="Travelodge London Crystal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Croydon Road, Yeoman House, Penge, London SE20 7TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/7b/277b6d42c3ba5c64f3bebae5371aaf5080ee17ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|489744" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36a/38  Newark Street, Tower Hamlets, London E1 2AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbc0a8e66c89bd4dfacbbf3909cc2691552223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="109.31" OriginalAmount="102.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|TSO" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
          <PostalCode>(0)2078374653</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.57" OriginalAmount="102.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|15126" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 4, Hounslow TW6 3AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/46/d746a66a02265eb6143478a4bf783fb23e9fc609.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.85" OriginalAmount="102.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|13900" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 &amp; 24 Penywern Road, Earls Court, SW5 9ST London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42ee5357248313cd87a8a168b6f4022110a7f2d.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|411742" HotelName="Bosco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 St Mark's Hill, Surbiton, London KT6 4LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b2003dc44f97921893b6a023a00995365dabd705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4921138" Longitude="-0.14158237" StarRating="3" HotelCode="519461|490790" HotelName="The Beverley Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Belgrave, Victoria, SW1V 1RB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a28c1148a0b783f6e56b530b5457e564589d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.96" OriginalAmount="103.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|711056" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Terrace, London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3669e239e8d3f669311d3815abba24e4794e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51264547" Longitude="-0.1749701" StarRating="3" HotelCode="519932|456280" HotelName="Assaha Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>16 Westbourne Street, Westminster Borough, London W2 2TZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227b449e7cea4c65205f843f5eef6301cf03f975.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|30587" HotelName="Hilton London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lakeside Way, Wembley, London HA9 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/fe/0cfeae5eab197c916995bdc117cc689b9c7e0b73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|37425" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road, Chigwell, Woodford Green, Greater London, Essex IG8 8AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/78/0478bf90337909b2a487b217dc8640dab56db9b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|199903" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Westminster Bridge Road, Lambeth, London SE1 7RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/0c/800cd38007d01b63e6d4cb3d31a0ad46e63c790f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|212601" HotelName="Travelodge London Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bondway, Vauxhall, London SW8 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/05/93059857c3c2bf16b6265d2ac975038608cbf659.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.61" OriginalAmount="104.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|369950" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road, London NW1 2SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/60/0260113051c04a4b198b93f7ade8dea38604d2af.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.00" OriginalAmount="104.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|315632" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/15/911516e716763c920efac6878f88cf1281f849ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|455943" HotelName="Fox &amp; Goose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanger Lane, Ealing, London W5 1DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ba/ecba90f9e8eb54d8152b91a7c80df49e5c4467b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|35329" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5e/415e1897feed941137df37e3aa5ae11535d8adf6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|6297" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1- 3 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/5f/985f9f1c7986754e24edf3ac2004ac7c9b7c40f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|14782" HotelName="Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96 Sussex Gardens, Paddington, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbeabe7d5fe5bc01ddcd1b5f305a2e6b6b2f31ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.75" OriginalAmount="105.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|3267740" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Commercial Street, London E1 6BF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/4c/ee4c607d1b7ae13ae4d5990ebc352f4e5367f520.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.94" OriginalAmount="105.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|25858" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-21 Goswell Road, London EC1M 7AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9e/a09ebf2f97c0a0be2db8ece18bb0d29f5bffb9ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529186138172" Longitude="-0.1239431721292" StarRating="2" HotelCode="145792|199328" HotelName="Central Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Street, Kings Cross, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/e9/3be9bdc737c1ab1eb0ae2225576dea423565a8f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|227186" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>738 Sidcup Road, New Eltham, London SE9 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b0/8ab021e10f79883d05114990d3a3f373d7f9f03a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52703066" Longitude="-0.13743933" StarRating="3" HotelCode="447494|444296" HotelName="Studios 2 Let North Gower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Laundry,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>192 North Gower Street, London NW1 2LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/21/012199850a262729e4458669b72a23d934afbcaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491544615869" Longitude="-0.14228504910852" StarRating="2" HotelCode="462032|218741" HotelName="The Blair Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78-84 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/59/ce597e94c53426034f758d3c75378967cd854dd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.27" OriginalAmount="106.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|1503992" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124-126 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/03/9e03fb7310a26810c092b7dcfbd8305fd8aa7270.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.28" OriginalAmount="106.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|314074" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Concierge,Designated Smoking Area,Internet,Laundry,Lounge,Luggage Storage,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c6/5ac63159157d7c1140226cd2290d46b9f742fc90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.29" OriginalAmount="106.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|710747" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Cromwell Road, London SW7 4DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5a/165a0b0aa95595d5e49de785fff329128987382f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.44" OriginalAmount="106.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|316062" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dingwall Road, Croydon CR0 2NB, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/df/c4df0c94a2de66040687e6bf53925ddd0b753d43.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.44" OriginalAmount="106.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|826262" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea Cloisters, London SW3 3DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/38/db38efcfd2381f94f691e4a39d04035bbe466dd3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|32969" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Gardens, Westminster, W2 6DR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b3/ebb33b47e1a6449781dc63abe7cedbaf8f9c017c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|229022" HotelName="Moxy London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>86 Great Eastern Road, London E15 1GR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/67/1d67c5d3ad4577ebfa6de7978f5f22fb834471d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|31827" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Lexham Gardens, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/3a/d13a5a64b2319c8780be2c1a729b79f4d3955b04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|458460" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road, Peckham, London, England SE15 2PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf42439fdaffd97a89e0e5441f2a2f0dd4be6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455777851334" Longitude="0.1428425223279" StarRating="3" HotelCode="349329|93954" HotelName="Premier Inn London Bexleyheath Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Albion Road, Bexleyheath, Kent DA6 7AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f8/a5f8630cc7b8b4b5feb295020b4f742726eed2d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|93608" HotelName="Premier Inn London Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Dukes Road, London WC1H 9PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b0/59b032eee97a2899395202c63be7bbf88994193c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/5/3/6/0/0/3/7/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|457287" HotelName="The Swan Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Swan Street 1, TW7 6RJ Isleworth</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d9/b8d942b8e5f6299bdc95317853495f4c00ccddb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.60" OriginalAmount="107.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|971846" HotelName="JURYS INN LONDON WATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CLARENDON ROAD WATFORD</AddressLine>
          </AddressLines>
          <CityName>WATFORD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/974910_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="114.96" OriginalAmount="107.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|PRE" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street</AddressLine>
          </AddressLines>
          <PostalCode>(0)2078374653</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|37277" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bermondsey Square, Tower Bridge Road, London SE1 3UN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/99/149935fa4a6c7cb3ec076a50d96953b25873f449.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|227181" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 International Square, Montfichet Road, Westfield Stratford City, London E20 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e2/35e2710d4a86242201b4d263a813d68f446a75bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.39" OriginalAmount="108.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|14141" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Primrose Hill Road, Hampstead, London NW3 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/c4/9ac468779df799e73f22f14020be61b7e31831b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|45036" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Pemberton Gardens, Archway, London N19 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/95/1695e42fe410b86cc0b4bfcc0a376de8863b2bab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|35761" HotelName="Indigo London - Tower Hill" 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>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|199468" HotelName="K Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|93609" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 Euston Road,, London, NW1 2RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/2e/e02e4d3d322fb3b56245452c0bc0631ba9586921.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|200665" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>324 Seven Sisters Road, Finsbury Park, London N4 2AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/73/bc7355f6fcae07b93e8a76881c10de7d67afdabc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513519900158" Longitude="-0.12964480244671" StarRating="3" HotelCode="199824|444282" HotelName="Z Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Moor Street, London W1D 5AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/12/30120a9f8ee270b26e59c96af1ab088f1584c0a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.66" OriginalAmount="109.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|7573" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Pentonville Road, London N1 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/1a/651aa3a5343546bce48dc2141fad10b362b03912.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.76" OriginalAmount="109.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|775101" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34-37 Bedford Place, London WC1B 5JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/43/9443db966e9632bf60a1e3f48b1a25f0c1dacb5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.81" OriginalAmount="109.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|6560" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179-199 Holland Park Avenue, London W11 4UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/0f/080f88ed357dd0ed31b4bb63c0570f7867ea7df9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.21" OriginalAmount="109.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|313589" HotelName="Studios 2 Let Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Cartwright Gardens, Camden, London WC1H 9EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/56/9556cfed548e0e7711d0d032c8184f261573f97e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.36" OriginalAmount="109.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|2030261" HotelName="Holiday Inn London Regent's Park" 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,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street, London W1W 5EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b2192ab4731f10862f27fa6fee56fdae519f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.50" OriginalAmount="109.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|1079140" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d8/08d843c720ce1bd5e7569f9925821010601f556f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|823" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wrights Lane, Kensington, London W8 5SP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353f472d6418c18bdd52d2025be2fa7dc007ed6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|400330" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Whitechapel Road, London E1 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/53/0453804b180369719205048d8e134c0de7e3f854.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986374|518576" HotelName="Premier Inn London Romford Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25-29 Market Place, London RM1 3AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|519800" HotelName="Rove London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36-42 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/0d/500dc77e33ee8c2a6daf2d1d5b7e361e0c77a480.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.57" OriginalAmount="110.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|3118982" HotelName="Holiday Inn Express Limehouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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>469-475 The Highway, London E1W 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/75204585767ff7a2786a788f3aae7464d873061f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.67" OriginalAmount="110.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|2516249" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 King Street, Hammersmith, London W6 0QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8d/908d4b470fa451a4837c9b26adf00f260e11c615.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|444184" HotelName="Cavendish" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>75 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a6/50a6c14fb19383f4f1441d439dcd5ff66860bc59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525472709017" Longitude="-0.12576226069166" StarRating="3" HotelCode="146476|56446" HotelName="City Inn Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/ae/caaed46e9190d35fed20c9d52234d7c94d015582.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|410119" HotelName="Cricklewood Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Cricklewood Broadway, London, Greater London NW2 3JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/a2/fca2ca27e3c15e3b7c8069f869ab2e4338fe599c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.14" OriginalAmount="111.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53509449" Longitude="-0.20103697" StarRating="3" HotelCode="737807|845338" HotelName="London Queens Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>138 Brondesbury Villas, Brent, Greater London NW6 6AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/aa/c5aa572f8b1aac5c6771941722cffde502593f32.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.50" OriginalAmount="111.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|3376579" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7d/8b7d257c61f04e4b044ce857c1c56e225627fd64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.55" OriginalAmount="111.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2000709" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BREAKFAST FOR 2" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, Paddington, London W2 6QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/0b/320b78f5c00ea6d3ee792d84aa2af5effd7b55ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|55150" HotelName="Arriva Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-55 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/25/f82585227e8085c301d2f3f7c9733997516028fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|520369" HotelName="Hyatt Place London City East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Whitechapel Road, Black Lion House, London E1 1DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4f/6f4f2110fef03f37f7d1bab25618a0c01a3e1309.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|32867" HotelName="Novotel London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Western Gateway, Royal Victoria Dock, London E16 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/1d/861d17f7a34b4d1158a579a1f209d9895e9a26e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|93556" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place, London SW5 0TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|444295" HotelName="The Pilgrm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 London Street, W2 1HH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b0/e2b015cf5efb4f967d1f61d472e7a7832c8107a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|231342" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Ashburn Gardens, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/eb/04eb4b0e0eaafd24e0ca4b9cf9df015e49f2e361.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.11" OriginalAmount="112.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|849619" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="24 Hour Front Desk,Elevator,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156/157 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef9d6729eb89ef31e80009619015ef66f570f0.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.46" OriginalAmount="112.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|7546" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Shortlands, Hammersmith International Centre, Hammersmith, London W6 8DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3b/023bc796984c8b4a5de5bc60ee5ef37292b8c189.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.80" OriginalAmount="112.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|632082" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>276a Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/bf/b8bf9a8f4ab148f9ec8386251b9fe1b32701bba1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.87" OriginalAmount="112.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|450865" HotelName="Grand Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Princes Square, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5e/ac5ead7625e70edf26ce7fdea195742f3d128041.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|444156" HotelName="Arran House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street, WC1E6HJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/66/c0665fc47be03bd07153b25eb2486679749f0869.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|53435" HotelName="Marlin Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mission Court, 577 Commercial Road, Limehouse, London E1 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a5c98a5e4efd709ea5c2fae4fc3b4ceaaf42d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51267103" Longitude="-0.30992639" StarRating="3" HotelCode="263524|31857" HotelName="Premier Inn London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Uxbridge Road, Ealing, London W5 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/57/d95729deef8fa83074fde925c9d2e6ef0ddd83cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|1446" HotelName="The Royal Eagle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-30 Craven Road, London W2 3QB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/24/b42419402ef73905d4c6f3ca8d08cd8812f0bc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.74" OriginalAmount="113.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|1650636" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Cavell Street, London E1 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/27/99276d73b2f79dd9eeb1b9cdee9910f3d62ecc25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.94" OriginalAmount="113.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|2119942" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business 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>15-25 Hogarth Road, Earls Court, London SW5 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c1/3bc1ad5d210b3e92752bb53972530fd78008000c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|199927" HotelName="Americana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 Gloucester PLace, Regents Park, London NW1 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/20/f120670def3bc0a4aabac54d4bafa13860e0992b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|199943" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|199969" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, W2 3RA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/e1/dce15ffd44253f30c53966efce3fff08dd0e2b09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|37433" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rockley Road, London W14 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4c/3b4cb9a32dc7a147a383ccef23af7cfa94582d9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|408384" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Belgrave Road, Victoria, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42e8c6423b7ba296f693680f6d36fc80d11f8ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|200325" HotelName="Park Avenue Baker Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Gloucester Place, NW1 6DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fa/d9fa4f76c5c6316b97e31172c7bab290adec29a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492615" Longitude="-0.186329" StarRating="2" HotelCode="902781|55838" HotelName="St Simeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>38 Harrington Gardens, London SW7 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/28/422836b23d5202a42da72c1e52517f93127dd9af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.71" OriginalAmount="114.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|315264" HotelName="Elysee Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-26 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9c/fa9c30aae98afb38341e418b0120a458998f62f4.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Elevator,Garden,Internet,Luggage Storage,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>198 Cromwell Road, Earls Court, London SW5 0SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/83/08835cb9dfb26cb43dc87b22d8e6a74320c23df2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52946671" Longitude="-0.11622125" StarRating="0" HotelCode="986376|478737" HotelName="London Queen's Eurostar Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Flat 2 Swinton Street, London WC1X 9NL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/77/687702fd231e6d0bacb62a095ce7ab868f0d3565.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|30701" HotelName="Mercure London Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-79  Southwark Street, London SE1 0JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/45/78455bb85419d0d18a517264eb0cbb07ff8a6fb5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|80496" HotelName="Novotel London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Olympic Way, Wembley, London HA9 0NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/35/a33547fe6d895332b34e580abbcff8f0554d5ac3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="-0.19428312778473" StarRating="3" HotelCode="114654|199930" HotelName="The Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Trebovir Road, Earls Court, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341073/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|456925" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way, London NW4 3NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/4c/de4c70569a321daf2b11718af15a29a7cccc4ad3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.51" OriginalAmount="115.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|120341" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Gloucester Street, London SW1V 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/65/72658ffd63c98e3cddd867125c0e90b3e3d5c863.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.72" OriginalAmount="115.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50383958" Longitude="-0.09479968" StarRating="0" HotelCode="960920|661091" HotelName="PubLove @ The Rose &amp; Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>65 Union Street, Southwark, London SE1 1SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/39/a4395c184c82bf0c3278579d9c52ae270f5a78f2.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|44999" HotelName="London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Kensington Gardens Square, Bayswater, West London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c69f234e5ae80065f9818a4e02ef73b25baa57.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497008446685" Longitude="-0.22692561149597" StarRating="2.5" HotelCode="167350|200346" HotelName="Room 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Hammersmith Grove, London W6 7HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e6/6ee657dfb6e47138ff8d722136a527403504698a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|58155" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>38-39 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c4/adc4be7685b457c0c52a3d23cb63f8b9dc3786eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="124.86" OriginalAmount="116.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|120342" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road, Westminster Borough, London, Greater London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/82/0f8241e4af01322716c5c9fdf374a4c25a5ed5b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.00" OriginalAmount="116.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|716882" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Broken Wharf, London EC4V 3DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f124b91bf6799b8350b37a2b188dce691cfe94a.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|511112" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutton Court Road, Sutton, London SM1 4FS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/34/9234cf52b6bf41df4e298c147a3ef0d2223068f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|35756" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-64 Warwick Way, Victoria, London SW1V 1SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a9/a2a9bdf2c85c7d79e86f23b97d8eb924cfd86cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|10169" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imperial Road, Imperial Wharf, London SW6 2GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3e/8b3ed1a888041d7de6bd725acb1b285555c6221c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|16339" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Cromwell Road, London SW7 4ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/ca/2fca71473c3b07c128416763df4f9159444986df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|141680" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>628 Western Avenue, London W3 0TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/4f/884f32b6ace8190df952d8e240ab19022a33fa74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|93734" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Dalston Lane, Hackney, London E8 3DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/10/4810e7cd6c15584119993a9a5b592e01ba40958f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|61171" HotelName="The Exmouth Arms Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Starcross Street, London NW1 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ee/73eedec5fcbb549fbf718fb82af16f96bd259e04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.69" OriginalAmount="117.47" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|010030" HotelName="NORFOLK TOWERS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34 NORFOLK PLACE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/869947_image45033677_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="126.17" OriginalAmount="117.92" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D44545" HotelName="GRAND CONCERTO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>164-166 SUSSEX GARDENS LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37061_image67298061_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|2113" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-89 Belgrave Road, Victoria, London SW1V 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/a3/89a35548104c5d12fb1c99146606df3ec93980c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|13495" HotelName="Xenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Cromwell Road, South Kensington, London SW5 0TL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/f5/97f5862a4cc21df76d509f82d20db31541d1a0c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|17191" HotelName="Norfolk Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Norfolk Place, Paddington, W2 1QW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c6/f5c61d0778b2fa3eadb4523867828d1b42e8b768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|93739" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Corner Sixth Cross/Staines Road, Twickenham, Middlesex TW2 5PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d201c61c34e2b415ac21a69de21abd39658898.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|408400" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 West Ham Lane, London E15 4PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/30/4f30a5209a663a5dbcbdbb7760a4de64f94eb1a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.69" OriginalAmount="118.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|662503" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Kitchen,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e8/5ae8b09c7e1c50135a4446d491c26495995a841c.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.99" OriginalAmount="118.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/848034/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.00" OriginalAmount="118.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/15 Argyle Street, King's Cross, London, WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/63/f763ec612d3b077f6bbc1161757d20fdaad74801.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="127.24" OriginalAmount="118.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|95970995" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, London E14 9TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c2/5cc20af7d06d1d7f77ddb8a67c51b5c2b0aec840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|31882" HotelName="Aloft London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Eastern Gateway, Royal Victoria Dock, London E16 1FR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a51e32c39f6039a5d5da8bf707272a8e3368d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|478825" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45 Queensborough Terrace, London, W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9b/529ba26e571f2f79fc98025df58acdeca08ed5b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|2119" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-26 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f1/e0f1132ea63614b10b85de9193f52f6dbe34b5c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522228519974" Longitude="-0.074702731410428" StarRating="0" HotelCode="986338|518713" HotelName="hub by Premier Inn London Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Quaker Street, Shoreditch, London E1 6SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|128188" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>198 Whitton Road, Twickenham TW2 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/202697/a_202697_D1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|362618" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Road, London SW7 3RX, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/91/ab91eb887ee0583ba507762e0346a139b6a00a6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|199883" HotelName="TheWesley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81-103 Euston Street, London NW1 2EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b5/8db5a47e7c4f4b1b7787ece84c487fa6c7daa5bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|31831" HotelName="Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/cc/3acc1ea694acdce2d62e72d3b42f5457203c242b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="128.08" OriginalAmount="119.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|A2F954" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ecad2ce466bcb42fa4e9efbc1bf145f336a456.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.13" OriginalAmount="119.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|109733" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Saint Georges Drive, Victoria, London SW1V 4BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1f/0e1f2449f82865056dc8fd853ab46f8c38c3bf6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.30" OriginalAmount="119.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|1184125" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-44 Barkston Gardens, London SW5 0EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ac/6cac416070acd7389be2e461b71b8116d1c22d1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.33" OriginalAmount="119.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|1040741" HotelName="Crowne Plaza London - Kings Cross" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road, London WC1X 9HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/c0/3ac0565fde6a0067479e9c7d07799385589616f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.33" OriginalAmount="119.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|1290567" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/5c/b65cbefca16ace709f13ed5a12bb23d678aaaba3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|8902" HotelName="La Suite West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-51 Inverness Terrace, Hyde Park, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/7f/087f9704f83163aa62b0825c3b685115fbbb821a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|93673" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Wheatfield Way, Combined House, Kingston Upon Thames KT1 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d5/cad58aeeb49663b8f538c1e615cf2d5a722316e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|57801" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 &amp; 115 St. Georges Drive, London SW1V 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b793daae2a0ce70c18b21df15afc8fdb9951612b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490739" Longitude="-0.144067" StarRating="3" HotelCode="89406|30143" HotelName="The 29 London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 St. George's Drive, Victoria, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3d/dd3dc91ddb8754d156ee1c4ccb80ecd07b58b559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|13538" HotelName="Travelodge London Central Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202-206 Union Street, Southwark SE1 0LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/66/be66840add6620999dc0df2e9f5d08cf3c107c7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|215508" HotelName="Travelodge London Twickenham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Twickenham TW1 3QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/21/9a21e5d074c323db7a91e23d1716449d8cde079a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.44" OriginalAmount="120.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|312590" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249-263 The Broadway, Wimbledon, London SW19 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/b6/52b69d42b218b69221bc265ba7831de49eff6fcf.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.69" OriginalAmount="120.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|150646" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Borough Road, London SE1 0AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f2/2ef22f7e3c826981696d2782fe4e1b8ae708fe56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.36" OriginalAmount="120.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|6593118" HotelName="The Westbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335-337 High Street, London E15 2TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/13/ca134dd94bc5c68cd2456dc6f4689ace4e9108e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.42" OriginalAmount="120.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="3" HotelCode="986345|58695667" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street, Piccadilly Circus, London W1D 7DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/4a/6c4a2ac08449566f25cc92eef0df7102341b762a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|465348" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Celebration Avenue, Penny Brookes Street, London E20 1BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a5/fba5c9f5bc8c5199e0f0fa22112ae0a9fab6cfab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|199335" HotelName="Chelsea Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Wandsworth Road, London, SW8 4TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c9/26c9e804c7a7224d03b22a444a7e7c37bd2c905b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|18058" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 King Street, Hammersmith, London W6 9LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8d/9c8d7f69e6a0852a8b2f05a4fc4a18b8112bce4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|458335" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Longridge, London SW5 9SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/zz/2cadc49e8b6302efded270ece6684d714eff0dcb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1c/db1ccf9b436c9ab1c8fc3b8cc3477e863825cc56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|35757" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Queensborough Terrace, London W2 3SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dadc1e49454fdf6df1d4ae1c4f0e8c213c7f6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|9755" HotelName="Grange The Portland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/95/4f958ad3304c69d9403e3e69bfe5c7d9c5001928.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|93559" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>26-30 York Way, Kings Cross, London N1 9AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/82/1b82fadb2d21ce611330ab337d052c4cdd5630b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|246064" HotelName="Stylotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bdac373e5bba25b6c3c79b670b8d6f755e19686.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.75" OriginalAmount="122.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|19877" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>142-152 Criklewood Broadway, London NW2 3ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a6/04a62cab0ddc30110b5720670e5a33f6d069c07f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.90" OriginalAmount="122.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52873437" Longitude="-0.11862456" StarRating="4" HotelCode="540879|572644" HotelName="The House of Toby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/37/ed37f6799af6eebfda6533fb6708cccdd5194e62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|44942" HotelName="The Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc963fd8e10010a6424b0de683f7967a7713f83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|205785" HotelName="Imperial Court Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Inverness Terrace, London W2 3JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/05/4c05f177cb498bbc6203eb29f0a5f7f87c2eb80b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|490690" HotelName="The Kilburn Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99-101 Willesden Lane, London NW6 7SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/88/fa88176419393bd1e612361acd3a4640169e9910.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|10242" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d437598cfd65542d8b862700cc0cc3c20c6ff5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.47" OriginalAmount="123.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|7544" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way, London E1W 1LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/cf/e5cf129e386b5a2ff6f64e92240be93aff872d56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|406212" HotelName="hub by Premier Inn London Goodge Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Brook House, Torrington Place, London WC1E 7HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/69/9469ad150e8c87db9758a6c0d7e89810e8e52643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|57468" HotelName="Hotel Xanadu" 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>26-42 Bond Street, Ealing, London W5 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0c05f6000c3f1a7479dd25ff295538f2f1124c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|444192" HotelName="Kensington Prime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Russell Road, London W14 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/8c/ad8c85dd0cdf82185dfccdd9590869a9c1266cd1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|247870" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Devonshire Terrace, Paddington, London W2 3DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/10/f2106b0f10e94adbe17ea2a6368cdf66bed74508.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.39914486" Longitude="0.0179356" StarRating="3" HotelCode="857831|405412" HotelName="London Bromley hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Simpsons Road, Shortlands, Bromley BR2 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/57416cdf167fb6a2bba78f0f81aaa4967a795b01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.80" OriginalAmount="125.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|1978176" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lodge Road, St. John’s Wood, London NW8 7JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/8e/078e0fb93acc4fd894e263ea6c1e357e407ed848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.01" OriginalAmount="125.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|164990" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Pepys Street, London EC3N 4AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2c/702cc6a12830a2b8ea0b23505264d87705b99588.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|12406" HotelName="Grange Beauchamp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fc/0afcc1f3ff75ee05825dbca05764bac4dda095a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|318042" HotelName="The Zetter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>St John's Square 86-88, Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/55/6d55ae50b84fad846f4dce0d5f2e8daf652a198e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.192298" StarRating="3" HotelCode="15788|45005" HotelName="Pembridge Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Prince’s Square, W2 4PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/67/6c671d43959706ba27b5b83c8957da5c4dfe9d6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|85039" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bromley Hill, Bromley  BR1 4JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ce/5dce6e92843677479cd64e6a8e447259527aad0a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|13361" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row, London WC1B 5AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/e1/57e106bdc211639cc1e9ed1f39a195e48c10c05d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.09" OriginalAmount="126.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|38699" HotelName="Holiday Inn Express London - Wandsworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Smugglers Way, Riverside West, Wandsworth, SW18 1EG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/7a/557a3f243892b96ade126dea7ece164522e2c138.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|56034" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Belsize Park, London NW3 4EG, Hampstead</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/fe/76fe66da0c14eb4cce0c4d174ed5ed701f04d2d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|49183" HotelName="Crowne Plaza London - Kingston" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portsmouth Road, Surbiton, London, Surrey KT6 5QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/f1/3bf14e28d7b848722bc275f7a39dea1965aafd4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|456957" HotelName="The Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 White Church Lane, London E1 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469554" Longitude="-0.36766899999998" StarRating="3" HotelCode="297004|169510" HotelName="Homestay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bulstrode Road, Hounslow, Middlesex TW3 3AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443fb32273b4f5c5ef144010019e4ea14237aea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|411141" HotelName="Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Gloucester Road, Kensington, London SW7 4PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2d/692d37b50a4b1de5aa0cc7217a7e3883a344c284.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|9750" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Queens Gate Gardens, London SW7 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3f/073f2f2c97d13bc3617c6cc284570d939dea8f98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|417421" HotelName="YOTEL London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/a2/dea2985bcd0824aee6d209f639035da7e324488a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|199988" HotelName="Howard Winchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/af/b4af25ca2713d151bad0f7e90f9cf6bbd8cc018a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|234017" HotelName="Imperial Court Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Inverness Terrace, Bayswater, Westminster Borough, London W2 3JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/89/b589c482232c830d82a564acc7a10991659a1ef6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|93519" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Woolwich Manor Way, Beckton, London E6 5NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab7a6a7c3b588ccaed6daeb9233dfdfa8639a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|227199" HotelName="London Brixton hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>434 Coldharbour Lane, Brixton, London SW9 8HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/0d/a70dce43f579a0207f5d73ee9fbcf7c847e75ac4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986343|480524" HotelName="Premier Inn London New Southgate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood, New Southgate, London N11 1FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3e997e80b80762428f5e034e059b1b31b419d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51755035" Longitude="-0.16405707" StarRating="3" HotelCode="586650|444304" HotelName="The Duke Rooms London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>45 Harrowby Street, London W1H 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/16/2e16bc77a8d7485ba2f77c4c51063aa8e779d97d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.77" OriginalAmount="129.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|89651584" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1XL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/cd/89cdfefa84a2c87471d5b6f46f5e24d8839b54ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.84" OriginalAmount="129.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|7570" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0db5113240df1bf7f09046f16a34a3bdd92367.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|49182" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Waddon Way, Purley Way, Croydon CR9 4HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/d6/a5d6df1f29e74a4230d3edd379d35fc59e07be60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|37432" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-47 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2c/f82c8f502955430a36414ba7c5a9b13d2e32f394.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|35771" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|200350" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35/35a Great Cumberland Place, Marble Arch, London W1H 7DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a1/e4a1fb23512685ffdd3fa2f13d261540293da19c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|199830" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road, London EC1R 5DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e0/93e0f1b1f048688daee072d05fb483de85162acd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|199843" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Montpelier Row, Blackheath Village, Borough of Greenwich, London SE3 0RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e7177bc1303bb815c2f0620f44abf50ebb814.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="139.15" OriginalAmount="130.05" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D26691" HotelName="VILENZA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>36A/38 NEWARK ST, TOWER HAMLET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34060_image64365486_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.12" OriginalAmount="130.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|1003381" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Trebovir Road, Earls Court, London SW5 9NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/8f/498fe05f86df3bf2a0574593c0a784a40e581cb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|478807" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza, Tower Hamlets, London E14 9YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5f/015f34cd03eb265322096ddcb0ad7b798f40469c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|54780" HotelName="citizenM London Bankside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lavington Street, London SE1 0NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee5914a8de27589bfc02b987118802d7d75cf12d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="140.29" OriginalAmount="131.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|171594" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Gardens, Bloomsbury, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/14/91143449c928a3604eab9d41b8d1160b812d0add.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|199544" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street, London EC4N 6JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8b/ea8b444d11b2e7f9f03e6c70717b6d3643153c3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|24978" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9 Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ac/51ac3038fb5e619a60b1b8e85303b0f7d75f6740.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|93541" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Parkfield Street, Islington, London N1 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333ab6416c4cde89441d0ea6826a2fc2ca05242.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|24795" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 King Street, Hammersmith, London  W6 0QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0f/070fcf6eeec279c39818e454c6671d2f05b765a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|199570" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Barkston Gardens, Earl’s Court, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f9/b4f9a92a298a5a8240b10c341903013418114005.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|199901" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington, London SW5 9NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/cf/fccf73dde88fb2ffd940081efaf532b0acea3733.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.27" OriginalAmount="132.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|6550" HotelName="Hilton London Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Kensington High Street, W14 8NL London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/2d/0b2d40d38427e833bf83b9d5e33b2f7ef0aa50be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.65" OriginalAmount="132.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|883045" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>130 Kingsland High Street, Dalston, London E8 2LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e6/92e657ec07bc14e82b3d3a69590449db3094a156.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.11" OriginalAmount="132.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|574881" HotelName="Dorsett City London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate High Street, London EC3N 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/92/ed92537f069012380fb971ba20f3bf9022091ebd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|492814" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Haverstock Hill, London NW3 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/27/79275c603030bcac443da3a5071cb652ecadc422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|456773" HotelName="Red Lion Hillingdon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Lane, Hillingdon, Uxbridge, Middlesex, UB8 3QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/55/5e5574bf9738d5b69b439efed38492c26ba16b0d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|425737" HotelName="Z Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Elevator,Internet,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Orange Street, London WC2H 7DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/66/e566b086510d91204d5967a22edfe988681370fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.35" OriginalAmount="133.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|607004" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2 Lincoln Plaza, Millharbour Canary Wharf, London E14 9BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d4/88d4203b8ebafd2c1dffd4bdd47796457111b974.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|7071" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/a3/e9a3bd74d016afd62a1db8d1dd10493ff0208d26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|26133" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>173-185 Greenwich High Road, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ee/34ee33f8845a5cc22ad5f4b5dea06248bfdf689c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49210151" Longitude="0.00813078" StarRating="4" HotelCode="986307|425754" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue, London SE10 0PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/1d/e91d276537e6321789a1f9b9bed89205ad357aa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490395" Longitude="-0.138633" StarRating="3" HotelCode="17547|29986" HotelName="Sidney London-Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-76 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921e9900cb2455a579a120a92a7df140b7c71e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|55963" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Belgrave Road, Victoria, London SW1V 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/31/5731c94fe9b64be329bdeadde3072285d678eb5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|55566" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Gloucester Place, London W1U 8JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a8/16a8f935741f1549fb9d980b65221b1937b341dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|411696" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 New Road, Whitechapel, London E1 1HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6b/376b934ea20e5482fdc3aa58f8f094413b975493.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.64" OriginalAmount="135.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|1007411" HotelName="The Chilworth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Westbourne Terrace, Paddington, London W2 3UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/18/001809526385d55706bbfda4dc624f5def662e0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|29289" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Adamson Road, Swiss Cottage, London NW3 3HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b3/aab3384856c8c6b69535db6beb610a1b77693be9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|45064" HotelName="Hilton London Syon Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>London Syon Park, Middlesex, London TW8 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/67/47670cfeece334a0d6eb325464833379504737d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|12605" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Tottenham Court Road, London W1T 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/04/aa04701f3e4de33c5dbf2741046c8b7fb3a2f0f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|200049" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cb/4dcb05ecc0882c624da8c2ac616032b9e3146d52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.67" OriginalAmount="136.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|1549069" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 5, London Heathrow Airport, London TW6 2GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76dd03d721686f23cd859dd7e9f69e19cdbde145.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.91" OriginalAmount="136.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51223790495" Longitude="-0.034141046951731" StarRating="2" HotelCode="377905|690950" HotelName="Via Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>628-634 Commercial Road, Limehouse, Tower Hamlets, London E14 7HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/3d/4c3daac3e708175e17ecc21da7609d3923cb7115.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="145.92" OriginalAmount="136.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|510007" HotelName="REGENCY HOUSE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>71 GOWER STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/7351_image64319739_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="146.37" OriginalAmount="136.79" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37F43" HotelName="DORSETT CANARY WHARF LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>48 MARSH WALL LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35694_image65840718_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|399381" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ealing Road, Key Eye Tower, Brentford, London TW8 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a8/aaa8f3e6581da95bf6f4df92978ac20aa041ea10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|35754" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court, London SW5 9TT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ce6ca660417c14299a32fe9191df792ca8c13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|4793" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Royal Victoria Dock, Western Gateway, London E16 1AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9a/b59a62d196433934322abcfd1a98782471dae39b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|31953" HotelName="London Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134-136 Lexham Gardens, Kensington, London W8 6JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/79/d079cbc96beb8685a623a5ccecb64be473201e73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|45264" HotelName="Oliver Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Trebovir Road, Earls Court, London SW5 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f6/a4f6bce08245766a730cd088e298329e2b152327.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|93558" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>82-83 Eccleston Square, Off 55 Gillingham Street, London Victoria SW1V 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337968/2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/83/85839448450df6f6555cb4e56101162dde676f45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.79" OriginalAmount="137.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|1538237" HotelName="Holiday Inn Camden Lock" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Jamestown Road, NW1 7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.44" OriginalAmount="137.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|16057" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39-40 Bedford Place, London WC1B 5JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fac5184261ca935744e0c420331f931a13114.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|142312" HotelName="Hyde Park Superior Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>34 Inverness Terrace, Westminster, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/58/4658efabe4fd2e61ef47efe2014887b6fad47216.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|199489" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-196 Earls Court Road, Kensington, London SW5 9QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72dc816a4c32e3ac8778ead313aaca77b003ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|6199" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Upper Woburn Place, Euston, London WC1H 0HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d2db3931113fb8adeec39b8fa1e819f1c809c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.92" OriginalAmount="138.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|15030502" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road Leyton, London E10 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/8c/168ccd526a9eb8e2b99690dc2da8a7853d7c605c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.18" OriginalAmount="138.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5154213" Longitude="-0.1716391" StarRating="3" HotelCode="263502|440234" HotelName="Abc Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Sussex Gardens, London, Westminster W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/3c/653c3469853f07cabcd94540e65047435b250271.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|425094" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building B, West Drayton, Heathrow, London UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cc/e8cc12743c2512641564d61c85287018db26f035.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.88" OriginalAmount="139.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="149.16" OriginalAmount="139.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D2F629" HotelName="The Hoxton Shepherd's Bush" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>65-69 SHEPHERD'S BUSH GREEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34830_image64870744_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.16" OriginalAmount="139.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|1215214" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>18 Albert Embankment, London  SE1 7TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f4/faf433b85703b277832d76ed09fc5d1ab0597c2c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|56521" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-12 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/dc/f4dc4fc0e79a08d926e0f57bd3947f93f7a4335a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|227138" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>50 Wharfdale Road, Kings Cross, London N1 9FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/93/2b931ceb6fd777c852d5d663232d157fbf6bb3f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|4149" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.94" OriginalAmount="142.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|316137" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/61/ff61b98d6bf61158d8aee0fc6a99b7ed0b7918f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|495205" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 College Approach, Greenwich SE10 9HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c4/74c4b348f66dc10f80ae889c9101b3b9a3006076.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|3091" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road, Earl's Court, London SW6 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/72/5f7289c492f4b9d8375df968f1270503163cb2d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|20720" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Fairmont Avenue, Canary Wharf, London E14 9JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a6/1ba6e2a49d5e980e77f3a842cfb53c83c7631682.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512574" Longitude="-0.180237" StarRating="4" HotelCode="34458|94225" HotelName="Signature Townhouse Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/62/eb621db6b386a802765a69e25eec065160ee609d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|215277" HotelName="Travelodge London Central Aldgate East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-13 Chamber Street, London E1 8BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/1420d0e172ed5b53bfe6e16201dbc78e0fa188ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|61580" HotelName="Central Hoxton Shoreditch SH Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Kingsland Road, Hackney, London E2 8DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/17/0a1777fe701485114bcea6ca1cf0f2505d746eb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="972200|488631" HotelName="Flying Butler Baker Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>York Street, Marylebone, London W1U 6PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/e7/16e76a65734f5879c319b9b8105743cd5099dbad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|9764" HotelName="Fitzrovia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Bolsover Street, London W1W 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/78/2b7868acc9195df3ef08069d09ab8bf125303d89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|9758" HotelName="Langham Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Langham Street, London W1W 6BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e8371b601a4a55c00ba72bad1190f4a9343147a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.12" OriginalAmount="143.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD5F99" HotelName="CITY SLEEPER AT ROYAL NATIONAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>38-51 BEDFORD WAY - RUSSELL SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31693_image63209629_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.17" OriginalAmount="143.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49089147108" Longitude="-0.14482453465462" StarRating="2" HotelCode="901540|133845" HotelName="Sheriff Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Warwick Way, Victoria, London SW1V 4HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/73/727389ecf0241b9ddec02223aad9c33f9f985a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.23" OriginalAmount="143.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|2278263" HotelName="Huttons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 - 57 Belgrave Road, SW1V 2BB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/73/91739b2e55ff9ae0a4b21553da76fe726417f31e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|244840" HotelName="OYO Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Argyle Street, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/7e/f07efec3d4037bbe84d4a8c3db446d9201a36d33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|9727" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148-152 Sussex Gardens, Paddington, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e64de848a8b23c40082a593c78cc7dd3c0b9628.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|35774" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10b Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a1/3ea158865ab9ab7cb30a0178d0c3ccc980ae6337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|2132" HotelName="The Caesar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-33 Queen's Gardens, Hyde Park, London W2 3BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/94/df945e43c331ba4067e20b98851ad43138cb90ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|17189" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>202-220 Cromwell Road, London SW5 0SW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/df/df20e51642b01181/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|456829" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow T2, Heathrow TW6 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6a/906aa56354fb2d159c9d2a12c98acb93c9b34c0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|199481" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman St, London E1 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/5d/be5d9d62a66847846a803d7804c9461d000813ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|46479" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 College Crescent, London NW3 5LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/09/dd09c971ea7a827664eef425d94f888bca906951.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|474852" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue, Stratford, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/8d/c98d9f6de87ebcbedd1813deb45181b2fdd94fce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.74" OriginalAmount="145.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|2859234" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-20 Osborn Street, London E1 6TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/85/cb8513a866741142ed47404d68bf10cbd5631879.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|55666" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-202 Old Kent Road, London SE1 5TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a1/07a1297fcca8609896dffb366fcb90f74d41d894.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|480511" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Lillie Road, Fulham, London SW6 1TX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e7/6de7b876def02dcf7f17cd48d7c24addb4277a83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|93666" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Red Lion Street, Holborn, London WC1R 4PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/76/8b7674c6f4afc8fee8cfb3d7b7efd2ebaa2dda44.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.84" OriginalAmount="146.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|47288826" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6 Hercules Road, London SE1 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a3/baa31aca73233cd2d15ecf7c5eb8109ccfac27b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.86" OriginalAmount="146.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|315129" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Waterloo Road, London SE1 8XA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/77/1577b0f1e2a72d09e2738c736d0ad51d10147028.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.86" OriginalAmount="146.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|6639" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Upper Woburn Place, WC1H 0HT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d8/07d8d78625a19b3eb80a24b717f9ad887c048049.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514761" Longitude="-0.164836" StarRating="3" HotelCode="94549|200230" HotelName="Griffin House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Street, Hyde Park, London W2 2AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c131d2022713b5fab1031b82665db8a4d0e1b29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|211117" HotelName="Marlin Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>111 Westminster Bridge Road, London SE1 7HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6f/df6f45a902eaa4766ad0063a52a21322e0a77705.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|236932" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Poplar High Street, E14 0AE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/8c/a68c94d2906a6e99aae0c8fd13291ecc566cbfce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|4188" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|444187" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Trinity Square, London, Greater London EC3N 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0f/520f6460e0fd133742ca54debfb108e8e1f2f20e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|56037" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/85/ab8587b9aecf0b40d405c24cc23235bd26a98576.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|13488" HotelName="K+K Hotel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/28/0a28f5e150e351e8baa657d5f85c700f667e1ec2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512765520848" Longitude="-0.19263356924057" StarRating="4" HotelCode="31271|31832" HotelName="The Premier Notting Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Princes Square, Bayswater, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24e56f4cee8464bf2ff0db7017c366ef82f4a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.53" OriginalAmount="148.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|626814" HotelName="Duke of Leinster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Leinster Gardens, London W2 3AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/67/8e677f91bb4431ce36afaa46f1f6944cc84e2b6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.14" OriginalAmount="148.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|153296" HotelName="Tophams Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-32 Ebury Street, Belgravia, SW1W 0LU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7d/187d9789347f824ed4e7b9a50becca4190443b4f.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.18" OriginalAmount="148.77" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|660610" HotelName="MORGAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>24 BLOOMSBURY STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33943_image64319703_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|457398" HotelName="Garden Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Kensington Gardens Square, Bayswater, London W2 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/dd/d0dd4b5d7a6a9d8147b689fc42336ca8a9c04fca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|276311" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56-57 Frith Street, Soho, London W1D 3JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fee1e91ea4a8e376c8da18d385bc9442c9192c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.44" OriginalAmount="149.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|2011152" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/3c/1c3c18e546b00e8828c8c3fa640d63f05d3848cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|17403" HotelName="H10 London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>284 to 302 Waterloo Road, SE1 8RQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/18/1518c0d3d0a0d8dbecd5084547c6e4a6905e6c2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|379852" HotelName="nhow London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Macclesfield Road, London EC1V 8DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3b/dc3bb8f24e482e72307e239f9ae85f98e30b96d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51198193" Longitude="-0.0892075" StarRating="3" HotelCode="986329|405413" HotelName="Hub by Premier Inn London City Bank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>St Swithins Lane, London EC4N 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a4/c9a49427683b251e2da334c8bc1567bd8926f03f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|37426" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 London Street, Paddington, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab9d620657dad46258d437013380dde7186d839.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.23" OriginalAmount="150.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3526009" HotelName="Radisson Blu Edwardian Vanderbilt Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>68-86 Cromwell Road, London SW7 5BT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565b7d7bb9209208a4296a30282964a3d4ad213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|51876" HotelName="Club Quarters Hotel St. Paul's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill, London, Greater London EC4M 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1a/3a1a255fe8972c33bb8de5ab69c0dd75ffa9a44b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|31897" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-36 Hogarth Road, Earls Court, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/81/278111a24c29a6578529794aa4cd195989a7fe65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e7/b7e791fc11b68ab13b9c7b59ea0f4fab20d1a13f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857926|406153" HotelName="London Farringdon (Smithfield) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24-30 West Smithfield, West Smithfield, London EC1A 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|17949" HotelName="The Princes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Princes Square, Off Ilchester Gardens, Bayswater, London W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/56/6456891fb57ef5fb5b4b819b6038d7f75e44deaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|34010" HotelName="Town Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Patriot Square, London E2 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/57/2657ad1434136ecc6898efc4c86935286d02b398.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|215308" HotelName="Travelodge London Chigwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>735 Chigwell Road, Woodford Green, Redbridge Waltham Forest, Greater London  IG8 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01882badba997cdb5493dde190f8edcfff365ed1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47561903" Longitude="-0.01975671" StarRating="3" HotelCode="265054|93572" HotelName="Premier Inn London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43-81 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/eb/bbeb686db849a7200af150d17eb9e697717e4f74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|94092" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101-108 Station Road, Sidcup, DA15 7BS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/c6/bcc6685f39ad7c7fb3265b1e6dbce986a92e6429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|215504" HotelName="Travelodge London Raynes Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amity Grove, Durham House, SW20 0LQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37abb69b17eb26759dc317c3149fce876b90b7f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.71" OriginalAmount="153.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|626810" HotelName="Reem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-51 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b6/c6b6be513b952ecb8749d4ff117208b8fd5b1cca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|33981" HotelName="196 Bishopsgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Bishopsgate, London EC2M 4NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/32/d132759a4ebac8b70717f75d5c5b18b39e21abd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|17101" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>South Quay, Marsh Wall, London E14 9SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/28/9428a1c6d0f7c22b64de17d14fffcd7da17afc10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|14854" HotelName="Mercure London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Praed Street, Paddington, London W2 1HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e4/62e447fc4679ac7b14c7c399408d0d6a2f966ca3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|29287" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeant's Inn, Fleet Street, London EC4Y 1LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20dfda2c57cf7767b57e540f67fd55c13a9555b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|229018" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 New Drum Street, London E1 7AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/7c/40/7c40f4bb846bbb18d44a32453a095bd37b9d2f85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|199464" HotelName="The Kensington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Nevern Place, Earls Court, London SW5 9NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d4/e6d43d172b22f362806c3da56d8a64771bc6a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|200721" HotelName="B+B Belgravia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ed/2aedc6846a2f0a8793914672cae1f9f2d9c9ba60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|51874" HotelName="Club Quarters Hotel Gracechurch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street, London, Greater London EC3V 0DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/71/637105353253de625144561772c68348ee751dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.91" OriginalAmount="155.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|8136646" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Hammersmith Broadway, Hammersmith, London W6 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4921f11d70c05d03343d68e9bec9055b83c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|35750" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-73 Chiswick High Road, London W4 2LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/59/145993d1e6bbd5e753f904d5dacf3cb31a19ab5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|199392" HotelName="Elmwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Argyle Square, WC1H 8AS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/fe/02fe154376350b4bdfa248d16b378739bd08cbb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|491041" HotelName="Forest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Green Lanes, Wood Green, London N13 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/c1/fac1935de7db02cc1ba38de9046988822f0af0d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5109113" Longitude="-0.3021573" StarRating="3" HotelCode="481765|200480" HotelName="The Kings Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 The Grove, Ealing, London W5 5DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/53/4b53b3ad8f07e3f0afc919fbbd407fca5ebc2aed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.49" OriginalAmount="156.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|367768" HotelName="The California" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8 Belgrove Street, Kings Cross, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/37/0237a0e4bf50a267bb8d2f0d2bd1fe047e811895.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.63" OriginalAmount="156.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|36765" HotelName="Holiday Inn Express Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 - 110 Belgrave Road, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/71/247101f1351e4e8bf01ede9c03e9f7ae0bd39239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|200755" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106-112 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92173ace27dc9afd09550b45af09bcf02d2923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|4119" HotelName="London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-18 London Bridge Street, London SE1 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/f5/2af5fea77b1bdcc5df75e77436e126eb920d2f85.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|93738" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Lower Mortlake Road, Richmond, London TW9 2JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5d/855d19f7eb7ea0ae96db3779c0ee2a421a54f6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|416220" HotelName="The Moorgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall, London EC2M 5QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798d5fc9126f56b194f1c1caff3e1fe09abc00af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.51" OriginalAmount="157.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|1953401" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Talbot Square, Paddington, London W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fd075037e754c211c4b22e18e454075a9c5994.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|64085" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Byng Street, Canary South, Westferry Road, Canary Wharf, London E14 8GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/73/7c7301d1c4fcc9dbdd98e8e856a1f77398446a2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|4132" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Shoreditch High Street, Shoreditch, London E1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/86/3086e9d6bf1cf335aaca81ba84bc67b90da34bad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|93561" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>County Hall, Belvedere Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/4f/4c4f34479636e85980e9f90c63a707c92ab4096e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|93560" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>85 York Road, Waterloo, London SE1 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497fadd166334be1332af323969a7d4c1bf93ce4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|54248" HotelName="The Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road, Putney, London SW15 2RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c7/bac7fe3d5a015e81ddd2355e9eda1fe3e8954518.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|199307" HotelName="Bay Tree House B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Brookdale, New Southgate, London, N11 1BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5c/9d5c62808c9373686b0a845b661f40723e48ac2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|360123" HotelName="Boundary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/48/b34802e6320871d12304308f799b341a08eaa149.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|41296" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road, London, E1 1LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/20/87208927da0b4d75db119cdd3d387813422de7ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|60952" HotelName="Hotel Rafayel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RF, Adjacent to London Heliport</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/2a/bb2a2e1e6223a63906519ec6ef8e79a5b428a09e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.09" OriginalAmount="159.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|1088801" HotelName="The Montcalm At The Brewery London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street, EC1Y 4SA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fd/47fdefcdf6a1b74062034412fafa91c96e415d60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|200783" HotelName="The Belgrave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80-86 Belgrave Road, SW1V 2BJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/77/3a7711478d7e8eeaf96e4921b55e2a21c6e7ba84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|408381" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/35805b9bfd86f58e2f46974ac9da7cf03f7286ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.46" OriginalAmount="160.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|314748" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern Street, W1U 5AF London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9a/6c9a47f4988b359b9efc8117f7fc9fcd12e3eef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.96" OriginalAmount="160.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|906412" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dorset Rise, London EC4Y 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f1/f8f198668a709fdb97793f9045057f6db7b13854.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.10" OriginalAmount="160.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|316925" HotelName="Holiday Inn London Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10A Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6e/e06e4008eccf3a6c46aabed54ca4d77435123033.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519382" Longitude="-0.07159475" StarRating="2" HotelCode="641648|227095" HotelName="hub by Premier Inn London Spitalfields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>86 Brick Lane, London E1 6RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9f/7c9f10f82823e799c013b645c6e5069823286048.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|444209" HotelName="Mermaid Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Babysitting,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Blenheim Street, London W1S 1LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a3fcee987e9dc19f8c852adce126f3753a5bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515499664797" Longitude="-0.17266988754272" StarRating="3" HotelCode="25447|45417" HotelName="Olympic House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/af/91afacff120dae8fc9f7809031838fd8d767280f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|93960" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mercury Gardens, Romford, Essex RM1 3EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/15/5915d0146caeb80c79546701e42beee1b6b50e27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|199868" HotelName="The Crescent Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Gloucester Terrace, London, Greater London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a3/daa3344d0e3dade6cb732a6ad5f218a6458658e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|371102" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="173.34" OriginalAmount="162.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400515" HotelName="SUNBORN YACHT LONDON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL VICTORIA DOCK LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/744_image49421364_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|93965" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Buckhurst Hill, Essex IG9 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/28/f1285662ca0c8d0ff4cd991a1dd2f19e03c54ee6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|199964" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Devonshire Square, London EC2M 4YD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c6/5fc6250dd638615202e69c3a2ce6f6c698c6140a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="174.70" OriginalAmount="163.27" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FD31" HotelName="Gower House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>57 GOWER STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1355396_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|199268" HotelName="Arosfa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca316311392870e6189b8590ee6a5e78ea70c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|513819" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Commercial Road, Tower Hamlets, London E1 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/87/96877d2ee9907cdc975cc16673dc26092bdc1a11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.38" OriginalAmount="164.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|649003" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Central Heating,Garden,Housekeeping,Internet,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Gower Street, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/97/82974b717d534b3f846970de3c9f18dcdc60d4ff.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|32954" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Upper Street, Islington, London N1 0UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/91/7391aa59d7eee203b6cc0095ae31f051a222bb1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513445" Longitude="-0.163074" StarRating="3" HotelCode="152028|199529" HotelName="Parkwood at Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Stanhope Place, Marble Arch, London W2 2HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f7/d2f7f2db4c60896f76b8f84bff433270001a030e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|214825" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Terrace, London W2 3DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce40cfab873604e544f3a88c9d0cb61c9599b94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|199344" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane, London EC2A 3ET</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0b/680b37824031474333c39e9da066be6b710a9f5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|30831" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Putney Bridge Approach, Putney, London SW6 3JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/b1/9bb17c12db2e915dd152233d549345bbbc9f6fe7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503233716875" Longitude="-0.078158900201743" StarRating="5" HotelCode="524948|227447" HotelName="The Lalit London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181 Tooley Street, Southwark, London SE1 2JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613142/613142a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5453578" Longitude="-0.00703971" StarRating="5" HotelCode="785654|416305" HotelName="The Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 International Way, Olympic Park, London E20 1GQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5b/685b6cafb7bbe8775ffaf15345a747ffaf91a45c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.57" OriginalAmount="166.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|1037234" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour, London SW10 0XG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/80/a680ee7a000a0c67785e93e9bdd42384de0ad856.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|227139" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Great Tower Street, London EC3R 5AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/a3/60a3ab482b7cf69d9cd45040e7acc32c0aa1c3bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/f5/29f5b28c2d4ff5e39bfef63d447b2f6e05214c24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|93570" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45 Garratt Lane, London SW18 4AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4d/8b4d74bba1801a53c8de666bad8ce4b2172b85ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|444244" HotelName="The Hoxton Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Great Eastern Street, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8f/d48fa31f5dc94a0a2d12a51a0eb8b2e51d1fad91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.78" OriginalAmount="167.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|1289998" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road, London SE1 7UT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1f/4d1f63d6338cb3b57e37043aa18ff98f93fefa14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="179.76" OriginalAmount="168.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D29811" HotelName="DAO BY DORSETT WEST LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>56 SHEPHERD'S BUSH GREEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34303_image64429200_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|200744" HotelName="Georgian House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 - 39 Saint George's Drive, City of Westminster, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ef/b2efb80df631f3ccd990d4b51a6ec82b465451e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|31919" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-56 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798ddfabb7f019935818201cf0c0edc71af44eda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|39481" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Blackfriars Road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/3536aa539890c467393c432c9fdd4dc29dcb10a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|358282" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street, London SE1 2JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/8d/768d329d1bcaaebcf7ea06b4bacadb9a7a6f0d24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|2135" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Southampton Row, London WC1B 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/fc/7ffc69653ebd25ce0045799ddf9231f43823cdbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|94246" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street, EC1Y 4SB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/eb/47eb33c4b9819015253d7a8bba0a157a2edd2901.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5047745" Longitude="-0.1014748" StarRating="3" HotelCode="263527|93590" HotelName="London Southwark (Tate Modern) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffolk Street, Southwark, London SE1 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347706/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|34714" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Tower Bridge Road, Southwark, London SE1 3LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/352760/2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.97" OriginalAmount="169.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|1127202" HotelName="Park Plaza County Hall" 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,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Addington St, London SE1 7RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f0f5cddaa2ee20793b1c4becd26ade67d1ca4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.77" OriginalAmount="169.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|6555" HotelName="Meliá White House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/58/58c71cc8ad42ec86/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|495383" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Minories Street, London EC3N 1AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/f0/b6f06dfa3f2f0ebe9568c3762e838e646cbc529f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|199390" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|487230" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|240824" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Mecklenburgh Square, London WC1N 2AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/53/6553b7db1eb0ec7bc15db644339a858dc9a5a593.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.39" OriginalAmount="170.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|1180324" HotelName="Pullman London St Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100-110 Euston Road, London NW1 2AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c4/c49bb05f8d14494a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="182.97" OriginalAmount="171.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|163860" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nevern Square, Earls Court, London SW5 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/71/5f71c8d1cf80c8f56772f1ed7a4683438648635f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|55335" HotelName="Malmaison London" 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>18-21 Charterhouse Square, London EC1M 6AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00ed443a5afa6a1ae16032259b6f4fd6abd78d4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|227183" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>John Bradshaw Road, Southgate, London N14 6BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/5d/ce5d4d275bfb93e1d84782c558b560142d2cc59b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="183.93" OriginalAmount="171.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450286" HotelName="KENSINGTON COURT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>33, NEVERN PLACE EAR LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/3795_image49633151_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|215507" HotelName="Travelodge London Teddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Park House, Teddington TW11 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c0/e0c0c4f69b2643402d113ea439a2c3de9ccbdfc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.25" OriginalAmount="172.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|1507882" HotelName="Strand Palace Hotel" Meals="ROOM ONLY" 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">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/1f/a31ff64ab47eb40dfd057aa4da83e5d841b710f8.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.90" OriginalAmount="172.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="3" HotelCode="735444|10987853" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Arrivals Hall, Heathrow Airport, Hounslow, London TW6 2GW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f4/51f4fbfbcc0f70790b922b9c21b6f03cd246f787.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|93589" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>34 Park Street, Bankside, London SE1 9EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/24850bd95a981811a7c558923728ffdedb997400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="185.52" OriginalAmount="173.38" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D19908" HotelName="CARING HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CRAVEN HILL GARDEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32819_image63986442_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.11" OriginalAmount="173.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|1913015" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn, London WC1V 6LF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/06/91061fe6dbb571dcb5e6c5488c818ab653346eda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|11154" HotelName="Fraser Suites Queens Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39B Queen's Gate Gardens, London SW7 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ff/a1ff474b2283ee9b9a5842c58085ec5676296cd5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|9768" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Cooper's Row, London EC3N 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/93/8693d1bee130e053657810d2697a099d1324e3f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|27937" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>45 Prescot Street, London E1 8GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8e/e48e52a96b51c30b1ac0e4e48f8abbe83d798d0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.45" OriginalAmount="174.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|609050" HotelName="GARDEN COURT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>30-31 KENSINGTON GARDEN SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32815_image63986344_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|457352" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>31 Collingham Place, Earls Court, London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/8c/c48c2c44654e1a7e768834593ab21dd32d1990e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|56554" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Copthall Avenue, London EC2R 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1f/401f7e7b1b1403aa41053cdc6ad5ee3b9219f9f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|51875" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lincoln's Inn Fields, (Near Covent Garden), London WC2A 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e5/b7e5a7504d3aa3b828698bceffbfb11223027992.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|227187" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638-640 Wandsworth Road, Clapham, London SW8 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/10/201070477b151eddf037a53cf1989ecdf293636e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|93735" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Haverstock Hill, Hampstead, London NW3 4RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/3f/603f816e46173d09eb0f35454da1ea32724a298d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|39797" HotelName="St Paul's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Hammersmith Road, London, Hammersmith W14 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/67/2767e71669fa06fdc3898a24b254c0b1ddc1756a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|394336" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ilford Hill, Ilford, IG1 2DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/zz/2bad26ad81f0cfd827a186cdde9883765c38b1f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.64" OriginalAmount="176.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|1124225" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>239 Vauxhall Bridge Road, London SW1V 1EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ce/02ce8e9d52b944ac0a9d032c9451584a13a56efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.87" OriginalAmount="176.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|164991" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street, London SW1P 4DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ae/7eae4f56aec259369803c88e0b0a6a79914758dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.93" OriginalAmount="176.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|36766" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>103-109 Southwark Street, London SE1 0JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|165304" HotelName="The King's Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton, London W3 9NX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bc/e0bcb7e5431c937e8818bcd2fcba470ed2a15d8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|409753" HotelName="Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories, London EC3N 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/55/7f55252d96e99f1d664f17882ebe29090e30cfdc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Bayswater Road, London W2 4RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/3b/673b9b33ebfd82b478edfa35fd45aa3cfeb12047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|17884" HotelName="Hilton London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Praed Street, London W2 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2d/3f2dbeca7c569cc8dd335f94742558fc28169500.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.09" OriginalAmount="178.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|94501" HotelName="Marlin Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Queen Street, London EC4R 1BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9e/9c9eb9abc7384a6a072598ffd145a84f7eff1149.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.94" OriginalAmount="179.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|1120891" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>113 Lambeth Road, London SE1 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/87399a287f01798ce8e36a973f639ac9bd44da4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.31" OriginalAmount="179.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|1964357" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Gloucester Road, London SW7 4QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/25/ed25ebe29c839414dd861b863522628310248c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|58455" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk, London SE11 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d4/a9d45ef330cae4fa37b5ba040dbc5be13abfd41e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place, Islington, London N1 1WF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/76/3b766f2cd94b37295543ef6fa0220a8f28dc8a02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|24974" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Cromwell Road, London SW7 4ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/77/64770778ef7bdd6f8064bc0b73e39f69ab71c8b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|93569" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|62712" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spens House, 72 - 84 Lamb's Conduit Street, London WC1N 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b65904ddf56066f0148e57a09c36293bbb3a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|31633" HotelName="Marriott Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Henry's Road 128, London NW3 3ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c7/53c7f5b2e2298c798f08c42e3c199bf2bfe803d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|86779" HotelName="Warren House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Warren Road, Kingston-upon-Thames, Surrey KT2 7HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/92/ef928187827a00212b4cbf4783607306d5e58e5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="196.45" OriginalAmount="183.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|743229" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35A Gloucester Road, London SW7 4PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/c6/f6c67b382dcc39eee36462d13a22ecdf9ddebd2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|31379" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Bayswater Road, London W2 4RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/86/7c86aa9e4df15c889b6649a557a37961a2e8dcec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|16428" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 More London Place, Tooley Street, London SE1 2BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/49/28492fdc987a5cc510fa896310420419b80cdaac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499625825179" Longitude="-0.13154207546313" StarRating="3" HotelCode="795969|406165" HotelName="hub by Premier Inn London Westminster Abbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Tothill Street, Westminster, London SW1H 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498971" Longitude="-0.13266925" StarRating="2" HotelCode="637457|227100" HotelName="hub by Premier Inn London Westminster, St James's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Dacre Street, Westminster, London SW1H 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a6/faa6293711430747fa649b5f477d7241d487506b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.42" OriginalAmount="184.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|52289759" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Waterview Drive, Greenwich Peninsula, London SE10 0TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/01/f7014edf25af4e11afb402031827e6aba9d4cc07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|11254" HotelName="Mercure London Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130-134 Southampton Row, London WC1B 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba3f8a779c783fec56ce346b3423e13334943e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|408382" HotelName="Paddington Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Craven Terrace, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7f/3c7f0e3075299344e22acdd7470c2158f4bca8a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|227198" HotelName="London Archway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Macdonald Road, Hamlyn House, London N19 5DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e2/39e26c852681c070d1a233a1240728f8378ab144.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|406169" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153-163 The Broadway, Wimbledon, London SW19 1NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/90/f6903a0589e99b2f4c500c9e9231e86ca5fdb4c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>92, Middlesex Street, Aldgate, London E1 7EZ, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fa/edfa3a28193215b19b9fbd49cbb6e65277205ab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|30918" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street, W1T 1LB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/20/79208cec2809a32387d74b73902117d149547224.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="199.34" OriginalAmount="186.30" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A1E044" HotelName="THE LION &amp; KEY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>475-477 HIGH ROAD LEYTON LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16293_image51032519_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|456681" HotelName="The Park Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Park Road, Teddington, Middlesex TW11 0AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/8c/498c0d35509c46351951701af8ff84adfa0d2729.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|199982" HotelName="Hotel Moonlight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Knaresborough Place, London SW5 0TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/15/0a152c43568819f6b524070ea94fb21be96b5450.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|54250" HotelName="The Piccadilly London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue, London W1D 6EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/70/7d700dccad413b6303f337e3147d431211151c87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Woburn Place, London, WC1H 0LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/ca/c1ca005eeb45a0b13a2db760ce973785cb39178a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.80" OriginalAmount="188.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|2214075" HotelName="The Mandeville Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mandeville Place, Marylebone, London W1U 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/4d/e24d11b0341ab0b09eb020f71ecdbf399e226205.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|227090" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 St Martins Lane, London WC2N 4BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/82/1f8213a83c93c74a2d26c3f76e5e98b976c5f10e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|31833" HotelName="Inhabit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Southwick Street, Paddington, London W2 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/d3/d9d37256e0aea8389ae236821891899029a5307e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|56429" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Warwick Street, London W1B 5NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/fd/8bfd36b760a8b0333a0cf6a9205e722e8fdfca80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|16345" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Godliman Street, London EC4V 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd2e4d2af9a81af6bd3846d8c5c77d41b95c768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|200411" HotelName="Sydney House Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Sydney Street, Chelsea, London SW3 6PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f9/90f9b3ceacd72d6628544b710ad8cfe936938df0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|487236" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Blackfriars Road, London SE1 8PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/5a/985a452db73a8f15593ae92a39ad092a5829f694.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|354762" HotelName="Assembly London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden">
        <Address>
          <AddressLines>
            <AddressLine>27-31 Charing Cross Road, London WC2H 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fed12cce1514b3fa35397225ed9c2d9a69642e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|409119" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 - 67 Great Eastern Street, Hackney, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/19/d1199d1134aa6c7aa813696f567e602eae2e1302.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|93564" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London, London EC3R 8EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/95/9595e901d1a61485b7da01d7d7639397bed62020.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.03" OriginalAmount="192.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|682008" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>17 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/64317755f4057928871a4bf8d556037c8c0499a6.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|49171" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road, EC1V 1JH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f0/86f0e32e248eb9fa4afbc06946c85ecf6e589739.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|54774" HotelName="Primrose Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Primrose Gardens, Belsize Park, Greater London, London NW3 4TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63becd9bcf51b407624c650ff8c9997e77ebdd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|284306" HotelName="The Lensbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Broom Road, Teddington, Middlesex TW11 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e9/51e99e14ee4457858db581ef30e5d8e0e8b90865.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.411780042033" Longitude="-0.31110329755" StarRating="3" HotelCode="114249|456855" HotelName="The White Hart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 High Street, Hampton Wick, Kingston upon Thames, Surrey KT1 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/29/3d29c106bfe104e0d3cff56adae7edddfa5d6f87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment, London SE1 7TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c3/90c377b3591fdb8f37eff3ed75843119bce71d2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|12320" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sloane Street, Knightsbridge, London SW1X 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/99/f199d684639e08c5e9077b93292ea6135bd79446.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.44687216" Longitude="-0.35787494" StarRating="3" HotelCode="159645|93740" HotelName="Premier Inn London Twickenham Stadium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Chertsey Road, Whitton, Twickenham TW2 6LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/fa/a8fae51b4f22514bc45d68679773ab1ff75024e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|13303" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalgar Square, London WC2H 7HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/9b/0c9b36aa275e2715a8368cc0b0af5ade012e3b16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|408378" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Pembridge Square, Notting Hill Gate, London W2 4EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0338e7d9e17d4f1390e2a44eb50e47f007e5536.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|56483" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgrove Street, St. Pancras, London WC1H8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/85/aa853f5d4103570dc40516300e2692c1ede2a4b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|40265" HotelName="Lamington - Hammersmith Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove, London W6 0NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6f/5c6f58df0edc77521d2b86eccd632becb2335a2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|13280" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|13263" HotelName="Astor Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Hallam Street, London W1W 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/60/8660f0eaf0e4a0585bd0c52ca8d81b9128e77efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|51172" HotelName="Hilton London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Great Suffolk Street, London SE1 0UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1ff60100a56901be77686d8e8bc376ce4368e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|9766" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-60 Southampton Row, London WC1B 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e8/ede81058e6913312ab9ede46e46dc5383c0d889b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|40951" HotelName="Sea Containers London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Upper Ground, London SE1 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/af/99afe81899003cd95d59c71241dc416a1f886134.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="217.16" OriginalAmount="202.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|5640155" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Thurloe Place, Knightsbridge, London SW7 2RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/04/8b04360bb596520852171e5e6ea190743cd930e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199-206 High Holborn, London WC1V 7BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/02/9f02881277cfe0ff47692aa895c9b1da90fe1b7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.572998" Longitude="-0.070452" StarRating="3" HotelCode="114343|456736" HotelName="Park Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Clapton Common, Stamford Hill, E5 9AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/86/b786facc0e0c7c8ee236be963dc11fe0aa474ecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Carlisle Street, London W1D 3BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b529d69b76d4ce04b9cc73a139539b9d5ff2ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|51877" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, At Trafalgar Square, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2b/942bd533990ff6dbccfca564b22212a31a65b7b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|199845" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, Westminster, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/2f/552f080187734b315cbeb0e4437d07c9892e9357.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.35" OriginalAmount="205.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|1777181" HotelName="Novotel London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Kingdom Street, Sheldon Square, Paddington, London W2 6BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/fa/cbfab71f6ce616fa5f4289de5047e3a5f1aee49d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="220.37" OriginalAmount="205.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|1462701" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square, London SW1P 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/28/2d28e7e98c471849db693d751d906460ded2ea9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|491224" HotelName="The Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Westbourne Grove, London W2 4UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/0a/3c0aee2bca7f37bb93395643c7581d3b48e14799.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|338" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-34 Queen's Gate, SW7 5JA London, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/0d/8a0daa4f46cfd9005f5445b2435a3076e6bd081a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|35268" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|4446" HotelName="Radisson Blu Edwardian Kenilworth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Great Russell Street, Bloomsbury, London WC1B 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/37/463712d9e69493a3b219a1eebbd11e67e30b0de5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.53" OriginalAmount="207.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|1951361" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/21 Northumberland Avenue, London WC2N 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/22/4e221c376de3b2f6b7d28adc5a71d8b3dc4f09ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|19651" HotelName="Park Grand London Paddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Queens Gardens, London, Bayswater W2 3BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/c7/c7c769c94373030fd60d4d7c99de702f2a25f30d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51150718" Longitude="-0.09381767" StarRating="4.5" HotelCode="848540|399669" HotelName="Vintry &amp; Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Garlick Hill, London EC4V 2AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/8/1/4/5/6/8/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|46471" HotelName="The Academy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street, Fitzrovia, London WC1E 6HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6e/be6e10173764ed90a6761e3b3597bb20aa228f9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|228175" HotelName="Victory House Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place, Victory House, London, City of London WC2H 7BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/47/e647f626d069e6a6a104d09d4ff9ea26de51c4cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|24976" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Gloucester Road, London SW7 4PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c5/09c53ebe0f4a7cb98f80ae42dce1be4074c64541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|230858" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow Street, Shoreditch, London EC2A 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6094007ec763823e5794ba0ba44027fafa263.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|61385" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308 Edgware Road, London W2 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f1/f1f1130268b35d93d063b17b7904382523a9c431.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|20053" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Warwick Road, Kensington, London W14 8PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/cc/49cc1e1b7d08e534207477f37df5c41f2bb93f06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|457954" HotelName="The Zetter Townhouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-50 St John's Square, London EC1V 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/02/a402c06d6fe22906b38f19a30b474359491b354d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|4189" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="225.03" OriginalAmount="210.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|689796" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>354 Queenstown Road, London SW8 4AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f4/bdf4031f7f41da6eb5b2ce6d8523a99445e6ad24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|444299" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Upper Berkeley Street, Marble Arch, London W1H 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1f/e11f6aa508333b574117f3c6135e0e6cc1d187b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.93" OriginalAmount="211.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|72793074" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/bc/2bbc704542940ab917757876298748008c703963.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="226.47" OriginalAmount="211.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|992989" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park, London W2 3UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/33/dd33342135a5b2e07b4a7ddda3906133c2ee3d3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|360122" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Harlington, Hayes UB3 5AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/65/85658b009272a7a214b19e006809dd9a998d8897.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51694675" Longitude="-0.20986918" StarRating="0" HotelCode="986154|480324" HotelName="The KPH" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>139 Ladbroke Grove, Notting Hill, London W10 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71d978e7e965e577b20fcfd62152a73814b32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|444307" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tothill Street, London SW1H 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/03/a2036f2914e6029b1a726f3dfbcbabe1462cb249.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|39111" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Prescot Street, London E1 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad502b18c95f72afe6249ad4e344a35cc76175.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|93563" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corsham Street, London N1 6DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e4/30e4fe140c147ae51838ddb40d7d1f6f2d2b7efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|55086" HotelName="Threadneedles, 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>5 Threadneedle Street, London, EC2R 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/1000ab31103808ff3189883cfcf4f64946615a77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|11146" HotelName="Hilton London Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Edgware Road, W2 1JU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207b6d4df13fe9c1467504335ec3ead42af23236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51435251" Longitude="-0.17254674" StarRating="4" HotelCode="442748|480427" HotelName="Hyde Park Radnor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Sussex Place, London W2 2SX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8b/298ba3ed588e0b075c3f359b1e77fa61ceb7679f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|31898" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road, Kensington, London SW5 0TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e2/a0e24f207eef6a726f57bfa7265d6a574f3db45f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|13501" HotelName="Myhotel Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Bayley Street, Bedford Square, London WC1B 3HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/04199c0ccceda7fbdd025adecef8157d3bb7ad7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.66" OriginalAmount="214.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|1556319" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57-59 Welbeck Street, London W1G 9BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5108437" Longitude="-0.089195" StarRating="4" HotelCode="263504|200059" HotelName="BridgeStreet Suffolk Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane, London EC4R 0AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5d40fcc8f0aa00a40fc88cd38dbf77d86c047e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|361571" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201–211 Long Lane, London SE1 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/96/2996ae3ca3185c9de6b517deca8f3a36c4af62a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|128193" HotelName="Richmond Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>144-150 Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/92/4a92297b138451bc91fef6c53e188b8a76f002eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.83" OriginalAmount="217.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|540421" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Skerne Road, Kingston upon Thames, KT2 5FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c8/15c80546a2a9c554ef22cdaaa30d7de3fcddd5ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="234.05" OriginalAmount="218.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|119270" HotelName="DoubleTree by Hilton London Elstree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>BARNETT BYPASS, BOREHAMWOOD BOREHAMWOOD</AddressLine>
          </AddressLines>
          <CityName>BOREHAMWOOD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75a1e60606006eed037a5c610e78a02fad766a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.00" OriginalAmount="221.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 North Wharf Road, London W2 1NW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/49/8d49838ae5239c3d381bd509e0478a308f479225.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="237.87" OriginalAmount="222.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|47109121" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Square, London WC2H 7NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/22/68229ae55f202e8261a412ea53d8ae3d6c2f2ba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.63" OriginalAmount="223.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51392884" Longitude="-0.1590018" StarRating="4" HotelCode="878270|22128573" HotelName="Great Cumberland Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, London W1H 7AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006573/006573a_hb_a_945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|3100" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Bloomsbury Street, Bloomsbury, London WC1B 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/80/5f80f1499c2a6132719f7ce3efe66cddb40ab55c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|506594" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 The Cut, London SE1 8LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/2f/062fbb36ea0b39e432d87e3095285c712fde930f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/de/12de71f8e3a36df37d797b3415cda9b240439cf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|24981" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514408029934" Longitude="-0.15563249588013" StarRating="4" HotelCode="34455|11058" HotelName="Radisson Blu Edwardian Sussex Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-25 Granville Place, London W1H 6PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/35/15356a8c2fa67c4e9086e7660d17aeeb5af93dd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|12161" HotelName="The Washington Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street, Mayfair, London W1J 5HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/7d/757d229cbd983d3c843b6f3c6c1745e42cbd1ae2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.95" OriginalAmount="226.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|15894" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street, London EC4V 6DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/53/8053733d605e07c712d8b24155d1d4ef28cca7b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|200431" HotelName="One Harrington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Harrington Gardens, South Kensington, London SW7 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6442a09881f0a95aaa4d379e26360470952766.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="246.10" OriginalAmount="230.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0B647" HotelName="MORTON HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 WOBURN PL LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31690_image63208794_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|38829" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Queens Gate, London SW7 5AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ba/ffbae4cea18519745fc4e0a7b82b64780b8ebd05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|458351" HotelName="The Mad Hatter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-7 Stamford Street, London Borough of Southwark, London SE1 9NY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b9/8eb972423493883c73c75ace71755a24eefd2b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|19899" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bridge Place, London SW1V 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e3/06e3568cf3679d06ad4976560be06df6c7c96ca1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|58674" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Great Cumberland Place, London W1H 7LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d1/9ad17edba66c070e516fa0f8d04ced6a19a885b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|199509" HotelName="Montagu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Montagu Place, London W1H 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2e/022e1aeb1adcdb21705beb5162d50e0c0060fb83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.25" OriginalAmount="235.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|1650728" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, Marylebone, London W1H 7DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/bb/bb430d98e182a17b/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|2150" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Bryanston Street, Marble Arch, W1H7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/3e/c03eec81e72344c75ebdbf2def16b850350ed923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|175230" HotelName="10 Manchester Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Manchester Street, Marylebone, W1U 4DG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/38/263836c5d7dd9ab20cb36d17e9dd170f3a688596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|128177" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/15/f715a546bb78a14ef205324f3a2319f1401f9714.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|61950" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Lavender Hill, Battersea, London SW11 5RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4878e5a108641ec5ca3eac081cfe5a3f3afee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|54252" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Beaufort Gardens, Knightsbridge, London SW3 1PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/66/8766490d0c0b0fd5128b4df6db56d56e1fcd267d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|11968" HotelName="Courthouse Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Great Marlborough Street, London W1F 7HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda9bf2fb0b75f3483bbe355d8ab92650e03ce0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|40916" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>66 Alie Street, E1 8PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/94/ee94afeca0ee133bdf2c4c5e24f9334295920890.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|32869" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Street, London W1H 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0d/2e0d36722c92b0eb42063c00397a335d7ef01709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4933628" Longitude="-0.14996719999999" StarRating="0" HotelCode="160047|487149" HotelName="The Lime Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ebury Street, London SW1W 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/53/4153f52dd1ca643051fc1293031df16324940604.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|3101" HotelName="Radisson Blu Edwardian Berkshire Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oxford Street 350, London W1C 1BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0c/8f0ce78bd25b3806c14ddfc19b854d87fd6fbd45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="258.83" OriginalAmount="241.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|1346533" HotelName="Royal Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street, W8 4PT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff042b273dcc3925933ebef10c8882378ed44d82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="260.01" OriginalAmount="243.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D0B175" HotelName="SABA ROOMS LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>105 SHEPHERDS BUSH ROAD LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31677_image63176612_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.33" OriginalAmount="243.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|6557" HotelName="Amba Hotel Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryanston Street, Marylebone, London W1H 7EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/dc/42dc6acc9e68f41f9041c5fdf1c962671b543747.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.76" OriginalAmount="246.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|103836" HotelName="Andaz London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Liverpool Street, London EC2M 7QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/61/64612c15a5f10f2d0f8d2921922ef773949a3471.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|29290" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, London WC2H 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f9/5df9587449fae8008040f2c38cbccebff7eec573.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|425715" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Broad Court, Bow Street, Covent Garden, London WC2B 5QZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/15/08158a1981adf077a8ea1bf21885276d9a0ef709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|13338" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|93963" HotelName="London Lewisham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1-13 Lewisham High Street, Lewisham, London, Greater London SE13 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a3/17a37d920aca3647386afe2f2917e32838bcdcfb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.00" OriginalAmount="249.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|315567" HotelName="Sloane Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Sloane Square, London SW1W 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b9/c4b953829167fedb848af168c01f6c172dc8cfc6.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Westferry Circus, Canary Wharf, London E14 8RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312034/312034a_hb_a_021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.08" OriginalAmount="250.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|619843" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pancras Road, King's Cross, London N1C 4TB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/77/ed77293bb62998b2bb27a0e0399b919634eb9a70.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|16326" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Russell Square, Bloomsbury, London WC1B 5BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/10/8c102097f68ac83be9bd579bd74b0ce7392cf02b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|13273" HotelName="The Bentley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Harrington Gardens, London SW7 4JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/56/415608f1d99e02fb8f44735009752ff5566e587b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square, London, England WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f7/76f7d5f52165e13e734e332412036bc9d82d5a6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|457521" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Seymour Street, London W1H 7JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/aa/32aab6d496df6157f28de13d781c5a1669aa81e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|56903" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Street, London WC2H 7BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/37/e73707e642d724d1f4808f0789349bf1c3ee6bf1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|227182" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>135 Borough High Street, London SE1 1NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93ed5a0e0af89915435d5413aa4aaa4df3cda61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|229030" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Brent Street, Hendon, London NW4 2EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8ae72012c9075f4f40c02ae4888d78a16bd32e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|31254" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|39329" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Long Lane, London, SE1 4NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/52/b35202af8aa7dc100cacf86a80213fbc26799f82.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|983" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road, London SW7 3ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5bb70485f281ea982455e808dd0412d8722269.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.67" OriginalAmount="261.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|582162" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/a5/d8a5aa35ca606e48bb252566d5b6137d89dd52c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.99" OriginalAmount="261.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|315068" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/86/80864acc22c0cb7978d6cc4c9485cf4871521218.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.62" OriginalAmount="262.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|9013" HotelName="The Waldorf Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aldwych, WC2B 4DD London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/56/865663db7b587fee44b63434b12b0e8ad0750b61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|10261" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row, London WC1B 4HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/3c/2b3cbefaa3228cb736583d4b322adb10e2265983.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|31310" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-36 Leicester Square, Westminster, London WC2H 7LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c6/fdc6a5fbbc2b32ef11ebd05469f1ae514d432078.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Lower Sloane Street, Chelsea, London SW1W 8BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bb/e8bbe556ce18a81af8c51044135b8bb2ec883b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|2145" HotelName="The Dilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Piccadilly, London W1J 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/89/2b899acfbd4ddea9f0f350682347cf27aae2f8a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|277104" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Curtain Road, London EC2A 3PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/78/9e78250eb6a9bc703d03761bd0a4d14155e1c3d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="289.92" OriginalAmount="270.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|1703895" HotelName="The Bloomsbury" Meals="ROOM ONLY" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Great Russell Street, London WC1B 3NN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1c/d51c8a0f5732fdf844868b2259cf10e2727da49e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|12109" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Berners Street, London W1T 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0c/5d0c6327fb86c759bdbd095b5bd1826ba5f42c00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|35609" HotelName="The Pelham" 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>15 Cromwell Place, South Kensington, London SW7 2LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/54/cb54b3c7335b84c9a09827532d668aa099f96931.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.18" OriginalAmount="274" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|2155" HotelName="Holmes Hotel London" Meals="ROOM ONLY" 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street, Marylebone, London W1U 6NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/11/2b1125e08115177f5cffbe554f1e0f543eafbcf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.85" OriginalAmount="274.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50783763824" Longitude="-0.13810157775879" StarRating="4" HotelCode="47280|6626" HotelName="Cavendish St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Jermyn Street/St. James's, London SW1Y6JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4a/8b4a0fc9c47372a52dab785f6ac6075a4d35c0a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="295.36" OriginalAmount="276.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|CP9" HotelName="The Gore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen's Gate</AddressLine>
          </AddressLines>
          <PostalCode>(0)2075898127</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.12" OriginalAmount="276.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|1579580" HotelName="The Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street, London W1G 8DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/0d/a40dc0d7e0141d642bafe78022c812636ea3c891.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Folgate Street, Spitalfields, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/3a/a33af28c152c462c74f67d356a4f1ab4ca04d7de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.53" OriginalAmount="279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|200419" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Charles Street, Mayfair, London W1J 5EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd17541ab65aa6005326d1ef52cda859f1331a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|458459" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/0d/b90d5210e43070ecdff66819fdebe912cd50345d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|55175" HotelName="Collingham Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-27 Collingham Gardens, London SW5 0HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a0cbc456bd79ef570c233cc9a3d6c2c0b08b0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|169419" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nightingale Lane, Richmond TW10 6UZ, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2c/0d2c820075954267e92713303a2f401b38c1bc4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.81" OriginalAmount="283" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|24983" HotelName="The Rubens at the Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/62/6862d61591eda6b2ce06cba3a11dc67cf9ad12fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|10259" HotelName="The County Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-11 Upper Woburn Place, London WC1H 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c0/c0d7723d847705a1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51103893" Longitude="-0.13022009" StarRating="3" HotelCode="261737|93737" HotelName="Premier Inn London Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|55668" HotelName="Cheval Harrington Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Harrington Road, London SW7 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/13/da13f8a93fb19d48f0c44c9533bda167c8d7fab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|13412" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Dorset Square, Marylebone, City of Westminster, London NW1 6QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/59/2159b0d78dec0029cfc2e0049f547fc2458708dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|2139" HotelName="Flemings Mayfair Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Half Moon Street, Mayfair, London W1J 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/af/efafede29efe9bc91cef18810195a62ca4048622.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455175202913" Longitude="-0.30333906412125" StarRating="3" HotelCode="189781|128175" HotelName="The Bingham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61–63 Petersham Road, Richmond Upon Thames, Surrey TW10 6UT T</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/13/a113100021609ef38f151b4b1df9f8d6d964b3c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="319.93" OriginalAmount="299.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C8D385" HotelName="RIU PLAZA LONDON VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1 NEATHOUSE PLACE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/27805_image60993999_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="303" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|56553" HotelName="Marriott Executive Apartments London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport 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,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/95/27956aca86a38afc5ac98218ff8e9081117c845d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|2156" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|230855" HotelName="Kingsway Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>139 Sussex Gardens, Hyde Park, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/5a/665a5a6340bf77f3346e8ed5ec1160adfa6404b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|32870" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Broadway, London SW1H 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c4/afc429e523116f12cb17a8d8d48fa640feb53e17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|200035" HotelName="No 1 The Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>219 Earl's Court Road, Kinsington, London SW5 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/66/f2668314fc9bf7f27f79f5cb91f72dcd7a01ea2c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|31253" HotelName="Marriott Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|29288" HotelName="The Prince Akatoki London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch, London W1H 7FD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ec/4decf3cb39985f14a16ca07ce7c2303fee22c2c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Queen's Gate, South Kensington, London SW7 5JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ec/f5ec4f8ef6e81bfa2542f07b3ee52e855383e3fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5148795" Longitude="-0.1739265" StarRating="3" HotelCode="144112|56475" HotelName="Aspen Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Sussex Gardens, London, Greater London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/c8/49c89e29f89fb47d5c6c3852a63e21858046fb4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|3102" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stratton Street, Mayfair, London W1J 8LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/9b/359b3dd777a1e2d446df6a49197bf32531aa8db9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|456342" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martin’s Place, London WC2N 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5c/005cf04beca627f2fc1dfe878c08f2f056469d73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|200373" HotelName="San Domenico House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Draycott Place, London, Greater London SW3 2SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/26/b72661cbf097a7ebde1a62ec469d635251ff22e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|46457" HotelName="W London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Wardour Street, Leicester Square, London W1D 6QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/0e/850e475bf2d3afb7c691e50dd144e8712bc46901.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|478534" HotelName="The Londoner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square, London WC2H 7DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/5d/ca5dd8b61aa43ae31aa105369fa71bb83f199566.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|46436" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|16969" HotelName="The Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>109-113 Queen's Gate, South Kensington, London SW7 5LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/12/ff128384f21e524b5d4d79748db7240dbfa216a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|31906" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/a4/d3a483e9ceb663125b76f53bf1e328bbe94a2f2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|200426" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|320420" HotelName="Henrietta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Henrietta Street, WC2E 8QH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b9/84b99de1efdfb974729098c6e5a919a811d6fbcd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.94" OriginalAmount="342" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="367.29" OriginalAmount="343.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|56524575" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place, London EC2M 2AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/3b/e43b473e283073eeb202ec0a31ab7665ffd37c87.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369.15" OriginalAmount="345" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|200128" HotelName="Admiral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>143 Sussex Gardens, Hyde Park, London W22RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9b/ef9b685da9575206b3fe1be2e6334f160b102289.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|1032" HotelName="Middle Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Great Queen Street, Covent Garden, London WC2B 5BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f3fc417452086aaddb411bf0a7a868318b2e8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|31915" HotelName="St. Martins Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 St. Martin's Lane, London WC2N 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/ff/d4ff552c7904770374aa10790c8a0f6364aa6471.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="372.90" OriginalAmount="348.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|67883259" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Great Scotland Yard, London SW1A2HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/85/c58516daa6bf9ae196789ba8aab64909bcdb4360.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|360124" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Blackfriars Road, Upper Ground, London SE1 9JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1f/001f7e7a10f480a5182098d0b5ae0d644fac8610.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.74" OriginalAmount="352.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|6605" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lancaster Terrace, London W2 2TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/49/fa49ebbaa908832d881e4c31e3954e6ff73bf385.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|200484" HotelName="Portobello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stanley Gardens, Notting Hill, London W11 2NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f363b210874141b3b3dd518fb81968ea1cb5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.85" OriginalAmount="355" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|24675" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lowndes Street, Knightsbridge, London SW1X 9ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/de/ecdedbe7b4a88dfe8b59e8038c06b0d4de000236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|36766" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Chesham Place, SW1X 8HQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/15/fc151b8e679cfae87de3f814a18d2b46b2ab5d78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.66" OriginalAmount="362.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|14835" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Pepys Street, London EC3N 2NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/f6/89f6b3a4c48c76279dded4c8b2f7d2339386d41b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|444264" HotelName="Clover Court by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour, London E14 9TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c9/0ac9d19364bae6e4e1dd68b44403eac12a2d1c28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.76" OriginalAmount="368" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509681" Longitude="-0.078989" StarRating="4" HotelCode="77804|62189" HotelName="Tower View by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street, London EC3R 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/47/6a4781e9c73a4efac243609254350cd0d2bc19ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.90" OriginalAmount="370" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|31887" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Piccadilly, Mayfair, London W1J 7BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/60/10603fb4fd3959d3d3d274159814cfe70debe31f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|48554" HotelName="Marriott Grosvenor Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Square, W1K 6JP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/8c/138c14f45bce3f879bb299111631b3e48dd2f3b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|34005" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-61 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/cf/b6cff310662f2715f82737f8ffda49b76d171154.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|54253" HotelName="The Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street, Knightsbridge, London SW3 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/61/0661249ca961523713fa3ac726813e89be22945e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490600868249" Longitude="-0.14495156631949" StarRating="4" HotelCode="336018|62165" HotelName="Artist Residence London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Cambridge Street, London SW1V 4QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8f/f48feb7dfb2e418779c4c8701e1b399d3e6b9a88.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|200134" HotelName="Ashburn Court Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, Ashbun Court, South Kensington, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e0/00e0fe6dd716865ac22a35efdcbf4d5c8a7cba17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.88" OriginalAmount="384" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>West Side Common, Cannizaro House, London SW19 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1f/f41f15cc4078486abd29fcf6deb868c0ab3b23e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.92" OriginalAmount="384.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|175391" HotelName="ME London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand, London WC2R 1HA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/59/4059f8002baac941e5bea3321e6dc8a12417ccde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road, London NW1 2AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3d/ae3de917e40c3fed89e89c179db795b4a199ebc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|34009" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Spring Gardens, Trafalgar Square, London SW1A 2TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/12/5412040207e13b030b892f7fb33f65c41b191156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|503594" HotelName="Pan Pacific London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Houndsditch, London EC3A 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/01/640171b1c9ce9e6dc118494c20d66875b792687d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.30" OriginalAmount="390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|200262" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Beaufort Gardens, London SW3 1PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7f/df7f7a6e79cc24636dbd918ea03f8383294c7f8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="417.87" OriginalAmount="390.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|1107099" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Portman Square, Marylebone, London W1H7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/48/4834eedc906fae1c/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419.44" OriginalAmount="392" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|493178" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street, Westminister, London SW1H 0AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/a0/70a01fd5886909498c667c19b792eafb6b941dd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|55196" HotelName="The London Edition" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Berners Street, London W1T 3NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/fb/4cfb91ba2aa2be5ace9267d0c22382e780a50688.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51304781" Longitude="-0.06706478" StarRating="4" HotelCode="969739|274663" HotelName="Aldgate City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Back Church Lane, Twyne House, London E1 1LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a6/10a628589209199bbbe843d3377e07d3fa588d91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="428.00" OriginalAmount="400.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D45372" HotelName="2 CHESHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 CHESHAM STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37285_image67309123_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|45435" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cadogan Gardens, Chelsea, Knightsbridge, London SW3 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c9/0bc95fcb3b59bd6d6dc71baa2179f44906e196dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.94" OriginalAmount="412.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|574461" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Poultry, London EC2R 8AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ec/4aec767779e3d092b3bfb836bc9a39699f15d22a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.82" OriginalAmount="412.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|6640" HotelName="The Landmark London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Marylebone Road, London NW1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d1/35d165f34d36abfee4b47daff664c45d5b39ef42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="441.91" OriginalAmount="413" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|31451" HotelName="The Laslett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Pembridge Gardens, Notting Hill, London W2 4DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/e8/37e884769f1caee00334e48fbd4576c9b012a2c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="444.05" OriginalAmount="415" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|200226" HotelName="Good Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/b3/37b3adc05b6b17c307d0494e1d70eccaed0fc554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.19" OriginalAmount="417" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499136180893" Longitude="-0.18023714351648" StarRating="4" HotelCode="498306|289483" HotelName="Queensgate Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Queen's Gate, Kensington, London SW7 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bb/42bb7cd88aae9ddb91b58575d51e9a5d70845b04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="449.40" OriginalAmount="420" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|199924" HotelName="Adria Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Queens Gate, London SW7 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/49/bf49597ee35ee63257ff897e1f8f538b653f1ffd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="449.67" OriginalAmount="420.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|1151805" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Hamilton Place, Park Lane, W1J 7QY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/13/4f138037604a3f204113c4b6116ec8b9eab2e450.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="450.77" OriginalAmount="421.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|1047146" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Portman Square, London W1H 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3d/8c3dc30acda601f69122e9299b1f1ed4a915e06b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="451.41" OriginalAmount="421.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.168676084197" StarRating="5" HotelCode="|FKNA" HotelName="Starhotels The Franklin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/FKNA/FKNA_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|54254" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Charlotte Street, London, Greater London W1T 1RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/2d/c32d5ff43e07611c253b7e0a197173ccbc831f54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|200309" HotelName="Number Sixteen" 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>16 Sumner Place, London, Greater London SW7 3EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/eb/f1eb90d5e4829fe0da938c1b5f967d714e2fcf86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|12144" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Caxton Street, London SW1H OQW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0ef07bca81d4b742a8c46bbd538ef978d422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|57967" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street, London EC3R 6AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ab/2aab38388b5aa2aa1230c1ae44535fcaadb3378e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|2146" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Park Lane, W1K 1BE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/2e/c12e335f8bad98acfabdc9c8e81ab167f6a61891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|31914" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" HotelName="Marriott London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Westminster Bridge Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/df/b8dfd08c62e249486a7fb27dbd15c8fa0191d202.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.36" OriginalAmount="448" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|200307" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Maddox Street, London, Greater London W1S 2QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d0/98d09f9812c91c27eef24b0fba64301d54ebace4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="480.07" OriginalAmount="448.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|1066859" HotelName="Sofitel London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Waterloo Place, London SW1Y 4AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/05/da05962a3dee5ba569c2a6292ac87785b92cee82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|55087" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Frith Street, London Borough of Camden, London W1D 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b34260fbcbbbb29f8ef8bf8aba4cb7b3ff0c590.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.20" OriginalAmount="460" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|56976" HotelName="130 Queen's Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Queen's Gate, Kensington, London SW7 5LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/da/d9da5906b08840beff4eab5129eb97e25c512c14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.16" OriginalAmount="488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|407877" HotelName="L’oscar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f5/38f57117ce22fd504049231be162fddd3bc859cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.30" OriginalAmount="490" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|17129" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court, London W8 5DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fc/dbfcfd4484334292d191b7a3bfdfb2b964688a5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.63" OriginalAmount="509" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|55596" HotelName="Haymarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place, London, Greater London SW1Y 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2f/0a2fdeeb788ea998ebc801f58c50118beea910e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|55383" HotelName="The Soho Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Richmond Mews, London W1D 3DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/af/9dafe7a897aa89fbcc0687edd0edf15a3a0cde8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.40" OriginalAmount="520" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|55118" HotelName="Marriott London Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Park Lane, W1K 7AA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f7/aff7c54bebb84e16a04f537c1ec8cd8d6afcf775.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="559.61" OriginalAmount="523" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|57629" HotelName="Cheval Phoenix House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Wilbraham Place, Sloane Street, London SW1X 9AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/f3/2bf3bf8dbe7f3a3f77e2f61250186ea712003f09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|24676" HotelName="One Aldwych" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Aldwych, London WC2B 4BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4c/944c4e24f4875708d0cf3391194411855cad952f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="566.03" OriginalAmount="529" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|57672" HotelName="Cheval Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cheval Place, London SW7 1EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d3/dbd3cbbf9878a385397887a5c1d141ed2c8bbb65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567.10" OriginalAmount="530" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Shepherd Street, Mayfair, London, W1J 7JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/3f/3c3f5e646cc0750d5b8ca982f5224094a993f459.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|31900" HotelName="JW Marriott Grosvenor House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane, London W1K 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/cd/d8cdc66f9babd1c7b92673fd7bc8f4b275dde472.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.04" OriginalAmount="572" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|17531" HotelName="COMO The Halkin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkin Street, London SW1X 7DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1c/001cd9f0c22aece9c887580c01d3ab6d1a161d76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="619.53" OriginalAmount="579" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|45031" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 St Thomas Street, London SE1 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/12/d11204ed73b6974578350569f20cc7279f56ecd8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|416429" HotelName="The Mandrake Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street, London W1T 1PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3c/de3c6fae7b94a3cedb3f13d5796530448373a3ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.21" OriginalAmount="603" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|28751" HotelName="The Stafford London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>16-18 St James's Place, SW1A 1NJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/45/4f4593db5689011d35a05a511c64aecc634a9784.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="648.42" OriginalAmount="606" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|24673" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="709.40" OriginalAmount="662.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|2395552" HotelName="COMO Metropolitan London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Park Lane, London W1K 1LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/e7/52e73fb2ee0610f3e4d221d1bae25863d0037630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="717.27" OriginalAmount="670.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|1101401" HotelName="Rosewood London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 High Holborn, London WC1V 7EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e8/e9e80751c52631581fd10226e84380851ee1c2c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="730.44" OriginalAmount="682.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|2201733" HotelName="The Langham London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1c Portland Place, Regent Street, London W1B 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/8a/718a2726c85a7fa90ec68bbd7be13744dd787156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="756.94" OriginalAmount="707.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|635200" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square, London EC3N 4AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f8/a1f879b600c98e1c01419818b4109d0c089fc94f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="778.35" OriginalAmount="727.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Montague Street, Bloomsbury, London WC1B 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/34760207e8149456f4766f71870f93ce8a6f2a3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="780.03" OriginalAmount="729" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|34008" HotelName="The Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strand, London WC2R 0EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/59/7f593811208c868cc500259e2de45099f9a40713.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="797.89" OriginalAmount="745.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|222260" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street, London W1B 4DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/08/1b08c94d9f69ed5b86ef41a3b1639eb5c4dba0b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="802.50" OriginalAmount="750" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|199518" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea, London SW3 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/c4/e3c4725d943745dfedb4191bc2ede4a2e225e244.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|457917" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street, London W8 6EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/6d/676d72064f7a921a9d2b8eb8556ee360360a2986.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816.41" OriginalAmount="763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514453465874" Longitude="-0.12703617008055" StarRating="0" HotelCode="199777|444219" HotelName="Covent Garden Hotel" 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>10 Monmouth Street, Covent Garden, London WC2H 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d1/a6d15b4a8a23b064e3091e54bb886d2c18f22b89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="818.55" OriginalAmount="765" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493024" Longitude="-0.177193" StarRating="4" HotelCode="170767|200028" HotelName="Manson Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Manson Place, SW7 5LT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb1238606c99fa13ea610a1afb49b98df2f3fa8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="848.22" OriginalAmount="792.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|1491423" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate, Suites and Residences, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9f/249f1fc6e4f7f9883947e062d6ac8b5203a70138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.61" OriginalAmount="794.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|177807" HotelName="Corinthia Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitehall Place, London SW1A 2BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/916912d326f28631c4b214b7795062f5c33a7b7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="853.86" OriginalAmount="798" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|24674" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place, Knightsbridge, London SW1X 9PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/5a/e55ae77fb56e08678220ba5345bf66a925ac4453.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.35" OriginalAmount="805" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|60647" HotelName="The Beaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens, Mayfair, London W1K 6TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1509ac83d304a576931be6ca0dc03777633a34d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="866.70" OriginalAmount="810.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|602971" HotelName="NEW LINDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>58-60 LEINSTER SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/72848_image61704035_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.73" OriginalAmount="839" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|399788" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great South-West Road, Feltham TW14 0AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d0107a80d3f0f4d9c6ac7d80e4550f5017eed81b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="900.94" OriginalAmount="842" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard, London W1D 7DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f3/9ff3f7dba27d650c4ddb365aeaafa41c39c83f9b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="906.29" OriginalAmount="847" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|31894" HotelName="Brown's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albemarle Street, London W1S 4BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a0/6da071a781c65f623b546bfa3c20c6f3f3b483ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.92" OriginalAmount="900.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|54475" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Sloane Street, Chelsea, London SW1X 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/9a/919af05adb3af59d5fb55433c79eef8cec4e1a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1020.78" OriginalAmount="954" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|24985" HotelName="Egerton House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Egerton Terrace, Knightsbridge, London SW3 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5d/b05d7cd537c3df4058d476062b05f1a54dded98b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1051.81" OriginalAmount="983" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|57673" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place, Kensington, London SW7 4LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/9c/5c9c2f97a7acd990202b8bb1dbfa771b8083dbdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1083.91" OriginalAmount="1013" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/70/267028f5d40cf48dc81143ffd83580ecce326ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1086.88" OriginalAmount="1015.78" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|B35899" HotelName="THE LONDONER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>38 LEICESTER SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29894_image65129812_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1106.38" OriginalAmount="1034" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497586453552" Longitude="-0.15632145767211" StarRating="3" HotelCode="498404|289479" HotelName="Chesham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security">
        <Address>
          <AddressLines>
            <AddressLine>17 Chesham Court, London SW1 8HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/f2/66f2d521196f8846dc26d06a67dbe8e0b63b98b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1162.02" OriginalAmount="1086" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|57674" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate, Kensington, London W8 5NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c1/c0c15abc8c7aa032980be0cce96aa8eaaf79f87b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1197.33" OriginalAmount="1119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|199951" HotelName="Claverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Beaufort Gardens, Knightsbridge, London, SW3 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b8/a9b8309c5bc2ba2ad0e7f310392e43b7a51a989a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1217.66" OriginalAmount="1138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|37429" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wilton Place, Knightsbridge, London SW1X 7RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/80/8780d301af4fb39e42dac4276db0f7c1c1345ede.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1218.49" OriginalAmount="1138.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|1997200" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge, SW1X 7LA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/09/b909c884c4a6ab3644663e8e676fd8486e5f25f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1227.15" OriginalAmount="1146.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|3946657" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamilton Place, Park Lane, London W1J 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/dc/72dcc323480eb931bc10bd8688bfdefdcffdc271.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1385.65" OriginalAmount="1295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|63307" HotelName="45 Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, London W1K 1PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c4/37c4b62b42523558bee35bccc34d1e5a3eaf14dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2270.54" OriginalAmount="2122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|57600" HotelName="41 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b857c99eaf56c7da85aeecee22fe5948054c09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3803.85" OriginalAmount="3555" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|57323" HotelName="Bulgari Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Knightsbridge, London SW7 1DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/51/bd5175044920b13e4a7ca35679e025cc0b3a4617.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="468.83" OriginalAmount="438.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1" Longitude="2" StarRating="0" HotelCode="|SS01" HotelName="SS100_1_TESTING_DO_NOT_USE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Air Conditioning,Conference Hall,Currency Exchange,Diet Meals,Laundry,Restaurant,Shopping Arcade,Wheelchair Access,Designated Smoking Area,Lounge,Massage Centre,Bicycle Rental,Nightclub,Jacuzzi,Sauna,Swimming Pool,Garden,Spa,Golf,Heated Pool,Kitchen,Wake-up Call Service,24 Hour Front Desk,24 Hour Room Service,ATM/Cash Machine,Beauty Salon,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Library,Luggage Storage,Meeting Room,Parking,24 Hour Security,Smoking Rooms,LCD/Projector,Dining,Pets allowed,Airport Transfer (on Demand),Babysitting,Banquet Hall,Boutique,Printer,24 Hour Power Supply</BasicAmenities>
    <HotelRating>3,4,5,3.5,2,1,2.5,4.5,1.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,AIRPORT HOTEL,HOTEL,APARTMENT HOTEL,GUESTHOUSE,ECO HOTEL,HOSTEL,CLUB RESORT,HOSTELS,APARTMENT,APARTHOTEL,BED AND BREAKFASTS,GUEST HOUSES,BOUTIQUE HOTEL,INNS,COUNTRY HOUSE</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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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="0fbe02b0-cb9c-42fd-bd45-82c578bd28d6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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
0fbe02b0-cb9c-42fd-bd45-82c578bd28d6|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="2025-11-24T05:38:25.6483095+00:00" Version="0" EchoToken="Search" TransactionIdentifier="0fbe02b0-cb9c-42fd-bd45-82c578bd28d6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|238764" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2b/5d2b520264a74703a1beb47965537e08805be38a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|7186" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8a8da08890648e977c071079dfb5bfa35067fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882651" Longitude="2.369121" StarRating="2" HotelCode="180071|238988" HotelName="Peace &amp; Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>245 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f75571b87b18856bf62bcc2e3f22171e3cc0f713.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|226863" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="52.37" OriginalAmount="48.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.020736916992" Longitude="2.59037822485" StarRating="3" HotelCode="|COMF" HotelName="Geographotel Paris-Roissy CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de Paris</AddressLine>
          </AddressLines>
          <PostalCode>(0)160036500</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/71468/768214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|203279" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|200692" HotelName="Lodge In MIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884227" Longitude="2.353513" StarRating="2" HotelCode="180127|200489" HotelName="Residence de Bruxelles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>88 Boulevard de la Chapelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/82/438257e7ccc50da27156e7848db54dbf1eda9516.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|200037" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.13" OriginalAmount="52.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1.5" HotelCode="101868|36634213" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|54317" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|225302" HotelName="Residhome Paris Rosa Parks" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6ed52441414cc9d353ad7252693a2277975038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|49938" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|44403" HotelName="Hôtel de Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|13491" HotelName="Bellevue Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|44481" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|44611" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2.5" HotelCode="111094|191857" HotelName="Campanile Villejuif" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|203302" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.81" OriginalAmount="56.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|1844727" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|50573" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|32059" HotelName="Hôtel Tilde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86085251" Longitude="2.378262" StarRating="1" HotelCode="548303|200869" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/29/4429573b84894b34020d083200fcfd53a5c44e33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|67399" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|200581" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/97/3e9766ed0e61e835e1749b7956de7667cea4149d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85333041082" Longitude="2.4102050846558" StarRating="2" HotelCode="92757|36949" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19d6740af325811df8bd10dd461b0b12ec4970.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834019" Longitude="2.295319" StarRating="2" HotelCode="67993|15348" HotelName="Printania Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Olivier de Serres, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2f/4c2f3ecbb2515e0a54cd88fe4cf428f460a38878.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|200591" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|200791" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|50572" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|21314" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|203306" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="66.32" OriginalAmount="61.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866191994506" Longitude="2.417441685244" StarRating="3" HotelCode="|MB6" HotelName="Reseda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Du General De Gaulle</AddressLine>
          </AddressLines>
          <PostalCode>(0)149726363</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/87198/993238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901651452649" Longitude="2.3602735159559" StarRating="2" HotelCode="141437|203249" HotelName="ibis budget Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ac/b9ac52ed0abb675f2d06811fe4b5e98308ce983a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|37774" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|280022" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|225149" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|37563" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|298477" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|37622" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|200802" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.69" OriginalAmount="63.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|1085218" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/03/e3037a35d5b76a5fd9f878a7f752b59d2e383f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|13536" HotelName="Claret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cf/f8cf4487dd7dc8dc2b2e0bfc970d9931e5284a03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84942734755" Longitude="2.4163431312828" StarRating="2" HotelCode="213101|200584" HotelName="Ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Léon Gaumont, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d6/38d6d88bd5978bd0b8a38c6442dd91da0042b34e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|195238" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.95" OriginalAmount="64.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|46920828" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|54280" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2.5" HotelCode="50293|54308" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.40" OriginalAmount="65.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8969944" Longitude="2.3454932" StarRating="3" HotelCode="300871|2844211" HotelName="Hotel Kyriad Paris 18 - Porte de Clignancourt - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b9/d2b9a5639d562cb511691cd665283009bf962046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|119467" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|37612" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|506" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|21313" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|507" HotelName="Belta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|226867" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88266714947" Longitude="2.3421887785215" StarRating="3" HotelCode="933876|57828" HotelName="Regina Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Boulevard de Rochechouart, Montmartre-Pigalle (18e), 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/f3/c3f36cfe22b72d73db90fe57ed0bb9de6df85922.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|65968" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.05" OriginalAmount="67.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|329488" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|55746" HotelName="Paris Legendre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|203100" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Brézin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/97/909745393b902064acbbf5efeadf24d1094c0031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|200166" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892981" Longitude="2.373065" StarRating="2" HotelCode="79724|203281" HotelName="Hôtel Paris Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Curial, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fc/a6fc65bdc55e53c32f91c8ad07ce020dfe1ac935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.08" OriginalAmount="69.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|9266" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/85/dc8581785612c6871a2d8cd9fc21dc0a4f70c50c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.54" OriginalAmount="69.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2.5" HotelCode="94369|331931" HotelName="Absolute" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.71" OriginalAmount="69.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="1" HotelCode="385602|2699232" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|3893" HotelName="Antin Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880594" Longitude="2.33972" StarRating="3" HotelCode="39464|39260" HotelName="Grand Hotel de Turin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/04/6d04700284e8131fbbc89e7137ee8f6c9cdb6fdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836354" Longitude="2.29473" StarRating="2" HotelCode="76707|224811" HotelName="Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373 Rue De Vaugirard, 75015 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf756d8aa310c0d2f983d507eed5992ad45f4f4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|6085" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|298484" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|28763" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|2055" HotelName="Royal Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd313df218534c64e8ab5888c4c1c7e83f0a9ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|203266" HotelName="Hotel Source" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.91" OriginalAmount="70.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.44" OriginalAmount="70.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|1102470" HotelName="Villa Royale Montsouris" 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,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|13468" HotelName="Alane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/98/4c9843a0ac5915a9e9f7cc0f253af1f0cc2f1e11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|50540" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858e0bb89049704ef72671cb8d0e248f730f5d26.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861013" Longitude="2.380632" StarRating="3" HotelCode="110550|203046" HotelName="Hotel du Chemin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d7/58d79a539c8153a9562c6c5c78540328bab32c42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88862391784" Longitude="2.3498509671524" StarRating="4" HotelCode="160621|18913" HotelName="The Playce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 Boulevard Barbès, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/dd/1fddadfab90551229a26a1c72c8e1ba029e899b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|55028" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.58" OriginalAmount="71.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|328603" HotelName="Montclair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|92918" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|203110" HotelName="Arty Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854252" Longitude="2.382649" StarRating="3" HotelCode="142311|18840" HotelName="BLC Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/cd/bfcd442f157a9fad1ab7d5559760eb0e280539a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|1868" HotelName="Exe Panorama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|6508" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|200172" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890770956333" Longitude="2.3211510659167" StarRating="1" HotelCode="178223|200526" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue des Moines, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/68/916845d7133346788e563dc1640ecfa6742410be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845746728365" Longitude="2.3706288635731" StarRating="3" HotelCode="60484|200050" HotelName="Best Western Hôtel Aurore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/33/de332bda87ca96e3b0a0af9b935e1bed497e5f9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|200360" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|224989" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|54319" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|514781" HotelName="Lux Picpus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|13290" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" 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,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="78.28" OriginalAmount="73.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0007" Longitude="2.5191" StarRating="4" HotelCode="|2AE" HotelName="Clarion Paris CDG Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Allee du Verger, Roissy</AddressLine>
          </AddressLines>
          <PostalCode>(0)139947080</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/237500/20022031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|5430" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878148" Longitude="2.327031" StarRating="3" HotelCode="61172|10821" HotelName="Opera Deauville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/96937c4e8f7e0ba27756c2e459a8dc39bb73fec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880311941104" Longitude="2.3743396997452" StarRating="2" HotelCode="187837|201149" HotelName="Relais Bergson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Avenue Simon Bolivar, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/93/b993926bc0354b413afd51939d8ddb52a0308f11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|5347" HotelName="Comfort Davout Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|226779" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|239010" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|49272" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|32862" HotelName="Ariane Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|55425" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|23772" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|57667" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|200397" HotelName="Lumieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|50621" HotelName="Paris Louis Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885317673527" Longitude="2.330185174942" StarRating="3" HotelCode="13781|55258" HotelName="ibis Paris Montmartre 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/df/ecdf9ab9425392d20fe440f8149ba7630b3626bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|49943" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2.5" HotelCode="151774|203308" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880156" Longitude="2.326942" StarRating="3" HotelCode="395329|4644" HotelName="New Hotel Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e5/92e55f58d697b09c8f18102da6c04d546da37a55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.71" OriginalAmount="75.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|1154575" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.92" OriginalAmount="75.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|329353" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
        <Offer>Tailored Campaign</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855368" Longitude="2.378674" StarRating="3" HotelCode="75249|313" HotelName="Grand Nouvel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Ledru-Rollin, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/55/a55591c4ba82771376ab96e5a9fdec3a301a77a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888972372126" Longitude="2.3544900970376" StarRating="2" HotelCode="486888|224962" HotelName="Hôtel Du Globe 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ernestine, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6c/2f6c9ec64ede804d091abfe46a8305ab9fc989f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|1131" HotelName="Lebron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.30" OriginalAmount="76.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|332858" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.36" OriginalAmount="76.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861533335287" Longitude="2.3710459470749" StarRating="2" HotelCode="187859|332507" HotelName="Saint Sebastien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue Saint Sébastien, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ed/36ed97fa03e9d897569db3bffb5a3167c9f81dd4.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|13546" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2.5" HotelCode="110307|69579" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|50710" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837889955754" Longitude="2.296187505126" StarRating="3" HotelCode="180072|200151" HotelName="Hôtel Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/eb/52ebe0d7a770c63c32bfa25d5209fe6e7743885a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|201289" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|30728" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/83/f3835d7e76c862f0c2db4eb91b3a85f6018d130f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|71375" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|32955" HotelName="Hotel Orchidee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|67431" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|55310" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|44613" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83511" Longitude="2.282514" StarRating="3" HotelCode="81195|225296" HotelName="Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/44/44441c521e3ce7daa190a6e73f4d277ed5c0ba0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|1864" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|3028" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|6288" HotelName="Classics Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|238931" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|55237" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|50585" HotelName="Hotel L' Interlude" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|15502" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|36788" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.89" OriginalAmount="78.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|1049737" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|37567" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873414" Longitude="2.343949" StarRating="3" HotelCode="89357|54282" HotelName="Royal Bergere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b2/18b23f3e9d3aa2a5d117e00634e70a67bb16c7d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823591" Longitude="2.324751" StarRating="2" HotelCode="907209|348474" HotelName="Hotel Terminus Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197 boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/56/7c56c1f3195d6c5fd7a82adf59f9182279b4a3fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|10881" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851546" Longitude="2.398978" StarRating="2" HotelCode="25353|1861" HotelName="Timhotel Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/47/c447144192736a6dd2acd304cc0e96505c396cc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.33" OriginalAmount="79.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|1136607" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/56/77565102aaf1c8e28affaafdf627f672e81925b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.42" OriginalAmount="79.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874710762159" Longitude="2.3557640570737" StarRating="2" HotelCode="74046|636021" HotelName="De Bordeaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue du Faubourg-Saint-Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177bae60451425253ae8974fe3c0d14a69546b92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|57811" HotelName="Boronali Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828990185803" Longitude="2.3005346953869" StarRating="2" HotelCode="57104|55287" HotelName="Clarisse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Boulevard Lefebvre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3d/e33d0fe50810c6b422c7f68419c98b3210b74eac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|238889" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|32002" HotelName="Pax Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|55650" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|55249" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|57343" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2.5" HotelCode="901643|56953" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|35215" HotelName="Prince Albert Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.57" OriginalAmount="80.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833361038624" Longitude="2.3169377446175" StarRating="3" HotelCode="173012|362564" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/18/611889a365509219fcf1946a7603ae79598c0387.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|195801" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870772" Longitude="2.359819" StarRating="2" HotelCode="149265|202994" HotelName="District Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/87/0787bd5d4c4bd588f9ba9509f7e61c00fe863d27.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85696062" Longitude="2.38485894" StarRating="2" HotelCode="417305|200497" HotelName="Hotel de Belfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Belfort, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4a/744a3a0ac2eaa5c8df0ade34cc74a6f0f3dfb993.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|348445" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834465477194" Longitude="2.3640192722451" StarRating="3" HotelCode="323981|62305" HotelName="Hôtel Jenner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/28/a72853b11e961e2ceca7d5857fa114faa7edc410.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|55236" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832942" Longitude="2.359269" StarRating="3" HotelCode="165674|56918" HotelName="Jack's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Stephen Pichon, Paris 75013, France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/49/f1494e4cbf60fb2cba13a39110f3a26aea0f3e9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.53" OriginalAmount="81.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|451123" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|3120" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4605bcd00ce81f9692fb61a2a925449ded4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|30748" HotelName="Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ec/7eec40bbd7265b50b9b3dac78fe823e678b202a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|1765" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|1560" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|64142" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|30746" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|224991" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|62747" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|200410" HotelName="Moulin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87256322" Longitude="2.35531113" StarRating="1" HotelCode="324325|348473" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>70 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/13/1613e18d5e0915651b748364058f7b91b35a658d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|348621" HotelName="Novex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871856795202" Longitude="2.3434996604919" StarRating="2" HotelCode="58334|5240" HotelName="Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Bergere, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/20/d820b49129d0fd4684740db528bac0a5dbdad252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843305492823" Longitude="2.3071825504303" StarRating="3" HotelCode="76353|55115" HotelName="Aberotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/60/a060f9350424e9d14c870805237f860283791a0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.34" OriginalAmount="82.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833518" Longitude="2.324825" StarRating="2" HotelCode="110518|328359" HotelName="Transcontinental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2d/a02dd4923e9a9c78d99d198f47eb71b7bb9cd400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|3935" HotelName="Antin Trinite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|37566" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|25019" HotelName="Ambassadeur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85369801175" Longitude="2.3881155252457" StarRating="3" HotelCode="47668|6458" HotelName="Comfort Hotel Nation Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Léon Frot, 11th Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/72/827222b152735b44ef9003af66cc767d12a4e3ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|101647" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884513395409" Longitude="2.3758600183119" StarRating="2" HotelCode="298448|203285" HotelName="ibis budget Paris La Villette 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>57-63 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/67d56ce611766da8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|50602" HotelName="Hôtel Villa des Ternes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870478927906" Longitude="2.3601856827736" StarRating="2" HotelCode="69499|10213" HotelName="Little" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92bd3c8b7abe942824d9d610f909ab4eab5eec9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|38012" HotelName="Murat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 bis boulevard Murat, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a8/12a8632018ba3d0f49cc2fe5b52110ed51e079d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|37640" HotelName="R. Kipling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840262" Longitude="2.324146" StarRating="4" HotelCode="110514|50663" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis Rue de la Gaité, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a1/caa10cb64ec3f4144365916e44c0f5b7037f686e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883438" Longitude="2.325274" StarRating="2" HotelCode="74064|200207" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e4/73e4ddf5f55781dd5c93889d639d17665b5cd269.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|203200" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|55292" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|225132" HotelName="Picardy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|32865" HotelName="Hotel Williams Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|37634" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|21310" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|203286" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|948" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|200492" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|225146" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855123990744" Longitude="2.4095369875431" StarRating="2" HotelCode="29451|226228" HotelName="ibis Styles Paris Nation Porte De Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de la Croix Saint Simon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/42/c742cc5a526efd4eafc29f6369dc46c8cf8c79d3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|5294" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|30729" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823614988876" Longitude="2.3249139499198" StarRating="3" HotelCode="165996|50359" HotelName="Hotel The Originals Paris Porte d'Orléans Acropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>199 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ed/49ed470ab74960b0d0674aa2493be06bb48e99ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|409862" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|422833" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877489057009" Longitude="2.3424158478413" StarRating="3" HotelCode="47806|13562" HotelName="Corona Rodier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Rodier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/54/0f54c0b63500e0ed2a9adfaea572eb7526679f48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|192628" HotelName="Hotel Exquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|55718" HotelName="Le Villiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|46141" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|200517" HotelName="Hotel Trema" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|31262" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|57283" HotelName="Mayet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|200500" HotelName="Hôtel Scarlett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839286815215" Longitude="2.3891749978065" StarRating="4" HotelCode="34402|2051" HotelName="Le 209 Paris Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>209 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3c/db3cb19341cd81787daa56b24f671e5b260cb69f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|18853" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|13078" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|440252" HotelName="Petit Palace Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|224812" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|4365" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882179889283" Longitude="2.3185953497887" StarRating="3" HotelCode="34588|54313" HotelName="Hôtel du Théâtre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Cheroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/58/bd58ea1e62592c7e97fe0ea60ac427fde8ef29fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|13541" HotelName="Hotel Havane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ab/04aba3e8b462a01ab87cc28568e7661f2d4ad682.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|200773" HotelName="Pink" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82517063" Longitude="2.36077744" StarRating="0" HotelCode="662867|488927" HotelName="Arian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue De Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ab/c3abddc22eae1122f89980abd9d731bf6fcb2686.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|61197" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="3" HotelCode="189436|203229" HotelName="Hotel Prince Albert Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/31/fe317d99eb1385ccce946129dd33231f0e40a511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|13632" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Arrivée, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4c/a44c1e385c5ffc33288d7ce7159c0df2f9087e9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.40" OriginalAmount="88.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|99133" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.89" OriginalAmount="88.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901641909717" Longitude="2.3288440704346" StarRating="3" HotelCode="13524|2422254" HotelName="Kyriad Paris Nord Porte de Saint-Ouen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue La Fontaine, 93400 Saint-Ouen</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/03/c103f75f6971a5778c8c6110d357f6a184e9fe8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|11887" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|422798" HotelName="Hotel Bridget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876079254605" Longitude="2.2898045182228" StarRating="3" HotelCode="12449|9780" HotelName="Fertel Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2c/942c7ec5914d6ac78ac46ab041d0853e7f7ff49e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878143" Longitude="2.285187" StarRating="3" HotelCode="370574|12301" HotelName="Fertel Maillot" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>269 boulevard Pereire Sud, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09c9d360e564ad2b3641e1cb271b0fdf536ad95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|224819" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|56843" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|34613" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864009420566" Longitude="2.3687345975533" StarRating="2" HotelCode="151925|57268" HotelName="Hotel Mary's Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/98/0c98e6e7378fa5746ee9bc61b7b59cf07b56b0f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|32196" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.53" OriginalAmount="89.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|112230" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.83" OriginalAmount="89.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|18042" HotelName="Hauteville Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.97" OriginalAmount="89.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|2433518" HotelName="Villa Eugénie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|202980" HotelName="Hotel Albert 1er" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca5a6ac372623dd53d7fd9a43ddb7a5c189f738.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|220235" HotelName="Goldhotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|203112" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|225142" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|55239" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|37609" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|54311" HotelName="Libertel Austerlitz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|54288" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|35833" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.65" OriginalAmount="90.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2.5" HotelCode="25351|35386" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.02" OriginalAmount="90.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|2789487" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|5348" HotelName="Alexandrine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/zz/50adcb40014edbd585becdbcbe7a81e91c25182b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|7243" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|3503" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|55542" HotelName="The Five Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|49276" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9c/259c15b9e78069c14ed9aef5690e2c65e24059db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|15274" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|55423" HotelName="Villa Brunel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|200749" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|42286" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|35787" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|55294" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|199973" HotelName="9 Hotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988fd0b2e8b802591368f1e4c9aba67cfb2ebdbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|55082" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|56768" HotelName="de la Porte Doree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|225145" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|2175" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|76400" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2.5" HotelCode="258817|55254" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|44483" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8469305" Longitude="2.397383" StarRating="2" HotelCode="224990|225292" HotelName="Nouvel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue du Bel air, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2c/f02cff9510eab5dbbfad53abcf2d0be27b74df18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886878" Longitude="2.318175" StarRating="2" HotelCode="906750|4505" HotelName="Hotel du Roi René" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Place du Dr. Felix Lobligeois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b0/4ab00cb5d8ce3dbf9d249f64a939700e397d2109.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|6261" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.89" OriginalAmount="92.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|115571" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.90" OriginalAmount="92.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|1667906" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|56817" HotelName="Corail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|46132" HotelName="Acacias Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|3513" HotelName="Altona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|2701" HotelName="Appia La Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7886/a_7886_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|50533" HotelName="Elysees Flaubert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/84/1e845d732955ae223f170e0fcb1960d2f508817f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3.5" HotelCode="13393|7247" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|55301" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|224960" HotelName="des Trois Gares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|18066" HotelName="Hotel Paris Lafayette" 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>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|200495" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|54314" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|6983" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|55131" HotelName="Chouette Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 Rue de la Convention, entre la Porte de Versailles et la Tour Eiffel, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece807f3e4ab4b41750b5c57921b2b9fc1fbf429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|54304" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887574" Longitude="2.311071" StarRating="3" HotelCode="97242|203194" HotelName="de la Felicite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de la Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a9/a1a9b13f1069af603a0b9a4390479e322069b660.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|41810" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|46687" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|12448" HotelName="Peyris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|200980" HotelName="Alexandrie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|5114" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|200611" HotelName="Hotel International Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|56059" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|13885" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84533476" Longitude="2.38336171" StarRating="2" HotelCode="935883|200842" HotelName="Zazie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c3/cdc338cc681f40124b9f5bd0414a70aa609b4010.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.94" OriginalAmount="94.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836346524189" Longitude="2.2896865010262" StarRating="3" HotelCode="168457|2500994" HotelName="Viceversa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4c/754c22037d102885a498c91a270dbcac17709edd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.15" OriginalAmount="94.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|327807" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f753d3970791ec2eb28020403fa4a19eb7ab33dc.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.15" OriginalAmount="94.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="2" HotelCode="486763|362501" HotelName="Hôtel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5a/435a072a4da8779c67348e8bafd5185a7818110e.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|15898" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882781357276" Longitude="2.3449493944645" StarRating="2" HotelCode="64673|203219" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Boulevard Rochechouart, 09. Opéra, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/13/66134865b8447ed31dad80a26e5c5eda7e923c6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|4313" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|4292" HotelName="Citadines Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|10308" HotelName="Citadines République Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871622513316" Longitude="2.378161697726" StarRating="3" HotelCode="935630|200115" HotelName="Hipotel Paris Bordeaux Ménilmontant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Lemon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/11/561177595c2aaf09e397d53732faf291dab3459f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843398" Longitude="2.32989" StarRating="3" HotelCode="110447|200195" HotelName="Danemark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/44/52441ad63b6e8f6a4f10446ccdbf481bce6bbdc5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|249601" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|54997" HotelName="Terminus Lyon" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|200602" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|35829" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|32195" HotelName="Hotel Regence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|8946" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|5303" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87010919" Longitude="2.36988697" StarRating="2" HotelCode="591683|224810" HotelName="Hotel Aix Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue D'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/1a/3f1af9f2acc802f9cac2b21858de6157d41a127a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849396003535" Longitude="2.3744255304336" StarRating="3" HotelCode="10773|203087" HotelName="Hôtel Albe Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/51/b751a7a5aa80ea461ad88d9d96c51f9c2525720e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|1263" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|37633" HotelName="Hotel Duette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884388" Longitude="2.349112" StarRating="2" HotelCode="180095|57222" HotelName="Nation Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Boissieu, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbbb89108ce2ba54016e14bf3b81ee5c9fae19.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84628" Longitude="2.373324" StarRating="2" HotelCode="901731|55981" HotelName="Palym" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Emile Gilbert, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d0/36d0ea57857166d4de5a2b0fe7517abed1cb781e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|54293" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|13887" HotelName="Pavillon Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/85/9b85f52eab6fb30d93523214a16f94a8f30945bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|17326" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|200687" HotelName="Les Piaules Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842678864195" Longitude="2.3243472701865" StarRating="4" HotelCode="59109|6086" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/0f/440f532ccbecd44556f537bcca5bc7f228f624c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881754" Longitude="2.34719" StarRating="2" HotelCode="94384|225158" HotelName="Vintage Hostel &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue de Dunkerque, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/c4/34c4f0bb353a2aed0f9b9217cb5299cd66aaed7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|202991" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|1607" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|55984" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838005" Longitude="2.349523" StarRating="3" HotelCode="225001|238854" HotelName="Hotel de l'Esperance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/81/4c813d934891c5ffade09beacba67b4b376c4da4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85408" Longitude="2.382014" StarRating="2" HotelCode="89358|203044" HotelName="Hôtel des Arts Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Godefroy Cavaignac, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9c/749c74df5debd83d68fa58748f01f690c4337ca7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|3936" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|201115" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867338448356" Longitude="2.3625218868256" StarRating="2" HotelCode="15676|57049" HotelName="Paris Bruxelles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/98/ec98322b6177315c565a7cadff7a42323df51075.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|225148" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.06" OriginalAmount="97.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.49" OriginalAmount="97.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875388619758" Longitude="2.3261457681656" StarRating="3" HotelCode="18609|1944476" HotelName="Timhotel Opéra Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Rue Saint Lazare, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/dc/24dcb32a6c05ed7c2acd42591ff6ed5931350d6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|54820" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|24691" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|2700" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|55253" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|444465" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|18838" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|200133" HotelName="Hotel Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|238944" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|55059" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|200646" HotelName="Idol Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|55955" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82934058" Longitude="2.29232592" StarRating="3" HotelCode="840807|394149" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De La Porte De La Plaine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d2/aed20676aa49276cd2bba1ff884f6beba78fedeb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878327" Longitude="2.347599" StarRating="3" HotelCode="16583|201256" HotelName="Relais du Pre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Pierre Sémard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245cf4ed50ffc41b551487df4778db37ab173f7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3.5" HotelCode="58700|32189" HotelName="ZE Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.44" OriginalAmount="98.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|177415" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|1025" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|56808" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|200176" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|55991" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|55286" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|261230" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884573" Longitude="2.3793029999999" StarRating="1" HotelCode="310578|61740" HotelName="Ibis Styles Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Petit, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363c5b64f88289d9b43d87821ea0ceaf7770134.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|13553" HotelName="Le Wit Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881188597804" Longitude="2.3277980089188" StarRating="4" HotelCode="34548|6312" HotelName="Maison Nabis by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6d/1e6df1af7cd82f1b9608d7766439baa03b2dd813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|3885" HotelName="Monte Carlo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.78" OriginalAmount="99.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|121750" HotelName="Audran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|89550" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|30741" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|9029" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>49 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|1871" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|200227" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|58711" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|57841" HotelName="Hôtel Mistral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|200418" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|62922" HotelName="New Orient" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|298483" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/20/0920140b33c0036894cab27d32d4259a60df3cbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|7155" HotelName="Moulin Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39, rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f4/0cf429b44bf4969e41e0e9c6d733e1356f7fc7c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.03" OriginalAmount="100.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|99062" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.01" OriginalAmount="100.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|1526485" HotelName="Villa Alessandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|44386" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|55421" HotelName="ATN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|55539" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Garibaldi, 48, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/08/99084b17af42a1d6f14c1fafb7ff0a7a189c43ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|54279" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2.5" HotelCode="47660|1686" HotelName="Hôtel Basss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|224965" HotelName="Du Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue René Coty, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/25/ef25439df6994849eccefff4a4fcf6841441095c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|55220" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Boulevard du Montparnasse, Montparnasse District, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4f/d04f80373ff76410e62a8449516744300a739dbe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|37615" HotelName="Josephine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|57493" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|279984" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833729" Longitude="2.315064" StarRating="3" HotelCode="110515|238958" HotelName="Le Fabe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 bis Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/11/4511fcfa4d17fce942696188770ddcfa8bf88954.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2.5" HotelCode="408909|55980" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|50589" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.99" OriginalAmount="101.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|2256594" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837203" Longitude="2.2971384" StarRating="3" HotelCode="63959|55581" HotelName="Convention Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/7c/b67cb4076ab6a7a556d2a56946e6742da19cb984.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|238884" HotelName="Du Brabant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|57345" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/07/0e074ce9697c034759a0693f391e94a7a954a854.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|28878" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|225294" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|37648" HotelName="Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.08" OriginalAmount="102.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830045193268" Longitude="2.3202180862427" StarRating="2" HotelCode="96585|1285825" HotelName="Montparnasse-Alesia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Ter Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c4d8bdaca9f0dce15ad0b7a958469853091ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|224799" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|1863" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850448816322" Longitude="2.2914782166481" StarRating="3" HotelCode="32602|917" HotelName="Eiffel Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/20/ab204d8153c416f4eb7aa59f3c35dc2084bd9a94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|10332" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871233" Longitude="2.362394" StarRating="2" HotelCode="147939|224975" HotelName="Garden Saint Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Yves Toudic, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ca/f6ca721addf0145d372036c62a0e5c10506e6bcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|224980" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|201072" HotelName="Lautrec Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/85/fe85b51e422839b0978703f75e74c5e774fbfc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|203213" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|6503" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84835977" Longitude="2.37191483" StarRating="3" HotelCode="974598|489909" HotelName="Ibis Styles Paris Gare De Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1c/6e1c3627d018c17b2d66272f8d575a8d6607bf50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|7019" HotelName="Hotel R de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.28" OriginalAmount="104.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|189943" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|35799" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|56924" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|200985" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|54977" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852958533878" Longitude="2.2759348154068" StarRating="3" HotelCode="34415|50532" HotelName="Eiffel Kennedy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/fb/9afb36a2ddc9952159064c625e1095f72ee566ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850419171494" Longitude="2.290825147244" StarRating="2" HotelCode="303896|58350" HotelName="Eiffel XV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/03/4303e424059d83420e9bd594d3ae3377b5949a39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|224986" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|225129" HotelName="Pavillon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831689018368" Longitude="2.3217844963074" StarRating="2.5" HotelCode="34877|10494" HotelName="Ibis Styles Paris Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Hippolyte Maindron, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bce6f6d2dfe75df0846b536b85111ba9068bae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|23959" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|62180" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3.5" HotelCode="36586|8220" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|1225" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869418" Longitude="2.359141" StarRating="3" HotelCode="89360|23949" HotelName="Taylor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Taylor, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4e/16/4e161f879f607ca054e0e2ce8744c96869a4a2dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|3114" HotelName="Waldorf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.57" OriginalAmount="104.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878375127967" Longitude="2.3476061224937" StarRating="3" HotelCode="16648|332291" HotelName="Résidence du Pré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pierre Sémard, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/39/a5393b8865d6f2e66d19100cc45117639d06fd53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.68" OriginalAmount="104.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|1024040" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.68" OriginalAmount="104.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|1268780" HotelName="Kube" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.00" OriginalAmount="104.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|2175893" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="0" HotelCode="55392|10069" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|54312" HotelName="Hotel France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|200153" HotelName="Hôtel B Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|200300" HotelName="du Parc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|13888" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|57333" HotelName="Sweet Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842311939392" Longitude="2.320207057978" StarRating="3" HotelCode="267510|63636" HotelName="Hotel Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Bienvenue, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c7/fec70ac8b2b6704252d742b11dcc295865bdc68c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|22612" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|238953" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|7096" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Philipe de Champagne, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f0/02f07cc4ac465785f37f67e9cca1c02aa2692878.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|55134" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|18943" HotelName="Timhotel Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|10343" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|35809" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ac/05ace6797e8756bea70906aeb1866dbaa0843c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|55948" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|57659" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|37606" HotelName="Félicien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|348430" HotelName="Hotel B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874854098887" Longitude="2.3237290978432" StarRating="3" HotelCode="31843|55344" HotelName="Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9b/199b90c206c560b144f64704b2102e0d5021c225.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|37565" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|30732" HotelName="Hotel Magenta 38 by HappyCulture" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|226797" HotelName="Paris Saint Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|8219" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832412" Longitude="2.386746" StarRating="3" HotelCode="110503|55230" HotelName="ibis Paris Bercy Village 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vins de France, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ed/bfedb1806962762b5fe6bc9f6e6899f28828fb18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|55238" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|225287" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|203311" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|443392" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|7189" HotelName="Châteaudun Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871909362349" Longitude="2.3350222408277" StarRating="3" HotelCode="110488|55973" HotelName="Hotel Opéra Vivaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/bf/fcbf4cb7389fab58f386587d582ce43143be8238.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|224820" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|224792" HotelName="Adriatic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865031" Longitude="2.377641" StarRating="3" HotelCode="79725|279990" HotelName="Hôtel Verlain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue Saint-Maur, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f8/1ff8f6ef59444143219b10457bb4a7d70b0de88e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|225147" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|37632" HotelName="Monceau Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|48335" HotelName="Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/fb/d5fbddc9bd439233d233bb1855a6df25dccbd050.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.38" OriginalAmount="107.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|213045" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|18087" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|4092" HotelName="Eden Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|9031" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|13540" HotelName="Harvey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842858" Longitude="2.342613" StarRating="3" HotelCode="34438|30751" HotelName="Andre Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-52 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/97/66970d1fdb4c89346bccf9bddc0b39865046980d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|55986" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|55684" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2.5" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868416466643" Longitude="2.2891782224178" StarRating="3" HotelCode="200888|203145" HotelName="Hotel Pastel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e6/2ee6d61b08cd7fb1d0be53c3af457fe318a5d39f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|225136" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/61/5361dddd7c0b7d81c3d237c24468ab611df50168.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|1609" HotelName="Hôtel Sacha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|55234" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841597616304" Longitude="2.3279562592506" StarRating="3" HotelCode="32580|46138" HotelName="Lenox Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/13/b91366051ca617c3bbb4232964e974c5dab57848.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|56143" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|16837" HotelName="XO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.91" OriginalAmount="108.33" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|686753" HotelName="RESIDHOME VAL D EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3, PLACE JEAN MONNET, MONTEVRAIN DISNEYLAND PARIS</AddressLine>
          </AddressLines>
          <CityName>DISNEYLAND PARIS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/927069_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.13" OriginalAmount="108.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|452081" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/7d/cf7d89457fbd6411553f47404e40589954156ac6.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|18847" HotelName="Aida Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8654645" Longitude="2.35285899" StarRating="2" HotelCode="327296|62101" HotelName="Hôtel de Roubaix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Greneta, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/35/503535da688541d68b7b3d08ea52f53ce1694143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|54318" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|25014" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868228564963" Longitude="2.3616810142994" StarRating="3" HotelCode="34952|32058" HotelName="Hôtel Paix Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2bis Boulevard Saint-Martin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdf4ff0e583cf97154c2df0d45d2e5a987b51.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|15354" HotelName="Ibis Styles Paris Bercy" 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,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|35835" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|3113" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.63" OriginalAmount="109.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|1350494" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|49271" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|55989" HotelName="Hotel de Prony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|261214" HotelName="Eldorado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|203065" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857816" Longitude="2.279722" StarRating="2" HotelCode="89353|55987" HotelName="Le Hameau de Passy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/27/9627a316e0abc894c9b4ca5b7ae706cc6bbb0ebd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|55142" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Boulevard Poniatowski, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a1/2da1de99b162c6b6461402bcddc95b6e8eee05ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|200055" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|280006" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|28880" HotelName="Novotel Paris Centre Tour Eiffel" 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/39/0239b4d5f2d87dcf675583d6b759aa51e64ee84a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|6500" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|57405" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|35814" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833379" Longitude="2.331964" StarRating="2" HotelCode="180041|203103" HotelName="Hotel Du Lion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/23/d1239cd4a208212267197bbaa40326af1bf7a12c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.356169" StarRating="1" HotelCode="150117|225150" HotelName="Jarry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Jarry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a9d3a50ab3046e719ac28afb961e5f9b4a750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848124" Longitude="2.340654" StarRating="3" HotelCode="13934|200366" HotelName="Le Clos Medicis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Monsieur-Le-Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d243282ae06d278b65a73034996280613454d80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|55949" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|203443" HotelName="Hôtel Léman Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/45/8845ea40b83f697cba8b548d2033132bf4474073.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|57408" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2.5" HotelCode="101094|2750" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3.5" HotelCode="906469|35826" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|25018" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843993922702" Longitude="2.3546630144119" StarRating="3" HotelCode="27109|200847" HotelName="Hotel Jardin des Plantes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Linné, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/fa/a4fab19a0e1c94128dbba357cc9a3c3b842ce4d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.54" OriginalAmount="111.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|17851" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842744" Longitude="2.338567" StarRating="2" HotelCode="11727|89555" HotelName="des Mines" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/21/7321cfb0eb34a10c6d3917e1b2da897d52126abf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|2744" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|408413" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841191" Longitude="2.324029" StarRating="2" HotelCode="212851|57550" HotelName="Edgar Quinet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 boulevard Edgar Quinet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9c/249c7684ae0bc2b8c793f2a5110fcb6036e4901f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|55979" HotelName="Hôtel Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848971" Longitude="2.369794" StarRating="4" HotelCode="59719|55741" HotelName="Marceau Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Jules Cesar, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b784a22db8b5eb5286a6f0492bac6984c5a4b20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|55243" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|10358" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|57201" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844515" Longitude="2.308812" StarRating="3" HotelCode="32505|36770" HotelName="Hotel the Originals Paris Eiffel Tower Lecourbe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Lecourbe, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/14/42149f35b48805411d295c7ecf83dec1e4e08fbe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881435" Longitude="2.324429" StarRating="3" HotelCode="34426|31865" HotelName="Elysées Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Turin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/d7/1dd70d59d1d7bc39670ab7f900f6d08b228f5760.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|261201" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850962" Longitude="2.369957" StarRating="3" HotelCode="16039|974" HotelName="Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09a785edb971c0f0dd573d524e0980406473a7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|54283" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|17327" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|56922" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|55195" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847685" Longitude="2.351476" StarRating="3" HotelCode="110444|424776" HotelName="Minerve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13, rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a523f9db893fa96f224f274f78f1eb7f25afea44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876279475185" Longitude="2.3421800136566" StarRating="3" HotelCode="337352|315" HotelName="Newhotel Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/09/4d09d11f00f38327720430582e76610c67fd700a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|1265" HotelName="Royal Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|56781" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.28" OriginalAmount="113.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|227750" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|30752" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|55972" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843647943741" Longitude="2.3524582386017" StarRating="3" HotelCode="29351|54285" HotelName="Best Western Plus Quartier Latin Panthéon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e7/68e77b279f0103d5abaab8b287c9d1e84c56febd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|30726" HotelName="Hôtel Cervantes by HappyCulture" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|34393" HotelName="Fred Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|394148" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884034" Longitude="2.314986" StarRating="3" HotelCode="68260|37471" HotelName="Jardin de Villiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Claude Pouillet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/32/de32db31881d1dba23c3d3bc2f2008868d87a2d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|191771" HotelName="Roule" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|201204" HotelName="Hotel Le Citizen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3.5" HotelCode="142312|35801" HotelName="Hotel Les Theatres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 rue de Cléry, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/46/ac4673533797ac67cc35a3e08f0533330987075c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|314" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|44477" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872377" Longitude="2.34478" StarRating="3" HotelCode="67262|224813" HotelName="Bresil Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/84/cb846c414a5b327b0cdb2f70b267a7552c3a7116.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|54292" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|200899" HotelName="Azur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|55514" HotelName="de Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|200324" HotelName="Elysee Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|200377" HotelName="Hotel Le Trente" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Clairaut, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6b/336b28d64e5eece8225f299e41460b2c9ccc2073.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|201070" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|31261" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.819552398817" Longitude="2.3261779546738" StarRating="4" HotelCode="80935|35834" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15, 17, 21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921cd2654a3486a66b89f1e3347b0d130fa65d0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|3254" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887112063475" Longitude="2.3143852944775" StarRating="4" HotelCode="80569|50377" HotelName="Best Western Plus Opera Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f0/80f09e4a8bfeca44e93b447fa215b6368b263351.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.293629" StarRating="3" HotelCode="145872|55988" HotelName="Champerret Heliopolis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13, Rue d'Héliopolis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c9/5cc902c5f6e955b4609ffbb6b53101a5346521a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869173359223" Longitude="2.3574981093407" StarRating="3" HotelCode="15018|201126" HotelName="Hôtel Moris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ec/93ec9b777a1f9f4ef434c229bac05f962abbc5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|57192" HotelName="Hotel Paradis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837592042298" Longitude="2.346755862236" StarRating="2" HotelCode="189563|201156" HotelName="Sunny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 bd Port Royal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6c/836c84939eefea913cf0ae439b71f65faff838eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|55410" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|1906" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855059" Longitude="2.362536" StarRating="3" HotelCode="149361|430197" HotelName="Caron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caron, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/19/b31995e013486640160194622fa3e54ea2dc973e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|1561" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7d/4c7d4042d88caca1e485bc51426cf796fd650b47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883739987058" Longitude="2.3287180066109" StarRating="3" HotelCode="336445|49450" HotelName="CONTACT HOTEL Alizé Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 rue de Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fc/36fcc4e78ca2ebe4d0919bffc5fcc44c6ad80fbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|5449" HotelName="Astrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/70/2270d9e3326fa56b0e41c480245c56ff977a72d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838677453927" Longitude="2.2887240288361" StarRating="3" HotelCode="39454|55411" HotelName="Hôtel de la Paix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Duranton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/2b/222beeeaa8c6f131de76b66fdfa97e923f748475.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|490686" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|200916" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|54271" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a7/d6a79a7bd51a765e74f185cb2d9b37047ef8f053.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873769" Longitude="2.356524" StarRating="2" HotelCode="101095|1608" HotelName="Liege Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1c/881c9bd79934e10559caad93cf292cc1cb8ba993.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|57263" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851688" Longitude="2.337415" StarRating="3" HotelCode="78826|131534" HotelName="Tonic Hotel Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4b/7e4b9ed101727eba4f965b848beac384eabfa2c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|55274" HotelName="Apollinaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|30719" HotelName="Aston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87259463287" Longitude="2.3422216095596" StarRating="2" HotelCode="400667|298469" HotelName="Hôtel Chopin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Passage Jouffroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7a/9c7a563f70107b52cb748c929bb9ea1eb00e7ec2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865985" Longitude="2.367466" StarRating="4" HotelCode="149624|57492" HotelName="Le Mareuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51, rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d2815fa0f438c5240dcf81dd9db8e7fe2628f48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866797" Longitude="2.335901" StarRating="2" HotelCode="110424|261229" HotelName="Opera Maintenon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Sainte-Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/6d/b66dbf92b7f1e4b50660b1d2a54bbf845b04588e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|44453" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|37621" HotelName="Meridional" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|203448" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/bf/c1bf9624c682dea5b6827583c06bf5c5f1e1899a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.91" OriginalAmount="118.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864348" Longitude="2.364249" StarRating="2" HotelCode="69857|212716" HotelName="Americain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Rue Charlot, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f3/2ef3cac6accbc614fcf449b0c281d9c9460edb6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|37568" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2.5" HotelCode="32503|200071" HotelName="Des Deux Avenues" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|31988" HotelName="Hôtel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84787041" Longitude="2.29757881" StarRating="3" HotelCode="325255|224955" HotelName="Hôtel L'Avre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de l'Avre, 75015 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6c/366cf9fbed7316d3df888b5b04b8509243220585.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|3729" HotelName="Amiot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/bc/5fbcc7d38c266599fce5243224dbd5fde33458b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|55114" HotelName="Legend" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|3490" HotelName="Mondial" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|62509" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|37180" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|200295" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|245846" HotelName="Maxim Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869038" Longitude="2.289115" StarRating="4" HotelCode="45448|55953" HotelName="Hotel Victor Hugo Paris Kleber" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue Copernic, 75116 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/9b/909bf60e937d6afe3670b4028860188003a1bd6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.97" OriginalAmount="119.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|227758" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|28879" HotelName="9 Hotel République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1.5" HotelCode="110490|203026" HotelName="Smart Place Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852538" Longitude="2.374374" StarRating="0" HotelCode="110497|203053" HotelName="Hotel l'Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/01/020100fc2b427d31586b98b4b823e0c7de93bf5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|230236" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863348" Longitude="2.362304" StarRating="3" HotelCode="25347|203349" HotelName="The Originals Boutique, Hotel du Vieux Saule, Paris Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ce/e0ce731b982fde1c61bb2b9ed9e0ffc577383e7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|348534" HotelName="La Planque Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/d2/acd29c825d4d7eabe58b56e5c972ec91afa6255e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|203447" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|479543" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.19" OriginalAmount="120.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|1977382" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|13472" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c1/53c1be93d743282b54bedee72f214d15068de9b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|35790" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|4277" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|203201" HotelName="Mederic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Médéric, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/aa/d7aa5cf0db6db8554d9babb42a968c5fbf1ff183.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|224824" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876541" Longitude="2.354941" StarRating="2" HotelCode="50292|486040" HotelName="Nord et Champagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/79/857940bacd41abfd6b4840fe8ae34263537ef201.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|17450" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8498529" Longitude="2.38547114" StarRating="2" HotelCode="328086|224959" HotelName="Hôtel des Pyrénées - Entre Bastille et Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rue du Faubourg Saint-Antoine, 75012 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1d/6a1db3d262cdc78bae0beecfa454e21f534efb97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877536" Longitude="2.338338" StarRating="2" HotelCode="110486|55325" HotelName="France Albion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/81/c481fbf780d01eec51609ace7a78148aea01a610.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|9018" HotelName="Yllen Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|55488" HotelName="Le Relais Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|14269" HotelName="Magellan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|3515" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|222375" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.43" OriginalAmount="122.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|170136" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3.5" HotelCode="552367|224801" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854701267207" Longitude="2.3710971259953" StarRating="2" HotelCode="935857|57986" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5d/275d7de560334861cde1c7a4fa4fc1574aabd534.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852262830245" Longitude="2.342158336957" StarRating="3" HotelCode="333585|203373" HotelName="Hotel du Lys" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Serpente, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a6/3ca633f0956afbb6c4a3b7722e155cf7c26bc64e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|225006" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.349571" StarRating="3" HotelCode="96839|22924" HotelName="Provinces Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de l'Echiquier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/34/2034d318990fc2d4551137620a1958e2eded845b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885090151104" Longitude="2.3292168974876" StarRating="2" HotelCode="51665|4356" HotelName="The Modern Hotel Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Forest, 18ème Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e1/4ee1819f3abf89c63a2a1c2a47747d2f3cf4d22b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86614507" Longitude="2.36842937" StarRating="3" HotelCode="180068|38086" HotelName="Albert's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/53/d953743643975ab590cd15e1de770411f76640da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|44490" HotelName="Novotel Paris 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|200778" HotelName="Pratic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|24916" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|224961" HotelName="De la Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|55248" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|55262" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|4093" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/1f/781f885a54c9b10cc1cdee29828d6e52c8ae4d6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|56450" HotelName="Madrigal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879739548307" Longitude="2.3287408053875" StarRating="3" HotelCode="34885|7172" HotelName="New Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Liège, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe48e1f98b4cc295d6e486359e0ae30dcc52023b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|54911" HotelName="Novotel Paris Centre Bercy" 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>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|201255" HotelName="Raspail Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/88/eb889ade405ac2665b51c6313c6922a927cd35c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.70" OriginalAmount="124.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|89647" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.83" OriginalAmount="124.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|1718223" HotelName="Villa Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|50455" HotelName="Du Triangle d'Or" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930d203c501922bc3d7813d7a9f40dfcd53002b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839897" Longitude="2.337403" StarRating="2.5" HotelCode="110438|5092" HotelName="Beauvoir" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 avenue Georges Bernanos, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c4/15c4db1f8b22dba452965f3771a411cf17141d37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|55976" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/58/64587f35edc6e7ff59df6738ffda2bd9b2a462ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|203370" HotelName="Des Deux Continents" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|55083" HotelName="Dream Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848690880163" Longitude="2.3477482795715" StarRating="3" HotelCode="31205|55198" HotelName="Hotel Le M Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1f/8f1f4b6e8a9187612171ec3213b3d425be3c1141.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|200045" HotelName="Auberge Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87225746" Longitude="2.35849518" StarRating="0" HotelCode="979917|422870" HotelName="Le Grand Quartier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue De Nancy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4b/874b6ba57fccb53abb8a81729cc8ebed0dfbdcc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|55122" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|55231" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873048505135" Longitude="2.3252056539059" StarRating="3" HotelCode="16329|5173" HotelName="Hotel Queen Mary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/6f/9a6f1a2cd6869fc1cebf1b957c8164248e1bb858.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877202067152" Longitude="2.3511278629303" StarRating="3" HotelCode="74049|200961" HotelName="Chabrol Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/36/3f36d1ad1aefcaf8b4de34425b2ca234caee6f47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|55943" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863990758947" Longitude="2.3414552944774" StarRating="3" HotelCode="899745|56426" HotelName="Hotel Crayon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Bouloi, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/8b/db8bda97c08fcd02ff84104f5b462a4faee96643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860209" Longitude="2.306001" StarRating="2" HotelCode="110476|55432" HotelName="Hotel Malar – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Malar, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/81/38812f5eaf072263066fef492fdda1caf192db05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|55357" HotelName="Hôtel Niel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|55977" HotelName="Saint Dominique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|18839" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/8e/f38e0623fe134346890c6db45d0540d7439cb1f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|203085" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|21315" HotelName="Trinité Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.54" OriginalAmount="126.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|1273474" HotelName="Villa Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.54" OriginalAmount="126.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|1851206" HotelName="1K Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|224822" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848259" Longitude="2.324725" StarRating="3" HotelCode="149447|279974" HotelName="Hôtel De Sèvres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245c15af85a08d4111ef20d20bff63d62f8776d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|56812" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|56544" HotelName="Le Petit Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/36/0d36f4c4751a4fe26a7bd576874485db4489c8c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|36771" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840978" Longitude="2.329662" StarRating="3" HotelCode="64782|50631" HotelName="Le Royal Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Boulevard Raspail, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b7/59b7a6331690caec495e637b7c583afb71d72dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|30731" HotelName="Hôtel Lorette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|1592" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|37644" HotelName="Terrass" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|30739" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.03" OriginalAmount="127.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|98919" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|12189" HotelName="Alba Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|13550" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|25032" HotelName="Elysees 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Cambacérès, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/91/a991a545f1940096d045a8854aa35b08a2379da9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827409702194" Longitude="2.3720224276354" StarRating="3" HotelCode="94388|224807" HotelName="Green Hotels Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue de Patay, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/df/47df88fde15ec60bc71eda2144e5b4e6aaf2b836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875615" Longitude="2.295667" StarRating="3" HotelCode="16216|44496" HotelName="Princesse Caroline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/3a/c13ab002ea86744302fea50317d4cfddd470e78a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|55489" HotelName="Golden Hôtel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|17024" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|200991" HotelName="Au Royal Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.59" OriginalAmount="128.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.69" OriginalAmount="128.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|1063024" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.00" OriginalAmount="128.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|211791" HotelName="Lutece" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b5b8748be64d7efb1ab4559a4c6113e6b01be.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|200251" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|200430" HotelName="Poussin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|30635" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|56211" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/zz/26ad3f3be56032e1625edd43497518c5c45e6ad9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|1262" HotelName="Serotel Lutèce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2.5" HotelCode="263473|57665" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|15349" HotelName="Chambellan Morgane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b4623da180e0008f172e17367c97c776e0fed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|200724" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8539152" Longitude="2.3631767" StarRating="3" HotelCode="34869|4640" HotelName="De Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Neuve Saint Pierre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d7/fbd7a10ba9d3ace245991a12f1a7790049b53541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|55974" HotelName="Hotel du Temps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82726702" Longitude="2.3519579" StarRating="2" HotelCode="336649|238946" HotelName="Hôtel Verlaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Bobillot, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad5b1fe246daf0d9f4dffbf37ba8300c77eafb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|56761" HotelName="Maxim Folies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|187615" HotelName="OFF Paris Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f7/4ff7509cc6895e42281021bad62358c7ef11cadc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881991175557" Longitude="2.3409117014482" StarRating="4" HotelCode="44017|9408" HotelName="Carlton's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/17/a217d35a58996eb187e6a29f3d52c03940e860f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.99" OriginalAmount="130.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|520478" HotelName="Hotel de Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6b/926b63ca6635b8d1e04e00cea8642d7e155b378e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|348376" HotelName="Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52fa046c37dffce243c424a7361a3b8f0944bd03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|187611" HotelName="Handsome by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|31990" HotelName="Val Girard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|16991" HotelName="Villa La Parisienne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|57520" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|261231" HotelName="Saint-Pierre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/76/5b76dfe1df12abd3155b7d66aa6f946070910fb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878244" Longitude="2.347468" StarRating="2" HotelCode="35368|55264" HotelName="Hotel Ibis Styles Paris Cadet Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Pierre Semard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/2e/db2ef211f72c86539f21a7e8c40ade09a5a95fc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|200672" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|101708" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue des Écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/97/d997888a25820229628c0a00de7bbd691557607d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.24" OriginalAmount="131.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841422853562" Longitude="2.2626766562462" StarRating="2" HotelCode="337151|17565" HotelName="Exelmans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bf/88bf85a1f0e4b47c7b008d019dc8351ea20ff0fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|35816" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849839899639" Longitude="2.3426225781441" StarRating="2" HotelCode="74018|200272" HotelName="Hotel de Suez" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c2/58c23cfebda4816353b046b59d90936e52c9d932.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|238857" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867242180969" Longitude="2.3622839300594" StarRating="3" HotelCode="258452|224998" HotelName="Hotel Meslay République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/68/3968c7cfb84f0f38062c363ab0cb53331adb21c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866345" Longitude="2.360494" StarRating="2" HotelCode="15677|30636" HotelName="Hotel Paris France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7a/df7adc3ab9e4a716e3fe1f21570051e1249a4938.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|42238" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|49268" HotelName="Hotel Odyssey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|25006" HotelName="Marais Hôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842268417127" Longitude="2.3308718204498" StarRating="3" HotelCode="166895|35813" HotelName="Hôtel A La Villa des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Grande Chaumière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/09/2f09f0fcf60fae19cf791075e1db905c7ba8a89a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|203007" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/33/2633328514786dbd76c46f46e27151a70adf5078.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|224972" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|13034" HotelName="Lodge du Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|54310" HotelName="Residence Foch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|49945" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|46139" HotelName="Magda Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.36" OriginalAmount="133.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|631160" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|203079" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3.5" HotelCode="34419|35783" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866285107221" Longitude="2.285841446379" StarRating="3" HotelCode="16674|4284" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 bis Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/64/5b647ded844cad25dc3ead1cb0ede6059a98869d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|8955" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/18/0a18fcc690ea076208002c15ac06bb864c2cd740.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880825236932" Longitude="2.3516857624054" StarRating="1" HotelCode="74043|203006" HotelName="Grand Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|200157" HotelName="Baldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|58700" HotelName="Gavarni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|200335" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|249635" HotelName="Saintonge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84971" Longitude="2.338283" StarRating="2" HotelCode="212342|201106" HotelName="Michelet Odéon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 place de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332137/332137a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|249634" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|54296" HotelName="Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|17591" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|1867" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.27" OriginalAmount="134.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|8009917" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.44" OriginalAmount="134.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|1735335" HotelName="Elysees Ceramic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|39456" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|55496" HotelName="B Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|30753" HotelName="Cordélia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|2245" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866249820397" Longitude="2.2878813743591" StarRating="3" HotelCode="12575|50538" HotelName="Floride Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/05/b1054165375621ef49e8210b94fecd0fa0af6fa4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|56557" HotelName="Hôtel de la Paix Montparnasse" 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>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|224992" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|37611" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|201121" HotelName="Hôtel Monsieur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4b/284b6b9b12c8f60e44b52dafd44f411508c1ab1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.11" OriginalAmount="135.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840428" Longitude="2.315465" StarRating="3" HotelCode="110523|227759" HotelName="Hôtel ibis Paris Gare Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Boulevard de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/66/73661a5f11cda62dd5aba1ea9dc24964c2a3f5c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|55152" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85872233" Longitude="2.35358311" StarRating="2" HotelCode="502443|238807" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d1202e8f3fef3e6038d57942c0af11ccfda5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|973" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|203403" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|21224" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|56535" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|35836" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|31995" HotelName="Hôtel Monterosa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|56373" HotelName="Hidden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|54916" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|55954" HotelName="Hotel Doisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86892" Longitude="2.334704" StarRating="3" HotelCode="79812|225468" HotelName="Ille de France Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue St. Augustin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c7/48c7f061bc730fded1d1e8e96df993182468997b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|1873" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|13504" HotelName="Timhotel Invalides" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Boulevard de la Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3ca2a58eb9c4bde1d52f46ec57ddd202fc6422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|200822" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fa/8efa38a3331d683aabd2e411008dacb50a56d20e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86640508807" Longitude="2.3400101065636" StarRating="3" HotelCode="18610|13559" HotelName="Timhotel Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de la Banque, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8e/8b8e3e50dc4fb2238c51b36d6c02c79ef2bcbf73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|245848" HotelName="Hotel Whistler" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|25016" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849931" Longitude="2.346254" StarRating="3" HotelCode="148958|200976" HotelName="Home Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 &amp; 17, rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207be72bbb1f62da1e3d7bd0d114fe55c101c2ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|224814" HotelName="Hotel Castex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841354890108" Longitude="2.326220870018" StarRating="2" HotelCode="74051|203102" HotelName="des Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/f3/7df334b99f4bb95ef27737faa9fbba276eb1da52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|30750" HotelName="Agora St Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876185796975" Longitude="2.293738072028" StarRating="2" HotelCode="378934|200425" HotelName="Hôtel Phénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Du Général Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/c3/79c372f4c4187afafa9438b4a388afdb9436fc05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|55165" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|200683" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850266" Longitude="2.373036" StarRating="2" HotelCode="151665|56061" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/89/4689f6ce5a96825179da1845c0687e8475639c77.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|25773" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848723242326" Longitude="2.2983226083004" StarRating="3" HotelCode="212473|46135" HotelName="Art Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c0048617784b39407a381e15b81c2cdcbfebe2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|203450" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|5174" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|200513" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835462" Longitude="2.325333" StarRating="2" HotelCode="154209|298494" HotelName="Tipi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75, Rue Daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/29/f829f27883e93c5f800edf816c036704be40d75d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|201295" HotelName="Welcome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.06" OriginalAmount="139.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85244789" Longitude="2.34726231" StarRating="1" HotelCode="334004|619329" HotelName="Esmeralda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Saint-Julien Le Pauvre, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.47" OriginalAmount="139.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|69058864" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|54261" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/2d/602d94a2879a2d3ea74c1529b7f86f006916ffe2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|226404" HotelName="Hôtel Panache" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|56803" HotelName="Passy Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|54264" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884648" Longitude="2.338143" StarRating="2" HotelCode="16566|225135" HotelName="Regyn’s Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 place des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/03/5503f7986ab891d72492233cadb79fea9a39e263.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85384" Longitude="2.338686" StarRating="3" HotelCode="110454|200638" HotelName="Le Regent" 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>61, rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|2244" HotelName="Londres &amp; New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Place du Havre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e07ea0534772290635c5a6e9dc541e5d1c32e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|24745" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|49232" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|3112" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|203054" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|32956" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|224978" HotelName="Hotel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|55285" HotelName="Central Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|201186" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|348550" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|32055" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|56542" HotelName="Phileas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849764005156" Longitude="2.3506075143814" StarRating="3" HotelCode="34422|54290" HotelName="Abbatial Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 boulevard Saint Germain, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c2/a9c22addfea4c477a67deee9f811da217c7b61ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|201287" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|224976" HotelName="George Sand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|11896" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.90" OriginalAmount="142.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="3" HotelCode="308153|798081" HotelName="Hotel Edgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5b/075b22e53c4bf54700814a935070f9773bb3aa28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|43349" HotelName="Arc De Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d7/eed73b98cb3c5046db6bb8b7e581cae733e2d9f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85044" Longitude="2.339332" StarRating="2" HotelCode="928686|200100" HotelName="Grand Hotel des Balcons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/83/e983311ad6a0829ab594a1f827b1f82af36a1d21.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|19868" HotelName="Eugène en Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84902005664" Longitude="2.3401066660881" StarRating="3" HotelCode="111145|203378" HotelName="Fontaines Du Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Vaugirard, 75006 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/29/b429e2126ca53dee460acbb277f997d113ad4596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|13298" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|10622" HotelName="Royal Fromentin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|36787" HotelName="Hôtel Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3.5" HotelCode="10796|511" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843661" Longitude="2.352612" StarRating="3" HotelCode="81968|55141" HotelName="Saint Christophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Lacépède, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/7d/047dd1ef874d53d784778e12e55dbd8ecf75502e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|31993" HotelName="Hôtel Joyce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|225157" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|5388" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871653028485" Longitude="2.3349802941084" StarRating="4" HotelCode="34430|50633" HotelName="The Chess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Helder, Bezirk 9, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6c/106c901886be800bff575d9202c33611c6ec2a4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.12" OriginalAmount="144.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|68942" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.34" OriginalAmount="144.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|18041" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|30716" HotelName="Hôtel Acadia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|54273" HotelName="Dauphine St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|37570" HotelName="Hôtel Délos Vaugirard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|2052" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|200567" HotelName="Windsor Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|1484" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2.5" HotelCode="11352|371702" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|10325" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|30720" HotelName="Hôtel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|224805" HotelName="Hôtel du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue des Mauvais Garçons, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eec01af7b9ff328c3699f9b7a16aac8c77a153.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|55930" HotelName="de Fleurie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|61229" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|55366" HotelName="Duret" 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>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|55281" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|279998" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|55392" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.09" OriginalAmount="146.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3.5" HotelCode="25639|1751222" HotelName="Windsor Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c7/d4c74f6c15c7a1f3cc1ad753cd1c25cfa8cbd843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|55956" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|35837" HotelName="Hotel Le Parisis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.08" OriginalAmount="147.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865308" Longitude="2.29049" StarRating="3" HotelCode="68668|56136" HotelName="Villa des Ambassadeurs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Bouquet de Longchamp, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060ba08e14b62c4645ccbf10fd034b85e39aa38.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.23" OriginalAmount="147.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|211773" HotelName="Balmoral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|55096" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|55185" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|23954" HotelName="Le Meridien Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3.5" HotelCode="18683|35812" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|410026" HotelName="Villa Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|238979" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|55060" HotelName="Derby Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|28761" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|53798" HotelName="Novanox" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|54266" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|5883" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|54259" HotelName="Duquesne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c2e282762953e82d23797562707d9d0df27ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873324883565" Longitude="2.3181886876698" StarRating="3" HotelCode="80561|54284" HotelName="Haussmann Saint Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Roquepine, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439fb96fad3999ad0e60f29c48f03bcc7b4d8378.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|224987" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|203412" HotelName="Le Lavoisier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866507" Longitude="2.337239" StarRating="2" HotelCode="180110|203291" HotelName="Louvre Richelieu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/5d/f35d700c982c12663ad7cc4a99d569acebda8fa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|31264" HotelName="Le General" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/77/9577144cd69aad41360c4157530ecb1a07ea6261.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|38861" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|23961" HotelName="Hôtel 34B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|225473" HotelName="Hotel Chateaubriand" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|224974" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|55333" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|54805" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|34601" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|518923" HotelName="Hotel Delarc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.87" OriginalAmount="151.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834772873271" Longitude="2.3171059395331" StarRating="3" HotelCode="187836|328745" HotelName="Apollon Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9b/f09b8862667af24f7619f67989aa62996ab96660.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|7891" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876940991228" Longitude="2.2949731349945" StarRating="3" HotelCode="180069|44620" HotelName="Tilsitt Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34c33f76935177c34046416dc707bde1432814e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|54286" HotelName="Hotel Atmosphères" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|9466" HotelName="New Hotel Roblin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|31998" HotelName="Hôtel Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|57770" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/dc/c4dcccdca3d1e4996a58225e911bc60386d9268c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|225467" HotelName="Ascot Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49804018824cf233fef07cbfa78bd0e7a4dbab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|56813" HotelName="Bonne Nouvelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|54294" HotelName="Claude Bernard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|200266" HotelName="De Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3e/613e970cbc0d671feb3329aae91ce0e7ac7cd35f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855224235299" Longitude="2.3347442368054" StarRating="3" HotelCode="149460|348441" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/71/e27123f24c27776d6117bf552918c7e28accd3ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|50424" HotelName="Best Western Plus Elysee Secret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|201067" HotelName="Eugenie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|35832" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.88" OriginalAmount="154.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|98854" HotelName="Hôtel de Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|58255" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|201060" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|55266" HotelName="Madeleine Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e6/64e63fbb938a2251ef6e40ba19e8460e998f7d9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|55990" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|200407" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852776751248" Longitude="2.3440843820572" StarRating="4" HotelCode="74017|35806" HotelName="Royal Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 boulevard Saint-Michel, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/8a/8f8a06ce9d9c8b6d8f3e06282ac2809eec8109a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|63402" HotelName="Odeon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.14" OriginalAmount="155.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.50" OriginalAmount="155.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869796155019" Longitude="2.33019053936" StarRating="3" HotelCode="189558|332823" HotelName="Volney Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Volney, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1e/7f1e05253aecea3c658f484d9e861dd6788c2954.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874203" Longitude="2.304558" StarRating="3" HotelCode="110479|13056" HotelName="Arc Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue de Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e9/5ce982a973908430116edc6b4df280d3b4ec952c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|54315" HotelName="Crystal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/a2/fda29006f67094dd1cd4fff401cc5e3a6b693ac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|18120" HotelName="Gerando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|37183" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|31987" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861292" Longitude="2.286341" StarRating="4" HotelCode="34401|58699" HotelName="Les Jardins du Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Benjamin-Franklin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3b/953be0b1c3f5859384bc670cdc56f1b64954e748.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|35807" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|30727" HotelName="Helios Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|35791" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|201111" HotelName="Modern Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865824596238" Longitude="2.3360913991928" StarRating="3" HotelCode="29178|55938" HotelName="Therese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Thérèse, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c8/75c829af15fb6ee70e824754d1b2fe855e84973b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|54276" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b4/b5b403f988972e35d743e1681f4fb2d7cd44e9e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|13293" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853944" Longitude="2.342923" StarRating="4" HotelCode="110458|201258" HotelName="Relais Hotel Vieux Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Gît-le-Cœur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6c/446c8c864478bb73263dd5744ec4976b95564f2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|24630" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.78" OriginalAmount="157.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847206470346" Longitude="2.3316409438848" StarRating="3" HotelCode="180114|328651" HotelName="Perreyve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/71/0571ad8f85bdb84a1fdcf108a82b2ab56b5e0675.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|32878" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846966418966" Longitude="2.308024764061" StarRating="3" HotelCode="63702|53796" HotelName="Hotel Bailli de Suffren" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Avenue de Suffren, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a3/9fa343d4535db74690e423f870484bca72c7ab65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|54277" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|56973" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.17" OriginalAmount="158.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|6411605" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="170.09" OriginalAmount="158.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|691692" HotelName="CAMPANILE VAL DE FRANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>10,AV.DELA FOSSE DE PRESSOIRS MAGNY LE HONGRE</AddressLine>
          </AddressLines>
          <CityName>MAGNY LE HONGRE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/926966_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="170.13" OriginalAmount="159.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="4" HotelCode="|CRGP" HotelName="Hotel L'Inattendu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain</AddressLine>
          </AddressLines>
          <PostalCode>(0)140517975</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/153311/12429767.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|1562" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/39/39398616a1fb5255d8bd6d80e18d45c3ee7a686e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|55058" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du Gros-Caillou, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c3/04c30b4316d59a13c3c0e8db2505daae9caa2e3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|37571" HotelName="Elysees Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|11881" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85301148015" Longitude="2.346576154232" StarRating="3" HotelCode="160366|55201" HotelName="Notre Dame Saint-Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Quai Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/26/0226f1e7ab411f976d2ff54aef562c2dd4ce5689.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|200949" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|56915" HotelName="First Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|200185" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|30569" HotelName="Hilton Paris la Defense" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|54305" HotelName="Hotel de Banville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|203292" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830385969175" Longitude="2.3234474658966" StarRating="3" HotelCode="59522|55397" HotelName="Ibis Styles Paris Alésia Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/57/b257afa10c365e7570d2f54da8a6a38973e8ce81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|21311" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|17449" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|55273" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|261179" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|201047" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845251606698" Longitude="2.3500891774893" StarRating="2" HotelCode="187844|348349" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 rue Cardinal Lemoine, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e5/32e5f52a5f0f928b39bd7824887b9d03a3c0bcb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|55283" HotelName="Hotel du Cadran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|224982" HotelName="Jardin le Brea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/9f/ec9f1f928d3fc156356f54ea5059a849f78b6de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|9004" HotelName="Louison Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|35792" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|50620" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852535" Longitude="2.336123" StarRating="2" HotelCode="65596|200180" HotelName="Le Clément" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Clément, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e2/39e2e6303394129171e1984e175408f4bd6c9738.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|249636" HotelName="Turenne Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue de Turenne, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/b1/e3b1b6396ca384d99aa8428d08f5c21331def015.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|50624" HotelName="Pavillon Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.19" OriginalAmount="162.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|104205" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|56866" HotelName="De Varenne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|56057" HotelName="Saint Gregoire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|56306" HotelName="Ribera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|53799" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|35830" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.77" OriginalAmount="163.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877119" Longitude="2.322087" StarRating="3" HotelCode="149715|197406" HotelName="WO Wilson-Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, rue de Stockholm, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83d3583e2c3988cb0691a2e9c039139412d36.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866411157476" Longitude="2.3269184110451" StarRating="3" HotelCode="110420|54278" HotelName="Hotel Du Continent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c8/39c8069152e1a085c0f16372658c30b313eec50e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|200178" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|31265" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881352638498" Longitude="2.3274211585522" StarRating="4" HotelCode="25637|7170" HotelName="Le Grey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cc/09cc9f93d9b74401ef5522b68b58158edfa926cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|203314" HotelName="Panam Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.06" OriginalAmount="164.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|217468" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856952270582" Longitude="2.3645687456586" StarRating="3" HotelCode="73812|55376" HotelName="Les Tournelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Turenne, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/92/84928bdab00a092584e4e0134363e99d9f4058ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.34" OriginalAmount="165.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|2337475" HotelName="Daunou Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87979082" Longitude="2.33429669" StarRating="3" HotelCode="590801|224790" HotelName="1er Etage SoPi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3e61af6cab46ea95bff3b7ad9d04d1fb9ff100.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|4291" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/94/92940351d18bec7d4f77c9037c182c3fcabd04a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870558" Longitude="2.326352" StarRating="4" HotelCode="180057|57203" HotelName="De Seze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Sèze, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a0/8da0a9144f60711a1210c01325bd87fbf3fd2fb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|55140" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.90" OriginalAmount="166.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849097594266" Longitude="2.3397137342483" StarRating="4" HotelCode="45033|6010" HotelName="Hôtel le Sénat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Vaugirard, 6ème Arrondissement/Saint-Germain-des-Près, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fa/22fa384d0c06b0a1beb3bd2612cc9eccad5760cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87461744" Longitude="2.33089038" StarRating="3" HotelCode="549588|200862" HotelName="1er Etage Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/62/8862d69e20ee6497f9e06390a1e316498d377b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|54778" HotelName="Belfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd197f849d71f1dbff3a2b5b31dac089f8d2727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|55946" HotelName="Hotel du Ministere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87789162" Longitude="2.34695509" StarRating="3" HotelCode="308151|249611" HotelName="Hotel Helussi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Bellefond, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/d2/7ad21e2172015489d14a51b765cc7d525041be9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|55772" HotelName="Le Chaplain Rive Gauche" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866472638829" Longitude="2.3357465889549" StarRating="3" HotelCode="110423|201099" HotelName="Hôtel Louvre Sainte Anne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Sainte Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e5/e1e57495f5964d8370f11cae4233cf2690c2b9ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|200416" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|224798" HotelName="Apostrophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|13563" HotelName="Littre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|55271" HotelName="Le Six" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844514" Longitude="2.345447" StarRating="4" HotelCode="78831|55941" HotelName="Du Les Dames du Pantheon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6d/696d1d0aacf311f8d1137850078e0c4030436a14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|33543" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853623235669" Longitude="2.3390090150999" StarRating="1" HotelCode="388029|238935" HotelName="Hotel Saint Andre Des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Saint-André Des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/60/0860b66948c6640d5166d5544d580695dc828dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|5556" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|55121" HotelName="Residence des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|224973" HotelName="Elysa Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|56552" HotelName="Hotel Seven Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|54258" HotelName="La Villa Maillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|230887" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.08" OriginalAmount="170.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871380456126" Longitude="2.3426426947117" StarRating="4" HotelCode="34408|17375" HotelName="Hotel Paris Opera, managed by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard Montmartre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c085a054ab4a11c4a732260e4b48fc2662c1a537.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|238809" HotelName="Elysees Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835757" Longitude="2.351307" StarRating="3" HotelCode="298982|58013" HotelName="Hotel Henriette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Gobelins, 75013 Paris, 13e Arrondissement</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/87/91874d34e4bc9af80800a31d0d00bcddd788c228.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|498313" HotelName="De L'Ocean" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|279983" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/f9/cef9ec8a5f010a3e338da9ae9b8ba2c65e5eb513.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|62891" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|7232" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|203375" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|56176" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|36781" HotelName="Park Lane Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|1264" HotelName="Victor Masse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|203011" HotelName="Hôtel des Comédies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/14/0b143cce4ca55112d1ddcd154590806b09dda339.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|200618" HotelName="Le 10 Bis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871102" Longitude="2.32689" StarRating="3" HotelCode="94370|55290" HotelName="Relais Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis, rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/42/17423d9d5311c420c6f305de76b5cef673fd55ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|50429" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87377577656" Longitude="2.3860120442317" StarRating="0" HotelCode="335212|238880" HotelName="Hotel Des Pyrénées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Laundry,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>399 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/35/563503f9d0fe74a5765f3f0e11563c8cd96f3904.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|54306" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85921914" Longitude="2.34731106" StarRating="0" HotelCode="488364|238981" HotelName="Milestay - Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Halles, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c413a9d8ca2c61b118b2f6c93ca2012757707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|441974" HotelName="Hotel Du Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857016" Longitude="2.329992" StarRating="3" HotelCode="110468|203393" HotelName="Hotel Universite Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Université, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d7/a7d779ac587f11f1f1167cbcb87e371fcb1b8465.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852439657442" Longitude="2.3546576499939" StarRating="3" HotelCode="74010|203354" HotelName="de Lutece" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/99/3c995877be3546db9c5f819980a4e0e5b9982565.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856284333529" Longitude="2.3319594562054" StarRating="3" HotelCode="36463|60299" HotelName="Du Danube" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58, rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/aa/acaa16e3729d32fb9a223e8ae214883b2087d4b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|17824" HotelName="George Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|489278" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.86" OriginalAmount="175.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|331643" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|245847" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|56397" HotelName="Ares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8554372" Longitude="2.3612671" StarRating="3" HotelCode="199730|238887" HotelName="Hotel Emile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72b84dcc69448677992b481822d22687d52134.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|8221" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|56792" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|249602" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|225143" HotelName="Hotel Verneuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|57022" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|23950" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|55942" HotelName="Sevres Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|358767" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|35788" HotelName="Hotel Le Colisée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3.5" HotelCode="10798|3111" HotelName="Hotel Le Belmont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874626528862" Longitude="2.3168009519577" StarRating="4" HotelCode="34423|44388" HotelName="Arioso - Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue d'Argenson, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/02/93026d8645f28e26f70cac9c903a6d36a5ef27fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|36774" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|24635" HotelName="Normandy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856597" Longitude="2.355765" StarRating="3" HotelCode="74011|203355" HotelName="de Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7b/497b351f218dc54456fa7e488caf6345e7fc8927.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|203316" HotelName="Baby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Chénier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/6a/d56afc61291a7a441c79740f87791400074d6eca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|32194" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|225140" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|55675" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="193.14" OriginalAmount="180.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851597795458" Longitude="2.2897267341614" StarRating="3" HotelCode="39973|2228717" HotelName="France Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Saint Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b8/bdb8a26d9274c1984fdfbbd4e34d8a8f7066b1d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|55163" HotelName="Best Western Empire Élysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854360708772" Longitude="2.2892533242703" StarRating="3" HotelCode="326446|18397" HotelName="Eiffel Seine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/41/7441048684c10dd80878b657d92cbff4a89b18db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852323174237" Longitude="2.3549821972847" StarRating="3" HotelCode="74014|224957" HotelName="des Deux Iles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/c6/cac6d09eae440beb96cfbfa7c42c9b959e95dd23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8475928" Longitude="2.3310888999999" StarRating="2" HotelCode="522389|298474" HotelName="Hotel Jean Bart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart, Quartier Notre-Dame-des-Champs, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd755e60fa873ed1efd888221d2a0dee4f64319.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|30738" HotelName="Waldorf Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861618" Longitude="2.365129" StarRating="3" HotelCode="142313|497601" HotelName="My Hotel in France le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis, rue Commines, Paris 75003</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/14/4014d98807e549cf800acfba0bf34c51b21146df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872439" Longitude="2.348333" StarRating="2" HotelCode="73728|203009" HotelName="Hotel d'Enghien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Enghien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/e6/5be693345d31fee5e7c21a32eac8b0ddb346c6b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|57364" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.94" OriginalAmount="183.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|619327" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|32880" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|203377" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/57/7757942a7736dea289c0376c311ed4ede5c485e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.30" OriginalAmount="184.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|115362" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|58051" HotelName="Hôtel Langlois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/96/4b9604b280ed9e4ff39a24906ea02e0e8037a47f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.67" OriginalAmount="185.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872156710071" Longitude="2.325319647789" StarRating="3" HotelCode="74026|328332" HotelName="Royal Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439ad89b316b2a56ae5fa53124602d75345d5380.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|4312" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|224806" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/d5/c9d54047b0720a41b0cabfa536958e0c163be3aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851922441228" Longitude="2.3462699883432" StarRating="3" HotelCode="110442|424720" HotelName="Henri IV Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37b9511b48cb6212ea412b862ed419182b0011.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|39462" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4.5" HotelCode="58476|55081" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|32957" HotelName="Little Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|4959" HotelName="Victoires Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|17448" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|203143" HotelName="Nicolo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.66" OriginalAmount="187.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|327820" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|30634" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|56802" HotelName="Bastille Speria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|169394" HotelName="Richmond Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248b2b449dafe51d608e4ab62e255475d4e6623.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.72" OriginalAmount="188.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|99067" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|55123" HotelName="Le Derby Alma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|505" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869013689363" Longitude="2.3336626589298" StarRating="3" HotelCode="189556|55939" HotelName="Etats-unis Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue D Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1f/a51f70f0dbfb5d794f25003ce3e5df8e7c9a2f35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="0" HotelCode="726908|348471" HotelName="Les Deux Girafes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/07/1b07f6e04d06612a9309faa87b837200818ed63f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858747105595" Longitude="2.3544770847282" StarRating="3" HotelCode="334404|224789" HotelName="1er Etage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201c6f37cfc83f1e61402b185031e90fd32b99eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853509172377" Longitude="2.3378643393517" StarRating="3" HotelCode="110445|35794" HotelName="Grand Hôtel De l’Univers Paris - Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gregoire de Tours, 75006 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/2a/bf2ab7abb27a1ce41d59afbeba11ebc30585ac22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|44488" HotelName="Monna Lisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839515034031" Longitude="2.322518823467" StarRating="3" HotelCode="935882|200630" HotelName="Nouvel Hôtel du Théâtre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/72/4f7201597a03a05773400dcf3d3e1c9bb94e6506.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|495399" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thénard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/04/110407648d50b9d4854f8dc2bb3d87e952ebe06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.84" OriginalAmount="193.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.44" OriginalAmount="194.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|189997" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|4815" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|201097" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3.5" HotelCode="25128|203445" HotelName="Pulitzer Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.72" OriginalAmount="196.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|619328" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|348339" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855692" Longitude="2.38285999" StarRating="5" HotelCode="588285|225152" HotelName="La Maison Gobert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gobert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/62/a7625cd48b155ed0a7e2285d8cb995a8a6fd2818.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|49278" HotelName="Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|201004" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|54947" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|30704" HotelName="Elysees Regencia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4b/b54bef464abce87f25e97f84d8d65805f0c8fddc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|30733" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|224809" HotelName="La Belle Juliette" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|200391" HotelName="Elysees Longchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860736" Longitude="2.342579" StarRating="4" HotelCode="88730|23957" HotelName="L'Empire Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/7c/c27cd8f2d0a31723e5973afed01f34932b18895d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.98" OriginalAmount="199.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|1829398" HotelName="Elysees Union" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|30723" HotelName="Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|55959" HotelName="des Ducs d Anjou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3.5" HotelCode="147111|224966" HotelName="Duo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87006911716" Longitude="2.3113137460123" StarRating="4" HotelCode="65592|224996" HotelName="Hotel Mathis Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c1748de066194ab73defd3b7a95ffbbf136369.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|55591" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|32054" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|55947" HotelName="Hotel Lord Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|31996" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871728007677" Longitude="2.3235064744949" StarRating="4" HotelCode="74023|56550" HotelName="Opera Marigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|31866" HotelName="Beauchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|200905" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|56510" HotelName="Cecilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.78" OriginalAmount="206.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|19771" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2529d005ab7e3fd0/f9/f966f9cb1e9a0a1e/01-b.jpg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.78" OriginalAmount="206.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|234700" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|200123" HotelName="Hotel Adèle &amp; Jules" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859268" Longitude="2.340794" StarRating="3" HotelCode="97058|408408" HotelName="De La Place Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue des Prêtres-Saint-Germain l’Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/52/b652aca1e652a4701c02dd084d03d5774d8fc356.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|55950" HotelName="Etoile Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|356954" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84979930493" Longitude="2.3467987775803" StarRating="3" HotelCode="64084|55940" HotelName="Best Western Hôtel Jardin de Cluny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/d2/14d2022ddb743d7924d066deac9b2dd2c96fb978.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|44464" HotelName="La Bourdonnais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0a/690a0ef983ae2281f235867c0cdac1ac9275835c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852608" Longitude="2.354239" StarRating="3" HotelCode="902188|249630" HotelName="Saint-Louis en L'Isle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75, rue Saint-Louis en l´île, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/04/ec04e5cd5e5e3ed32271408f6fa18f8ed497f532.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868716402135" Longitude="2.32522174716" StarRating="4" HotelCode="27221|55260" HotelName="Hôtel Opéra Richepanse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue du Chevalier de Saint George, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/b6/99b697eb2526cc0783b8ce7bf9486589d276aa00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843936" Longitude="2.329473" StarRating="3" HotelCode="78992|54265" HotelName="Exclusive Sainte Beuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Sainte-Beuve, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/25/2a254a04677f9b89ca3bc863d307e980e16fd6b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|226693" HotelName="De l'Avenir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3d/8b3d1e7aa7cdca70a34f48fa05c33e10ae073e68.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|57646" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|55565" HotelName="De Lille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/84/85841e342619b5879a8de30477cf312e85577c02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|224821" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|200615" HotelName="La Villa Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="226.59" OriginalAmount="211.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|1421433" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|203368" HotelName="Hotel Baume" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2d/922d0c435f2c43e710fd4ee53de96e7cb9a519ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8650817686" Longitude="2.3565459251404" StarRating="3" HotelCode="38361|224970" HotelName="3H / Paris Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Bailly, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a3/d2a3f5cfb4c61c00c118d235a0b8d2cb3a32790b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|57668" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|37182" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|37620" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/78/3378d3dfac344c6e65826dcb843340cc34a73de5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|58496" HotelName="Crayon Rouge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/76/4a763509b39f3a3366e99224d8632c5b847f6038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856092" Longitude="2.32353" StarRating="4" HotelCode="110470|224803" HotelName="Duc De Saint-Simon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue de Saint-Simon, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f7e8f53816d6dfa712e4c1a24330ba314a12ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|30743" HotelName="Keppler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|200733" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|57249" HotelName="Regence Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|56058" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872377234563" Longitude="2.3093095421791" StarRating="4" HotelCode="31208|16653" HotelName="Rochester Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc079c3285d5d3cf766f435a4e78ece283268d26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|55255" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|201014" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871446" Longitude="2.322507" StarRating="4" HotelCode="34433|203432" HotelName="Waldorf Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/69/4d690be934aa403f24cfc5718cd0b90a380af536.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|200382" HotelName="Le Vignon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|125149" HotelName="Hotel Square Louvois" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864576" Longitude="2.277972" StarRating="3" HotelCode="110535|200534" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de la Pompe, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6a/8b6a503c9819954cc925f9b22e375e023af42efe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|55960" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|1559" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|55551" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|203325" HotelName="Gramont Opera" 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>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|30724" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|203392" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|36789" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|32061" HotelName="Hotel le A" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cdca568dd009089b3aa6f0f58e618d0bdf0ef9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.51" OriginalAmount="221.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|80670" HotelName="Francois 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/34/3f345d6abd55bc1a9513061d0cfd85d964822b3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|31994" HotelName="Hotel Le Walt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851441" Longitude="2.337998" StarRating="4" HotelCode="110457|56622" HotelName="Recamier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 bis, Place Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/21/f6211645aba35b5eb2c1a5865446ce251a3e5c70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866861" Longitude="2.303866" StarRating="4" HotelCode="78973|56038" HotelName="Chambiges Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Chambiges, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c6/aec659492b918de1818b4216e3d65071b199fb60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.50" OriginalAmount="223.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="4" HotelCode="827370|691690" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d2/19d29761e636586513a76563ed96e087f13a9026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|224802" HotelName="Drawing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|225133" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|53803" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|422725" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="244.53" OriginalAmount="228.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|105943" HotelName="RELAIS SPA VAL D'EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1,RUE DES GRANDS PRES CHESSY</AddressLine>
          </AddressLines>
          <CityName>CHESSY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/733251_image60992034_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.55" OriginalAmount="228.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|53542" HotelName="Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/b9/22b957232a67cd64c8ec6c423acc2b74b06b8d94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.74" OriginalAmount="228.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|377008" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|203146" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|298473" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855089" Longitude="2.335026" StarRating="3" HotelCode="88497|200727" HotelName="Millesime" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/5b/0d5b6778b20262936f3ba6e5eb3f6151a85f6cea.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853128056686" Longitude="2.344692093254" StarRating="3" HotelCode="65598|54298" HotelName="Albe Hotel Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de la Harpe, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ec/e9eccb0523a09d80a6d022e1f86175362b8cd367.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853496" Longitude="2.361878" StarRating="4" HotelCode="224983|348298" HotelName="Charles V - Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Saint Paul, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259214/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|55268" HotelName="Hotel d'Orsay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853859" Longitude="2.336705" StarRating="4" HotelCode="78713|50541" HotelName="De Buci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/b4/88b423954c5916dbfba1fc30cccd6a05b4786914.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|509" HotelName="Corona Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.57" OriginalAmount="231.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|212621" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855822" Longitude="2.333251" StarRating="3" HotelCode="187850|224816" HotelName="Hôtel d'Angleterre Saint-Germain-des-Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/44/8944ceefa41566c5cddec9b61047bb777367d676.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|224818" HotelName="de la Bretonnerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|61859" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="249.56" OriginalAmount="233.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|1360589" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852076" Longitude="2.35599372" StarRating="4" HotelCode="324633|201054" HotelName="Hotel du Jeu de Paume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Saint Louis en l'île, Ile Saint Louis, près du Marais, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/dc/a2dc03c09b114a017f94b19906d7409b29267604.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844803181974" Longitude="2.3524644576721" StarRating="3" HotelCode="110437|200403" HotelName="Hotel Monge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d9/47d900c5d9cc708ddd2ceffe1e6033fa995bf2ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|31991" HotelName="Hôtel Malte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|203395" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|55100" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|55247" HotelName="Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853494" Longitude="2.336078" StarRating="4" HotelCode="76633|50373" HotelName="Artus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786f1dcdaff9a9236d98addea86f654633951a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|57356" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|238927" HotelName="Hôtel Parister" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.16" OriginalAmount="243.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|15325520" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|203444" HotelName="Plaza Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846154024554" Longitude="2.401779" StarRating="2" HotelCode="189573|4660" HotelName="Du Printemps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/03/8003d54c6ff1166e921cd8a1736dd4008431c4d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|54309" HotelName="La Maison Favart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ca/3fcad1ec900e426777153bf5fe5126c5ae4e3997.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|279956" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/da/dad2e028927e62d8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|60648" HotelName="Hôtel Juliana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.36" OriginalAmount="248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|56531" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.98" OriginalAmount="248.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|189974" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|49259" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|5016" HotelName="Hotel Chavanel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|230875" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873284" Longitude="2.359947" StarRating="3" HotelCode="408884|4954" HotelName="Hotel Soft" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 bis rue des Vinaigriers, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/b5/5db5ccc901b25c1c521bba05703b74de1ca7744a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.85" OriginalAmount="255" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854733" Longitude="2.324234" StarRating="3" HotelCode="101177|38087" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 rue du Bac, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4d/064dd56c4ac15f2f18e92c86a938b387921d8ea6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="272.87" OriginalAmount="255.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="|LECQ" HotelName="Hotel Le Colisee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 rue du Colisee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/10579/17969016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.99" OriginalAmount="257" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|89553" HotelName="Bachaumont Hotel" 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>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e5/76e5109bf4fe9951eca8ebd9c943921aa250e727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859258" Longitude="2.340975" StarRating="3" HotelCode="110426|239009" HotelName="Relais Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue des Prêtres-Saint-Germain-l'Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b8ebd103b6e1b97ef3e393a35f8046845cd62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.52" OriginalAmount="259.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857218764935" Longitude="2.3559142649174" StarRating="4" HotelCode="53467|330437" HotelName="Hotel Du Bourg Tibourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Bourg-Tibourg, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf3b28cd27dd2451ecfb5c97a488cb433e04764.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|430203" HotelName="Des Saintes Peres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|49267" HotelName="Meliá Vendôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|55267" HotelName="Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|201147" HotelName="Prince de Conti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884" Longitude="2.33277" StarRating="3" HotelCode="189589|57313" HotelName="Résidence Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/15/b515520f1415689a5ca03f8400086332950bf90b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.48" OriginalAmount="264" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|489567" HotelName="Rayz Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852431" Longitude="2.36366" StarRating="2" HotelCode="110435|249633" HotelName="Saint Louis Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1, rue Charles V, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/f3/61f3d63423d3f4a03eb21fc94f7da362647f8876.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.36081" StarRating="3" HotelCode="100887|225151" HotelName="La Chambre du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b9/77b9bb7cec7e5653d6866ad08169d6ddb25b0e94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|348164" HotelName="9 Confidentiel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|224968" HotelName="Hotel Eber Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|249638" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864843" Longitude="2.329576" StarRating="3.5" HotelCode="180096|430200" HotelName="De la Tamise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e8/f2e833a7199946a1c6bd87bc53abfaf3bfa39e49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|30747" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|56062" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|55936" HotelName="Duminy Vendome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/20/3a20ccfee4072f38960d170861bbff2092a0fa17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.90" OriginalAmount="272.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.70" OriginalAmount="275.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|212648" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.46" OriginalAmount="278" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|4275" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|406835" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.02" OriginalAmount="286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865432" Longitude="2.336237" StarRating="4" HotelCode="50288|225469" HotelName="Moliére" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Moliere, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/92/4a927f938c565de2370d59dbb4b0ec916f2f6058.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4.5" HotelCode="32039|50627" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86927974" Longitude="2.35662097" StarRating="4" HotelCode="430452|203022" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Babysitting,Bar,Coffee Shop,Dry Cleaning,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>90, Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/18/e81806959895420c90cf5bb013efe8a8c892665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|249641" HotelName="Maison Bréguet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87011964" Longitude="2.34657009" StarRating="4" HotelCode="497702|298493" HotelName="The Hoxton Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Rue De Sentier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/83/ce8325f941a4362ff5fce5a98dc59e4b0be2a3e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853249737685" Longitude="2.3457741737366" StarRating="4" HotelCode="74016|201077" HotelName="Rives de Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd8b3b3cde1b01bb7b7b858d6b85a2b902fda0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853290713215" Longitude="2.3379397886908" StarRating="4" HotelCode="486432|225144" HotelName="Hôtel Victoire &amp; Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Grégoire de Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0f/4e/0f4e9570e9ea2264fdb6ce9b70846f9c132b2b6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|201023" HotelName="Daniel" 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>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|298468" HotelName="Bersolys Saint-germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/95/6c952ae5098643c8365d471bfdb68fbe5c09141f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.51" OriginalAmount="293" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|38539" HotelName="West End" 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>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|49265" HotelName="Le Pradey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869307343383" Longitude="2.3319939640096" StarRating="4" HotelCode="441258|200782" HotelName="Rayz Private Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5ff49e95ce31adca310ef2e368fad8e6075c3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.72" OriginalAmount="296" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|947" HotelName="Hilton Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.86" OriginalAmount="298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|203442" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.48" OriginalAmount="298.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866138662563" Longitude="2.3261685669422" StarRating="4" HotelCode="64582|211987" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue Rouget de Lisle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6d/5c6d79b4d0593207e82f4996731192946f844e1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85546799" Longitude="2.36213554" StarRating="4" HotelCode="487708|224817" HotelName="Hôtel de JoBo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue d'Ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e981e5ceca5eb69b438d92eb813e2cd2caebda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839581629232" Longitude="2.3465158045292" StarRating="3" HotelCode="337273|8977" HotelName="Villa Daubenton by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 rue de l’Arbalète, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/39/323981e0e3f736a3caa8881f2479808a5769850d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.14" OriginalAmount="302" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|298467" HotelName="Hotel Alfred Sommier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.14" OriginalAmount="302" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|25022" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="303" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|25021" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|55944" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|35817" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|37184" HotelName="Cambon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|36982" HotelName="Castille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|62650" HotelName="Maison Souquet Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Bruxelles, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/66/99669b868c3bf256d3aeef5c9540d11a9153bd4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|201217" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6f/7e6f69a4e90cdeaafb6b8585c4dca297d13f9845.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|44480" HotelName="Le Cinq Codet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="346.68" OriginalAmount="324" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|201838" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86165" Longitude="2.362028" StarRating="4" HotelCode="110429|200303" HotelName="Petit Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 rue du Poitou, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7d/027dd305e5aac8ceb948f3dd0094625d9a3de0f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.96" OriginalAmount="328" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857961679763" Longitude="2.3572062207501" StarRating="5" HotelCode="303949|200314" HotelName="Dupond-Smith" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Des Guillemites, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f2/84f2f4ad8437ccaea8c416762a75de6d8d94426b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|424761" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|28919" HotelName="Brighton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.98" OriginalAmount="333.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|124838" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|399960" HotelName="Sinner Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/45/6b45cd7b5724c9a713e927f7cdd6c9280a38de8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|29292" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|261315" HotelName="Residence Henri IV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|55975" HotelName="A La Villa Madame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44, rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/29/01293a9d7e55b3ed763df2096fed1ea4a8837eff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|13555" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="364.14" OriginalAmount="340.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8754" Longitude="2.343516" StarRating="4" HotelCode="15597|6093" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e8/01e8bf50fe243dd130bfe28a01fedbf43cc76745.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="364.77" OriginalAmount="340.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|1401527" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|24631" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.94" OriginalAmount="342" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|54268" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/5b/4f5be578a014be8acbfa2e5126aa8cacfa17abde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.08" OriginalAmount="344" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|25025" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.96" OriginalAmount="344.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|17374" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|89551" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|32000" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="371.34" OriginalAmount="347.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|1039969" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.92" OriginalAmount="356" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|16656" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383.06" OriginalAmount="358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|28251" HotelName="Paris Marriott Opera Ambassador" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855046" Longitude="2.333748" StarRating="3" HotelCode="81969|225303" HotelName="Hôtel Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Bonaparte, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be9463470863062c7159ecd2edd03b763c4f8064.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|7358" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="394.83" OriginalAmount="369" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4.5" HotelCode="26017|31983" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.90" OriginalAmount="370" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|261208" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.11" OriginalAmount="373" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|5544" HotelName="Warwick Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.18" OriginalAmount="374" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415.16" OriginalAmount="388" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|35827" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|54307" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.65" OriginalAmount="395" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|10465" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86580350729" Longitude="2.3531498395865" StarRating="4.5" HotelCode="548326|208323" HotelName="Hôtel National des Arts &amp; Métiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Martin, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c6/a1c6380720c771ea04ea4581f0961296efe8d1bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="430.14" OriginalAmount="402" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|53801" HotelName="Hotel Marignan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.35" OriginalAmount="405" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851877" Longitude="2.338848" StarRating="4" HotelCode="89351|430215" HotelName="Le Relais Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Carrefour de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161be92e314a33eaf92b2bc84d7c33c13f035f76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|37569" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|424707" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="448.33" OriginalAmount="419" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|226232" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.61" OriginalAmount="423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|21307" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|54297" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851464709017" Longitude="2.3364436908073" StarRating="3" HotelCode="78981|60750" HotelName="Hotel Esprit Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a6/58a67b99fe7bdb2cc4a18ca28a3c615a160d995f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|30749" HotelName="Le Vernet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|21308" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a9/80a9e55942d0e011f5f2b362073d02036419b695.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.57" OriginalAmount="451" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|348248" HotelName="Brach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin, 16ème Arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|45990" HotelName="Burgundy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|55296" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.97" OriginalAmount="465.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|9056" HotelName="San Regis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.32" OriginalAmount="476" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871338114655" Longitude="2.3280394077301" StarRating="4" HotelCode="13988|30742" HotelName="Le Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b6/1ab6e882f2a1860dc6105e4d77c1e1fc4641bb11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.39" OriginalAmount="477" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|54281" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/1a/d61afe2e65a4ed33f1c75f78a4cbb767e3748cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.47" OriginalAmount="489.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="526.50" OriginalAmount="492.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|NOLA" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera</AddressLine>
          </AddressLines>
          <PostalCode>(0)145089965</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|25023" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2da429557479be3384d8f47aca44314fe47bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|360616" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|32003" HotelName="Powers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7c3fc346c4c912387a4389b553699c006f214.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="552.12" OriginalAmount="516" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|24632" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="558.54" OriginalAmount="522" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|44463" HotelName="Hôtel Lancaster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="570.31" OriginalAmount="533" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|225004" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.38" OriginalAmount="534" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|200104" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|279971" HotelName="Hôtel Bowmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|28555" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581.01" OriginalAmount="543" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|201211" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="646.28" OriginalAmount="604" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|203177" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/fd/5ffd0b54cac576e6bfe946d16a77bb8cad913da0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="648.42" OriginalAmount="606" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/zz/fcad3aa4bfba6a8d867a08c7234b959aaf43d8c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649.49" OriginalAmount="607" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|30730" HotelName="Hôtel du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="0" HotelCode="765229|348398" HotelName="Fauchon L'Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/98/7d982ef0f7e63f3eb051e674db591ff77e65468f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="663.40" OriginalAmount="620" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|200058" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="671.96" OriginalAmount="628" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4.5" HotelCode="263389|57812" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="681.59" OriginalAmount="637" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|60727" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="688.01" OriginalAmount="643" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|25024" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/ef/30ef395ee3363cd47d81629cfe63cc330545c1ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="696.57" OriginalAmount="651" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|35839" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="772.54" OriginalAmount="722" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|30737" HotelName="Westminster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="839.95" OriginalAmount="785" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864098078454" Longitude="2.3632058501244" StarRating="2" HotelCode="166769|225131" HotelName="Picard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue De Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f9/f3f98b115a57a8d8dfae18515febe0541f73c944.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82688346" Longitude="2.35919655" StarRating="2" HotelCode="335132|409879" HotelName="Hôtel Choisy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/86/6586af5b873d7d284f29fd342dce357b597392c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="913.32" OriginalAmount="853.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.62" OriginalAmount="866" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|26249" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.00" OriginalAmount="900" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|21312" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.96" OriginalAmount="928" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|55543" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1029.34" OriginalAmount="962" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|238939" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1066.79" OriginalAmount="997" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="967874|494249" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue De Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0a/2b0ac56558fc45014e38b7b17fb69bb2ec806a56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1083.91" OriginalAmount="1013" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|23477" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1331.26" OriginalAmount="1244.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1566.48" OriginalAmount="1464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="976586|413951" HotelName="Cour des Vosges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vosges, 4 arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/0f/bc0f40bb5da05008585a3aeab990210f60c9c6f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1601.79" OriginalAmount="1497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|57086" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1721.54" OriginalAmount="1608.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|7112" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1731.36" OriginalAmount="1618.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|332588" HotelName="Shangri-La Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2111.11" OriginalAmount="1973" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|238846" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2203.37" OriginalAmount="2059.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|6063" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2259.84" OriginalAmount="2112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|136787" HotelName="La Réserve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2306.92" OriginalAmount="2156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|50655" HotelName="The Peninsula Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2401.09" OriginalAmount="2244.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="96.30" OriginalAmount="90.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="2" HotelCode="|BSCQ" HotelName="Hotel Bastille Secret" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de la Roquette</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="101.66" OriginalAmount="95.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861520100977" Longitude="2.371055334806" StarRating="3" HotelCode="|BECO" HotelName="Hotel Seb &amp; Co" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Saint-Sebastien</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="108.83" OriginalAmount="101.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="|IRLD" HotelName="Hotel L'Interlude" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>258 avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="131.83" OriginalAmount="123.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83135508" Longitude="2.24209337" StarRating="3" HotelCode="|BPGQ" HotelName="Bijou Hotel Paris Boulogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Victor Griffuelhes, Boulogne-Billancourt</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="144.46" OriginalAmount="135.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8373442" Longitude="2.31987006" StarRating="4" HotelCode="|DRWX" HotelName="Drawing House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Vercingetorix</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="179.40" OriginalAmount="167.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878297236017" Longitude="2.384220341105" StarRating="3" HotelCode="|WKPQ" HotelName="Green Park Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="219.96" OriginalAmount="205.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|122364" HotelName="GRAND MAGIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>20 AVENUE DE LA FOSSE DES PRESSOIRS - 77700 MAGNY- MAGNY LE HONGRE</AddressLine>
          </AddressLines>
          <CityName>MAGNY LE HONGRE</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Central Heating,Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service,Conference Hall,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Currency Exchange,Wheelchair Access,Jacuzzi,Massage Centre,Sauna,Swimming Pool,Garden,Designated Smoking Area,Kitchen,Diet Meals,Bicycle Rental,Golf,Heated Pool,24 Hour Security,Babysitting,Business Centre,Meeting Room,Parking,Pets allowed,Valet Parking,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Airport Transfer (on Demand),Printer,Concierge,Luggage Storage,24 Hour Power Supply,Housekeeping,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,3,2,5,2.5,3.5,4.5,1,1.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,VILLAGE,SPA HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,ECO HOTEL,APARTMENT HOTEL,GUESTHOUSE,HOSTEL,HOTEL,APARTHOTEL,AIRPORT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9fb97f90-8def-4674-93c7-a3922aba03da|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="9fb97f90-8def-4674-93c7-a3922aba03da">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
9fb97f90-8def-4674-93c7-a3922aba03da|TravcoSearch|supplier interation failed||Travco|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
9fb97f90-8def-4674-93c7-a3922aba03da|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
9fb97f90-8def-4674-93c7-a3922aba03da|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
9fb97f90-8def-4674-93c7-a3922aba03da|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
9fb97f90-8def-4674-93c7-a3922aba03da|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="2025-11-24T05:38:33.0795503+00:00" Version="0" EchoToken="Search" TransactionIdentifier="9fb97f90-8def-4674-93c7-a3922aba03da" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="64.00" OriginalAmount="59.81" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CF7173" HotelName="Red Roof Inn Painted Post" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 S HAMILTON ST, BUILDING A GANG MILLS, NY</AddressLine>
          </AddressLines>
          <CityName>GANG MILLS, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2579167_foto_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="68.02" OriginalAmount="63.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CF7174" HotelName="HomeTowne Studios Painted Post" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 S HAMILTON ST, BUILDING B GANG MILLS, NY</AddressLine>
          </AddressLines>
          <CityName>GANG MILLS, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2579168_foto_23.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="77.03" OriginalAmount="71.99" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|B3AA12" HotelName="Red Roof Inn &amp; Suites Herkimer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>100 MARGINAL RD HERKIMER</AddressLine>
          </AddressLines>
          <CityName>HERKIMER</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1726838_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.98" OriginalAmount="107.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|904068" HotelName="Red Roof Inn Copiague" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10 34TH STREET COPIAGUE, NY</AddressLine>
          </AddressLines>
          <CityName>COPIAGUE, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2594184_image62723715_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.831062" Longitude="-73.88449" StarRating="3.5" HotelCode="170060|74817" HotelName="Sheridan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1440 Sheridan Expressway, Bronx, 10459-2106 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e5/25e5413a1ac3c69404f7565aef0f78b06c7d168e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.770874" Longitude="-73.980636" StarRating="1.5" HotelCode="21214|2817" HotelName="YMCA Westside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 63rd Street, New York City, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/b0/acb0fd038d1c7b95ead4f86e75c37c1914859e90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="124.77" OriginalAmount="116.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|056615" HotelName="Red Roof Inn Norwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>75 NORTH BROAD STREET NORWICH, NY</AddressLine>
          </AddressLines>
          <CityName>NORWICH, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1710738_foto_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752227" Longitude="-73.853695" StarRating="3" HotelCode="170877|422668" HotelName="Corona LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-23, Roosevelt Avenue, Corona 11368</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/35/b335c205dcda3979255197459eaef7eac8fa1069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.30" OriginalAmount="118.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751444382846" Longitude="-73.935090813492" StarRating="2.5" HotelCode="511166|607353" HotelName="Fairfield Inn &amp; Suites New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-31 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3c/023ca99e07cfad01789c5d25d9daa3c5851f8561.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.22" OriginalAmount="121.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760605694564" Longitude="-73.986291587602" StarRating="3" HotelCode="11012|1001346" HotelName="The Gallivant Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 West 48th Street, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ca/0fca5c0fe5cbf6a437ae903f6902d3468bc2292e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.788617245865" Longitude="-73.974647085737" StarRating="1" HotelCode="416740|144577" HotelName="Central Park West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 West 87th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e427f59b9231885accb8046d4e734d78c2a0db05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2.5" HotelCode="563414|224524" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.23" OriginalAmount="123.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2.5" HotelCode="124031|324429" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760593875" Longitude="-73.831649625" StarRating="2" HotelCode="124570|40101" HotelName="Flushing Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-33 38th Avenue, Flushing, Queens, New York City 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/70/3b701a79024fd90cdd5b8fb221066c23330cd334.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.81886773" Longitude="-73.91474837" StarRating="3" HotelCode="450298|194867" HotelName="Umbrella Hotel, an Ascend Hotel Collection Member Bronx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>681 Elton Avenue, Bronx, New York, 10455 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d0a96328af2556ab26da1ebae2f4314079ef7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|484101" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720925" Longitude="-73.955693" StarRating="4" HotelCode="918406|44492" HotelName="McCarren Hotel &amp; Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 North 12th Street, Brooklyn 11249, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/c2/7ac233cce00883ae57336ab5adb959ac2c337866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765765491713" Longitude="-73.886283930756" StarRating="2" HotelCode="146216|70802" HotelName="Comfort Inn LaGuardia Airport - 83rd St" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-45 83rd Street, East Elmhurst, NY 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3e/6f3ead14c99da2c334567340227ac51d964937e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|12342" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.840899714286" Longitude="-73.927979285714" StarRating="2" HotelCode="124700|194865" HotelName="Howard Johnson Inn Yankee Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1300 Sedgwick Avenue, Bronx, New York 10452</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9e/339e10c30d893a5055d732980ed1f15b183d5337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.01" OriginalAmount="134.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71503665" Longitude="-73.95897438" StarRating="3" HotelCode="572789|654308" HotelName="Pod Brooklyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>247 Metropolitan Avenue, Williamsburg, Brooklyn, New York City, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b151192450e5fc8208c66d4091c580c56f20d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="147.25" OriginalAmount="137.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755669040889" Longitude="-73.969128727913" StarRating="3" HotelCode="64763|801864" HotelName="The Pod 51" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 E 51st St., New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/26/9926c944c2483c9b3a5d80d93aca86beb84f6391.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.632801" Longitude="-73.739482" StarRating="2.5" HotelCode="122610|409958" HotelName="Five Towns Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>655 Rockaway Turnpike, Lawrence, New York 11559</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/53/a55368dbc7c7a8f424524c5eaf9f3bb9d8a355d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764999283333" Longitude="-73.8880016" StarRating="1" HotelCode="891558|64398" HotelName="Airway Inn LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Luggage Storage,Parking,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-20 Astoria Boulevard, Queens, New York 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a6/d5a6e209347e42ea7c9b5235bb79c2c0c0de7873.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.50" OriginalAmount="141.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2.5" HotelCode="571404|13835733" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.60" OriginalAmount="144.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.16" OriginalAmount="145.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.40" OriginalAmount="145.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.739911540259" Longitude="-73.791214219713" StarRating="3" HotelCode="511163|577473" HotelName="Courtyard New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-15 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/76/4976d64776ff3af74330f605ed55266b23943ca5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750443" Longitude="-74.003371" StarRating="4" HotelCode="908908|486699" HotelName="Americano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>518 West 27th Street, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/zz/f1ad21ac91e18c30475314594540edefe0a98832.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756523231748" Longitude="-73.942005636176" StarRating="2" HotelCode="348362|85840" HotelName="Howard Johnson by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-61 12th Street, Long Island, New York City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/95/c6959efdb692544b05943e648f36d184bf0338f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3.5" HotelCode="542227|187977" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|486692" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762386" Longitude="-73.976374" StarRating="4" HotelCode="18509|14868" HotelName="Shoreham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/00/be0038b6a43210bd31dc36a665ab3ae8c1fde9e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.78" OriginalAmount="151.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.71" OriginalAmount="152.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.809167" Longitude="-73.951744" StarRating="3" HotelCode="165350|188290" HotelName="Aloft Harlem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2296 Frederick Douglass Boulevard, 10027 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7d/b37dd1b4173aca70c7d285487822da8149d4e455.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.586797" Longitude="-74.190968" StarRating="3" HotelCode="264849|44486" HotelName="Staten Island New York Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>290 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/36/ec36989dcd311a28328fb6ea771a4770ab5f8a6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.65" OriginalAmount="155.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762101079148" Longitude="-73.982823753967" StarRating="3.5" HotelCode="511167|50185792" HotelName="MOXY NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue, 10018 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/62/3e623d3fd9a54aed990bf06c98789f249e6de23b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.77176278961" Longitude="-73.844473588589" StarRating="3" HotelCode="122490|53236" HotelName="Fairfield Inn New York LaGuardia Airport/Flushing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-66 College Point Boulevard, Queens, NY 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/4f/2a4f5fa2115a967bffa085741480beeb1804e6b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.738248357306" Longitude="-74.009412825108" StarRating="2" HotelCode="896928|14752" HotelName="The Jane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Jane Street, New York City, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/11/6011e179676d3e9ee5a65f88e56d058b19e10268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.70" OriginalAmount="159.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|417538" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="170.81" OriginalAmount="159.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.700985823601" Longitude="-73.93900358385" StarRating="2" HotelCode="320755|35119808" HotelName="Bklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beaver Street, Brooklyn, New York 11206</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d4/3bd4ede72c00a37b2a3b977a276e46d6416e0556.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75736017" Longitude="-73.94280017" StarRating="0" HotelCode="952779|480173" HotelName="TownePlace Suites by Marriott New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-42 11th Street, Long Island City, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9fefbd397b5aa2933370fcab1f352356ebe705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.03" OriginalAmount="164.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744131" Longitude="-73.996132" StarRating="2" HotelCode="907147|53278" HotelName="Chelsea Savoy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, West 23rd Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b2/48b2e0a8a8a74c0508cd9957a50dc26e667d5bad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761232222222" Longitude="-73.991716488889" StarRating="3" HotelCode="142634|374473" HotelName="414 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Parking,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>414 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/48/9c48a60793f7fc3b437630a4716dda5632f52b0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721475998156" Longitude="-73.958714169312" StarRating="5" HotelCode="497731|414030" HotelName="The Williamsburg Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca3e2f754cf984b88950e89a0e5a4f5767542.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.57" OriginalAmount="166.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.6840796" Longitude="-73.9898725" StarRating="3" HotelCode="531635|585808" HotelName="Baltic Huis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>489 Baltic Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b6/04b685f46364e6e77f1ee16692ad02f648e6a31f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|13384" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.16" OriginalAmount="168.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|13445" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.666398044677" Longitude="-73.780086636543" StarRating="3" HotelCode="27871|68038" HotelName="Fairfield Inn New York JFK Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156-08 Rockaway Boulvard, Jamaica, New York 11434</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/bb/9dbbc319533f6f5618e2cc6a7e4b6bf00a082efe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|44471" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756237451695" Longitude="-73.993038991105" StarRating="3" HotelCode="890261|17194" HotelName="Candlewood Suites NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>339 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/94/d99491c61bf4982a0dc922dea8c178dd6bca1028.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709222720777" Longitude="-74.013787508011" StarRating="4.5" HotelCode="161508|22816" HotelName="W New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/6b/ac6b9a4b8e2e78da8fe9aa0eed1f65a8d4909ee5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="183.36" OriginalAmount="171.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3.5" HotelCode="307071|2886742" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="185.02" OriginalAmount="172.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75844388" Longitude="-73.99303002" StarRating="3" HotelCode="612398|439683" HotelName="Pod Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>400 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/6f/886f5fb784bf00e6f791e565dd473c939f9c0d22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.66" OriginalAmount="173.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782731925" Longitude="-73.825387025" StarRating="2" HotelCode="892754|323373" HotelName="Extended Stay America - New York City - LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Whitestone Expressway, Queens, New York  11357</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c9e285c4d3d803bcc997d7620dbde24af341b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71527549" Longitude="-73.99377584" StarRating="2" HotelCode="728279|298026" HotelName="Canal Loft Hostel &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Garden,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>94 Canal Street, Chinatown, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3d/523dde72190c4a65d48c387b56dbd0a1eade786c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|44406" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|94190" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|44461" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7440772" Longitude="-73.94098577" StarRating="2" HotelCode="510585|187993" HotelName="The Feather Factory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-32 Skillman Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/55/f1552e296543d85f27565c2eae2365f16932b26c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.63559934" Longitude="-74.01118485" StarRating="3.5" HotelCode="573035|413753" HotelName="Insignia Hotel, An Ascend Hotel Collection Member" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>741 61st Street, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d1/56d1298c622bf3e99691e1cd7265b3e16ce0a733.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|13923" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|20976" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.70" OriginalAmount="178.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|322893" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.07" OriginalAmount="178.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|1612554" HotelName="Paramount Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759901664559" Longitude="-73.996534195107" StarRating="4" HotelCode="187088|89351" HotelName="Cachet Boutique NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Club Resort,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>510 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/94/dd94bcad4b73a0ca221c4fc8312ed505e2590c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.69" OriginalAmount="179.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|549862" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.85" OriginalAmount="179.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722290178493" Longitude="-73.956704549641" StarRating="5" HotelCode="319202|62035363" HotelName="The William Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 North 12th Street, At Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/cd/5ccd5d9e4db2a353484608118281cc50a2690ac7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|395655" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|25169" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="691934|523508" HotelName="The Queens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>65-15 Queens Boulevard, Woodside, New York, New York 11377</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/26/8d267d2013e077043bcd918bea710c05f373de09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|8628" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.91" OriginalAmount="183.09" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687183" HotelName="MARCO LAGUARDIA HOTEL &amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>137 07 NORTHERN BLVD, FLUSHING NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/11471_image50765868_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3.5" HotelCode="97241|137105" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754772" Longitude="-73.935826" StarRating="4" HotelCode="319261|85839" HotelName="Boro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-28 27th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/62/6d624882e730587e0c7beb8d75a38bc67ad1d6d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.679192" Longitude="-73.98322" StarRating="3" HotelCode="175536|44455" HotelName="Union Hotel, an Ascend Hotel Collection Member" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>611 DeGraw Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a2/d4a298f3a7d5a8d9d517f2c2472f2d41aef31ed8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|2792" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|17023" HotelName="Andaz Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.02" OriginalAmount="187.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74932" Longitude="-73.976634" StarRating="3" HotelCode="928630|439502" HotelName="The Pod 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/73/d8732e8902deaf81e679d9b85d5d36e1aa087a5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|413515" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|85362" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|2800" HotelName="The James New York - NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|45691" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|298035" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.15" OriginalAmount="190.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.691377" Longitude="-73.984618" StarRating="4" HotelCode="161560|20121" HotelName="Sheraton Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/67/f667f618cb144a2c90ce9e7b75e1f6afcd62980b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|37454" HotelName="Dream New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7570425625" Longitude="-73.9831723" StarRating="2" HotelCode="902785|53317" HotelName="Hotel St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 West 45th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/84/2384d21916c8392a9cf9f28976643ebdc3670a14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.24" OriginalAmount="195.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.724390352636" Longitude="-74.00803963391" StarRating="4" HotelCode="316096|83903699" HotelName="Arlo SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Hudson Street, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0b/f40b5fd5ac05ca7c58d9864305d89aeff4b493c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760821" Longitude="-73.969411" StarRating="4" HotelCode="13154|16383" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7526bd9a3660a73aadec1f4911e7a82dcfccfc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|95769" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759734" Longitude="-73.831631" StarRating="3.5" HotelCode="396412|40098" HotelName="Sheraton LaGuardia East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-20 39th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/04/4f041a7b9fbd30564f2dc9d033007b00d05530d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|2844" HotelName="Fifty Hotel &amp; Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|53439" HotelName="The Time" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.81" OriginalAmount="196.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|156978" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.699275596913" Longitude="-73.959231376648" StarRating="3" HotelCode="175534|30863" HotelName="Pointe Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Franklin Avenue, Brooklyn, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a8e36b5ec8c8c5731d045e7400bbae921e3fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746247" Longitude="-73.991408" StarRating="3" HotelCode="170739|21435" HotelName="Fairfield Inn &amp; Suites by Marriott New York Manhattan/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 West 28th Street, 10001 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea3876d575a82e9fef08a88eb917d2a54a4f362f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.723006283333" Longitude="-73.9893875" StarRating="3" HotelCode="892300|292488" HotelName="The RIDGE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 E Houston St, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/eb/7feb0244bcdfaa15af486c87e5722858d3175b05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.12" OriginalAmount="198.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3.5" HotelCode="431115|49957744" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|42891" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|19772" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|18218" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.91" OriginalAmount="199.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|1879758" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" 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,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2.5" HotelCode="512121|298042" HotelName="Richland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Allen Street, Chinatown, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e7/c0e73ec068579463b7edd0b440622c8894c80b0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.67323" Longitude="-73.986995" StarRating="3" HotelCode="401806|22744" HotelName="Le Bleu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 4th Ave., Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f0/7af0e0fd774c72246f29277fe909892541fa1495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.17" OriginalAmount="201.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|1978352" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.82" OriginalAmount="201.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|738558" HotelName="Opera House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="0" HotelCode="956374|405784" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721129160029" Longitude="-73.988853470289" StarRating="3" HotelCode="318455|144739" HotelName="Orchard Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>163 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/69/ac699731da0fa72d2ca85a0d1870d892a4817f15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753223" Longitude="-73.934491" StarRating="3" HotelCode="119312|13392" HotelName="Holiday Inn Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>39-05 29th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fc/52fca5e9bd50e4384f084284ba01eb17c3077d76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|53179" HotelName="Cambria Hotel &amp; Suites New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721321232362" Longitude="-73.992693732131" StarRating="2" HotelCode="565423|53342" HotelName="Off Soho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7d/c67d50ac9c84d6977f1e5c9af8d657314dd97628.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.840143600721" Longitude="-73.937828385553" StarRating="3" HotelCode="323889|144612" HotelName="Edge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>514 West 168th Street, Washington Heights, Manhattan, New York City, New York 10032</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/47/ee4799c9d38edb28976d98d74698387c732a3272.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.94" OriginalAmount="206.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|541978" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719787" Longitude="-73.988158" StarRating="4" HotelCode="889337|29811" HotelName="On Rivington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b370f5fc92c8b451334ddb747464d79bfaee1e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|44387" HotelName="Madison Les Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.12" OriginalAmount="208.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.703174" Longitude="-74.012299" StarRating="3" HotelCode="285107|189695" HotelName="Hampton Inn Manhattan/Downtown Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Pearl Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9b/6b9bedf161bc8d0e5a5b497e65550a1c5ec08a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.15" OriginalAmount="208.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|1591476" HotelName="New York Marriott at the Brooklyn Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.31" OriginalAmount="208.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|641607" HotelName="Hyatt Place Long Island City New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.61" OriginalAmount="208.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|323076" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75435972" Longitude="-73.97277627" StarRating="3" HotelCode="421984|144767" HotelName="The Bernic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>145 East 47Th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3c/083cf036ed8b3bb31639feea2bb77c6e98cd5f38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74849827" Longitude="-73.9398457" StarRating="3" HotelCode="494801|373036" HotelName="Aloft Long Island City - Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>27-45 Jackson Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/a3/e3a3f9fc8c4135042efce2d6f6b4f50406299bb5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.59" OriginalAmount="210.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745567" Longitude="-73.993524" StarRating="4" HotelCode="147585|131625" HotelName="Hilton New York Fashion District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152 West 26th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/8e/fc8eeb9a36c2c94b94247c14f59c1087edf90533.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744726" Longitude="-73.999408" StarRating="3" HotelCode="118691|13382" HotelName="The GEM Hotel - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 West  22nd Street, Chelsea, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e6/22e64ca9e588f5eefe4e9e1d691de6b12f75fba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75642515" Longitude="-73.9943694" StarRating="4" HotelCode="308244|94189" HotelName="Cassa Times Square Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue, New York City - Manhattan, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/95/25950d5618140420cfa9b08aa55831fb36506f78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.79" OriginalAmount="211.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.680045" Longitude="-74.005921728836" StarRating="2" HotelCode="178675|197170" HotelName="The LOOK Hotel, Red Hook" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Seabring Street, Red Hook, Brooklyn, New York 11231</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a1311abaf529eb50619e9c3988a1d1f4896ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.767597858657" Longitude="-73.983130102429" StarRating="4" HotelCode="29248|2560" HotelName="6 Columbus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 West 58th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/d1/90d12136fa296f15b1bbc9db7bb5bfef5d2adda4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|12184" HotelName="Royalton New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743903010324" Longitude="-73.987096846104" StarRating="3" HotelCode="12797|2382" HotelName="The Evelyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 East 27th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/77/9c77158aa60020484a5a9a3620478591d8ffadf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|53358" HotelName="The Gregory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.93" OriginalAmount="213.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|191794" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7461" Longitude="-73.9833" StarRating="3" HotelCode="26387|144679" HotelName="HGU New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 East 32nd Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/80/8f80f079bc559caec27f92bb878439486164bf8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752333" Longitude="-73.985725" StarRating="2" HotelCode="200928|7390" HotelName="Americana Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/78/80784dbce42854e15cd26aeb0e8b2a8e6673ad24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70964471" Longitude="-74.00989554" StarRating="4" HotelCode="935269|53348" HotelName="Residence Inn New York Downtown Manhattan/World Trade Center Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Broadway, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/15/7e15379f87741807049f918d958d8d1d719cf22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|27707" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.66" OriginalAmount="215.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|2751530" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST,BREAKFAST INCLUDED IN RATE" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="230.97" OriginalAmount="215.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|503839" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="231.05" OriginalAmount="215.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|103713" HotelName="LIFE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|43150" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718741450832" Longitude="-74.000412672758" StarRating="3" HotelCode="887912|32246" HotelName="City Rooms NYC Soho" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Lafayette Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1c/c41c26d9122f1303691da3e4a276ee0e28623265.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.650544" Longitude="-74.003" StarRating="2" HotelCode="204903|479268" HotelName="The Vue Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>536 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e0/ade0e1543303c69695a2cc4c98ca5363a3c139e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.63" OriginalAmount="217.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.98" OriginalAmount="217.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754911" Longitude="-73.972841" StarRating="4" HotelCode="9691|13446" HotelName="The Lexington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>511 Lexington Avenue, Entrance at 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5b/385bba9e545ad93416550a3e1a7278dc4c94309b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.767672" Longitude="-73.905814" StarRating="3" HotelCode="122489|370426" HotelName="Fairfield Inn New York LaGuardia Airport/Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-20 Astoria Boulvard, Astoria, New York 11103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ff/a8ff6eb513f3d1c8128b3a02efb5941ec7e4b5a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715570047355" Longitude="-74.008900523186" StarRating="3" HotelCode="47833|3814" HotelName="The Frederick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 West Broadway (at Chambers), New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/15/75159ad600718b7e8013560369c9dafd2264b163.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753249" Longitude="-73.9744055" StarRating="3.5" HotelCode="263779|53281" HotelName="Club Quarters Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street, (Corner of Lexington Avenue), New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/74/6c74eb84f25c2ebaa1e5a056c7c92ebbe5af65b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.710799728194" Longitude="-74.00784711277" StarRating="4" HotelCode="773432|372338" HotelName="Moxy NYC Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Ann Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/bf/70bfa514bf086e3330e2ace79accc3f8b03d2ea8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|225331" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|14745" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740949445011" Longitude="-73.983430690807" StarRating="3" HotelCode="284673|37721" HotelName="Lex Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/21/9221dfd4beb462d06890c7ce59b44375f836cd61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75598" Longitude="-73.97141" StarRating="4" HotelCode="60496|10426" HotelName="San Carlos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 East 50th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/c0/9cc03fa068211a494375ace438487649c54fa9cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.738691" Longitude="-73.99429625" StarRating="2" HotelCode="145930|94192" HotelName="Chelsea Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 West 17th Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/0e/460e4ad0f80e2fbab34df2b1eeca7ad1a03e41a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740232" Longitude="-74.003431" StarRating="3" HotelCode="129725|225934" HotelName="Chelsea Pines Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>317 West 14th Street, New York, NY 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/27/b427ee8a9f8a4ee0bb822edb9a5a9f280f0ad5d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7529925" Longitude="-73.97464" StarRating="4" HotelCode="263787|53310" HotelName="Boutique at Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>447 Lexington Avenue, New York, NY 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/605709e9ca76454fac2da39a20b156a75388ec4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764475625654" Longitude="-73.995920710436" StarRating="4" HotelCode="75285|13337" HotelName="Kimpton Ink48 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>653 11th Avenue, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/67/cf67caf9bb715bbf9f1877485bbed1e042b36861.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|225962" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.69" OriginalAmount="224.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|113415" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.11" OriginalAmount="224.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|113555" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.62" OriginalAmount="224.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678" HotelName="Eurostars Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|53271" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="241.60" OriginalAmount="225.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|1661448" HotelName="Night Hotels Times Square" Meals="ROOM ONLY,ROOM ONLY 5" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720839881386" Longitude="-74.004249572754" StarRating="4" HotelCode="163621|22061" HotelName="Sheraton Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 Canal Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/7520811863ba553718048be963eca71b2dbf2fbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.92" OriginalAmount="227.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755918809401" Longitude="-73.982385076057" StarRating="4" HotelCode="173082|14755" HotelName="Algonquin Hotel Times Square, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9d/309d9133c3da9ca0343d9eaa0bf5ac86d92f31d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.691463" Longitude="-73.984469" StarRating="3" HotelCode="170414|23523" HotelName="Aloft New York Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/a9/b6a9f44748019eb8630670cf4b12341221c7ee85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|30829" HotelName="Holiday Inn NYC Lower East Side" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754086567484" Longitude="-73.994299639619" StarRating="3" HotelCode="785901|374479" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae1145286744ee84a34847a3c0f683448f63bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|50596" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|11651" HotelName="Millennium Hilton New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.26" OriginalAmount="230.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|1251747" HotelName="Sheraton New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.03" OriginalAmount="230.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="247.17" OriginalAmount="231.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746154" Longitude="-73.983383" StarRating="4" HotelCode="309823|110599" HotelName="Hotel 32/32" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 East 32nd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/85/f385a797af2586df903708830cb4610b26cd75a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.45" OriginalAmount="231.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|665560" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="249.42" OriginalAmount="233.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756518317158" Longitude="-73.992466628551" StarRating="3" HotelCode="141797|1266654" HotelName="Fairfield Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>330, West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa743acc0b965dfdb9b84722ef2c832aeb9b38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="250.25" OriginalAmount="233.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|1068670" HotelName="Park South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.38" OriginalAmount="234" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|30246" HotelName="The Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.45" OriginalAmount="235" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|22014" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.97" OriginalAmount="235.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746750822598" Longitude="-73.991726575463" StarRating="3" HotelCode="140831|1079492" HotelName="Hotel Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bd/d3bd90b1075af909ea2816bb51382bc42a92f6af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|15160" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|925" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|18191" HotelName="Distrikt New York City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75421675" Longitude="-73.9904145" StarRating="2" HotelCode="893796|53332" HotelName="Manhattan Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/7f/2f7f45c5a5b3955000ffb11749c86d4a1c9daf32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.62" OriginalAmount="237.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|1904828" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.95" OriginalAmount="237.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|1358270" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|44391" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745617093206" Longitude="-73.984264433384" StarRating="4" HotelCode="16870|9592" HotelName="The Roger New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Madison Avenue, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/4a/1f4aae193a76d2d8b6e703b08bccd07885ffafef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|1737" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|160380" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.56" OriginalAmount="239.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="256.64" OriginalAmount="239.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70965454" Longitude="-74.00871629" StarRating="4" HotelCode="631054|60872343" HotelName="The Artezen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Business Centre,Central Heating,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 John Street, Manhattan, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/91/2b91051f75cc7ca7a07d4ccad8e657f4b2d028e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|144691" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|4859" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.43" OriginalAmount="240.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755928057803" Longitude="-73.98028019597" StarRating="3" HotelCode="59151|2061942" HotelName="Citadines Connect Fifth Avenue New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/68/9e/689ecd1ab3960b0bb1f0bd4902350039e53458b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.69" OriginalAmount="241.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605" HotelName="Wingate by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751111" Longitude="-73.984981" StarRating="3" HotelCode="170190|23909" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 West 37th Street, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7a/897ad5f52b8dfeafcb0c5fd2b198154882eb3d99.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74938038" Longitude="-73.94689836" StarRating="3" HotelCode="512071|187992" HotelName="Lic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-04 21st Street, Long Island City, Queens, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/77/357797ee80e3a0680712b9047ebf86d4f6f25935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751317" Longitude="-73.98486" StarRating="4" HotelCode="141287|225821" HotelName="Marriott Vacation Club Pulse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2b/0a2bc8e3bb1fa6f5e233a939c78a0d238f47721e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.731525" Longitude="-73.98951417" StarRating="0" HotelCode="972203|479625" HotelName="Moxy Nyc East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 East 11th Street, New York, 10003 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3d/953d0254aa8b7128d90f6590c6b24f2eb668bb00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.19" OriginalAmount="242.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7759" Longitude="-73.9773" StarRating="2" HotelCode="47637|13393" HotelName="La Quinta Inn and Suites New York City Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 West 71st Street, New York, NY 10023-4103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/67/7267458869491e028dd8e1477120108a7ff209e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|32327" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754539872405" Longitude="-73.993561311045" StarRating="3" HotelCode="530618|224859" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/0b/cf0bffaaaeee97b761054dd2f018700a5cebb516.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|25322" HotelName="TRYP New York City Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756004722222" Longitude="-73.9810271" StarRating="3.5" HotelCode="427388|53282" HotelName="Club Quarters Hotel Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/92/d892c146d8d5a461544626bc03ef21029bb22a05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="261.89" OriginalAmount="244.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|6516333" HotelName="Four Points by Sheraton New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|16628" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="262.17" OriginalAmount="245.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7131232" Longitude="-73.9929081" StarRating="3" HotelCode="263785|1065475" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Downtown East" Meals="BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="BED AND BREAKFAST RATE NON-REFUNDABLE" PropertyType="hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Henry Street, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/50/3b5059bc1a8d239b47f1127bd1d60185230af9b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|38850" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|95772" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.55" OriginalAmount="248.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765796156803" Longitude="-73.983006477356" StarRating="3" HotelCode="907477|323935" HotelName="Da Vinci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>244 West 56th Street, New York City</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/da/0fda1d810e0ab0f07f1cfb372096bf53915d07fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="265.99" OriginalAmount="248.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75774" Longitude="-73.989135" StarRating="4" HotelCode="317040|2142254" HotelName="The Westin New York at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7f/577fbe3df10505e5e138e1dbc41edb2dfc5450ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="0" HotelCode="966738|402340" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|53352" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709659577778" Longitude="-74.013872277778" StarRating="4" HotelCode="146151|53284" HotelName="Club Quarters Hotel World Trade Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Washington Street, (Between Albany and Cedar Streets), New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/67/a5676a45acc630b9f4d68f2cec64d82363537ef4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|12123" HotelName="The Kitano New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740782697792" Longitude="-74.007852630754" StarRating="4" HotelCode="896942|160381" HotelName="The Standard High Line New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>848 Washington Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/46/4a466f15b0c55930c7b0603ca85d9e170a3078c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709597" Longitude="-74.013847" StarRating="4" HotelCode="907190|53451" HotelName="World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Washington Street, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/33/d93395c540541a85b51f54ebcd70966e9078be09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2.5" HotelCode="637846|297996" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3.5" HotelCode="119708|19750" HotelName="Ace Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|17002" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="0" HotelCode="955281|415075" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|137102" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751784682736" Longitude="-73.979278877377" StarRating="4" HotelCode="62437|24518" HotelName="The Dylan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 East 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/c1/4cc13d644c81cca3b5b8ea52d481bb9fb83fad7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|11245" HotelName="The Benjamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718909" Longitude="-73.73385" StarRating="2" HotelCode="124687|481236" HotelName="Howard Johnson Inn Queens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220-16 Jamaica Avenue, Queens Village, New York City, New York 11428</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1e/ac1ea0f6d0e94528c3aced31e4c03e05cea42481.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3.5" HotelCode="446078|137123" HotelName="Hilton Brooklyn New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3.5" HotelCode="551145|225948" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|13327" HotelName="Westgate New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.22" OriginalAmount="253.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753293854204" Longitude="-73.966239988804" StarRating="3" HotelCode="36296|14790" HotelName="Beekman Tower Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitchell Place, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/53/85535dc601d7b142ab15af44da911aebf9294753.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.78" OriginalAmount="254" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|8400" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745862427834" Longitude="-74.005140612269" StarRating="4" HotelCode="401920|35401" HotelName="High Line Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 10th Avenue, at 20th Street, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/0f/2c0f8358839594ad4ed91732d0f0babea0dc7130.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.59" OriginalAmount="256.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75137045" Longitude="-73.98571809" StarRating="4" HotelCode="523483|559294" HotelName="Embassy Suites by Hilton New York Midtown Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8f/478f2f8de987faaf98d4b90f637a47ee975ef473.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.41" OriginalAmount="257.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70832862" Longitude="-74.01366338" StarRating="3" HotelCode="583563|265226" HotelName="Fairfield Inn &amp; Suites New York Downtown Manhattan World Trade Center Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b9/07b94abde61f79a941cca7f24edce366ce7dde06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719865" Longitude="-73.998934" StarRating="3" HotelCode="72160|35851" HotelName="The Solita Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Grand Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/77/44777292130ea8c9bda52a09bf536c6b814a9b3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.704684051231" Longitude="-74.010320600733" StarRating="3" HotelCode="896943|24854" HotelName="Wall Street Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 South William Street, New York, NY 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b6a126c14fc51545433d48bf5d73004ff39bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.86" OriginalAmount="258.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|456861" HotelName="Holiday Inn New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|12030" HotelName="Crowne Plaza Times Square Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.31" OriginalAmount="259.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|37782776" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="277.76" OriginalAmount="259.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|145061" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|2550" HotelName="NH Collection New York Madison Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.678884625143" Longitude="-73.95118581117" StarRating="3" HotelCode="378884|137147" HotelName="The Brooklyn A Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1199 Atlantic Avenue, Brooklyn, New York 11216</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7885b62ee6281ddd471188afa8707079d026b6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|17003" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="279.76" OriginalAmount="261.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|963149" HotelName="HYATT PLACE FLUSHING - LA GUAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>133-42 39AVENUE NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979688_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="280.24" OriginalAmount="261.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|63125247" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|18831" HotelName="The Lucerne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748005" Longitude="-73.991339" StarRating="3" HotelCode="293340|38234" HotelName="Courtyard New York Manhattan/Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 30th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/fd/40fdae04dbbbe5c281eaedce69dc44a5bc7b7f63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754406281116" Longitude="-73.992595374584" StarRating="3" HotelCode="260452|37186" HotelName="Courtyard New York Manhattan/Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>307 West 37th Street, 10018 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/3a/5e3a1bcfae554afcc254ab6e5e005d2f7805479a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|89344" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755531" Longitude="-73.978206" StarRating="4" HotelCode="906798|27235" HotelName="The Gotham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 East 46 street, between Fifth and Madison Avenues, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e83aeb825cdbffb6b6357dcd628ebcb5b58c6ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71936" Longitude="-73.99677" StarRating="3" HotelCode="428675|53340" HotelName="NobleDEN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Grand Street, New York City, NY 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/90/c690d4270e9394b1f8e3027026e899f076757adb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.83" OriginalAmount="269" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745368540351" Longitude="-73.981584087714" StarRating="5" HotelCode="293178|53364" HotelName="The Marmara Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 East 32 Street, Manhattan, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a1/24a124780367284dfcb6602771854a326aea3a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712897015022" Longitude="-74.006570900122" StarRating="3.5" HotelCode="284865|298031" HotelName="citizenM New York Bowery Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Bowery, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1a/7c1a85a4db437c7df49f5bbad4ce09e50d3d0108.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7642812" Longitude="-73.9949586" StarRating="3" HotelCode="263781|30816" HotelName="Comfort Inn Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>548 West 48th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f6c8e301487545c7e7cef40351d58de187c1dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.728507732096" Longitude="-73.985049762583" StarRating="3" HotelCode="416110|53291" HotelName="East Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>147 1st Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/84/8484cbfd07c6f0d4edb1875144a76259bb33292a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="290.61" OriginalAmount="271.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|167482" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3.5" HotelCode="30059|20640" HotelName="Mr. C Seaport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|8923" HotelName="Belleclaire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75507316" Longitude="-73.99855436" StarRating="4" HotelCode="493700|225941" HotelName="Four Points by Sheraton Manhattan Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 10th Avenue, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/9d/0b9db628ad1db64891d4a148428510badefb3260.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|53242" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="0" HotelCode="43800|7478" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73238082914" Longitude="-73.998783230782" StarRating="3" HotelCode="19329|5524" HotelName="Washington Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Waverly Place, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/a5/9da56700842ba95eb75b705e916edb04246333ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.72" OriginalAmount="275.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750216" Longitude="-73.973861" StarRating="4" HotelCode="18380|13002" HotelName="The Westin New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/78691a8ed3f1a23a5bab5319c35eb21523296454.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744456764515" Longitude="-73.989044129848" StarRating="3" HotelCode="426980|2790" HotelName="Broadway Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1155 Broadway/27th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/d7/fcd7379d529041f9a02a5a917bdb1e5302a0efa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|374483" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|12160" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|53292" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757377741189" Longitude="-73.984474986791" StarRating="4" HotelCode="896931|19239" HotelName="Millennium Premier New York Times Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/65/ea65c1c706212961c137c4e55437cb88becf16d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75388380863" Longitude="-73.993898065012" StarRating="3" HotelCode="973838|374487" HotelName="SpringHill Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/a5/5ea55faf99b14730242ec6bcd073ae0baf45f616.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.53" OriginalAmount="279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|2549" HotelName="Novotel New York Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3.5" HotelCode="225904|374477" HotelName="Concorde Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|45653" HotelName="Hyatt Union Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.43" OriginalAmount="280.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.736283" Longitude="-73.99662" StarRating="4" HotelCode="263320|324076" HotelName="Walker Hotel Greenwich Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 13th Street, New York City, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/35/ea3537b408eca37d2bbe5508ead25accb3755b8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.67" OriginalAmount="281" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|1285" HotelName="Grand Hyatt New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75651" Longitude="-73.992685" StarRating="3" HotelCode="137371|17014" HotelName="Staybridge Suites Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>340 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/09/6d092059012ee89399d92005b6ad8be40e72e61a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="980436|416646" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|12098" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748192" Longitude="-73.987562" StarRating="3" HotelCode="45186|223185" HotelName="Hotel Stanford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 W 32nd St, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/66/c366274d7bca644640f06b652ed6e5c665bab8c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|23682" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="303.48" OriginalAmount="283.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|13007" HotelName="Beacon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="303.55" OriginalAmount="283.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7439194" Longitude="-73.9841967" StarRating="4.5" HotelCode="160278|2845909" HotelName="Royalton Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>420 Park Avenue South, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/377177b2751ed078d88f71b84ed32d90d7eb1807.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727132566667" Longitude="-74.006063366667" StarRating="3" HotelCode="122661|53295" HotelName="Four Points by Sheraton Manhattan SoHo Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Charlton Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0220976aed2a0f210a6631184d193856090f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719263189018" Longitude="-74.00015972621" StarRating="3" HotelCode="13434|144493" HotelName="11 Howard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Howard Street, Manhattan, New York City, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7a/bf7a3c2666e9a5199877c176ad224927ac23c700.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755771" Longitude="-73.982044" StarRating="4" HotelCode="64762|15616" HotelName="Iroquois" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/bd/e5bdceef18acaa78426da5da6ed819e35de7235e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74997474933" Longitude="-73.985960930586" StarRating="3" HotelCode="30058|17206" HotelName="Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f0/9ff055f5cb852f70b16bf8140c707ae5178eea6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|20140" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|374481" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749118277563" Longitude="-73.983800411224" StarRating="3" HotelCode="395241|15065" HotelName="U Hotel Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373 Fifth Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/46/c6461d609802521f9233de27f29fd750d87c6c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="309.48" OriginalAmount="289.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|1055241" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="309.57" OriginalAmount="289.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|1748095" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|13319" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|50786" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.64" OriginalAmount="291.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758516016316" Longitude="-73.983216182848" StarRating="4" HotelCode="56038|155566" HotelName="Sanctuary Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 West 47th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/16/44168d714255d1b78dd7d26c02cf06e924c95628.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="312.07" OriginalAmount="291.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758464703661" Longitude="-73.985731601715" StarRating="4" HotelCode="14601|1545604" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1535 Broadway, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a5235b8c75114b4b7121c9950e41d40bbdd3b751.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|16385" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="312.50" OriginalAmount="292.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|1120866" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.58" OriginalAmount="293.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762344100496" Longitude="-73.978201299906" StarRating="4" HotelCode="18531|40021" HotelName="Warwick New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a4/97a4297e99ebf9c037d2a60e40628f56ecbe3bb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|77437" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|1715" HotelName="Hotel Edison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.848695936154" Longitude="-73.845033301605" StarRating="3" HotelCode="935271|88486" HotelName="Residence Inn New York The Bronx at Metro Center Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1776 Eastchester Road, Bronx, New York 10461</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d3/57d33e7f1bc932d74e2280f388f31527dc34daaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.78" OriginalAmount="296.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|87179" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.79" OriginalAmount="297" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|8635" HotelName="Hilton Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.86" OriginalAmount="298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752244392638" Longitude="-73.97969785893" StarRating="4" HotelCode="565095|53361" HotelName="The Library" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>299 Madison Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ca/ecca8ee284da1eca8dd94d853baa4230ce77aac9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.737512" Longitude="-73.953359333333" StarRating="3" HotelCode="918407|45576" HotelName="The Box House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Box Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/76/4876e6200e211426d3f82fa35c07a0bb4e8f40de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764512054425" Longitude="-73.98010031288" StarRating="4" HotelCode="491624|144575" HotelName="The Carnegie Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 West 56th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac493768735388f249649cf2770826cbbf2ab81c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722064" Longitude="-73.988709" StarRating="4" HotelCode="896933|278489" HotelName="Sixty Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Allen Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c9/97c9f0ba75d179aa246221f34a0a55bcbe80fb60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|44390" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.19" OriginalAmount="302.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722771785734" Longitude="-74.004713882505" StarRating="4" HotelCode="165516|1138534" HotelName="The James New York Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Grand Street, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/aa/f9aacf424821026c7520d33891b2acede107d62a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.680622" Longitude="-73.983578" StarRating="3" HotelCode="170949|29770" HotelName="Fairfield Inn &amp; Suites by Marriott Brooklyn" 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>181 3rd Avenue, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f5/91f5668866d28ca25d00bd6d41412e5c37c5f041.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75897482" Longitude="-73.99000589" StarRating="2.5" HotelCode="636403|282771" HotelName="TownePlace Suites New York Manhattan Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>324 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/0c/980c3c92474510ca7271b7eec418bfa20b7b5941.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|34835" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|54892" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|27596" HotelName="The Michelangelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|2849" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" 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>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71037985079" Longitude="-74.006702101852" StarRating="3" HotelCode="936781|41287" HotelName="Aloft Manhattan Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 Ann Street, 10038 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/fb/03fbdb4cd046990a28941b5f557d942d9a949ade.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751950278137" Longitude="-73.984812784061" StarRating="4.5" HotelCode="285001|44385" HotelName="Archer Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 38th street, New York City 10018, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524af30873dc1250bb8d40ee80f3e0fc5e796ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|33369" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.54" OriginalAmount="311.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.706268971974" Longitude="-74.007782379762" StarRating="4" HotelCode="366471|428241" HotelName="Q&amp;A Residential Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Pine Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6f/fe6f7d4c8baf899e696b545136bf4891af64ced9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="334.61" OriginalAmount="312.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719163071516" Longitude="-74.004933404129" StarRating="4" HotelCode="32533|1528031" HotelName="The Roxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/89/5489c78c321ff6c4a7545940fda74668332c7ea3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756297980913" Longitude="-73.985349532427" StarRating="4" HotelCode="427125|53275" HotelName="Casablanca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/76/6876ddae8a10b960fb842359d9f5b9931e1dbff3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.12" OriginalAmount="316" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7598934" Longitude="-73.9827466" StarRating="3" HotelCode="126406|399632" HotelName="Radio City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>142 West 49th Street, New York, NY 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d8/19d866d9674e9978ecce6d12af216e4a9f7e7a01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.19" OriginalAmount="317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759727082166" Longitude="-73.977748652779" StarRating="4" HotelCode="263780|53360" HotelName="The Jewel Facing Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 West 51st Street, Just off 5th Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/cd/dacd0f878245fe7b40e718fbc49a3cc93089dffd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="0" HotelCode="965067|416247" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|33847" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742095122786" Longitude="-73.984773418191" StarRating="4" HotelCode="443697|53315" HotelName="Giraffe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>365 Park Avenue South at East 26th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/29/f3297843669ecb32085c6bab0ee306e4cc9c8c22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.73" OriginalAmount="324.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.737947433605" Longitude="-74.004366476129" StarRating="3" HotelCode="318433|669882" HotelName="Incentra Village House" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Eighth Avenue, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8c/0e8c82226da6c0f06d9cb70be44e6aff7382d5be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|8640" HotelName="Shelburne Hotel &amp;  Suites by Affinia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755743241318" Longitude="-73.982097828518" StarRating="4" HotelCode="427164|53280" HotelName="City Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c51103ac56d09866d2c2831528361f6f7cf2d99d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.02" OriginalAmount="330.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|1481548" HotelName="Intercontinental Times Square" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705914096945" Longitude="-74.004969775615" StarRating="3" HotelCode="300722|41292" HotelName="Fairfield Inn New York Manhattan/Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Front Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ce/c5cefe098d91a4819653e044dbd1c6b96a0e5af7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75257993" Longitude="-73.98302216" StarRating="4" HotelCode="851421|374482" HotelName="Park Terrace Hotel On Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a5/66a58ff7453fdc843e9a88fdac329af7a0d6b019.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.24" OriginalAmount="332" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.697515" Longitude="-73.958831" StarRating="3" HotelCode="170873|73745" HotelName="Condor Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56, Franklin Avenue, Brooklyn, New York 11205</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e6/3de6d6d4f81778ddf3fc0cd0387ebeba5d44d5b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="355.51" OriginalAmount="332.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D3B378" HotelName="ACE HOTEL BROOKLYN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>252 SCHERMERHORN STREET NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/36258_image66132692_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="355.74" OriginalAmount="332.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|1010798" HotelName="New York Marriott Downtown" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.34" OriginalAmount="334.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|4864206" HotelName="Conrad New York Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.56" OriginalAmount="335.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|2033354" HotelName="Park Central Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.73" OriginalAmount="339" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|144574" HotelName="Cambria Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.08" OriginalAmount="344" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.732535" Longitude="-73.99688" StarRating="3.5" HotelCode="294136|298090" HotelName="The Marlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 8th Street, Between 5th &amp; 6th Avenues, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d8/93d8ac29a635551ba8afe7209cfa37f4fc7c84b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.07" OriginalAmount="345.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743261868979" Longitude="-73.990025818348" StarRating="2" HotelCode="10330|144663" HotelName="The Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 West 25th Street, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f9/7af9e127b08d73b25c10989abb84ae136d2b561b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="371.79" OriginalAmount="347.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|1186456" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST RATE 2,ROOM ONLY,BREAKFAST INCLUDED" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|36537" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|89347" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7216" Longitude="-74.0044" StarRating="4" HotelCode="27089|17075" HotelName="Soho Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 West Broadway, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/53/8e534a53b5f93c866c166e6d9ba7efb92c31508f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722112" Longitude="-73.987074" StarRating="4" HotelCode="934144|298083" HotelName="The Ludlow New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Ludlow Street, between Houston and Stanton, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d4/f4d4052123ab71a62127b46015916368d8ad9800.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754412190878" Longitude="-73.985751720238" StarRating="4" HotelCode="497429|225957" HotelName="LUMA Hotel Times Square NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/17/4f17f6e529fcbfcd5ac825aad187102813cdef69.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764311" Longitude="-73.982415" StarRating="3" HotelCode="294133|37123" HotelName="Residence Inn New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019-5214</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/55/0f556dac10934c378a4b8ad52704b6593c4768f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742061166667" Longitude="-74.003729433333" StarRating="4" HotelCode="896937|298084" HotelName="The Maritime" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>363 West 16th Street, New York, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/49/d8499b39f267cf9bb81c64fcca6c21e9686c27c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.21" OriginalAmount="353.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4.5" HotelCode="262316|402731" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.85" OriginalAmount="355" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76130799153" Longitude="-73.986581191421" StarRating="3" HotelCode="59761|6919" HotelName="Hilton Garden Inn Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 Eighth Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0a/260ab28871eb7e659f853a7b4fac2b2280ffa60f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.72795945" Longitude="-73.94408545" StarRating="3" HotelCode="369902|85358" HotelName="Henry Norman Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>251 North Henry Street, 11222 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b3/c2b3ca8862193575fe248f4050d7cd9f60de056e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.20" OriginalAmount="360" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.739908731153" Longitude="-74.005881696939" StarRating="4" HotelCode="370664|160379" HotelName="Gansevoort Meatpacking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ninth Avenue, at 13th Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/94/e894196a2384f68d897b694d4908a99367075a83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.48" OriginalAmount="364" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759288069958" Longitude="-73.984323601258" StarRating="5" HotelCode="771063|360627" HotelName="The Times Square EDITION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>701 7th Avenue, 20 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2f/132fa8e9a9e52ecb2d2c5929a7602487ddbb8f87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74635522" Longitude="-73.99096144" StarRating="0" HotelCode="731935|298046" HotelName="Moxy NYC Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/07/3d077fd01c75d8c2f1a52f4b16ef769ca8def971.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401.25" OriginalAmount="375" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|17020" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754789" Longitude="-73.972515" StarRating="3" HotelCode="13270|32746" HotelName="Residence Inn New York Manhattan/Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148 Eeast 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1c652443df0b15e9a37a564fde3b2ace32e87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403.39" OriginalAmount="377" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|144750" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.88" OriginalAmount="384" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.704919907777" Longitude="-74.006394953373" StarRating="0" HotelCode="495899|495482" HotelName="Welive NYC LOWER MANHATTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/16/6316f5f0ef979bea7c87180b3d89264986549ecb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|10501" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756246062311" Longitude="-73.971426710486" StarRating="4" HotelCode="259397|21301" HotelName="The Kimberly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 50th Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec742a26e081dff94e8c6d248d0c4f7883ce849.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="414.10" OriginalAmount="387.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|2327422" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.67" OriginalAmount="389.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.725479" Longitude="-74.005382" StarRating="5" HotelCode="137370|53330" HotelName="The Dominick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Spring Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ba/13ba9404c2f7c1168d20fff300179e26fcf79d7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.00" OriginalAmount="400" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|53365" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.17" OriginalAmount="403.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|96960" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" 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>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|8642" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|2558" HotelName="Sofitel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3.5" HotelCode="572204|265233" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752956" Longitude="-73.983951" StarRating="4" HotelCode="69417|53354" HotelName="The Bryant Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/21/09/210993a85d3e9e647e795361bdc147ccad769fdb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475.08" OriginalAmount="444" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745034" Longitude="-73.988671" StarRating="5" HotelCode="204952|228987" HotelName="The NoMad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1170 Broadway, New York, NY 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/eb/34eb3a4adf227121d0768e7caea06fe620d11dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727519" Longitude="-74.005679" StarRating="3" HotelCode="171791|23619" HotelName="Courtyard New York Manhattan/SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Varick Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/bd/84bdda54c943f01c124bf3c1bcb00d12e3959497.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.92" OriginalAmount="456" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|5523" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="491.49" OriginalAmount="459.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|1246482" HotelName="W New York Times Square" Meals="CONTINENTAL BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE,ROOM ONLY,BED &amp; BREAKFAST" BedType="CONTINENTAL BREAKFAST FOR 2 PAX" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71499519392" Longitude="-74.015777163646" StarRating="5" HotelCode="22374|12093" HotelName="Conrad New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 North End Avenue, New York, New York 10282</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c9/78c9151be97dff550556e7ac38cda2e4604e2f9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|144762" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.25" OriginalAmount="475" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|12124" HotelName="Parker New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.32" OriginalAmount="476" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758005540374" Longitude="-73.974967896938" StarRating="5" HotelCode="18382|144699" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/9e/cb9e6ced94147e2d54cc2275dc462b70b432cfc1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|17543" HotelName="W New York - Union Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.14" OriginalAmount="502" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.724045823333" Longitude="-74.003215630833" StarRating="4" HotelCode="82943|278491" HotelName="Sixty SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Thompson Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e6/02e6fd91db25166bd3f3d5bbaa75a289efc25900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="561.75" OriginalAmount="525.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|1297539" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.701641" Longitude="-73.995502224537" StarRating="4" HotelCode="481784|137091" HotelName="1 Hotel Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Furman Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/40/ac4046e83388122b520a13fc59f50803d0428345.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="574.39" OriginalAmount="536.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|1369172" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.57" OriginalAmount="551" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.779787" Longitude="-73.954517" StarRating="3" HotelCode="18316|17203" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 East 87th Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/4c/674c0978024c9485f2c1a5dd0111b68b1c5c3a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="627.02" OriginalAmount="586" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4.5" HotelCode="311586|53237" HotelName="1 Hotel Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="643.86" OriginalAmount="601.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|2259448" HotelName="Park Lane Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752529" Longitude="-73.981318" StarRating="4" HotelCode="160521|20898" HotelName="Andaz 5th Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485 5th Avenue at 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5f/bc5f1459cbfc6da88ea796900c59206816b5a907.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="660.19" OriginalAmount="617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7411292" Longitude="-73.9877709" StarRating="5" HotelCode="312612|53366" HotelName="The New York Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Madison Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/5d/925d6bdac24c30ff0ed64b4abc9aa9696ba15b47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="722.25" OriginalAmount="675" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|23769" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7182145" Longitude="-73.9947613" StarRating="5" HotelCode="896935|298075" HotelName="The Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Bowery, New York, NY 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/70/a4704924dec9acb72480954b920cacd435c35d3c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770.40" OriginalAmount="720" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755690669252" Longitude="-73.97217212404" StarRating="3.5" HotelCode="365921|22453" HotelName="Best Western Plus Hospitality House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 49th Street, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/60/60eded2d2465a2b8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="796.91" OriginalAmount="744.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4.5" HotelCode="59146|1854632" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="799.59" OriginalAmount="747.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|1222469" HotelName="The Pierre, New York" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST INCLUDED,BREAKFAST INCLUDED IN RATE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="812.13" OriginalAmount="759" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764483666667" Longitude="-73.9726435" StarRating="4" HotelCode="896941|53437" HotelName="The Sherry-Netherland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>781 5th Avenue, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/23/6b23a8fbfbaed24931bdc4214122e7b4db5caf20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="827.11" OriginalAmount="773" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.769127" Longitude="-73.981575" StarRating="5" HotelCode="76065|46573" HotelName="Trump International Hotel &amp; Tower New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3c/a73cf553dd4df20b37fbff6018a45817e60318d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="847.44" OriginalAmount="792" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7250812" Longitude="-73.99861976" StarRating="4" HotelCode="896932|409957" HotelName="The Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Mercer Street, New York, NY 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e5310b850846f413a0a5e26bf74aacf5a6fe04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="895.59" OriginalAmount="837" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712451802151" Longitude="-74.009096328836" StarRating="5" HotelCode="459300|144626" HotelName="Four Seasons Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>27 Barclay Street, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/43/9343de1f7968ba0b569039b4a8da57c712402030.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="909.56" OriginalAmount="850.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|1211120" HotelName="The Ritz-Carlton New York, Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="929.50" OriginalAmount="868.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.774261" Longitude="-73.963115" StarRating="5" HotelCode="25899|1580553" HotelName="The Carlyle, A Rosewood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East 76th Street, New York, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/bc/34bca120bf58226b15afb7c115f75c462faf46f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1076.67" OriginalAmount="1006.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74737456061" Longitude="-73.986268828121" StarRating="3" HotelCode="100332|182857" HotelName="Nyma - The New York Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/0b/430b29e1a10ab577a889a555a6e3921f251cfeab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1107.45" OriginalAmount="1035" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.775266698138" Longitude="-73.963376237692" StarRating="5" HotelCode="9692|23589" HotelName="The Mark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madison Avenue at 77th Street, New York, New York 10075</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcbdc2b4b367786989ee4b5810ec6c672b26d80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1129.92" OriginalAmount="1056" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760989" Longitude="-73.977502" StarRating="5" HotelCode="311587|53269" HotelName="Baccarat Hotel &amp; Residences New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 West 53rd Street, New York, Neew York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d36024fc0914268da7407d2b528855fc1ce59d18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1144.34" OriginalAmount="1069.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746249" Longitude="-73.984977" StarRating="4" HotelCode="372758|42141036" HotelName="Arlo NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 East  31st Street, Manhattan, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/13/c413f72a1989403d7027e558be32b3c0f3e134a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1216.59" OriginalAmount="1137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74488413" Longitude="-73.98325309" StarRating="5" HotelCode="534272|298097" HotelName="Mondrian Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 Park Avenue South, New York, New York 10016, Manhatten</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/85/3e8524fea06fc0b42754ae8b1b5605eee86fe60f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.11" OriginalAmount="1173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765798" Longitude="-73.969163" StarRating="5" HotelCode="87057|53363" HotelName="The Lowell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 East 63RD Street, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/05/f7059d8197ac9df64aed345a53ce94bdfa84c2d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1322.52" OriginalAmount="1236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|11307" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1348.20" OriginalAmount="1260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|27568" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1371.74" OriginalAmount="1282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.774479593822" Longitude="-73.964011743665" StarRating="5" HotelCode="28331|9211" HotelName="Surrey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 East 76th Street, New York City, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2b/bc2ba1a21932496886798e0f5f60c1297c4be136.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1499.29" OriginalAmount="1401.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1668.13" OriginalAmount="1559" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761469872114" Longitude="-73.974574290322" StarRating="5" HotelCode="18511|24856" HotelName="The St. Regis New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 55th Street, at 5th Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fa/dffa71dc732b80082d6cf5429ec23f11b71a5809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2377.54" OriginalAmount="2222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762110469492" Longitude="-73.971467614174" StarRating="5" HotelCode="12640|24966" HotelName="Four Seasons New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/db/3edb2cecd1ec1cca2d3d50c2291011813e5aa64b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access,Bicycle Rental,Designated Smoking Area,Golf,Lounge,Kitchen,Currency Exchange,Nightclub,Massage Centre,Jacuzzi,Sauna,Diet Meals,Heated Pool,Swimming Pool,Garden,Business Centre,Housekeeping,Meeting Room,Printer,Wake-up Call Service,24 Hour Front Desk,Concierge,Dry Cleaning,LCD/Projector,Limousine Service,Luggage Storage,Parking,Elevator,ATM/Cash Machine,Pets allowed,24 Hour Power Supply,24 Hour Security,Coffee Shop</BasicAmenities>
    <HotelRating>4,3,5,2,3.5,4.5,2.5,1,1.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,ECO HOTEL,BUSINESS HOTEL,HOTEL,SPA HOTEL,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,APARTMENT HOTEL,VILLAGE,HOSTEL,GUESTHOUSE,CLUB RESORT,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
9fb97f90-8def-4674-93c7-a3922aba03da|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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="fcc0a25a-41f7-4a74-9f5f-9653eee75340">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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
fcc0a25a-41f7-4a74-9f5f-9653eee75340|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="2025-11-24T05:38:39.4828709+00:00" Version="0" EchoToken="Search" TransactionIdentifier="fcc0a25a-41f7-4a74-9f5f-9653eee75340" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1827" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|273320" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|15585" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|15408" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|201524" HotelName="Mariana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|201454" HotelName="Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|62174" HotelName="Mount Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|480448" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|251107" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|61315" HotelName="White Fort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.02" OriginalAmount="51.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|694579" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="56.55" OriginalAmount="52.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|638177" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.12" OriginalAmount="53.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="2" HotelCode="745583|662303" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|22754" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|201614" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|201409" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|45252" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.50" OriginalAmount="55.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|628908" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267547" Longitude="55.294095" StarRating="3" HotelCode="313388|200796" HotelName="Hafez Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ahmadiya Street, Near AL Ras Metro Station, Deira, P.O Box 83163, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/ce/70ceab3947e55f25dd41ffd10e36b3e79ffadcba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|425311" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|27233" HotelName="Fortune Pearl Hotel Deira" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|27464" HotelName="Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|32089" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|27240" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|35718" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.76" OriginalAmount="60.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|660272" HotelName="Grand Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|53254" HotelName="Al Sarab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|402995" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|18575" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.48" OriginalAmount="61.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|2032364" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|27763" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262185453055" Longitude="55.295946870851" StarRating="2" HotelCode="92949|55469" HotelName="Dubai Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Near Dubai Museum, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/a2/d1a22900a34db659a46059d405f30171d400c909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|99808" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|34689" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256068711634" Longitude="55.326083600522" StarRating="4" HotelCode="387048|55536" HotelName="Tulip Creek Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Opposite Business Village, Near Clock Tower, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/b2/2eb2cf3c16e3d4806c0977ce3cfaddb5563a3357.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.66" OriginalAmount="64.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|1102709" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|46968" HotelName="Al Bustan Center &amp; Residence" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.56" OriginalAmount="65.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|508281" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.56" OriginalAmount="65.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|2123535" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.71" OriginalAmount="65.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|136682" HotelName="Dorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.29" OriginalAmount="65.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|1452298" HotelName="Royal Falcon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|26777" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|25955" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|28071" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|1153" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|35532" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.07" OriginalAmount="66.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|700034" HotelName="Grand Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.38" OriginalAmount="66.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|955332" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.50" OriginalAmount="66.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|1275928" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.70" OriginalAmount="67.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|1019859" HotelName="Holiday Inn Express Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.33" OriginalAmount="67.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|428238" HotelName="Donatello Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|5838" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|7684" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.38" OriginalAmount="69.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|2057481" HotelName="Flora Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.54" OriginalAmount="69.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|7505501" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2585041" Longitude="55.3005273" StarRating="4" HotelCode="623302|251109" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Bur Dubai, PO Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/77/8577f153b4c4b5e96bfb09e8d562754822b7c226.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.10" OriginalAmount="70.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|394565" HotelName="Signature Hotel Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|488444" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3.5" HotelCode="170752|46540" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|56659" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="77.31" OriginalAmount="72.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|154326" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.46" OriginalAmount="72.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|3722788" HotelName="Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.77" OriginalAmount="72.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1034862" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|225797" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|26616" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|34701" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.31" OriginalAmount="74.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|15994" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|29307" HotelName="J5 Hotels - Port Saeed" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|34772" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|407990" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|14958" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|289849" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|250191" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|380063" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113050756267" Longitude="55.195140838623" StarRating="3" HotelCode="160299|29303" HotelName="Centro Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 329, PO Box 115060, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ab/5aab4196dfde7d2191d90fc5890bd7ef75d7a975.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|201435" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|28408" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|317349" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|251237" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|46231" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|31650" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|23013" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|55380" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|506763" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|35203" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.42" OriginalAmount="77.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|1442703" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|506834" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="83.73" OriginalAmount="78.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|405298" HotelName="New Black Stone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|12613" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|379999" HotelName="Phoenicia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.60" OriginalAmount="80.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|62119" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|379959" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|2247" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|63752" HotelName="Saffron Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|46767" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.79" OriginalAmount="80.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267242436959" Longitude="55.307086769826" StarRating="4" HotelCode="37787|1015524" HotelName="Carlton Tower Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, close to Naser Square, Near to Deira Twin Towers, Deira, Dubai (PO Box 1955)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fb/aafb78d8c04fb3617f33381939ea3fbaca5c0e10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|379924" HotelName="Citymax Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.38" OriginalAmount="81.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|643984" HotelName="Lotus Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|201473" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|239751" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|35531" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26579" Longitude="55.32146" StarRating="3" HotelCode="915618|380021" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O.Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d8/ffd8bfc3dde2c0c8d7005af54edf0294c9d82164.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|26615" HotelName="Citymax Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|34690" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|23646" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|23657" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|285194" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|376752" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|167299" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|331407" HotelName="Aloft Dubai South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|226068" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.122682" Longitude="55.374368" StarRating="3" HotelCode="152742|34702" HotelName="Premier Inn Dubai Silicon Oasis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Sheikh Mohammed bin Zayed Road (E311), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/af/a6afe76863db988f52028eac916e5599e7e8de49.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|11608" HotelName="Grand Excelsior Hotel Deira" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|239795" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.02" OriginalAmount="84.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|404098" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|7961" HotelName="Coral Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|31142" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.46" OriginalAmount="86.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|288366" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|98494" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|27744" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.42" OriginalAmount="87.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|18287005" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|53455" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|201470" HotelName="Emirates Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|11598" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|402565" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|380057" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,HALF BOARD,FULL BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="95.51" OriginalAmount="89.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|ROAT" HotelName="Rove At The Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, P.O. Box 119444</AddressLine>
          </AddressLines>
          <PostalCode>(0)45618888</PostalCode>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.99" OriginalAmount="89.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|129850" HotelName="Capitol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|187736" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257398399072" Longitude="55.289197" StarRating="3" HotelCode="28896|41419" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 49519, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2a9459b66024b035b2bb28a08fe0670e86252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|25102" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|34718" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 B Street, 317 Community, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/0a/0a0aa05df627e3ee271987fc1be26145a0e59a8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.93" OriginalAmount="90.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|64242" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|18564" HotelName="ibis Dubai Deira City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|18566" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.83" OriginalAmount="91.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|59265" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|16856" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.10" OriginalAmount="92.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|59273" HotelName="Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|12586" HotelName="Golden Tulip Nihal Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|380049" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|405433" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|25061" HotelName="Park Regis Kris Kin Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|28558" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|225842" HotelName="Royal Continental Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.73" OriginalAmount="94.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2.5" HotelCode="178564|156238" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.21" OriginalAmount="94.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|103299" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|49693" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.31" OriginalAmount="95.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|1132034" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.79" OriginalAmount="96.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|625723" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|273296" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3.5" HotelCode="655968|273328" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|490175" HotelName="24 Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Gold Souq</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/a5/54a593741c3a7a00f01950cfc3bd19c48b8ed0af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|53756" HotelName="Le Meridien Fairway" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|35205" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|34684" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|402996" HotelName="Citymax Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|62325" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|47014" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2596498" Longitude="55.2940774" StarRating="2" HotelCode="55058|9329" HotelName="Rush Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 44099, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/26/c42618bc6bc0b14feb2e0b223223abb8601d48af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|273316" HotelName="Manhattan Hotel" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|273294" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.34" OriginalAmount="101.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|643840" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.81" OriginalAmount="101.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|164259" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|55049" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road, P.O. Box 50698, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/39/ee396d59b0d70ed5f1f6e33f120fa84d200a38b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|33874" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|225411" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|35202" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.34" OriginalAmount="103.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|142292" HotelName="AVANI Deira Dubai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.52" OriginalAmount="103.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|1735868" HotelName="Marina View Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.63" OriginalAmount="103.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|145859" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3.5" HotelCode="99404|25108" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.42" OriginalAmount="104.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4.5" HotelCode="936775|4037914" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.21" OriginalAmount="104.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A7A945" HotelName="PARK REGIS BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ROAD PARK LANE TOWERS DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475459_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|25103" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.86" OriginalAmount="105.48" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C40427" HotelName="ROVE CITY WALK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL BADAA STREET - AL WASL DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/26039_image60532876_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.095696951156" Longitude="55.153653439148" StarRating="4" HotelCode="140885|34760" HotelName="Arjaan by Rotana Dubai Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdul Aziz Al Saud Street, PO Box 502828, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ae/b5aec294140fe98feb3204ac4b40282c22f78956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|225841" HotelName="Rolla Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|399303" HotelName="Millennium Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|201550" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|39382" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.23" OriginalAmount="107.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|1035992" HotelName="Grand Millennium Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|273285" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, P.O. Box 485085, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0ca282ef3fc8a8b860dcf0bc6eb84915c35a1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|379991" HotelName="Maisan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25568" Longitude="55.301689" StarRating="4" HotelCode="305119|226057" HotelName="Raviz Center Point" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b0/f5b01a1166ebf0bb563a7683b285d7c52c11f541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.58" OriginalAmount="108.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|97920386" HotelName="LEVA Hotel, Mazaya Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|53532" HotelName="Pearl City Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|225412" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.90" OriginalAmount="109.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|46313969" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|46753" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|288246" HotelName="Aloft City Centre Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|425428" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|55046" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|92710" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|37816" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.98" OriginalAmount="111.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|59271" HotelName="St. George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.73" OriginalAmount="111.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|900098" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.77" OriginalAmount="112.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|285698" HotelName="Carlton Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|400873" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|17267" HotelName="Majestic City Retreat Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|199228" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="122.18" OriginalAmount="114.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A7A931" HotelName="LEMON TREE HOTEL, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL WASL ROAD, UMM AL SHEIF, JUMEIRAH DUBAI 122487, DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475444_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.23" OriginalAmount="114.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|5353494" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|52366" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|26260" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.55" OriginalAmount="116.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.068749" Longitude="55.130309215938" StarRating="4" HotelCode="317314|67436605" HotelName="Jannah Marina Bay Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seba Street, Dubai Marina</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/10/b5109773b99bcc0b1e5a428bf977c72e6b87d559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|201440" HotelName="City Seasons Towers" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.093653894648" Longitude="55.155513882637" StarRating="4" HotelCode="66873|29306" HotelName="Radisson Blu Hotel, Dubai Media City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 211723, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/35/01356c58287d04897eb188f8539ccf9126e8fa78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|54758" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|28608" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|27462" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|519657" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|34757" HotelName="Two Seasons Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|395496" HotelName="Vida Emirates Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.86" OriginalAmount="120.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|609101" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|61501" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.04" OriginalAmount="122.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|699971" HotelName="Marco Polo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.08" OriginalAmount="122.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|1429478" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.08" OriginalAmount="122.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3.5" HotelCode="639708|1954453" HotelName="Rove Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|28556" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|27741" HotelName="Holiday Inn Express Dubai - Internet City" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|298011" HotelName="Grand Millennium Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 98678, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/4a/ea4acfcdaf65219756f0a1ecc385ef03609e19be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.91" OriginalAmount="123.28" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A7A983" HotelName="INTERCITYHOTEL DUBAI JADDAF WATERFRONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL JADDAF WATERFRONT DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475498_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|39058" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="134.34" OriginalAmount="125.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A7A964" HotelName="EDGE CREEKSIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4TH STREET RIGGAT AL BUTEEN DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20398_image59177037_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="134.66" OriginalAmount="125.85" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D2CF77" HotelName="TWO SEASONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, DUBAI, AE DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2661295_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|218195" HotelName="TRYP by Wyndham Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.22" OriginalAmount="126.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|86567205" HotelName="Holiday Inn Dubai Festival City" Meals="ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4.5" HotelCode="624862|254865" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|30694" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|399544" HotelName="Grayton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|27742" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|12554" HotelName="Four Points by Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="137.14" OriginalAmount="128.17" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D05369" HotelName="Concorde Deira Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET NEAR CLOCK TOWER DUBAI, DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2593275_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|406870" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|24929" HotelName="Millennium Plaza Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3.5" HotelCode="660770|273327" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270259234213" Longitude="55.304149828207" StarRating="2" HotelCode="260534|47545" HotelName="Florida Al Souq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Al Sabkha Bus Station, Deira, Dubai 128774</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e4ba4391d8f6737f95e2ba8b3076e59855f95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|9330" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.209634944167" Longitude="55.274999318802" StarRating="4" HotelCode="98873|27708" HotelName="Emirates Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 2, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138635/a_138635_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|55482" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|292522" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="143.63" OriginalAmount="134.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|142672" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.99" OriginalAmount="134.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|374413" HotelName="Hyatt Place Dubai Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|251241" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.15" OriginalAmount="135.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|3639313" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|29308" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|95574" HotelName="Wyndham Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|380145" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.08" OriginalAmount="136.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|130004" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6f831d4672382d6b6f03e8eb6e86981c5eb51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249628371973" Longitude="55.286048440475" StarRating="4" HotelCode="93283|47001" HotelName="Arabian Dreams Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24C, Community 316, P.O. Box 31993, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/a3/c9a3f9ca338ddf2a90943f9f1d6f5f3b146a2633.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|34758" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.81" OriginalAmount="137.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|1584864" HotelName="Rose Rayhaan by Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.38" OriginalAmount="137.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|1797532" HotelName="Crowne Plaza Dubai - Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR 2 PAX" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.41" OriginalAmount="138.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|691603" HotelName="XVA Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.42" OriginalAmount="138.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|16530894" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.61" OriginalAmount="138.89" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A88298" HotelName="GRAYTON HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>12 A STREET, AL MANKHOOL BUR DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/19026_image62369948_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|46538" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22367" Longitude="55.282553" StarRating="4.5" HotelCode="187250|57407" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/34/96349cdc2f9f483c1f3dff8361244c60cfbf9f7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|27764" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|7922" HotelName="Arabian Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|379952" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|25953" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.82" OriginalAmount="143.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|174547" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|201414" HotelName="Ambassador Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|55048" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|380146" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|15572" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.95" OriginalAmount="147.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|699951" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.09" OriginalAmount="147.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|145334" HotelName="Rove Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|7790" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|46262" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|33839" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|201483" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.60" OriginalAmount="149.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|103095" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.69" OriginalAmount="149.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|1143011" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="160.04" OriginalAmount="149.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|1611164" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263895" Longitude="55.305116" StarRating="4" HotelCode="749148|336642" HotelName="Al Seef Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/fe/27fe670dc436cded56de713a238012ab08e9dae3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|40366" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|231419" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="162.81" OriginalAmount="152.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|024273" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109277" Longitude="55.203112" StarRating="3.5" HotelCode="199603|35605" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO Box 63907, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/26/26b19ffaa9ae3bf0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266645" Longitude="55.315699" StarRating="2" HotelCode="69785|380053" HotelName="Sun and Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/88/2b88203415bb84154aa14c6380976ce0d7e9b740.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|55326" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|30153" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|36049" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|370367" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3.5" HotelCode="562348|204923" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|394156" HotelName="Millennium Place Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.37" OriginalAmount="158.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|472781" HotelName="dusitD2 Kenz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|35593" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="171.44" OriginalAmount="160.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.179375" Longitude="55.27158982209" StarRating="0" HotelCode="|EVIE" HotelName="Revier Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay</AddressLine>
          </AddressLines>
          <PostalCode>(0)45747556</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1273788/10203556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|9190" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.21" OriginalAmount="166.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|1519461" HotelName="Holiday Inn Express Dubai Safa Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|23155" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|32858" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|11607" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.65" OriginalAmount="168.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|446722" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.79" OriginalAmount="168.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C40419" HotelName="ROYAL CONTINENTAL SUITES BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>MARASI DR - BUSINESS BAY - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2324506_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|29589" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|90225" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|1355" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4.5" HotelCode="846456|388944" HotelName="Millennium Atria Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|388320" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|20069" HotelName="Towers Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.35" OriginalAmount="174.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|1578975" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.97" OriginalAmount="174.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261175" Longitude="55.320587" StarRating="4" HotelCode="103474|2015232" HotelName="Khalidia Hotel Apartments" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="Apartment Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/145874/201132291450286.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="187.50" OriginalAmount="175.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA2B54" HotelName="ROVE LA MER BEACH, JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LA MER BEACH-JUMEIRAH 1 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20808_image65310205_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.00" OriginalAmount="175.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|59270" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|55937" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|403083" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|28070" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|12643" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.29" OriginalAmount="177.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|77757504" HotelName="Stella Di Mare Dubai Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|16861" HotelName="Copthorne Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.003656820892" Longitude="55.164876809949" StarRating="4" HotelCode="908944|225626" HotelName="Marriott Executive Apartments Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park, P.O. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3d/db3db5f2fec0a7602d5ca75913c6f36f17aad684.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|18968" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|12599" HotelName="Manzil Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.73" OriginalAmount="185.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|4438628" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|54813" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.62" OriginalAmount="188.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|394138" HotelName="Hyatt Regency Dubai Creek Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.90" OriginalAmount="188.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|56027567" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.221121" Longitude="55.329139" StarRating="4" HotelCode="60844|47273" HotelName="Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, Dubai 122382</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/03/3603e1da1df96f517ec641afdaa515a20b62e668.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|29304" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4.5" HotelCode="167142|226024" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.48" OriginalAmount="199.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4.5" HotelCode="69039|125336" HotelName="Meliá Desert Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.25" OriginalAmount="202.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251801" Longitude="55.333254" StarRating="5" HotelCode="935934|153409" HotelName="Pullman Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre, P.O. Box 61871, Baniyas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cb/f0cb92c804eba9471e36a09d00b9e3c521486d8b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|256447" HotelName="Aloft Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|19472" HotelName="Media Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|19987" HotelName="InterContinental Dubai Festival City" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.69" OriginalAmount="206.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|287777" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|53600" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|403132" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.83" OriginalAmount="208.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|31137709" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|308459" HotelName="Canal Central Hotel – Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|30022" HotelName="Hilton Dubai Creek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|27184" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|50351" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|55552" HotelName="Dubai International Hotel" Meals="ROOM ONLY,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.27" OriginalAmount="213.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|648740" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="228.37" OriginalAmount="213.43" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B79505" HotelName="NOVOTEL DUBAI GOLD DISTRICT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SHERINA PLAZA 4, AL CORNICHE RD� 111, PO BOX. 1193 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1827773_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="228.63" OriginalAmount="213.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|1119963" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Next to Deira City Centre, P.O. Box 61871, Port Saeed, Deira, Dubai, Emirate of Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6e/6e2223c879b5bd4d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="228.91" OriginalAmount="213.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D1B922" HotelName="HYATT REGENCY GALLERIA RESIDENCE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL KHALEEJ ST DEIRA CORNICHE DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33117_image64054856_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.194471329546" Longitude="55.26163816452" StarRating="4" HotelCode="70418|35603" HotelName="Villa Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118737, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1f/081f5ab0e2b892c3f342c731426718b87c342092.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|35604" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="238.14" OriginalAmount="222.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|577721" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4.5" HotelCode="39206|14995" HotelName="AlSalam Hotel Suites and Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.28" OriginalAmount="223.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|127884" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|37665" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|39386" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|42811" HotelName="Sheraton Grand Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4.5" HotelCode="175718|47158" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|27747" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="246.28" OriginalAmount="230.17" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B79508" HotelName="BEACH WALK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX: 120242   JUMERIAH BEACH ROAD   DUBAI, UNIT DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1827776_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.46" OriginalAmount="231.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|644661" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|403143" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250561" Longitude="55.334578" StarRating="5" HotelCode="935822|23707" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 61871, Baniyas Road, Deira City Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/8d857380f335db46/3c/3c52769cc79f4aaf/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="251.39" OriginalAmount="234.94" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D0AA36" HotelName="SIRO ONE ZA'ABEEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ZA'ABEEL ST , ZA'ABEEL 1 , LEVEL30 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31661_image63174563_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.93" OriginalAmount="237.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|50382206" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|47224" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.82" OriginalAmount="240.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|1203262" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|39389" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.14" OriginalAmount="243.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|1791758" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|28689" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="264.94" OriginalAmount="247.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D46223" HotelName="JOOD HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET, PORT SAEED, DEIRA - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2705733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="265.41" OriginalAmount="248.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|54621661" HotelName="Five Jumeirah Village Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.24" OriginalAmount="251.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072962597421" Longitude="55.130127759209" StarRating="5" HotelCode="186020|196852" HotelName="JA Ocean View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 26500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/29/c3/29c3f29271e74750ed65f948bcdae01c365ba6a3.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.38" OriginalAmount="251.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|2225317" HotelName="voco Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|5457" HotelName="Dubai Marine Beach Resort and Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|213655" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|34706" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.85" OriginalAmount="255" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|53523" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4.5" HotelCode="98623|35543" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|380051" HotelName="Studio One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="284.57" OriginalAmount="265.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|6062274" HotelName="Royal Central Hotel - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|34766" HotelName="JW Marriott Marquis Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="288.00" OriginalAmount="269.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18631006" Longitude="55.29194513" StarRating="5" HotelCode="|DUBI" HotelName="Paramount Hotel Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1015058/8794837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="288.65" OriginalAmount="269.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|73117628" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.13" OriginalAmount="273.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262795" Longitude="55.316687" StarRating="4" HotelCode="33282|2592264" HotelName="Al Khaleej Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, P.O. Box 3720, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6f/776f9247947441957e4ae9326e0b11898be20404.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|239688" HotelName="Al Bandar Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.43" OriginalAmount="277.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|1261096" HotelName="Fairmont Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="298.11" OriginalAmount="278.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|1863358" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="298.70" OriginalAmount="279.16" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D45E03" HotelName="Vida Dubai Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH MOHAMMED BIN RASHED BOULEVARD DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2705214_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.81" OriginalAmount="283" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|211816" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|35206" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5.5" HotelCode="59249|46268" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|47068" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|164491" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|19440" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|239687" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|28167" HotelName="JA Beach Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.36" OriginalAmount="302.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|196877" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|269605" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="326.53" OriginalAmount="305.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|699918" HotelName="Address Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="328.31" OriginalAmount="306.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.91615501209" Longitude="55.005883761883" StarRating="5" HotelCode="435572|79680767" HotelName="Lapita, Dubai Parks and Resorts, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Parks &amp; Resorts, P.O. Box: 334221, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b6/18b6924d198681cecec9bb2b58b411255407fa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|39745" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|397229" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|23651" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|34719" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|34765" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="337.47" OriginalAmount="315.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2253003" Longitude="55.2542255" StarRating="3" HotelCode="|RVWM" HotelName="Rove La Mer Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>La Mer South, Jumeirah 1, P.O. Box 119444</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1248879/14787886.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.13" OriginalAmount="317.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5.5" HotelCode="876946|667802" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|34763" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|381578" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|58752" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="341.63" OriginalAmount="319.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|16632286" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|60120" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22712301674" Longitude="55.341797880196" StarRating="5" HotelCode="904426|44994" HotelName="Palazzo Versace Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ce/eece2a5d9b451150607a16e2f14966f20a922aa0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="349.11" OriginalAmount="326.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228168047802" Longitude="55.327666802393" StarRating="5" HotelCode="313383|147891" HotelName="Grand Hyatt Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/5b/be5b390613068958446da66d38adbc7732ea3397.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|225630" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.73" OriginalAmount="335.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|1604074" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|20066" HotelName="Sofitel Dubai Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="360.04" OriginalAmount="336.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|097165" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="361.87" OriginalAmount="338.20" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C95565" HotelName="ADDRESS CREEK HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI CREEK HARBOUR DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/30267_image67315540_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="363.99" OriginalAmount="340.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4.5" HotelCode="99343|1798689" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|36271" HotelName="Anantara The Palm Dubai Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|399518" HotelName="Andaz Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|403521" HotelName="Crowne Plaza Dubai Marina" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.02" OriginalAmount="356.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|400779" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.97" OriginalAmount="371" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5.5" HotelCode="511831|227400" HotelName="Renaissance Downtown Hotel, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.18" OriginalAmount="374" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|8874" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="407.57" OriginalAmount="380.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|1576062" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.30" OriginalAmount="381.59" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CF6353" HotelName="VIDA DUBAI MARINA &amp; YATCH CLUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL BUBIB STREET DUBAI MARINA DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/30039_image62083170_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|11593" HotelName="Grand Hyatt Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|265626" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.30" OriginalAmount="390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|35590" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|34762" HotelName="Fairmont The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432.28" OriginalAmount="404" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|36414" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.56" OriginalAmount="408" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="0" HotelCode="801769|467837" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.56" OriginalAmount="408" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|31272" HotelName="Jumeirah Zabeel Saray" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|488094" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="444.87" OriginalAmount="415.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|1026127" HotelName="Sheraton Jumeirah Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="450.87" OriginalAmount="421.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193415656404" Longitude="55.265424088955" StarRating="5" HotelCode="|PRDA" HotelName="Paramount Hotel Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mustaqbal Street. P.O. Box. 113797, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1309920/21142469.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="455.66" OriginalAmount="425.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|557510" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|45262" HotelName="Sofitel Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="463.44" OriginalAmount="433.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5.5" HotelCode="487075|31870225" HotelName="FIVE Palm Jumeirah Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.80" OriginalAmount="440" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|23159" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="473.11" OriginalAmount="442.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|216982" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.53" OriginalAmount="446.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|59269" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|38288" HotelName="JA Palm Tree Court" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|214986" HotelName="Roda Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.50" OriginalAmount="450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|12804" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|11185" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|201567" HotelName="Address Boulevard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="545.06" OriginalAmount="509.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D1E137" HotelName="Cheval Maison The Palm Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NEW, GOLDEN MILE 3 - PALM JUMEIRAH - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2634721_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="561.19" OriginalAmount="524.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|372447" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|39378" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="568.17" OriginalAmount="531" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|12610" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="600.27" OriginalAmount="561" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|393825" HotelName="Address Sky View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|210230" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.33" OriginalAmount="619" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|20622" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="670.60" OriginalAmount="626.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242997708883" Longitude="55.332684516907" StarRating="5" HotelCode="55423|59268" HotelName="Park Hyatt Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 2822, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6c/db6c1319eb527290b09b202ad4923aeb5ac111e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|393824" HotelName="Address Fountain Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.58" OriginalAmount="694" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="744.72" OriginalAmount="696" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.197088716821" Longitude="55.27404517791" StarRating="5" HotelCode="142119|20895" HotelName="Armani Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa, PO Box 888333, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/48/ed487f22e7c2d33981d2f1a4e3c43125d2ed224b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="776.89" OriginalAmount="726.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|54812542" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|46772" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="856.04" OriginalAmount="800.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|1561489" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Road, P.O. Box 8168, Bab Al Shams, adjacent to Dubai International Endurance City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/7d/3d7dbc280e8c75a9a46bab62f9b562a8675f4b84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867.77" OriginalAmount="811" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|23158" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="898.80" OriginalAmount="840" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|8877" HotelName="The Ritz-Carlton Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|23282" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="903.08" OriginalAmount="844" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|19427" HotelName="Jumeirah Al Qasr" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="908.43" OriginalAmount="849" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|35565" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="929.83" OriginalAmount="869" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|354670" HotelName="Caesars Palace Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="995.10" OriginalAmount="930" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|205859" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1069.43" OriginalAmount="999.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.095225741263" Longitude="55.15230330954" StarRating="5" HotelCode="18032|199054" HotelName="One&amp;Only Royal Mirage" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4f/2a4f2270b1c840fcab3e44dba0430ca7323e1468.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1070.76" OriginalAmount="1000.71" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C21D98" HotelName="CENTARA MIRAGE BEACH RESORT DUBAI" Meals="FULL BOARD" BedType="FULL BOARD">
        <Address>
          <AddressLines>
            <AddressLine>DEIRA ISLANDS UNITED ARAB EMIR DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35486_image65601162_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1080.04" OriginalAmount="1009.38" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C0F182" HotelName="ADDRESS BEACH RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>THE WALK, JUMEIRAH BEACH DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20859_image59545107_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1080.69" OriginalAmount="1009.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|699869" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1082.11" OriginalAmount="1011.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.132012305907" Longitude="55.182437896729" StarRating="5" HotelCode="907098|150171" HotelName="Jumeirah Dar Al Masyaf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach, PO Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/ea/a0eabbd2b9d230e523adbe173670471ce304da6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1084.49" OriginalAmount="1013.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|644547" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1133.79" OriginalAmount="1059.62" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A45A56" HotelName="The Royal Atlantis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PALM JUMERIAH CRESCENT ROAD DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2616945_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1164.87" OriginalAmount="1088.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|838209" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1265.42" OriginalAmount="1182.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CF2793" HotelName="ONE &amp; ONLY ONE ZA'ABEEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ZA'ABEEL STREET, ZA'ABEEL 1 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29899_image61803912_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1319.06" OriginalAmount="1232.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|557509" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1488.37" OriginalAmount="1391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5.5" HotelCode="563313|250459" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1605.11" OriginalAmount="1500.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D30785" HotelName="JUMEIRAH MARSA AL ARAB DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>JUMEIRAH ST-UMM SUQEIM 3 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34973_image65004831_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1741.96" OriginalAmount="1628" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|356118" HotelName="Mandarin Oriental Jumeira Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2105.76" OriginalAmount="1968" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.141127281077" Longitude="55.18564497057" StarRating="5" HotelCode="11560|25033" HotelName="Burj Al Arab Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 74147, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/c7/a7c7c07d8aa4e239d1d10775bfec44f74f9c48c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="28742.60" OriginalAmount="26862.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|403638" HotelName="Taj Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="68.58" OriginalAmount="64.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260824112673" Longitude="55.322474885902" StarRating="3" HotelCode="|VBHK" HotelName="Vendome Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Al Rigga Road, Deira</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="145.57" OriginalAmount="136.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.961916146723" Longitude="55.1500904" StarRating="5" HotelCode="|CHMX" HotelName="Cheval Maison Expo City Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Avenue, Expo City</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1093.97" OriginalAmount="1022.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C5D742" HotelName="Anantara World Islands Dubai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 566548, SOUTH AMERICA,, WORLD ISLANDS, DUBA DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Bicycle Rental,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Kitchen,Lounge,Telephone Service,Wheelchair Access,Golf,Jacuzzi,Nightclub,Central Heating,Shopping Arcade,Garden,24 Hour Security,Dining,Meeting Room,Parking,Printer,Valet Parking,Airport Transfer (on Demand),Smoking Rooms,Business Centre,ATM/Cash Machine,Babysitting,Banquet Hall,Housekeeping,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage</BasicAmenities>
    <HotelRating>5,4,3,2,3.5,4.5,5.5,2.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,SELF CATERING,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,CLUB RESORT,CONFERENCE HOTEL,BEACH HOTEL,COUNTRY HOUSE,ECO HOTEL,GUESTHOUSE,VILLAGE,HISTORIC HOTEL,HOTEL DE CHARME,HOTEL,GOLF HOTEL,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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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="f9cb4547-f13b-42d6-aa80-76855e1f9b8e">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|HotelbedsSearch|supplier interation failed||HotelBeds|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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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
f9cb4547-f13b-42d6-aa80-76855e1f9b8e|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="2025-11-24T05:38:46.4790546+00:00" Version="0" EchoToken="Search" TransactionIdentifier="f9cb4547-f13b-42d6-aa80-76855e1f9b8e" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="7.49" OriginalAmount="7" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762680731824" Longitude="100.50173782896" StarRating="2" HotelCode="482015|173229" HotelName="Ploy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>316 Soi Samsen 4, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/93/15935ef5b8325532c1505178b9e58fe1167c7216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10.70" OriginalAmount="10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726310109903" Longitude="100.51686673153" StarRating="2" HotelCode="380544|58482" HotelName="Centaur Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Bicycle Rental,Designated Smoking Area,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295/1-11 Thanon Surawong, Suriya Wong, Khet Bang Rak, Krung Thep Maha Nakhon, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5c/615c396ade3e82b46c6f8fd4b7ac1a7ee7e72f71.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10.70" OriginalAmount="10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79751455" Longitude="100.62377287" StarRating="2" HotelCode="586738|232795" HotelName="Nr Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>454/289 Soi Lat Phrao 87, Lane 22, Khlong Chaokhunsing, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2c/d22c1f2da05d260278696b6cce98bc3a14095200.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.77" OriginalAmount="11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722116" Longitude="100.771705" StarRating="2" HotelCode="888405|48824" HotelName="Grand Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/4 Soi Maecham, Ladkrabang Road, 1666/1 Soi Maecham, Ladkrabang Road, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/7f/e97fcbb5222edea99a91fa3215215538ee9294d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.77" OriginalAmount="11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75777913" Longitude="100.64282367" StarRating="2.5" HotelCode="603192|232367" HotelName="Md Rose Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Ramkhamhaeng 50, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/06/b806d8878b69348763652c61403bba1ffca4dc8f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.87250188" Longitude="100.6150672" StarRating="2" HotelCode="764359|285497" HotelName="5 Chang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Ram-intra 5 Yak 9, Khwang Anusawari, Bang Khen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/62/94625270c22b561328a777a1a8bb717737e11bdf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69822228" Longitude="100.48377241" StarRating="1" HotelCode="854806|367467" HotelName="Anurak Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1013 Soi Permpraporn, Tak-sin Road, Soi-35/3, My Resident Is Close To Big C, Daokanong, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/4a/0a4a691dba7345a14abd49d9f2a4ba36394d8378.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8901397" Longitude="100.61447349" StarRating="2.5" HotelCode="585096|232220" HotelName="Gedkanok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>176/12 Prahonyothin 50 Road, Kongtanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d5/a5d5dda49ba07c0906f15b7feaaa2d17cd119d4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78211975294" Longitude="100.64375587441" StarRating="2.5" HotelCode="398736|83713" HotelName="Happyland Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/8 Nawamin Road Soi Soonbunterngkankahappyland, Klongchan, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/44/d244283fbee86a122039b2083a1d25383a623861.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736145130704" Longitude="100.60330049755" StarRating="2" HotelCode="380552|58559" HotelName="Orchid House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Sukhumvit, Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/88/078867ec682c612dfccaaa12b826780a44163b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71252419" Longitude="100.59357868" StarRating="2" HotelCode="495634|202968" HotelName="Sleep Dee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1112/35-36 Soi Sukhumvit 48, Sukhumvit Road, Phra Khanong, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/81/9981d2f467df39bb947139d8f2a9f56e346c8a38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77223319" Longitude="100.48468626" StarRating="2" HotelCode="760914|285714" HotelName="Tuk Tuk Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Somdet Prapinklao Road, Bang Yi Khan Bang Phlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/61/386109d79555611f8d627228640a1f7cf7e3e019.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.63976496" Longitude="100.42899499" StarRating="2" HotelCode="520032|367545" HotelName="Ben Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45/5 Soi Rama II 69 Rama II Road, Samaedam Bangkhuntien, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/22/cb22f6a086bc38e558d894e4d5dc995b1dbd320e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7572576" Longitude="100.63916351" StarRating="2" HotelCode="765626|324697" HotelName="Goody Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Ramkhamhaeng 40, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/79/a1793fb1c601cd8af28b56a126fceb0b955049c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78841298" Longitude="100.60463926" StarRating="2.5" HotelCode="602964|232255" HotelName="Homeplace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-15/1 Latprao Road Soi Latprao 78, Khwaeng Wang Thonglang, Ladprao, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/37/9d37b0d8f911b732ce6ec170e86c7741c834a362.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699275737142" Longitude="100.60510501709" StarRating="2" HotelCode="398682|61986" HotelName="Hostel 24" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Sukhumvit Soi 93, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/64/b0646591ff8838aa89e039149f630e4eab0792a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|173813" HotelName="Phurahong Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Phaholyothin Yak 52 Moo 4, Soi 52, Saphanmai, Klongthanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/80/dd80eb3633f05cd8dd68d3e8983237f6396fda23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78445796" Longitude="100.62022163" StarRating="1" HotelCode="520191|232970" HotelName="Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 soi 91 Ladprao Rd, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/52/ec527500cb9158381b617ef8889ce704ec42bd54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.787346" Longitude="100.704636" StarRating="3" HotelCode="188260|16484" HotelName="Tara Lake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Ratpattana Road, Soi Ramkhamhaeng 160, Saphan Sung, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7b/b57b6049c1c6db7b66a7d5f3650dc11ea65f9009.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|202974" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, 400 m from BTS OnNut on the left side, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/43/c343480d399d63693f5b1b0db6b44ca320b61660.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740151362228" Longitude="100.55303649389" StarRating="2" HotelCode="429474|58605" HotelName="White Orchid Inn II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/14 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/01/4d0160bab5151fede40a9218b2b08826b5234dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|232083" HotelName="Backpack Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>24-24/1 Sukhumvit 71 Road, Soi Pridi Banomyoung 2, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a1/3fa1c224273275b96cc57fae4e0e059ada97cdb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|254003" HotelName="Danee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286 South Sathorn Road, Soi Charoen Rat 1, Yan Nawa, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/61/e8613c7f97403927bc44ea7ca3aab0a1342701e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72708958" Longitude="100.53771148" StarRating="2" HotelCode="439080|199666" HotelName="Freesia Saladaeng Silom Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Yommarad, Saladaeng Road, Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/07/7b07133db30f8aa311e28653d187f4e150e40c95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.649452138125" Longitude="100.44456062049" StarRating="2" HotelCode="339585|226077" HotelName="Latin Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10/15 Takam Road, Latin Garden, Soi Takam 9/1, Samaedam, Bangkuntein, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/68/886805a7dc9495ef5c98ded3c2e3925cc758cf1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75865679" Longitude="100.49937952" StarRating="2" HotelCode="782948|367797" HotelName="New Central Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Tanao Road, Bang Lumpoo, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d6/88d614972f135d14e429b11f9fac082afed8bf7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91790291" Longitude="100.57931221" StarRating="3" HotelCode="787132|367860" HotelName="Sabai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Road, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb457bd1880da974fccf26c52693ca7dd33fee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|57435" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Charoenkrung Road, 1179/42 Soi Charoenkrung, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180348/180348a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66565516" Longitude="100.63161421" StarRating="3" HotelCode="520027|233444" HotelName="Win Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangna km 3 Bangna-Trad 30 Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a6/dba60c952d4be0f779dcf5fdf1b1d9ce94fa5a5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88540765" Longitude="100.61878003" StarRating="2" HotelCode="768141|324683" HotelName="A.M. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88-99 Phahon Yothin 50, Thepharak Road, Khlong Thanon, Sai Mai, Ban Chuat Plai Mai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fb/67fb80932d85f99576a1492ece1c7a23e959a5ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71174051" Longitude="100.40291094" StarRating="2.5" HotelCode="604126|232065" HotelName="At Yaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 88/1 Petchakasem Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ee/04ee01a77baee16f583b2988a2b4d949b4400c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81228964" Longitude="100.57020945" StarRating="2.5" HotelCode="623215|254013" HotelName="Grand View Condo15" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>189/9 Lat Phrao 15 Junction 1-3, Chomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b05772ff01fed4284fec33db868ddd2ce8757b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.64951826" Longitude="100.4456191" StarRating="3" HotelCode="539331|246212" HotelName="Eurna Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>101/1-2 Soi Thakham 9/1, Thakham road, Samadam, Bangkhuntien, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/cf/82cf2ead7786329ca2f14ed634ad3ace85300b22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77121957" Longitude="100.63581799" StarRating="3" HotelCode="522155|173253" HotelName="GreenHouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>665 Ladprao 107 Lane 29, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a90a89639337f21691f669c50a0b39d2b49a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70202082" Longitude="100.48557176" StarRating="2" HotelCode="520083|232325" HotelName="Kayaplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>11/21 Soi Taksin 33, Taksin Road Bukkalo, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a1/0ca1b2639fa5c7c1e19ba13425bc035769d9932c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75332131" Longitude="100.63595002" StarRating="4" HotelCode="572930|232358" HotelName="Livotel Hotel Hua Mak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Ramkhamhaeng, 32 Soi Hua Mak 20, Bang Kapi District, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/af/bbaf9578d7acbf6eba7dcfd5991111977e46ffb2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7735315" Longitude="100.6317901" StarRating="3" HotelCode="310416|48314" HotelName="Livotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>707 Soi Lat Phrao 130, Lat Phrao Road, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8f/dd8f3ef08129a8d0a6404de3fd4c86a0bf79f08c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75365497" Longitude="100.64324117" StarRating="3" HotelCode="495276|173285" HotelName="Lucky Green View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>137 Soi Ramkhamhaeng 50, Bangkapi, Bangkok, 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d9/7fd9f249764cc512744efe2efb9e098ee80b70a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74427908" Longitude="100.5509259" StarRating="2" HotelCode="548932|173802" HotelName="Onthebed hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Sukhumvit 1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/78/d478133ed283e1cf7b385ee74ada57ee05a0f7ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78942087" Longitude="100.5749766" StarRating="2" HotelCode="639628|271477" HotelName="Pastel House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1312 Soi Udomsuk 1, Sutthisan Winitchai, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c4/28c4557a6dbb256aa97acfb8eecd05919d49cc25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78553256" Longitude="100.57071447" StarRating="0" HotelCode="747225|495234" HotelName="Ratchada 17 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368 Soi Inthamara 47, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f9/82f9130167e36d3ca872aff1143c2fd956338270.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92801531" Longitude="100.58516862" StarRating="2" HotelCode="746420|285596" HotelName="Naptel Don Muang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Song Prapha 26, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/90/fc900bf6654f9b7eec43656e2b83daca178c5bec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78743732" Longitude="100.63124762" StarRating="3.5" HotelCode="435400|174346" HotelName="The Bedroom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road, Yak 38, Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f5/e6f5bc086bdbb9be01cca231a6e1c0b712cc5489.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.774167829931" Longitude="100.56079064047" StarRating="2" HotelCode="398329|62487" HotelName="The Living Room Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5073/8 Prachasongkhro Road Soi Prachasongkhro 25/1, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/20/7d2028bd2076ad45df5fe03c3542c81024a16cc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75961749" Longitude="100.63903224" StarRating="3.5" HotelCode="945563|233511" HotelName="Zircon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Ramkamhaeng 40, Ramkamhaeng Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c0/8ac00543a3db2518e2e7f115af84c6ae30fa3155.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="16.91" OriginalAmount="15.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722438558612" Longitude="100.73902845383" StarRating="3" HotelCode="96823|653299" HotelName="Silver Gold Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>541/1 On-nuch Road (Huatakhe Market), Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d5eb3c95cc759072c66a2a2a5e9bddad147d2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.682163456949" Longitude="100.47505161219" StarRating="3" HotelCode="378962|172665" HotelName="14 Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rama 2 Road Soi 16, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/fc/80fcf5e064ec6316c1d1a2d1e00e6632ac94a206.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81918105" Longitude="100.5803044" StarRating="3" HotelCode="753108|324687" HotelName="Be My Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngoen, Ratchada 36 Alley, Lane 17, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24156/2524156/1.jpg?f=15501628</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="777058|367554" HotelName="Bonita House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Samsen Road, Phitsanulok 3, Samphraya District, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/49/9d49e1296c0fed4476d4e002581143b6a7cf4750.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70729268" Longitude="100.41654402" StarRating="2" HotelCode="565626|232190" HotelName="Diamond Sweet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/1 Soi Petkasem 41, Petkasem Road, Bangkae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/55/26551b2f409e8fa33fa3bb20a4d91931a7a52fad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|174375" HotelName="Don Muang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/6f/dc6f59f3695578418896babbf761bc97bb3e4e9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|56496" HotelName="Metropoint Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ramkhamhaeng 81, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b28e23122a6d4f4fe00c9aeeb562bf51b2d0af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.86121942" Longitude="100.55169637" StarRating="2" HotelCode="569577|226700" HotelName="Nice Bird Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/159 Soi Chinnakhet, Ngamwongwan 43, Ngamwongwan Rd., Tungsonghong, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918fff5876b85eaa39d4b7414951b73d5bea960b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716851342738" Longitude="100.55692547915" StarRating="2" HotelCode="380423|58208" HotelName="Penang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96/154 Sunthonkosa Road, Penang Market, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a2/53a25923166d12dd6905f392df5a4ecda583f34f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75817194" Longitude="100.64266866" StarRating="3" HotelCode="423206|438592" HotelName="Salin Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Soi Ramkamhang 50, Ramkhamhaeng Road, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/3b/923ba408260aa507d5eca8e2156b29d555b9df32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77786283" Longitude="100.62286165" StarRating="2" HotelCode="954205|233146" HotelName="Sriprajuk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>120 Soi Lad Phrao, Lad Phrao Road, Wangthonglhang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/04/3504362d5b49c2165b6f51aa992f33368926903e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.786288658556" Longitude="100.61348046646" StarRating="2.5" HotelCode="383271|62632" HotelName="Synsiri 3 Ladprao 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Ladprao Road Ladprao 83, Wangthonglang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/ae/6eae62d917b34135a490ca5bfe46573f64ff5209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767747707573" Longitude="100.63263442791" StarRating="3" HotelCode="383775|58676" HotelName="Synsiri 1 Ladprao 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 130 Lat Phrao Road Soi Lat Phrao, Khwaeng Klong Chan, Khet Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9b/4c9beccffbc0376cdbc9b48556fd014e8e97881e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78949595" Longitude="100.57596698" StarRating="2.5" HotelCode="613072|246242" HotelName="The Corner Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1364 Sutthisan Winitchai Road, Soi Sudprasert 2 Alley, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/96/f296cf005458f9a99a7d2105bc46fecd2a777850.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.870408554911" Longitude="100.55486423141" StarRating="3" HotelCode="380435|233280" HotelName="The European Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Ngamwongwan 47 Yak 41, Chinnakhet Road C 2/39, Toong Song Hong, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d3/ffd31ea3d95e66ceab4f1beccf9408715fe7665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.676062767596" Longitude="100.64297459032" StarRating="3" HotelCode="394197|62402" HotelName="Varrzon Residence Srinakarin 56" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>20 Srinakarin 56 Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/73/0173b41844428ba4021a737c5ec8cd2ae5de7ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.771163684038" Longitude="100.63216303616" StarRating="2" HotelCode="384879|61435" HotelName="Viewplace Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ladprao 130, Klongjan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ed/d8ed49d78cfa235c420810983f73c89cd574d8ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69077819" Longitude="100.64066812" StarRating="2.5" HotelCode="438859|172669" HotelName="42 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Srinakarin Soi 42, Srinakarin Road, Nong bon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ef/f4eff975eb42d02cffdf20aed86509327fa4427e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766485107131" Longitude="100.63315882963" StarRating="3" HotelCode="342204|173224" HotelName="Baron Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>777, 777/1 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkok 10240, Bangkapi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28afb3ee8be3682d5c3553b29a770775249542f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715789246059" Longitude="100.47002995445" StarRating="3" HotelCode="378932|173298" HotelName="Beerapan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Wutthkat Road, Soi Wutthakat 14, Taladplu, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59af196a275d4729baa7bd1dc6040454810915.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762993" Longitude="100.498769" StarRating="3" HotelCode="114177|55783" HotelName="Diamond House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Samsen Road, Banglampoo, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/66/4e666a6b14ebca46dd18aff0ba34960a8e6ecd1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688950977979" Longitude="100.60795426369" StarRating="3" HotelCode="75136|17228" HotelName="Convenient Park Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Sukhumvit 62/3, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ec/e1eceb252e5b3968d778dd0bc271fc2a0938e550.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731265126992" Longitude="100.52161880013" StarRating="3" HotelCode="440917|174436" HotelName="iSanook Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>238 238/1 238/2 Siphraya Road, Soi Songphra, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/b3/d3b3250b9cb18d4ba5ea046f54731fcbddc243a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.86336382464" Longitude="100.5577812951" StarRating="3" HotelCode="398529|232104" HotelName="BCJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngam Wong Wan Road, Yaek 18, Soi 47, Thung Song Hong, Laksi, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/18/1c188b0e50a9c07ae0a9bae95bd63ce95d7a6907.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76241843" Longitude="100.7476675" StarRating="2.5" HotelCode="601700|232360" HotelName="Loft 21 Apartment Romklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Soi Romklao 21, Romklao Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c293482bec053e61b8dc1570e8ce23572b809fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789806632484" Longitude="100.55194563967" StarRating="3" HotelCode="338536|58036" HotelName="Nice Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>72/54 Shutthisan Road Soi Inthamara 1/1, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f1/d9f1d9e12251cad39a29b26be005af9167bfe65f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723173236827" Longitude="100.71581367831" StarRating="3" HotelCode="404721|173798" HotelName="NRC Residence Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/9 Soi Ladkrabang 1n/16, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0046447fa28b56ca1f4500d4123ec2937fdfad2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738842769483" Longitude="100.55305774246" StarRating="3" HotelCode="309877|58621" HotelName="Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Sukhumvit, Soi 4, Klongtoey, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.831728311391" Longitude="100.56701052357" StarRating="3" HotelCode="376596|173806" HotelName="Pannapat Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181/11 Soi Phaholyothin 35, Lad Yao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0bebb6723860e6662c284f5e1fd915655ea26e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83318359" Longitude="100.57162149" StarRating="2.5" HotelCode="604203|232940" HotelName="Rabbit Room" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1895/2 Phahonyothin Road, Lard Yao Jatujuk, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792d18c093e198100cb4fc1b2cc0de82e02321c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89310693" Longitude="100.56301197" StarRating="3" HotelCode="604351|233022" HotelName="Room For You" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36/40  Soi Noung Condominium Laksi Moo 1, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d209bc0be68444ecf7d53d4931a50fb9a6dc9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727755642508" Longitude="100.53645349112" StarRating="2" HotelCode="378819|201331" HotelName="The Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/9 Saladaeng Road, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/24/53/24537e0816d9c5b850a593ead69bda476141d2b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71034229" Longitude="100.62925311" StarRating="3" HotelCode="255925|57517" HotelName="The Loft 77" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1707 Sukhumvit 77 (onnuch), Suanluang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d6cb98c11608fed6df45d540cba26ed55a99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67712" Longitude="100.65721" StarRating="3" HotelCode="142232|174363" HotelName="The Residence Airport &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, 135/1 Soi Chaloemprakiat 25, Sukhumvit 103 Road, Udomsook Near Suan Luang Road 9, Nongbon, Bangkok, Pravet</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/5b/345bd47dfa30b00facdbcf5d5d06e59689f212c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753490624912" Longitude="100.60832977295" StarRating="3" HotelCode="60401|232484" HotelName="The Seasons Bangkok Huamark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkamhaeng Road 15, Huamark, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d3/6dd39248c8d1549dc40125964a79893ab51ca069.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71257591" Longitude="100.593721" StarRating="3" HotelCode="615185|367951" HotelName="@Sleep Walk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1112/128-129 Sukhumvit Road, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cb/08cbd5bccd96efca87bc0f3d5e0e9d50c6c24f7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769138264284" Longitude="100.63226820503" StarRating="3" HotelCode="74970|48461" HotelName="Vabua Asotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>392 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/5c/375c5853e1f50eba1b6cddcf4fc69b3001af8438.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741066877919" Longitude="100.55301380341" StarRating="2" HotelCode="429472|58659" HotelName="White Orchid Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/7 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/bf/a9bfc1e2f206a1e7a9acbd828eedc99784af95eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="18.69" OriginalAmount="17.47" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|D15B12" HotelName="New Siam III Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7 SOI RAMBUTTRI,CHAKRAPONG ROAD, CHANASONGKRAM BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2620765_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.884435138999" Longitude="100.60638351873" StarRating="2" HotelCode="392710|54682" HotelName="48 Ville Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Phaholyothin 48, Phaholyothin Road, Anusaowaree, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/03/5e03a1f4ded30cd5fd25f98ef6b7fe231a6a2832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82695069" Longitude="100.66499885" StarRating="3" HotelCode="773386|253965" HotelName="88 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Nawamin 88 (Raminthra 58 Yaek 3), Raminthra, Khan Na Yao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/be/92be742776a4b3ff29d4ae1e9f93fb62b668e9e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723089110832" Longitude="100.54998786881" StarRating="3" HotelCode="322902|173213" HotelName="Annex Lumpini Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112/9 Rama 4 Road, Soi Suwansawat, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/36/ca36e5058f4ce013849ada990de25ca7450cd847.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75850959" Longitude="100.49952096" StarRating="2" HotelCode="784484|367476" HotelName="At Home Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Room Service,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Tanao Road, Pra Nakon, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/9b/639bdf87679e1b825a6dc2b5177176976a9686fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726678586777" Longitude="100.52098434653" StarRating="2" HotelCode="384298|58480" HotelName="O' Nidra House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Si Praya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/97/fd97eef7b854e07dc4991611a8a430e2c3c85f81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70641507" Longitude="100.59614689" StarRating="3" HotelCode="480821|202953" HotelName="Hide Bangkok Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>886 Sukhumvit 50 Road, Phra Khanong, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0d/930de059c82ddbec9aa29079250a456c9091a960.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="604311|232307" HotelName="J Park at Chinnakhet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>112/95 Soi Chinnakhet Nangwongwan Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/48/b5481a6552c2fcaea70d7c5cd952a7e54787b2d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71029128" Longitude="100.62358118" StarRating="2" HotelCode="774616|232321" HotelName="JR Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 3 Sukhumvit 77 Road, Soi On Nuch 25, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/21/59213aa3ed8ce359b6e3ade45227228f6df9241e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762223080906" Longitude="100.49392351982" StarRating="2" HotelCode="520020|519054" HotelName="Khaosan Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>76 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951ce56f59a944affc2def274bf1fd57dd4a095.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71697452" Longitude="100.76500825" StarRating="2" HotelCode="767340|367685" HotelName="L42 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Ladkrabang 42, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/78/a1781e792f9d36c4be4b1fc7e44b34416b7d3032.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722329" Longitude="100.583902" StarRating="3" HotelCode="255724|48704" HotelName="Nantra Ekamai, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/14 Soi Tana Arcade Sukhumvit 63 (Ekamai), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/54/3354872d39081757dc6442be0c2ee2fee1b726b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77704633" Longitude="100.58313722" StarRating="3" HotelCode="866113|376890" HotelName="Nice Hotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>416/8 Soi Pracharath Bumphen 20, Huaikwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/90/e090d3fb1af90513508bb73fd0de87a6907b4b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71380888" Longitude="100.58106392" StarRating="3" HotelCode="338608|232751" HotelName="Nine Place - Sukhumwit Soi 40-Rama4 branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3757/5 Sukhumwit Soi 40 Road, corner Rama 4 Road, Sukhumvit Road, Prakanong (Phra Khanong District), Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ee/bcee49c65e47cdf1ae1220715ed2e0aa9c302e7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71436984" Longitude="100.59055213" StarRating="2.5" HotelCode="610487|232756" HotelName="Nine Place Sukhumvit 46" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44/36 Soi Sukhumvit 46, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/d1/52d1912eaf4d452b8f305d65f2cb0ba644adfbb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739213345245" Longitude="100.55487082501" StarRating="3" HotelCode="380408|58623" HotelName="Orchid Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17/4 Sukhumvit, Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8a/a98a186812672e053f84d28f8f44e0bb08110fb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80196499" Longitude="100.58457655" StarRating="2" HotelCode="520108|232836" HotelName="Pawana Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>235 Ladprao 41 Yak 2, Samseannok, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a5/76a510c6d3bc16cc007090e0acedc09e213186cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79991065" Longitude="100.57028709" StarRating="3" HotelCode="945454|232928" HotelName="Q Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/189 Soi Vibhavadi Rangsit 16/27, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/61/41615d6301387955c8a368ed107343f9717ecfb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725524" Longitude="100.580198" StarRating="2" HotelCode="65490|8970" HotelName="Sawasdee Sukhumvit Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Sukhumvit 57, Prakanong, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/45/6845a100219e648f8c3f9077c3068cae29c35d17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77106681" Longitude="100.5051876" StarRating="2.5" HotelCode="520319|233071" HotelName="Shanti Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>37 Sri Ayutthaya Road, 10300 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4f/e04fb3e88c400e21ac44a15ace7c551ad6aa2170.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762072" Longitude="100.731542" StarRating="3" HotelCode="224724|30893" HotelName="Suphan Lake Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/999 Soi 31-5 Keharomklao, Klongsongtonnoon, Ladkrabang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/25/c72591db0bddc82d1c23fcfa0ae2fd5a90a65900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92937995" Longitude="100.58415132" StarRating="0" HotelCode="841572|495241" HotelName="Sweetloft Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Song Prapha, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499c7b621363b3bcca2b5d4992e6447b4f7137e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.833378648452" Longitude="100.6616184271" StarRating="3" HotelCode="380418|174335" HotelName="Synsiri 5 Nawamin 96" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1013 Nawamin Road, Soi 96, Klongkum, Buengkum, Don Muang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/78/3178dfe1f0a6db9d370e29f1f110eeed926fe1a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.794312" Longitude="100.710639" StarRating="3" HotelCode="188259|16486" HotelName="Tara Garden Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Ramkamhaeng 164, Ramkamhaeng Rd, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac27414cbb22db4b091a195f459a4c4be0db156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76798172" Longitude="100.47669866" StarRating="3" HotelCode="363208|174490" HotelName="Thamrongin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>665/3 Charan Sanitwong Rd., Arun Amarin Bangkok Noi, 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/16/ef16b13f746689ec428f9d17ae9b25b4a90dfbd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724323" Longitude="100.49463" StarRating="3" HotelCode="165841|48463" HotelName="The Aiyapura Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Krungthonburi Soi 1, Klongtonsai, Klongsarn, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ae/ceae9019f0ed78aa7da983fac0e60efc0210b2bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83110346" Longitude="100.57197057" StarRating="3" HotelCode="495250|174344" HotelName="The Bangkok Major Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1658 / 18-21 C 30/1 Phaholyothin, Chan Kasem Road Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f2/f3f23fa77237ec90e844c821ae8b57c58a20604b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75357696" Longitude="100.60852858" StarRating="3" HotelCode="384789|61540" HotelName="Thomson Residence - Ramkhamhaeng" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/4f/d34feda9defb3ec36956ed790944f3b68d139fb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719742" Longitude="100.775874" StarRating="2.5" HotelCode="888671|48841" HotelName="Thong Ta Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1888 Onnut-Latkrabang Road, Latkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc44ae4b4c4447444315ee3786a01e878aecfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="19.85" OriginalAmount="18.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FC47" HotelName="ORCHID RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>62 LADKRABANG 48, BANGKOK, TH BANGKOK SUVARNABHUMI</AddressLine>
          </AddressLines>
          <CityName>BANGKOK SUVARNABHUMI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1606175_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="19.88" OriginalAmount="18.58" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|717481" HotelName="Convenient Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>88/8 SRIVAREENOI RD.(LADKRABANG 54), 88/8 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1148071_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="20.26" OriginalAmount="18.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83962721" Longitude="100.58240112" StarRating="3" HotelCode="407209|65469117" HotelName="Livotel Hotel at Kaset Nawamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Soi Phaholyothin 34, Phaholyothin Road, Sena Nikhom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/77/3d7793c68ec8c0113a217aeef428f94b4ebcaa77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74940427" Longitude="100.623257" StarRating="3" HotelCode="523296|221863" HotelName="@Home Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi 16 Searee 2, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c1/f1c13efbfc26655aef0e9db71c7edebea79b82bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7719118" Longitude="100.63206517" StarRating="3.5" HotelCode="945711|221865" HotelName="130 Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>25 Lat Phrao Soi 130, Khlong Chan, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff0465c203d33c0aa117cefe0669a221ed79fed6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|232126" HotelName="B your home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22  Saranakhom 3 Soi, Songprapa Road, Seegun, Donmuang 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/6c/646c0adf9c04aa35b4c2f63b65db0c1c1afe6a19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.690194899691" Longitude="100.60475288536" StarRating="3" HotelCode="621317|253980" HotelName="Baan Mek Mok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>306 Soi Pongvetanusorn 2, Sukhumvit 64, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/68/ba68f588606efe673653b3478b944830ca63ebde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83285343" Longitude="100.55982464" StarRating="2" HotelCode="495895|173221" HotelName="Baan Mi-Na" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/44 Soi Vibhavadee 38, Ladyao District, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cb/b9cb9c61664d630cdd3a80476c9d0301c221a187.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74733501" Longitude="100.49745008" StarRating="2" HotelCode="408031|174414" HotelName="Bangkok Bed and Bike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/6-7 Sikak Phrayasi, Wangburaphaphirom, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/67/63670dfefa533f3846351fbc62f2eb1294e9abb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82023104" Longitude="100.58340869" StarRating="2" HotelCode="951171|376825" HotelName="Casa Luxe Hotel And Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadapisek 36, Yak 19-1, Chandrakasem, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/4576d411190f68e454ad2b1ec2aafcb7a14bc403.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80160969" Longitude="100.6212087" StarRating="2.5" HotelCode="586716|232162" HotelName="Chantra Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>662 Soi Ladplao 87, Yaek 32, Wangthonglang, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77224e46e7be989a34fdf778cf810e2f0566de81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72115" Longitude="100.765056" StarRating="3" HotelCode="98789|22017" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Soi Lad Kra Bang 42, Lad Kra Bang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/40/b240439e38777ff0907bd76b7c6d729e29f59a5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72745604" Longitude="100.52427996" StarRating="2" HotelCode="583319|223865" HotelName="Hoft Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Road, Suriwong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/59/6d59c5809c7720a43ad0c02cd0645846a6579a14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91509951" Longitude="100.58589113" StarRating="2" HotelCode="582177|223870" HotelName="Hoppers Place Donmuang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Chang Akat Uthit Road, Donmueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed1508de92d65441e1a7c9b68c1b51513d4b58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80610121" Longitude="100.51126084" StarRating="2.5" HotelCode="602656|226698" HotelName="Ms Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>683 Soi Jaransanitwong 95/2, Bang Aw Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3b/e33b17dca4f9f045a9ce6b78ae535a7bf871b96d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746989" Longitude="100.54881" StarRating="3" HotelCode="293445|57824" HotelName="Nantra Ploenchit,Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/12 Soi Nai Lert Wireless Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/9b/eb9bb84979c8d42e79e85fbefd3f3b8fcbe92bd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742943372005" Longitude="100.601859569" StarRating="3" HotelCode="36349|48460" HotelName="Nasa Vegas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Ramkhamhaeng Road, Sukhumvit 71 Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8c/ab8c2b984b203bfb421da822039f9e6cf5ae81e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75866402" Longitude="100.49976898" StarRating="2" HotelCode="876225|376893" HotelName="Nina Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Thanon Tanao, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/88/928855b143bcb53a8911153bd178bfedfb9784dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721678" Longitude="100.763339" StarRating="4" HotelCode="933173|48835" HotelName="Ploy Khumthong Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1194/5 Soi Latkrabang 40/2, Latkrabang District, Airport Suvarnabhumi, Bang Na, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248f7893fe132d6d65b52f303128fbcfcd86e2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71816374" Longitude="100.7889819" StarRating="3" HotelCode="584223|232881" HotelName="Pongsakorn Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>81/7-8 Soi LuangPang 2, Thap Yao, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d0/9ed0612ad0b8e02ee74c93568ed3775f820c33c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7203" Longitude="100.730139" StarRating="3" HotelCode="136258|26980" HotelName="Regent Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30/1-32/1 Soi Ladkrabang 22, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/87/3e875a77a3bff34772cb76aea7672b1afda7ccfb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.829496104833" Longitude="100.57128135536" StarRating="3" HotelCode="340639|367879" HotelName="Sena House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road, Chankasem Chatuhak Bangkok, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b5/7bb5792fb1fa973b0e4c2c7fa6ea541d84d35aea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78125127" Longitude="100.59183196" StarRating="3" HotelCode="614471|246238" HotelName="Sleep Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/9 Soi Pracha Rat Bamphen 26 Yaek 12, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e902ae18c7a6665939f695453de0f6f7ecb76a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.764207022586" Longitude="100.49962017187" StarRating="2" HotelCode="376777|173859" HotelName="Suksawad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/3 Samsen 6, Banglampou, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d4/a0d47841ada62e05ebf0ba673bdd1c135243d85c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73827117" Longitude="100.52059846" StarRating="2" HotelCode="569795|367914" HotelName="T-Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41/64 Charu Mueang Road, Soi Sunthon Phimon, Rong Mueang, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/56/a3565ac8b109d673b01075ed51eb33094cb12b25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81391497" Longitude="100.72481063" StarRating="3" HotelCode="603422|233242" HotelName="The All 24 Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sihaburanukit 9, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/2c/fd2c5e072de25f37d1ad23b12ff9acc06ceadef2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|233290" HotelName="The Journey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47 Yaek 44, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a534670df7a413d7cad3ee8996b0b5b5ae9e64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72169895" Longitude="100.65181689" StarRating="3" HotelCode="781822|367979" HotelName="Waleepai Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Onnut 53, Sukumvit 77 Road, Yaek 1-4, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/25/8f2590031785b69955d293ef9d44a24898521d7c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="21.19" OriginalAmount="19.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71365496" Longitude="100.5268309" StarRating="3" HotelCode="380582|585810" HotelName="H2 Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>529-533 Soi Sathorn 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/63/b263568948f668af0cd8d2b29b4ad2f458a311f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.711577466969" Longitude="100.43222795711" StarRating="3" HotelCode="438828|172666" HotelName="14Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1-2/3 Phetkasem Road, Soi 35/1 Bangwha, Phasricharoen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/dc/69dc04ae6dbc71bae1f0c11a00b19113d54f5dfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75747057341" Longitude="100.64290132335" StarRating="3" HotelCode="398351|54684" HotelName="AC Sport Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>61/1 Soi Ramkhamhaeng 50, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefb714ffb40d5dd0c95fc9b4d7ec14818de42b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67071211" Longitude="100.60482845" StarRating="2.5" HotelCode="582424|232075" HotelName="Baan Mai Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3262/2 Soi Wat Bang Na Nai, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0ff8ab71572af661a14e0e14e00c0e1fcdd98f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79157464468" Longitude="100.57506162779" StarRating="3" HotelCode="343431|58248" HotelName="Calypzo Ratchada 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi Rungrueng Ratchadapisek Road, Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/cd/86cda3de14e4c2813f21b9c2802d00304cd9ba95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78618182" Longitude="100.78011426" StarRating="3" HotelCode="630616|254045" HotelName="Kailub Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>225/109-110 Khumklao Soi 9, Saanseab Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/95/e195c55c95dba107bbd60261b05cfff28b3dd445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|26954" HotelName="Forum Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2, Thungwatdon, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/5e/a25ec86cded3d0e115818403dc6ba667ea7a832d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718923678654" Longitude="100.76419466681" StarRating="3" HotelCode="586514|223518" HotelName="Gold Airport Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotels,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Ladkrabang Soi 40/2, Ladkrabang Road, Lat Krabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/05/590540d4552b488d7d25a48b4d8da42ec2d4eef0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716631" Longitude="100.775898" StarRating="3" HotelCode="900652|16872" HotelName="Great Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1892/1 Ladkabang, Ladkabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/74/cc741c3f8b7b0886e557cf53814bd426cf371e8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973743|499179" HotelName="Hallton Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1917 Soi 20 Mithuna Yaek 19, Pracharat Bamphen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0c/840c85222d19f420d75db3ce061a0da3c080cf9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68917019" Longitude="100.60895686" StarRating="3" HotelCode="586224|232244" HotelName="Heyha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2346-23489 Sukhumvit Road, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4c/334c87ca56d10b80bae8cb59f62f36eedcfa36ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78455692" Longitude="100.56380687" StarRating="2" HotelCode="516174|223501" HotelName="CK2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Intamara 22, Suthisan, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877f112c60e4675871d7ca64e96a2e939dc6d68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71035676" Longitude="100.6099671" StarRating="3" HotelCode="603287|232344" HotelName="Lee Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>444 Soi Onnut 10, Sukhumvit 77, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a7/3ea7d1925f9b99e8a1989252375e1ff5f5577e86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715703555849" Longitude="100.53159703306" StarRating="2" HotelCode="425195|232355" HotelName="Living Naraa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28/88 Narathiwas Rajanakarin Road Soi Narathiwas Rajanakarin 8/1, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/99/a799076aea5cc5c62e3ec7b69dbf10effffd8c3d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721692" Longitude="100.58305833333" StarRating="4" HotelCode="915486|57422" HotelName="Lodge 61 Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1221 Sukhumvit Soi 61, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/07/26071a3688f9b755e594b0737c7e0a2c9c100736.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78631314" Longitude="100.56839189" StarRating="3" HotelCode="583185|226696" HotelName="Maverick Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Inthamara 45, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c5fc9eb92689965450149c2e8a6b16e46c619d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76974477" Longitude="100.58278705" StarRating="2" HotelCode="765802|324703" HotelName="Mok Mek 72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>72 Soi Pracha Uthit 24, Pracha Uthit, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/82/458247cedb5560f7201202ea069d464bf903d29f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74631605" Longitude="100.35609439" StarRating="3" HotelCode="614584|246224" HotelName="Nonnaisuan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18/11 Thanon Bang Waek, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/89/c18998644291af41ba5a2713ceac3f2355d1b260.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70557228" Longitude="100.37905865" StarRating="3" HotelCode="786110|367823" HotelName="Penyos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Soi Petchkasem 67 Moo 10, Lane 12, Lak-Song, Bang Khae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e1/79e1847624973bdf70115725a89c18ec63d20b47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76879843" Longitude="100.57438333" StarRating="2.5" HotelCode="945685|232886" HotelName="Popcorn Ratchada House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ratchadapisek 10 yaek 11-4, Ratchadapisek Road, Huaikhwang Somjai Mansion, Ground Floor, Bangkok 10310, Huai Khwang</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/46/6846b2fa0175e3a48b9f8e8897e7717a91365f41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760428240889" Longitude="100.49679990465" StarRating="2" HotelCode="398631|62007" HotelName="Rambuttri House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Coffee Shop,Elevator,Housekeeping,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Rambuttri Road, Taladyod, Pronakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/76/7376e535ae54a10ed8be46834520f309dbc8319f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71103134" Longitude="100.41045293" StarRating="2.5" HotelCode="604221|233028" HotelName="Ruan Plaisoi Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 80 Petchakasame Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/34119d9c0c3adf31159f0bb2585d5627a2308b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758336431842" Longitude="100.49992570127" StarRating="0" HotelCode="188249|519196" HotelName="Siam Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Pradiphat 10, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7e/797ef0b008813eb3878208c632f542615b8f08e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766367714069" Longitude="100.63210059424" StarRating="3" HotelCode="384124|63861" HotelName="Synsiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Panya-Ramintra Road, Khwaeng Kannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/1b/911bbed6a1af6034f8a9c234b6e36d5e249179ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76042201" Longitude="100.49802844" StarRating="3" HotelCode="520120|62136" HotelName="Tanee Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94,96,98 Tanee Road, Taladyod, Pranakorn, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/c2/e9c27b5adf01b9980c0127ec6e6e9daed51e350b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75222334" Longitude="100.62443351" StarRating="3" HotelCode="586723|233285" HotelName="The Garden Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27/2 Yaek 22 Ramkhamhaeng Road, Seri Village 1 Soi Ramkhamhaeng 24, Huamark Bangkapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e7558a974e69975856499a0998256806c1b754d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7226846" Longitude="100.76467189" StarRating="3" HotelCode="739857|367935" HotelName="The O-Zone Airport Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="24 Hour Security,Golf,Housekeeping,Internet,Restaurant,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>1529/4 Lat Krabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/f8/8ff8c7def85f109d2d32b5c219008eeda6607b40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723262" Longitude="100.753756" StarRating="3" HotelCode="189255|48839" HotelName="The Phoenix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Ladkrabang Soi 7, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/9c/569c7f9feb7963a8889f42369e16c92a810b9c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8849442" Longitude="100.5610849" StarRating="3" HotelCode="342645|232862" HotelName="Petpimarn Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/89 Moo 6, Thungsonghong, Amphoe Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/12/6a12163bdf657455649019df8a18883bc07ba2ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.763732" Longitude="100.503604" StarRating="3" HotelCode="64964|33279" HotelName="Trang Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Wisutkasat Road, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/04/17042497ff2fac6c3a939aa2663d5bae081351f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="21.67" OriginalAmount="20.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|598175" HotelName="Infinite Hotel - Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>95 INTAMARA22 SUTISARN ROAD DINDAENG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1605834_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22.32" OriginalAmount="20.86" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4768" HotelName="Mall Suites Hotel (formerly Mall Suites Express)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3530 LATPHRAO ROAD SOI 144 KLONGCHAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2542356_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22.47" OriginalAmount="21.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717823909166" Longitude="100.52568286658" StarRating="4" HotelCode="130259|717416" HotelName="The Heritage Hotels Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Sathorn 13 Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/f9/9af9c637e87bc3e2aba5e950f061d7167c5c7337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.681512701489" Longitude="100.47312506733" StarRating="3" HotelCode="339348|52057" HotelName="14 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 Rama II Road Soi 18, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/b9/ccb9fa0b944277b37b8a2541284339492ba0bd41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.673525359281" Longitude="100.45482758201" StarRating="3" HotelCode="398494|52058" HotelName="14 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/354 Moo 10, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/6e/476e2849fca3da32e09a02c652a877612a7f5e9a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.64836974" Longitude="100.522892" StarRating="3" HotelCode="411661|204793" HotelName="14 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>119 Suk Sawat 66 Road, T.Bang Phueng, Phra Pradaeng, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/34/a9349d484535cc2af8a93ba1a33708bf81c870d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81856918" Longitude="100.59234648" StarRating="3" HotelCode="585240|232038" HotelName="48 Metro Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lat Phrao Wang Hin 48, Ratchada 32, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da4a521580f45cb699a596427a74328e89cd9ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72015466" Longitude="100.74006857" StarRating="3" HotelCode="545833|173214" HotelName="A Port Studio Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>840/1-2 Ladkrabang Road, Lat Krabang 10520, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9fcd9eead800996b57b638ab40115268e597d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76822573" Longitude="100.62297473" StarRating="3.5" HotelCode="943388|223111" HotelName="Atelier Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>256 Soi 122 Ladprao Road, Mahadthai 1, Wangthonglang District, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/31/2031e2ef8bb1377b699b523222d42122bb8681be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81654532" Longitude="100.60998507" StarRating="2" HotelCode="421668|63541" HotelName="Bansabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nak Niwat 53, Lat Phrao 71 Road, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/91/d391c4f61fe93a402c96521c57078ab8f679b32e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.651363870682" Longitude="100.61095761839" StarRating="2" HotelCode="357129|184755" HotelName="Bearing 26 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88/88 Moo 10, Samrong Nuea, Bangna, Samut Prakan, Bangkok 10270</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ef/b4ef288d8c9964565e2eb6514c019731652d5ac2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80362262" Longitude="100.55641477" StarRating="2" HotelCode="329499|58166" HotelName="G9 Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 Phaholyothin Road Soi 18/1, Ruamsirimit, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/44/2b44c21b45c04226304262761c7786f281d19cc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726699162941" Longitude="100.56489547109" StarRating="2" HotelCode="329706|58538" HotelName="Honey House 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>106/3-4 Sukhumvit 22 Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4b/7d4bb896778101fc2fd69b21b7842b2ff51e0c1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733123224886" Longitude="100.56504775992" StarRating="3" HotelCode="433877|232258" HotelName="Honey House 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/3-4 Sukhumvit Soi 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/40/52403bb03cd88b5b777bec0ad5b28fd2e406f5df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7590142" Longitude="100.4970419" StarRating="3" HotelCode="915488|56799" HotelName="Khaosan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Khao San Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/02/1d0281aacfe8966f20fd62f591ce639e98a30e58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76682344" Longitude="100.64651519" StarRating="3.5" HotelCode="522784|173807" HotelName="Pantip Hotel Ladphrao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3191/1-428 127 Ladprao, Klongchan Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0a/960a670618c8410ac0977e156bae920356de496d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75361475" Longitude="100.78939943" StarRating="3" HotelCode="603633|232878" HotelName="PN Home Service" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road, Happy Place Village 2, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/91/2a91bbd6aee56041c7ce29b1a221ca294a97dcdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78496522" Longitude="100.57079886" StarRating="3" HotelCode="758989|367846" HotelName="Resort V MRT Huai Kwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47 Alley, Ratchadaphisek Road, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e0/9be0c7bdae9cfa91b8df6105882141f97fdf8d48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76663676" Longitude="100.47017093" StarRating="2.5" HotelCode="475977|58247" HotelName="Riski Residence Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>27/85 Bangkhunnon Soi 13 Road, Bangkhunnon, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc21f452ddd16934c4da087d8a800883f4fe79e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.841632078392" Longitude="100.55977776163" StarRating="3" HotelCode="384273|61232" HotelName="Room At Vipa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>71/14 Vibhawadee 44, Lad-Yao Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ce/04ce1fc6aee36976b40c59da7dc42227235a0587.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760600045389" Longitude="100.56444991595" StarRating="3" HotelCode="380583|57555" HotelName="Tanatawey Places" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>504/1 Asok-Dindang Road, Tanatawey Place Building, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253108/253108a_hb_a_040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760236053134" Longitude="100.49693957241" StarRating="3" HotelCode="902595|56409" HotelName="Sleep Withinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rambuttri Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/65/a9652e430e9efff12291cdf91c186357f3c48221.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76480302" Longitude="100.50272303" StarRating="3" HotelCode="352122|55502" HotelName="Swana Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>332 Visuttikasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ff/50ff130bc5c7a4254220f1fc009cd294fe35bbb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84395191" Longitude="100.6456575" StarRating="3" HotelCode="442577|233312" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112/26 Ramintra 40 yeak 19 (Nuanchan), Buengkum, Bangkok, Bangkok Province 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/82/6c82ce951975c26dec7c0cb3e78defc9cef378f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.869901" Longitude="100.55919827" StarRating="3" HotelCode="404684|233355" HotelName="The Riche Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Ngam Wong Wan 47 Yak 42, Thung Song Hong, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/54/07540cff75f765901ed72fcd321b4f2dd92bf84f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.549597" StarRating="3" HotelCode="136256|271509" HotelName="Tivoli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71/2-3 Soi Sri Bumphen, Yen-Arkart Road, Thungmahamek, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/08/940899a9315ac30ff92d6a3281c16b2ae90a0185.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75230631" Longitude="100.52812504" StarRating="2" HotelCode="765993|367950" HotelName="Timber Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>291/27 Phaya Thai Road, Soi Phaya Nak, Ratchathewi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/51/8551f369ed10832a86e448b8cf5657fa7c0c4fba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789670282874" Longitude="100.57849287987" StarRating="3" HotelCode="186270|48458" HotelName="Ton Aor Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67/2 Sutthisan Road, Huai Kwang District, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/76/47764830a156134b64e09aa530b8e3b6937baa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77178464" Longitude="100.61210651" StarRating="3" HotelCode="603638|227174" HotelName="PARC Town in Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1203/2-217 Soi Ladprao Road, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4e/704e7013c9898e317629500e049bdace83e1dfe5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722614339306" Longitude="100.56152036004" StarRating="2" HotelCode="543938|58394" HotelName="Varinda Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Garden,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>124 Soi Yekpaisinghtoh, Klong Toey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/d6/97d6cd01fb047eb7eb822871a6bc94134cf6d378.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753293" Longitude="100.543938" StarRating="3" HotelCode="255717|61766" HotelName="Shadi Home &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38/5 Soi Wattanawong Ratchaprarop Road, Makasan, Patunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/e9/d8e9f85b9e86084dc5e47559f3368351d1a943ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76101831" Longitude="100.50169287" StarRating="2" HotelCode="587956|232077" HotelName="Baan Nampetch Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>402/2 Trok Kasemsri, Soi Wattrithodsatep, Phachatipatai Road, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/1e/291e8f7b8f32b70503db5805bb6736d50d9ce298.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.696345" Longitude="100.513022" StarRating="3" HotelCode="65093|3700" HotelName="Howard Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3641/10 North-South Sathon Road, Charoen Rat Road, Bangkhlo, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/5d/9b5d12722fcceb254fad7d55db366c974e663dfd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.693675202705" Longitude="100.64402273822" StarRating="3" HotelCode="73248|57138" HotelName="King Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Srinarin 40, Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/6f/f06f51fb3a16514f27347c8fabe904df326f8de8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.890459659879" Longitude="100.56156117104" StarRating="3" HotelCode="380577|223505" HotelName="Delight Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/9 Chaengwattana Road, Soi 15, Thungsonghong, Laksi, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60bc6bf3f90f34a15d35e0facdc1adc6660f66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81011346" Longitude="100.55871488" StarRating="2" HotelCode="638258|271439" HotelName="Ease Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1082/34-35 Phahonyothin Road, Chom Phon, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f55d9887747400d93735a82b667695871ed60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7543748" Longitude="100.6117414" StarRating="3" HotelCode="150141|57426" HotelName="JL Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkhamhaeng 23, Ramkhamhaeng Road, Soi Wat Pra Kraisri 1, Huamark, Bangkapi, Bangkok, Bangkok Province 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3ec6ed23a2a109806b6a1074604a473a978b7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69345871" Longitude="100.6463485" StarRating="3" HotelCode="362389|61948" HotelName="KC Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Supapong 3 Yeak 1 Srinakarin Road Nongbon Prawet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/20/7220f032dae06dc7b2eb5f8e541b9c818e9efbea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.792754464603" Longitude="100.57394385338" StarRating="3" HotelCode="166759|201824" HotelName="Lantana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 Ratchadaphisek Road, Bangkok 10400, Din Daeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/73/e5730a567577576e26a455d06a620885e16c228a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68909763" Longitude="100.638764" StarRating="3.5" HotelCode="945518|226080" HotelName="Leenova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83 Soi Supapong 1, Yak 3, Srinakarin 42 Road, Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/08/3d084a857ffa7ef81ae6cfc525f61c538c9e02a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70508933" Longitude="100.5056414" StarRating="2.5" HotelCode="520113|232362" HotelName="Long Zhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road, Phrayakrai, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/9c/629cf4e05d60c9d53846f736f896ea24ecc0d429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766652" Longitude="100.643654" StarRating="3" HotelCode="933168|173286" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3530 Latphrao Road Soi 144 Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832fb9b285de392cda08c18a0a6a7d0d3a04cc0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91517448" Longitude="100.58588295" StarRating="3" HotelCode="588198|226697" HotelName="Mont Place Donmuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>252 Chang Akat Uthit Road, Near PTT Station, Khwaeng Don Mueang, Khet Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/48/67482c516d222972c0a416217d8f5b55022e8745.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.854104985501" Longitude="100.53504679539" StarRating="3" HotelCode="305997|161329" HotelName="Riski Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>178/2 Ngamwongwan, Soi 8, Bangkhen, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3f/9c3f618a9642f22c34b653761a6960ab9c0a5dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74133168" Longitude="100.50518139" StarRating="2" HotelCode="778428|233037" HotelName="Sampheng Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/8557d7793cd21629fada948cd78ea7f81c812d8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754693970952" Longitude="100.51049494201" StarRating="2" HotelCode="337843|233127" HotelName="Smile Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Damrongrak Road, Pom Prap Sattru Phai, Soi Trok Kee Thao, Behind Bo Bae Tower, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/c8/ffc896f3c48c60ce923d8f0a57a9a228344cfc01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688253363819" Longitude="100.60912922856" StarRating="2" HotelCode="308181|233343" HotelName="Spacy BKK" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2294 Soi Sukhumvit 64, Sukhumvit Road, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8b/298b54dca0e97aec383f4985a4f627b33667b248.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7753679" Longitude="100.48080106" StarRating="3" HotelCode="601578|233213" HotelName="Sudyod Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Road, Bangbumru, Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/70/2870fa703b6abf24dfe700e4dc215fe6b5973d2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73077291" Longitude="100.56387342" StarRating="3" HotelCode="359397|61009" HotelName="Sukhumvit 20 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64/1 sukhumvit soi 20 klongtoey bangkok, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1259a11cdc90a3a053d7df1e1e298ddd76881.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767296817794" Longitude="100.53972852472" StarRating="2" HotelCode="380547|233228" HotelName="T Hostel @ Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>156/3 Phahonyothin Road, Samsennai, Phayathai, Chatuchak, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9344398</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760198911636" Longitude="100.49840983421" StarRating="2" HotelCode="903161|174342" HotelName="Thai Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/1-3 Tanee Road, Taladyod, Panakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/52/db525f59e04cec7e9ff25d50b952c0add1faff2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75947987" Longitude="100.49829092" StarRating="3" HotelCode="943346|223321" HotelName="Villa Cha Cha 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327/ 2-4 Rambuttri Road, Talad Yot, Phranakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/85/7b85e0e95d2df80b3d21ac1587b3118f2f8f604c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="23.67" OriginalAmount="22.12" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717670" HotelName="Sabai Sabai @ Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>984 / 22-27 PRIDI BANOMYONG 40,SUKHUMVIT 71 RD. BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979520_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72242604182" Longitude="100.50553762698" StarRating="3" HotelCode="387202|172671" HotelName="Aim House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>95, 99 Soi Charoennakorn 14, Khlong Ton Sai, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b3/6db3a8143d36002336b9540a8a23f5e75573987c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.667631" Longitude="100.620153" StarRating="3" HotelCode="89140|9142" HotelName="Avana Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 Bangna Road, Bangna District, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a2/c2a2f71191e6bcd857fbccbe7f5f2ac6a34a8816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721810240771" Longitude="100.49165252299" StarRating="3" HotelCode="225556|232090" HotelName="Bangkok Loft Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Somdet Phra Chao Taksin Road, Near Soi 7, Bangyeerua, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/02/42028b0d8854ae6ffaca2c79de94f728fb40ab51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76248017" Longitude="100.56509667" StarRating="3" HotelCode="435653|223487" HotelName="Blissotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>322/389-390 Ratchada Soi3, Asoke-Dindang, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/81/bc81a21c833f25f8e72a9299142af875b38a031e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|56422" HotelName="Centric Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/29 Soi Yucharoen, Asoke-Dindaeng Road, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c5/b9c5231564f184e1e50ba633e6575001a8ab37e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75856038384" Longitude="100.49801506898" StarRating="3" HotelCode="380538|58693" HotelName="Khaosan Park Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>202 Khaosan Road, Taladyot, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/3e/903e4dba9f9030cb3aef8640b8bc1d35bab165a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66256442" Longitude="100.60842109" StarRating="2.5" HotelCode="622852|254188" HotelName="Villa Madame Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Sukhumvit 105, Soi Lasalle 11, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a6/06a6108b4f420d38426f3d4b86d088713d483cf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754913627742" Longitude="100.50039180898" StarRating="3" HotelCode="188208|48414" HotelName="MeStyle Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2220 Mituna Soi 13, Huai-Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e2/62e216ac10b171914a9ac4eb8a9d570135f34d0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759389054279" Longitude="100.49556459728" StarRating="3" HotelCode="380414|58532" HotelName="Pannee Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chakrapong Road, Banglampoo, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de61293dcd8c77593057bf3aa1e09c4d43b89571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83771373" Longitude="100.5754594" StarRating="3" HotelCode="495753|173804" HotelName="P24 Kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phahonyothin 36, Senanikom, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b6/9ab62a59daae0ada6479085b46c178340adf007c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721078" Longitude="100.506494" StarRating="3" HotelCode="176258|48471" HotelName="Sarasinee All Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>369 Soi Charoen Nakorn 14/2, Krung Thon Buri Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/99/bd9979c6a6732203b6359522c125aa5694ba2279.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.823974649531" Longitude="100.56351464969" StarRating="2" HotelCode="915493|57438" HotelName="Poonchock Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Phaholyothin Soi 23, Phaholyothin Road Ladyao, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3fc3874e098baddf93f2334e77a22b4769e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|367849" HotelName="Rest24 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Maha Nakorn Road, Maha Phruttharam, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/29/d029fb479b43990361f1882eb2921915dfc283ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69676641" Longitude="100.51099531" StarRating="3" HotelCode="586665|232978" HotelName="Rio Monte Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Chalamnimit 6, Bangkho, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9c/fc9c0a8128dfa78747619234f546682d6cf6d3ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72123485934" Longitude="100.54602731501" StarRating="2" HotelCode="391574|63005" HotelName="S1 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/1-4 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/07/eb07acf525f9a672984b666896004ba741449932.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75446261" Longitude="100.53991417" StarRating="2" HotelCode="853371|376898" HotelName="Shining Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120/183 Ratchaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10444345</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74709104" Longitude="100.52470114" StarRating="0" HotelCode="744112|285645" HotelName="Siam Stadium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Rama I Road, Khwaeng Wang Mai, Khet Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e622625daa344dd5a2d97b432a00263c4b0a60b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720574290612" Longitude="100.54736146832" StarRating="2" HotelCode="376453|173856" HotelName="Sribumpen+" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/1 Soi Sribumpen, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5f/a75f9359c190285493e224aa898af5b32babd457.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.785749" Longitude="100.574109" StarRating="3" HotelCode="160305|63913" HotelName="Pietra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Ratchadapisek Road, Huay-Kwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/64/e4649fd3815b8a9cdc99ebb16b27ab1505e59692.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76018333" Longitude="100.49854609" StarRating="3" HotelCode="520292|204783" HotelName="The Secret Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>113/1 Tanee road, Talardyod, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d3/5dd382fb4629cec372f387ee1c78f62d23216e88.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759285821957" Longitude="100.63974074439" StarRating="3" HotelCode="380421|62328" HotelName="Three Seasons Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Ramkhamhaeng 42, Khwaeng Hua Mak, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/58/8d58d2959416b79af982646a9de2ea5e6f59b5c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75497887" Longitude="100.53353301" StarRating="2" HotelCode="779356|367983" HotelName="Yaksa Private" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>69/27 Phayathai Road, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/15/481537ed4e6f10711ef0ece1f6547696faaa8036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.962415170519" Longitude="100.62415480614" StarRating="4" HotelCode="37609|48308" HotelName="Asia Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/2 Moo 8, Phaholyothin Road, 12130  Lamlukka Pathumthanee</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/52/3952c3f94c0765a0186919b40ad37db0c9279039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.6692978" Longitude="100.68588044" StarRating="2.5" HotelCode="621094|253982" HotelName="Baan Noppadol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71-75 Ramkamhaeng 2 Soi 8, Dok Mai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/61/006123366ac2392e9036102cc388afdaa6b2fbfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80676581" Longitude="100.55747653" StarRating="2" HotelCode="573101|232108" HotelName="Bed To Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1064/67-69 Soi Choei Phuang, Phahonyothin Road, 18/2 Chompon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/50/2d509a2a96de588dd73a2589ad7a720f23e86c8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91201054" Longitude="100.57152754" StarRating="2" HotelCode="600875|232111" HotelName="Beige Poshtels Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>494 Kosumruamjai Soi 42, Kosumruamchai Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/44/db4446f8d3a0934a8e06f1b8b6a23754a4ba0006.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75259478" Longitude="100.54627927" StarRating="2" HotelCode="320415|48391" HotelName="Chang Siam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1091/63-64 Soi Petchburi 33, New Petchburi Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f5/aff5d27ce17c415c52c8a162a2f2fe1eef30ac13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726691555732" Longitude="100.53119707918" StarRating="2" HotelCode="378887|201326" HotelName="Silom Bird House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Housekeeping,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>5/10 Soi Silom 3, Soi Pipat, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585410/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|63437" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi CharoenKrung 22, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/fc/05fc4ad153da3680e028785cdf3e54481bdf7623.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76482727" Longitude="100.61574995" StarRating="3" HotelCode="439614|63268" HotelName="Marigold Ramkhamhaeng Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ramkhamhaeng 43/1, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d8/b7d88b4154d82b41e8d3d44ff69b815594de96dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78000055" Longitude="100.57722393" StarRating="3" HotelCode="766071|367738" HotelName="Mestyle Garage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>53 Soi Paisarn, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b7/6ab7802d542e023e6ee685970b3afc758866ee8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92427699" Longitude="100.59943289" StarRating="0" HotelCode="853715|499170" HotelName="Moca Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>371/45 Saranakom 2, Songprapha Road, Sikan, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/78/1878484a3d4d33a643f46e6cc14ce880c13bbd20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743063967711" Longitude="100.55366635323" StarRating="2" HotelCode="64958|22621" HotelName="Pinnacle Sukhumvit Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/13-16 Soi NaNa Nue, Sukhumvit 3/1 Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6f/046f0523831f9dbb3555b69fddd0fef94b3736d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754535365563" Longitude="100.54088741266" StarRating="2.5" HotelCode="337890|58681" HotelName="Siam Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop Road, Rajprarop 5, Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15169498d129571f68f6dc97fd64581caf145744.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|254160" HotelName="The Moon Night Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road, Taradyod Phrana khon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/48/a84886917b1aed32e6d9f57f15aae339bb9b9b0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79244647138" Longitude="100.57393714251" StarRating="3" HotelCode="68188|55180" HotelName="Veronica Residence Boutique Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227 Rachadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a6/66a692057959b5bdc034e10b829460c0ff997739.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707802352552" Longitude="100.6179318825" StarRating="3" HotelCode="429468|63827" HotelName="Wealth 30th Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>27/1 Sukhumvit Road, Soi Onnut 30, Suangluang District, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/43/31431c1c487c755af91136fe6c1191e3ca031507.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747890457821" Longitude="100.55427253246" StarRating="3" HotelCode="64955|3525" HotelName="Anya Hotel@Sukhumvit 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>72 Sukhumvit Soi 3 Road, Nana Nua, Klongtoey – Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b1/abb11aff213f7ee93eb6111cf9ef5f10cacb5615.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.841044" Longitude="100.562141" StarRating="3" HotelCode="255729|48313" HotelName="Cinnamon Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>62/67 Soi Viphavadee Rangsit, 42 Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5c/f95c66145d7560857fa0621952f8a62bd14f2268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754672422533" Longitude="100.53959991146" StarRating="3" HotelCode="343492|58374" HotelName="Le Touché Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis, Ratchaprarop Road, Amphoe Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/46/88463c428e52ae567424f356091963741dd1d625.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762070435383" Longitude="100.49417890524" StarRating="2" HotelCode="147381|62774" HotelName="Erawan House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1-2 Phra-Artid Road, Chanasongkhram, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570e2c7f75b95789d902d47248cef5a90094c1f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754244595327" Longitude="100.53967059008" StarRating="3" HotelCode="397270|63521" HotelName="Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122/19 Rajchaprarop Road, Pratunam, Rajchathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/2e/df2e32b3fe6450c1b4facff8e0863a5970f91da2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789473" Longitude="100.537551" StarRating="3" HotelCode="95921|8183" HotelName="Grand Tower Inn Rama VI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>402 Soi Rewadee Rama VI Road, Samsennai, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/99/b1994cb83d671408181a26d7fefaf9935d93d45c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75673482" Longitude="100.54431892" StarRating="2" HotelCode="403016|173272" HotelName="Kim Hostel at Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/5 Soi Ratchaphong, Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/9e/1f9e1de899419749c46188e14f16551ee8e9be75.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745067526826" Longitude="100.55690646172" StarRating="3" HotelCode="67542|9418" HotelName="Le Fenix Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/33 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/33/2533d9209430791cf48fa8cff3abe7f0fe3ae8da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72344504" Longitude="100.75368571" StarRating="3" HotelCode="351106|254075" HotelName="Lilac Relax-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Lat Krabang 7,, On-nut Lat Krabang Road, Lat Krabang District, Lat Krabang, 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e2/9ae27505e8b8340fc945d2f440e469c067314c4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75334122" Longitude="100.53724168" StarRating="2.5" HotelCode="572405|232371" HotelName="Micro Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/8 Petchburi 15, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/e1/89e1f67915c1dad78df4b7752f2e0cdf185bba00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.911224495017" Longitude="100.59169084008" StarRating="3" HotelCode="392615|60935" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Chang Akart Uthid 3 Yak 4, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/0d/a60db59fea23ca7ce7f22cbeba71897d82b7dca5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80555927" Longitude="100.57513612" StarRating="3" HotelCode="380416|57928" HotelName="mybed Ratchada-Ladprao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/64-67 Ratchadapisek Road, Chandrakasem, Jatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/3a/ab3ab7010ec084acc9eee35bcfde3e09458ddf2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.797178063782" Longitude="100.57423686045" StarRating="3" HotelCode="115857|202901" HotelName="The Travellers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>255/19 Ratchadapisek Road, Din-Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723016731171" Longitude="100.52349871709" StarRating="2" HotelCode="398339|60966" HotelName="PanPan Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50/31 Pan Road, Silom, Bangrak, Bangkok, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/23/bf238e51e9ac63cd444f4b75b58014116bdeeaf7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71687015" Longitude="100.73120617" StarRating="3" HotelCode="901778|57439" HotelName="Paragon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Moo 15, Lat Krabang 22, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/eb/b5ebc1210ea4e97685db42fbbb8c1bbf7283ff63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76114802" Longitude="100.49616781" StarRating="3" HotelCode="380579|58751" HotelName="Sawasdee House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>147 Soi Rambutree Chakrapong Road, Phranakorn, Taladyod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/34/9a34ca9656f5e68b24f66c05eeedb1b57c4be324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.851379609508" Longitude="100.55481247787" StarRating="3" HotelCode="341145|174381" HotelName="Siam Paradise Entertainment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>44/46-49 Soi Ngamwongwan 51, Ladprao, Jatujak, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/zz/faad2fe471e8bb2f960b21201f0dc75fef9c4709.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725418" Longitude="100.521809" StarRating="3" HotelCode="67974|173850" HotelName="Silom Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>286/1 Silom Road, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76756fd814f6a6db230d23b961966b75bb6bed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746471831777" Longitude="100.60860335827" StarRating="3" HotelCode="115838|22264" HotelName="The Patra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rama 9 Road, Soi 31 Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3e/d63eb9c111c569ceed1574c831f32ce6c35b103e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752511721397" Longitude="100.53891928199" StarRating="2" HotelCode="402521|58476" HotelName="The Richy Place Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>14/7-8 Soi Petchburi 19, Juldis, Thanon Phyathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/92/8f9299b751ac70f61f55dc35adaee74c42b726e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="27.35" OriginalAmount="25.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760423235147" Longitude="100.54265856743" StarRating="3" HotelCode="58798|1430344" HotelName="The Seasons Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rajaprarop Road, Makkasan, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ee/15eecc9b45fb06e51daeed3f8d2f0c35714c32d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76148529783" Longitude="100.63968477401" StarRating="3" HotelCode="398340|54683" HotelName="AC Habitat Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Ramkhamheng Road Soi Ramkhamheng 42, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/dd/0edd50dbe8dd03ae97330854a8af5e33c1a9b4cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|48821" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Lat Krabang 1/8, Onnuch-Latkrabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc86acc6b529b09bfe2550f0efd3695aeaf2a16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742657521899" Longitude="100.50809562206" StarRating="3" HotelCode="185907|48299" HotelName="iCheck inn Regency Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, 206, 208 Charoenkrung Soi 14, Charoenkrung Road, Samphanthawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2f/6c2f79cfadf400be0ab6d5cc0a694878cf792998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.772432888299" Longitude="100.6407326256" StarRating="3" HotelCode="345910|83709" HotelName="Baron Zotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Ladprao Soi 117, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/95/74953f78526168b01f815caee60578951e95d6a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88930949" Longitude="100.57590783" StarRating="3" HotelCode="496326|223494" HotelName="Casa Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99/282 Chaengwatthana 10 Yak 3 Alley, Tungsonghong, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f4/a9f44f5c03eb0af4c942f0de0b59f5b5ac0b3ff5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729664225482" Longitude="100.51559137533" StarRating="1" HotelCode="341779|367671" HotelName="Intown Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Coffee Shop,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1086/6 Charoen Krung Road, Bangkok 10500, Amphoe Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/18/6c18274c4064b6e7269350e61889036e137f2a52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70516619773" Longitude="100.60273439538" StarRating="3" HotelCode="384792|63870" HotelName="Kv Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 81, Prakanong, Bangkok  10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/78/e578d07f526af6d1209fe4ba25ff5b2e13390a3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2.5" HotelCode="438890|173283" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/31/98311404a41297a66cd0ee46a26efb8be7d0a16d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741058" Longitude="100.555648" StarRating="3" HotelCode="188207|58131" HotelName="Maxim S Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c4/87c4f48ffc177d85058e3c3ad2fe0152522636f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76555261715" Longitude="100.4976748392" StarRating="2" HotelCode="394324|61698" HotelName="Penpark Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22 Samsen Road Soi Samsen 3, Sampraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/21/9421a15c31986f5aa952b91fc8ad510348aab81f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76335292" Longitude="100.5020236" StarRating="2" HotelCode="338669|62369" HotelName="Roof View Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90/1 Samsean Road, Soi 6 Banpanthom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c1809ab7e068a45580c44b8512eb8f0bd72719.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|2178" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72759445" Longitude="100.57286482" StarRating="3" HotelCode="523286|173836" HotelName="S30 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/61 Soi Sukhumvit 30, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ab/a7ab8a4d5db2ef64aa69f1d470451151d969ced5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730067774322" Longitude="100.5320584774" StarRating="3" HotelCode="65104|48641" HotelName="Wall Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37/20-24 Soi Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/12/4712ff07e2008c429f36a934cb6bdd5414a540b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="27.85" OriginalAmount="26.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72114624" Longitude="100.7951537" StarRating="4" HotelCode="620166|028031" HotelName="Golden Foyer Suvarnabhumi Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Massage Centre,Restaurant,Smoking Rooms,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>541/8 Luangphaeng Road, Tubyao, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/02/9e0220e238fd3aeba2d4065a4e7a0c7da2c90c37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="28.29" OriginalAmount="26.44" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717450" HotelName="Anya Nana@Sukhumvit-Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 3 RD, NANA NUA, 72 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979191_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="28.89" OriginalAmount="27.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717391" HotelName="Baiyoke Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI RATCHAPRAROP3, RATCHAPRAROP RD.,RATCHATHEWI, 1 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/952070_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762830666667" Longitude="100.49729233333" StarRating="2" HotelCode="398633|52076" HotelName="Adamaz House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>90 Phra Sumen Road, Banglamphu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ce/11ce89deb7028147cc6215934ffd28ea0a05a866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67380684" Longitude="100.64640379" StarRating="3" HotelCode="436148|173219" HotelName="B2 Bangna Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Road, Soi Srinakarin 65, Pookmit, Nongbon, Pravate, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/02/4b02b81d244b6dac75fe8884160cf8b0610f216a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72149415" Longitude="100.73087844" StarRating="3" HotelCode="380585|57830" HotelName="Crystal Suites Suvarnabhumi Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>22/8 Soi Latkrabang 24 Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ea/feeae21541b0f76e74f98848116e6c07f4248428.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716393" Longitude="100.589972" StarRating="3" HotelCode="185915|48672" HotelName="Ds67 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1497/1-2 Sukhumvit 67 Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d7/cdd7dd6ee21287754bf7bfe38c38bfadd91a3814.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.94651823" Longitude="100.57843952" StarRating="3" HotelCode="543823|226008" HotelName="I Rich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Soi, 7 Thoet Rachan Road, Sikan, Donmuang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/0c/580c8b5c64d40ac6b4c09a946ea3fb0826f17f2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.825364997743" Longitude="100.56723208778" StarRating="3" HotelCode="339413|232301" HotelName="Iyarin @ Tuk Chang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3300/28 Phaholyothin Road, Via Tower A Elephant Tower, Tuk Chang, Chompon, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/7a/b97a1477c844bb23e5be86f338cda67046992645.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74691623" Longitude="100.52464404" StarRating="2" HotelCode="638600|267260" HotelName="Lazy Sunday Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 Thanon Rama Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/23/32235c2ec683de11bb2e359cacb29a6d357370ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76804272" Longitude="100.50248049" StarRating="2" HotelCode="771930|367702" HotelName="Lost Inn Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>250/15 Samsen Road, Bangkhumprom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d6/9cd6ced5ee5b25a5ce994490e9f5d41549847a18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.889493056282" Longitude="100.57875782209" StarRating="3" HotelCode="37710|48309" HotelName="Mida Airport Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/401–486 Chaeng Wattana 10, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/96/dd9667806b64497672872864d0caa9c3b83c8ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.858888" Longitude="100.523357" StarRating="3" HotelCode="255722|48382" HotelName="Mida Hotel Ngamwongwan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/67 Moo 9 Bangkrasor, Muang, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/0c/fe0cd634b8a6ea1872c88b2d4de493cb91714c34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89187231" Longitude="100.5627323" StarRating="3.5" HotelCode="623135|254086" HotelName="Narra Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Chang Watthana 13, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/22/07226a06775fac865dafa3e2fe5e00b8c5e56fba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75135936" Longitude="100.50996029" StarRating="3" HotelCode="376440|63385" HotelName="New Suanmali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146, 152 &amp; 432 Bamrungmuang Road, Watthapsirin, Pomparbsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/09/9c09143a9ec824fb999490660a62a1d5f9d9250d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74517512" Longitude="100.63444167" StarRating="3" HotelCode="585933|232806" HotelName="Onyx Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Rama IX 53, Suanluang Ramkhamhaeng Bang Kapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f9/21f91dee68c34fb4069d5cc329eacd947f86282b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.96529703241" Longitude="100.61781707706" StarRating="2.5" HotelCode="425024|361414" HotelName="Pitikant Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>350/10 Phahonyathin Road Moo 13, Phahonyothin Soi 81, Khu Khot, Lam Lukka, Bangkok, Pathum Thani 12130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0d/d50de90e44be1cb24c4acb78d56a37205a86c2f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|56944" HotelName="Sabai-Sabai @ Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Soi Pridipanomyong 40, Sukhumvit 71 Road, Prakanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/18/6418d7a3fb737879616fdfb60fa8ab13b5a1e7ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767692" Longitude="100.603263" StarRating="3" HotelCode="409492|58542" HotelName="SC Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>474 Praditmanutham Road, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/3c/553c41cc44c60bd3cdc8a2287313400af8ea8b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67073055" Longitude="100.6152174" StarRating="3" HotelCode="435481|174370" HotelName="The Shade House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Bangna-Trat 4, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e2/97e29aaa6102dacaddb568ebc1fa393cf130631d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7563309" Longitude="100.5017651" StarRating="3" HotelCode="342819|204529" HotelName="Snooze Hotel Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/1-2 Sukhumvit 55, Thonglor Soi 13, Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9c/4b9c9961480ee82ccb12d2e53bd0dafa546fdac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75393066" Longitude="100.50250626" StarRating="2" HotelCode="513027|285661" HotelName="Sri Krungthep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Road, Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/f1/00f10a8af9f02a964e49f6d4146d6c8dbf41b5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726763879471" Longitude="100.73562704249" StarRating="3" HotelCode="531448|191651" HotelName="Sunny Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Ladkrabang Soi 3, Suvarnabhumi Airport, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c9/cfc9f00300b863e5b068dcd6a77d6be6e3349106.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729537121098" Longitude="100.56116759203" StarRating="2" HotelCode="378730|202969" HotelName="The Hostel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/6 Sukhumvit 16, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec2b3966d9ef515493d3751cc07c134e63e1d81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718669" Longitude="100.730737" StarRating="3" HotelCode="100185|48827" HotelName="The Ivory Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 - 2/2 Ladkrabang 22, Ladkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b592bca013bee1420539c4a575e1cf3eccdd74b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91286705" Longitude="100.59312101" StarRating="3" HotelCode="696277|367939" HotelName="The Prima Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>44 Wireless Road, 2nd Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/68/0d6814f6c27cfb86f8f28db9546fb9ab8744caf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730426" Longitude="100.530779" StarRating="3" HotelCode="115839|233364" HotelName="Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>118 Surawongse Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/56/a956d3816838137a3a441e77af825bb1e25474a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88793177" Longitude="100.60319408" StarRating="3" HotelCode="520121|174367" HotelName="The Royal Bee Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phaholyothin 69, Kwaeng Anusaowari, Khet Bangkhen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/48/d0483a7f3befd60ac382b3c4a750c713f9cf66ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71972099" Longitude="100.49584797" StarRating="3.5" HotelCode="435378|174373" HotelName="The Star of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4, Khlongtonsai, Khet Khlong San, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/ea/b4eaa100325d149644d20abd27db22b9e8065438.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.6962982" Longitude="100.53239852" StarRating="2" HotelCode="600316|233411" HotelName="Vann Bangkok Boutique House and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418/3 Sathupradit Yanawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08b00582adf7f774424a6edd0df950edb3b9b46.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89210734" Longitude="100.58075436" StarRating="2" HotelCode="625417|254195" HotelName="Wayha Hostel Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/599 Soi Chaeng Watthana 10 Lane 9-3, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c7/7cc7c40d2ce434c71d1692c321187e3f2e17624f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="29.03" OriginalAmount="27.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A26453" HotelName="GRAND TOWER INN RAMA 6" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>402 SOI REWADEE RAMA VI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/17231_image51228118_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="29.69" OriginalAmount="27.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753158" Longitude="100.539415" StarRating="3" HotelCode="93361|3022188" HotelName="Baiyoke Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>120/359 Ratchaprarop Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/5a/905a7e0907cffcb7c8c97e9715680f8860d19ca5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75704157" Longitude="100.52187555" StarRating="2" HotelCode="515390|345055" HotelName="Bangkok City Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Room Service,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Petchburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e0/ece0099affcf46ed927084805175c7f91d66a2d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74682361" Longitude="100.50318122" StarRating="2" HotelCode="547270|174417" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>156 Mahachai Road, Wangburaphapirom, Phara Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/57/375796457d0ed28add95e191cedf6a3000cb165b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75346822" Longitude="100.53856439" StarRating="3" HotelCode="638308|271438" HotelName="De Lavender Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>122/73-74 Radchaparob Road, Phaya Thai Roa, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b42b45f45a5eb1d4e5366446242fd45a03d43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|48218" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 Vibhavadibi Rangsit Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/af/45afa555062d1882c33e01c113863aabd5626aea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74682" Longitude="100.58671" StarRating="4" HotelCode="185975|42066" HotelName="A-One Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Soonvijai 4, New Petchburi Road, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a7/7ba7f5d26ef0d820743c21df2e772737f63e2899.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756085536124" Longitude="100.5334313328" StarRating="2" HotelCode="398163|232291" HotelName="In a Box Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55/39 Phayathai Road Soi Kolit, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/dd/b9dd2f4beefbd23d63d7845909e12a43aea06840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.768167" Longitude="100.597351" StarRating="3" HotelCode="410346|408423" HotelName="Jazzotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39, Prachautit Road Wangtongrang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/3c/8d3cc3f3765309a674b7410bc1de3d623ba4924d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78919067" Longitude="100.54905843" StarRating="2" HotelCode="435350|226070" HotelName="KEN accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Sutthisan Winitchai Road, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/78/247873892917549a4dfcf20e9f0ee96e9f6ff113.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78537000306" Longitude="100.47073560443" StarRating="3" HotelCode="341355|33387" HotelName="Komol Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>976 Borommaratchachonnani Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7b/1f7b78ef763bad0024e8535358db5523edc5068f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761591538939" Longitude="100.49997607369" StarRating="3" HotelCode="380529|58142" HotelName="Korbua House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>239 /8-11 Phasumen Road, Taladyord, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/dd/c7ddf100b5d47e66db5f698dbc009a3180c6877d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.785317377717" Longitude="100.56973938234" StarRating="3" HotelCode="380409|58494" HotelName="L A Tower Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46/1 Soi Ratchada 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e5/14e5e480de1c774e15c467f66f01ce90292c004e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789493185293" Longitude="100.56204146627" StarRating="4" HotelCode="114192|23913" HotelName="M2 de Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Vibhavadee Rangsit Road, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/50/f75076c99e883e4c06756987df5a4964ed426617.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722100857061" Longitude="100.54640661905" StarRating="2" HotelCode="36345|58551" HotelName="Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/de/5bde39397bc7bd322a6e1dc55a195ff0cd3d87e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75299814" Longitude="100.53272829" StarRating="2" HotelCode="510177|173738" HotelName="Movylodge Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>505 Petchaburi Road, Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/8a/c28a790277ae75ec2fbe679539b1dfce37bcbcb3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72647592" Longitude="100.72898704" StarRating="2" HotelCode="361429|232934" HotelName="QG Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85/5 Prachakorn Road, Ladkrabang Sub-district, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cc/52ccdc9e14d7b3ae875c6f35542aa1c31ba896ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.763027422445" Longitude="100.54103614883" StarRating="3" HotelCode="380575|58444" HotelName="S3 Residence Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/26-29 Ratchawithi 3, Ratchawithi Road, Phrayathai, Ratchatewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/45/cb45c40cc839c7bfd823db2dc11784ea879ea73a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69964061" Longitude="100.68172903" StarRating="3.5" HotelCode="496347|173860" HotelName="Summer Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Road, Dokmai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2d/3e2dbcc1434bab4fbd1139814fe164e18d592da3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72634198" Longitude="100.73553302" StarRating="3" HotelCode="677270|254140" HotelName="Suvarnabhumi Oriental Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>422  Prachatorn Road, Latkrabang Soi 3, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/08/c208e6e331dfdfe1ebbd762125814339245abfed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781171225905" Longitude="100.5721585326" StarRating="3" HotelCode="380405|62349" HotelName="The Atrium Ratchada 13" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>208 Ratchadaphisek Road, Soi 13, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/cf/4ccf7533083d129c1a796cf949e7f3ff64a6309b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82508862" Longitude="100.56724766" StarRating="3" HotelCode="520177|233324" HotelName="The Plimplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Road, Chomphon Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e5/54e50326346224dbc0bd92bfc5668a5ce0b60e6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|367943" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>34/2-3 Soi Ratchawithi 9, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d8/5dd85d0b65924b2c2ce9a61894636712b56d6a9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735587137578" Longitude="100.55302495337" StarRating="3" HotelCode="39068|3676" HotelName="Woraburi Sukhumvit Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128/1 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/20/8220e5e91686e9a1e11a366ecee034540144be0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76982682" Longitude="100.62186711" StarRating="3" HotelCode="562126|174393" HotelName="Yotaka Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Soi Latprao 122, Wangthonglang, Bang Kapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8e/95/8e956971debb2521190dd8dd208ef267719637a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|367989" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Thanon Samsen, Wat Sam Phraya, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a4/aba40c01d1fe9e3d9cc0f90989d80e3914be95b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="30.74" OriginalAmount="28.73" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C93000" HotelName="New Siam II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>50 TROK RONG MAI, PHRA-A-THIT ROAD CHANASONGKRAM, BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2462596_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80651887" Longitude="100.59548862" StarRating="3" HotelCode="493626|174343" HotelName="The Bangkok Cha Cha Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/620 Chokchai 4 Soi 27, Ladphroaw, Ladchroaw, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c0/a4c0454dc8c910bb70e3034ff855a6ebaf960a7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75239896" Longitude="100.52595373" StarRating="2" HotelCode="549202|233366" HotelName="The Spades Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/2-4 Banthat Thong Boulevard, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9bd5b192942bb18c9f66f5ad6d1e0140c6f4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72276064" Longitude="100.73693622" StarRating="3" HotelCode="357410|58489" HotelName="Golden Jade Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>869/2 Soi Ladkrabang 1/12, On-Nut Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/95/4c950aa4e4e3fde4a1d45283064cb087e3faa0f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756016" Longitude="100.559768" StarRating="3" HotelCode="165845|48413" HotelName="Hi Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>649/1-176 Asok Dindaeng Rd., Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/bb/26bb5fe3343197d21497d33ca2e691dc1ea2b476.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|254044" HotelName="Josh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Phahon Yothin Road, Soi Ari 4 Nuea, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d19d99522963cd301b45378edbda54e6a89c82c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7775605" Longitude="100.58189291" StarRating="3" HotelCode="495953|173747" HotelName="Napaville Huai Khwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601,601/1-2 Pracha Rat Bumpen Road, Huai Khwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8f/628f446e96a1563271c5ddd3c820192b76b7aefc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="854042|367855" HotelName="Royale 8 Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>354/10 Soi Worapong, Wisutkasat Road, Khwang Baanphanthom Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/72/d472b062fb7a3fea2c39308b8c96e2ae2a411ea1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7372899" Longitude="100.51711395" StarRating="3" HotelCode="337825|58626" HotelName="SK House Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>326/23-25 Rama 4 Road, Maha-Pruttaram Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c7/1bc757691d04fc03888c57969b5b7cf36e6c5494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710306713364" Longitude="100.60739330125" StarRating="3" HotelCode="429462|58052" HotelName="UTD Apartments Sukhumvit Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>426/21 On-Nut Road, Sukhumvit77 Road, On-Nut Soi 8, Suan laung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f0/acf02e43d9aa9726538927c3df4a0db012620bbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75469318" Longitude="100.56600729" StarRating="2" HotelCode="583601|233453" HotelName="X9 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang, Bangkok, Bangkok Province 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ec/90ecd66a86fdd15be68cc9d1671e603c4ce816e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="31.67" OriginalAmount="29.60" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A26448" HotelName="GRAND TOWER INN SATHON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>359/1 KRUNGTHONBURI RD. KLONGTONSAI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1067228_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748677" Longitude="100.541588" StarRating="2" HotelCode="64933|3699" HotelName="Bangkok City Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/5 Rajdamri Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5d/115d33c03f1f91495f18cce9512578c171e160de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.714044919835" Longitude="100.5944458762" StarRating="3" HotelCode="380533|58453" HotelName="Beat Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5/4-5/5 Sukhumvit 71 Road, Soi Preedeepanomyong 1, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37e5387ca4c0f531fbc1ef5d8eb2b7233c8fb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.713176842971" Longitude="100.58488570437" StarRating="3" HotelCode="308182|58169" HotelName="Boss Mansion Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Prakanong, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9a/0f9a669d3891c323f60a15e93377e2aae65fa150.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73435359" Longitude="100.56805662" StarRating="2.5" HotelCode="617096|246210" HotelName="Click Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>12/12 Sukhumvit 33 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/2c/332cbb6d73bb8616eee3aa0ec7a0f92faaa54801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.695746603267" Longitude="100.64668999656" StarRating="3" HotelCode="378980|173239" HotelName="De Botan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Supapong 3, Section 2, Nong Bon, Amphoe Prawate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/20/6a209b350a21da7d8c1f6cacdb01cf5e33799a04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752306" Longitude="100.526903" StarRating="3" HotelCode="165842|29839" HotelName="Diamond City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>594/23 Soi Payanark, Rama VI Rd., Bkk 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/776351ad4f7a580b73cfe0ff291e17c1494364b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702058894564" Longitude="100.51606446505" StarRating="4" HotelCode="187113|48198" HotelName="Grand Howard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Charoen-Raj Road, Bangkhlo, Bangkolaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/95/b895b7612be09fa1e78a473b0630a7ed39db9656.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.708497520951" Longitude="100.64519493092" StarRating="4" HotelCode="352039|223856" HotelName="Grand Lord Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>919/1 Srinakarin Road, Amphoe Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5d/6d5d3d6e7762bc1364e6c2ec510d55791a7ee5d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7209109" Longitude="100.50715207" StarRating="3" HotelCode="357917|60915" HotelName="Grand Tower Inn Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Charoennakorn 14/2, Charoennakorn road, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/86/e9861e16d97a2440a53f0f75de493030beba4874.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75424616174" Longitude="100.53981542587" StarRating="3" HotelCode="166758|57298" HotelName="Khurana Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/176-180 Rajprapop Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/5e/a55e0958ba52d97bff38308c1e3ec52abb4a4ed5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71977165" Longitude="100.49582397" StarRating="3" HotelCode="584699|226074" HotelName="Klean Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>69 Krungthonburi 4, Krungthoburi Road, Banglamphu Lang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9f/ce9fa53e172f8caf3eac3150212e16dc59148b38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.678018" Longitude="100.608028" StarRating="3" HotelCode="178088|57543" HotelName="Lily Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68, Sukhumvit Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4a01bfe9d4415b2d444c576f644254e8be36af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.874410513302" Longitude="100.58177188039" StarRating="3" HotelCode="65095|173284" HotelName="Louis Tavern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Soi Viphavadi 64, Viphavadi-Rangsit Road, Laksi, Don Muang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db560862cd09c7e665eee686e2d1789539ca03a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69983" Longitude="100.5342" StarRating="3" HotelCode="915496|57183" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road, Naradthiwas Rajanagarindra 24, Chongnonsi, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/94/f294926fb7d37554d79868f546aa181276c27425.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|48418" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>248 Ratchadapisek Road, Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9f/fa9f6e7191ea4a36770da385a2a00a2b68ab188b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738439063252" Longitude="100.51155347157" StarRating="3" HotelCode="386290|204780" HotelName="Pho Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99 Trok Pho, Samphanthawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/48/be48d42b71a623eee49e486e5ff8f17e225cfcba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|5749" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e4/dae4dde076637d7689774a2f2334f31e35752b8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748477967101" Longitude="100.59782624245" StarRating="4" HotelCode="81942|29838" HotelName="Royal Suite Residence Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>135/6-7 Rama 9-New Petchburi Rd., Bangkapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/09/be09a45b7cf8939e2f8d09fcd54c44f30b5956fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733419" Longitude="100.5660725" StarRating="3" HotelCode="363230|61742" HotelName="S Box Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/64/0c643568d7a8192408a86afe869f7d4e547f0a70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720506" Longitude="100.737268" StarRating="3" HotelCode="166059|48837" HotelName="Sinsuvarn Airport Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Soi Latkrabang 30, On-Nut Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/b3/dcb3a4035aeaf404112feafb1d3cfd12a6775a90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744530952701" Longitude="100.64064889465" StarRating="3" HotelCode="377772|173851" HotelName="Sky Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>522 Srinakarin Road, Suanlaung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fd/49fd9a8574cfbacf68cf28c5eacc463c2854e4af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76468216" Longitude="100.49763086" StarRating="3" HotelCode="520221|204808" HotelName="The Orchid House 153" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>153 Samsaen Soi 1, Prasumeru, Chanasongkram Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4e/1a4e9304999fb3d14419697891385b77886046d5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716003583403" Longitude="100.53240425051" StarRating="3" HotelCode="397884|62953" HotelName="The Present Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Soi Narathiwas 8/1, Sathorn, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/aa/43aa061fc5cfdb2f5a8a9889649d558e338b0118.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75243081" Longitude="100.50466954" StarRating="3" HotelCode="398062|63977" HotelName="Tim House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Road, Samranrat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/0d/660d59c68caf885280eb824534cfd5c224169aac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71817565" Longitude="100.50094184" StarRating="2.5" HotelCode="440611|202941" HotelName="White Ivory Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>535 537 Soi Krung Thonburi 6, Krungthonburi Road, Bangrumbhoorang Klongsarn bangkok, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b0/ceb09e1faf3158a1b9811083661763fd0dc2753f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="32.90" OriginalAmount="30.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7545193" Longitude="100.53612648" StarRating="3" HotelCode="440764|14211821" HotelName="Cubic Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2, Phethburi 13, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/44/b3447b470cf8dbce739d7bb364a5c45ce425c262.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|63017" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>131/5-7 Sukhumvit 7/1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/82/bf82c4c9551707b806cd8620e9bb65801bef231f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79188626" Longitude="100.5367906" StarRating="3" HotelCode="348282|62077" HotelName="Bangkok Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>96/5 Pradipat Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5e/d75e3047376e4cfe32bc5b3f1cc16fa6492d0051.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710328" Longitude="100.602007" StarRating="3" HotelCode="73113|48651" HotelName="The Bedrooms Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204/24 Sukhumvit 77 (Soi On nut), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/fc/e7fc3d33bf10882f662f235ea6b3f95aa4f9bec0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73165" Longitude="100.5660466" StarRating="3" HotelCode="118736|58708" HotelName="Bourbon Street Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/39-40 Soi Tana Arcade, Sukhumvit 63 Ekkamai, Klongton Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ba/6aba5b31f8477aac677e15ebc5bde50d46259eaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754796082268" Longitude="100.52664533306" StarRating="3" HotelCode="345203|60876" HotelName="Cacha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156/5-9 Petchburi Road, Amphoe Rajathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8c/ff8cb61083f610629bc5bf2183d7d1e928a94632.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757383" Longitude="100.53455" StarRating="3" HotelCode="188154|58614" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Phrayathai Road, Rajathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/57/3e571b280889bbf9a699183a87332cc6735f9d14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="966942|499178" HotelName="Lee Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>710 Soi Sathupradit 58, Junction 26, Bangpongpang, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a1/baa172e630cd493992d54f88e84836da04a3e8b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75714288" Longitude="100.56439254" StarRating="2" HotelCode="778290|367695" HotelName="Lita Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>306/6 Asok-Din Daeng, Kiatti Chai Alley, Din Daeng District, Bangkok  10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/24/d124cba62f668c5ea089d33919ca4676862f9ad3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73724729" Longitude="100.5170174" StarRating="3" HotelCode="755121|367739" HotelName="Metro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326/20-22 Thanon Rama 4, Mahaputtaram, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/ae/e5aecf769b57c39e74737f31d1986843c99efec3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761554864866" Longitude="100.49306445225" StarRating="2.5" HotelCode="36350|174448" HotelName="New Siam 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Phra-A-Thit Road, Trok Rong Mai, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305219/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.672926013781" Longitude="100.64699918032" StarRating="4" HotelCode="15220|173821" HotelName="Novotel Bangkok Bangna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/04/7c04e8ad8e54666f9b664a293980292a52553c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71941662" Longitude="100.5064875" StarRating="2" HotelCode="547010|233080" HotelName="Siam Plug In" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>262 Krungthonburi Road, Klongtonsai, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25be524ca4bcf082492b8b086d7e56c65bf405.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7586" Longitude="100.5643" StarRating="3" HotelCode="422007|60354" HotelName="Praso Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Internet,Laundry,LCD/Projector,Parking,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/59 Asoke-Dindaeng Road, Dindaeng, Ratchadaphisek, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ed/1ded490ffc812a9b64b4e83467cd0d8c99b75c7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750691" Longitude="100.545729" StarRating="3" HotelCode="89143|48398" HotelName="Pratunam City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/209 Phechaburi 33 Road, Rajtavi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a7487269677dcc7aa8a1eb698e8f3916b6fd8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75405236" Longitude="100.51404003" StarRating="2" HotelCode="363256|174369" HotelName="The Seven Luck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334, 340, 344 Damrongrak Road, Klong Mahanak, Promprab, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/10/9110ea07d2b8d5676545824938e262907ecb4bc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77000095" Longitude="100.62184216" StarRating="3" HotelCode="598274|233462" HotelName="Yotaka The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>190/7 Soi Ladprao 122, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/bd/0ebdee49c744933001b817e71eabb509f377941e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|246207" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Phahonyothin Soi 18, Jomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f7558a15fcef747928bcc93c8ebb302a9590d99b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2.5" HotelCode="613690|254006" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>166/126 Charan Sanitwong Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/06/f106d211b9f7aa04777d61f30ef4e83495ec4519.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74259615" Longitude="100.5540684" StarRating="3" HotelCode="329458|58216" HotelName="Fortuna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi 5 Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/08/4f08919361fed28e8f3155e0855c5b6cf246fa18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72545823" Longitude="100.52877147" StarRating="2" HotelCode="493866|174431" HotelName="Good One Hostel &amp; Cafe Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>439/10 Narathiwat Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1f/e61ffd133d731686297a598d0f2e7c4b5326ad9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748289" Longitude="100.554138" StarRating="3" HotelCode="101612|29836" HotelName="Grand Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/7-8 Sukhumvit Soi 3 ( Soi nana-nua ), Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/cf/2acfaad5fbfe29e1f1db13777d339805b0b6d9c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721680313578" Longitude="100.54672479629" StarRating="3" HotelCode="104095|22003" HotelName="ibis Bangkok Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngam Duphli Rama IV, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/41/7041086b913fcd1856aa278fa3cc74df8a423a59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76484477" Longitude="100.49729054" StarRating="2" HotelCode="779658|367693" HotelName="Let's Zzz Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Soi Samsan 1, Lumphu Road, Wat Samphraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/d6/bbd6d2e5f64bf0b29b5944a811a47faf71a72d54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75588478" Longitude="100.50220134" StarRating="3" HotelCode="545844|173291" HotelName="Methavalai Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>78/4 Ratchadamnoen Khlang, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68795f137164b134635f2b9354c9c96a8478fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75286157" Longitude="100.5311815" StarRating="2" HotelCode="407897|174446" HotelName="Monomer Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b3/a3b3f6ad513764d5b6ac3f318f985d1385f696e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71739769" Longitude="100.53960023" StarRating="2" HotelCode="520324|173743" HotelName="Mybed Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>642/6-9 Soi Suanplu 7 Suanplu Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e7/cfe75c47720784442d51c2187241b100622bcef0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.93756668" Longitude="100.69581269" StarRating="3" HotelCode="603248|361413" HotelName="Nsiri Resort &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/304/1 Lumlookka Road, Lad Sawai, Lam Luk Ka, Bangkok 12150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/32/f2328d936c0cacc0b64bfa087c8c1ea46181c5fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.806223" Longitude="100.51127425" StarRating="3" HotelCode="915509|57205" HotelName="P-Park Residence Charansanitwong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>683/2 Charansanitwong Road Soi 95/2, Bang-Aw, Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/01/6c0135fa64890cf6147258b274495bc2fea7c406.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737774666667" Longitude="100.64176" StarRating="3" HotelCode="915507|57206" HotelName="P-Park Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>597 Srinakarin Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6d/f16d7f78351af5609af4c31c156514503f85dc8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757195412474" Longitude="100.50767059295" StarRating="3" HotelCode="383277|60813" HotelName="P K Garden Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakornsawan Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5f/305f6eb99a25450fc59e3d16a4109fb098cdf0e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75434791" Longitude="100.53940737" StarRating="3" HotelCode="469976|195723" HotelName="Patra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juldis 19 Pecthburi Road, Payathai, Rajathevi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/4d/cb4dd12bd2d34b8f452899b00322a069c2f82d23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751469" Longitude="100.537715" StarRating="3" HotelCode="176263|48399" HotelName="Prince House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48/5-6 Soi Petchburi 17 Petchburi Road, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90bc8f954b6324ed632922795cb7184efeed8a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77159" Longitude="100.556506" StarRating="3.5" HotelCode="65351|8239" HotelName="Princeton Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitmaitri Road, Din Daeng District, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26780829ee0ab0d38d8885e25b644d26cc20dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754027316841" Longitude="100.52894711494" StarRating="3" HotelCode="37767|233040" HotelName="Samran Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Petchburi Rd., Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a1424399468927d432b4a8cd5eb71dd6c20aac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|20122" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8172194" Longitude="100.58119228" StarRating="3" HotelCode="604267|233105" HotelName="SiRi Ratchada Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>296 Soi Ratchadaphisek32, Chan kasem, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d0/99d01eef893cd972483297ec12b63fc1f5cc4461.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="959259|409318" HotelName="Q-Box Bangkok Blossom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/29/f9296ef9e03505732c557229084ca1e4a3321483.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7545366" Longitude="100.53781007" StarRating="0" HotelCode="967398|506760" HotelName="The Prestige Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi 15, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/93/3b932f3dae2c12542ce28750b5fc08b74e519dac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|63508" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek, Khwaeng Saphan Sung, Khet Saphan Sung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25b52a100b122b13cecad6bad557b51ec3611.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67716285" Longitude="100.65700247" StarRating="2" HotelCode="731123|267908" HotelName="White House Bizotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chalermprakiat Road 9, 9 Soi 23, Nongbon Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63b124e0acaf607d7d1780c468292b95118a43b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="35.01" OriginalAmount="32.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72461687092" Longitude="100.56906223297" StarRating="4" HotelCode="8977|1696868" HotelName="The Four Wings" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>40 Sukhumvit Road 26, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d196d2092d98f35e63dc817c10359b7404358.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74716" Longitude="100.587057" StarRating="4" HotelCode="61990|6414" HotelName="A-One Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Soonvijai 4, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f4/14f493b178df09c57a0dccab20dcea0178309371.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73109381" Longitude="100.5702464" StarRating="3" HotelCode="599721|232043" HotelName="Adagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/50-51 Sukhumvit 39 Alley Prompong, Klongton Nua Sub District, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a0/40a09bef1ab153abfcfa3f0059368587ef6235c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72912" Longitude="100.5648" StarRating="4" HotelCode="76384|15128" HotelName="Admiral Suites Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f2/fef22b7102886da0d5542d80dfa07789f2eaba40.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79519852" Longitude="100.50674495" StarRating="3.5" HotelCode="348292|60502" HotelName="Beyond Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>99 Charansanitwong Road, Soi 85, Bang Aor, Bang Plat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9b/5f9bbb2174dd0582138dc33965c2df1e6b4aab9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.810482206846" Longitude="100.55906176156" StarRating="3" HotelCode="345603|63678" HotelName="C U Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1094/22-28 Vibhavadi Road, Bangkok 10900, Lad Yao, Chatuchak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/28/c928e6ba34a19d1d1c0ede432ebffe1e3b6ea9de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740399" Longitude="100.555914" StarRating="3" HotelCode="71468|20417" HotelName="City Lodge Soi 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 9, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/af/39af04135ca9c9faa4cabd6b3572bd0797b7cd58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75186768" Longitude="100.5455885" StarRating="3" HotelCode="546292|174472" HotelName="The Bangkok Airport Link Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>74/2-3 Soi Petchburi 31, Ratchtevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b4/2bb498fcda0a45b3d8c55ded69e921546d92a10c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75918863" Longitude="100.49650392" StarRating="3" HotelCode="349121|61914" HotelName="D&amp;D Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/af/a4af3515ba7272e113515e12ff8b79c45aebbd73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724718" Longitude="100.525489" StarRating="3.5" HotelCode="37712|10217" HotelName="Furama Silom Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/05/c805510d3138b212df11ba412a4d3779e260b25e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749619" Longitude="100.562855" StarRating="3" HotelCode="186995|57362" HotelName="FX Hotel Metrolink Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Asoke - Dindaeng Road, Makkasan (Airport Link), Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ce/54ce4a256658aaa10e1de62df6e7b2b5372f7e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.668282" Longitude="100.646725" StarRating="4" HotelCode="933165|83708" HotelName="Maple Hotel" 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>9 Srinakarin Road, Bangna, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f3/4af377bd25d7c67a3eb16e759533eeae624a011a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721983" Longitude="100.771416" StarRating="3" HotelCode="142233|56913" HotelName="Mariya Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1627/2 Onnuch-Ladkrabang Road, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/6e/646e0ee3832ef99b1a3318b36952caf4f995eb16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719879146093" Longitude="100.52573852241" StarRating="3" HotelCode="187112|48469" HotelName="Marvin Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sathorn Soi 11, Sub soi 2, Sathorn Road Yanawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/18/07185376aa9af823f3a653e61ade5fa63f5a0739.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.773165" Longitude="100.573136" StarRating="3" HotelCode="188209|58472" HotelName="The Mini R Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Ratchada Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a64bdcd68bf3595ac2a6b0e9908ff99cf0583b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77489382" Longitude="100.57478577" StarRating="4" HotelCode="435442|173816" HotelName="Praso @ Ratchada 12" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Soi Ratchadapisek 12, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/97/ae97b81984b0429cb9ed6eb40f317c23c4495250.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757170519061" Longitude="100.50282888041" StarRating="3" HotelCode="380531|58738" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Dam Noen klang Nuea, Ratchadamnoen Klang Road, Bowon Nivet, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/31/54319fc2f1a8a402e3ffb86b792e96021a16f8e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716782" Longitude="100.527764" StarRating="4" HotelCode="141129|48472" HotelName="Sathorn Grace Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/61/50611d4206869145998327d11c8a6cb1c75b452a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72947039" Longitude="100.51976834" StarRating="2" HotelCode="438698|201330" HotelName="The Backpack Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c0/43c0633b50d954664a1a15a6278c8f0ae75b8c3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80488305" Longitude="100.5746125" StarRating="4" HotelCode="516282|174345" HotelName="The Bazaar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Banquet Hall,Bar,Beauty Salon,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Kids Play Area,Lounge,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Ratchadapisek Road, Chompon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/90/109009bf32d4070ed40be2901b0c02448d2fe82f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72162559477" Longitude="100.72414219379" StarRating="3" HotelCode="161924|21906" HotelName="The Cottage Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>888/8 Lardkrabang Road, Soi 20/1, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/zz/8cadecf21150b69babec91387f028eef17a0f279.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699153326002" Longitude="100.50014019012" StarRating="3" HotelCode="37765|55694" HotelName="Tongtara Riverview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/99 Charoen Krung Road, Bangkoleam</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/1a/811a2de9dbd5833a5f5ba090fa776c23474411ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.804244721642" Longitude="100.57305879891" StarRating="3" HotelCode="322721|174379" HotelName="Tongtip Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>245 Ladprao Road Soi Ladprao 26, Jomphon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/36/1636fae855e69f036dd0c35b49d38f62e28e07d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74547657385" Longitude="100.52008777857" StarRating="3" HotelCode="8976|3541" HotelName="Twin Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rong Muang, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6d/2a6d5fc0931b9f420989fa59b745b476e135fbdb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.784271925475" Longitude="100.5128038872" StarRating="3" HotelCode="344409|58474" HotelName="UMA Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Parking,Porter,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Sri Yan Soi 1, Nakornchaisri Road, Amphoe Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e9/35e93d13d1ce22a898b1ea0c6a9de1c0133b0541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75224843" Longitude="100.52683843" StarRating="3.5" HotelCode="624193|479386" HotelName="VELA Bangkok By Andacura Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>598 Soi Phayanak, Phetchaburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b9/88b99f0c669c49f76d9acde9856e526a6e2f7c24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729617605569" Longitude="100.57198804663" StarRating="3" HotelCode="176264|48668" HotelName="iCheck inn Regency Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, 2/ 1-6 Sukhumvit 41 Road, Khlongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e2/8de2a61902967f4ac77ef254121b1205a3db80ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721764941995" Longitude="100.77442962826" StarRating="4" HotelCode="267091|58583" HotelName="Avion Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1646/99 Ladkrabang Road, Khwang, Ladkradang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/02/e00240111b93a7df21452aeaf56c80d5daaebb30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725657" Longitude="100.531275" StarRating="2" HotelCode="188165|56842" HotelName="Baan Silom Soi 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16/11 Silom Road, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a4/daa4b84fad63ac481b0924e87ba83f31fb0d2bf1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.755617" Longitude="100.538342" StarRating="3" HotelCode="401568|48390" HotelName="Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68/1-4 The End of Soi 15 Petchaburi Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/93/7493d498731819365b2dab1546360f9ac376d10e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739250808908" Longitude="100.55527889481" StarRating="2" HotelCode="902959|404768" HotelName="S6 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.7 Sukhumvit Soi 6, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6e/4e6eba5cac64121c998daf195c82278de0f5b847.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.522472" StarRating="3" HotelCode="903949|48636" HotelName="Silom Avenue Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>284/11-13 Soi Silom, 22/1 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c0/dfc0d23662e3d8d525c964e0a13bcef3414c0feb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|418537" HotelName="Spitze Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Soi 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/11/d811fcc10aecae3a377228d7800ced41ad731266.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75051064" Longitude="100.52016408" StarRating="3" HotelCode="385184|58266" HotelName="The Fifth Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/36-38 Rama 6 Road Soi 13, Uruphong Road, Rongmuang, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/46/70461f68ffda29fc5758cc100e793e2dfb7b780a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75255235" Longitude="100.58877971" StarRating="3" HotelCode="754270|367929" HotelName="The Kinn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>578 Rama 9 Road, Soi 26, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a0/c9a05e77897dbbf16fb8a04b3c7d713b80c27ee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75275113" Longitude="100.53815969" StarRating="3" HotelCode="612843|246243" HotelName="The Konnect Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Petchaburi Soi 17, Pratunam, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/32/ad32b137fd06de226e63969304761b4dfe934c24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|48403" HotelName="The Victory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Kitchen,Laundry,Restaurant,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Soi Sri Ayuthaya 12, Sri Ayuthaya Road, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/49/6f493ddcb1a7d32ef72220edaf39ff1606057494.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|361134" HotelName="W22 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pomprabsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76215237" Longitude="100.56007436" StarRating="3" HotelCode="378597|233449" HotelName="Witchuwan Apartel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>589 Soi 3 Ratchadapisek Road, Suttiporn Prachasongkroh Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/c2/00c249196813f9c69f1671d83cb95b5889d965a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76342283891" Longitude="100.6385682037" StarRating="4" HotelCode="75193|232049" HotelName="Alexander Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng Road 83/3, Huamark, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f9/a6f9b6af28f954b3c0890c3e78db59cb3f44ec00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72135435" Longitude="100.73311768" StarRating="3" HotelCode="421356|58658" HotelName="At Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>458/4-5 Soi Ladkrabang 24/1, Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/8f/be8ffca7d49a635fc30141dbda699e18596fe082.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77426962" Longitude="100.57850857" StarRating="3" HotelCode="144204|48409" HotelName="Atrium Boutique" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Prachauthit road, HuayKwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0e8b5ae6ba56f062b94353486e19ab3f01a391.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699047561778" Longitude="100.59873049387" StarRating="3" HotelCode="398167|63460" HotelName="Chateau de Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Sukhumvit Road Soi Sukhumvit 56, Bangjark, Prakanong, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fe/b1fe8bba5bd246e5bd5bc4711acd4e11fca229e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75744843" Longitude="100.54233232" StarRating="2" HotelCode="585534|223516" HotelName="GN Luxury Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/9-11 Ratchaprarop Road, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/60/2960f04640d5c2d3edea2a247c165eb5d89a9c34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74417758" Longitude="100.55372675" StarRating="3" HotelCode="416618|60412" HotelName="Grace Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Lounge,Massage Centre,Nightclub,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 3 Nana-nua, Klongtoey-nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/18/0118213b580896954edc6fda265f5f4c50d4ef74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75556658" Longitude="100.5036264" StarRating="2.5" HotelCode="424865|204798" HotelName="Here Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>196/3-8 Ratchadamnoen Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a4/4ea47887dc4fd63242f6923eabf90b182dff8338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759296111537" Longitude="100.4951258323" StarRating="2" HotelCode="398476|61985" HotelName="Lucky House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Chakkapong Road, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/66/9f66533e3669ea1e8fb414b2dc3ab14a67eb1abf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69303905776" Longitude="100.6450371534" StarRating="4" HotelCode="495261|173293" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Suphaphong 3, Srinakarin Road, Yaek 5-2 Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f12efb2165917a425d0e72e5e0e3594f0750f45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73477192" Longitude="100.51193909" StarRating="2" HotelCode="520004|233015" HotelName="River View Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4f/2c4f04f302644654c4945b6a5da79399c91c8f38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|2251" HotelName="Royal Princess Larn Luang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269 Larn Luang Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4a/7d4a8f95bd8398a43353dcc05c2c945852c2878c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|54946" HotelName="Siamaze Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>90 Ratchadapisek 17, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/42/7e42d0977457ae359eff0efdeda644dd621e0cbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722996" Longitude="100.774433" StarRating="4" HotelCode="903941|48838" HotelName="Suvarnabhumi Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1675/1 Soi Ladkrabang, 11/1 Ladkrabang Road, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408c0f3fe7d209303149c25d12023805fb244eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|58002" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Rajanakarin Rd, Chongnonsi, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e8/0be8faa2fab984a3c9505f4ecc044d0600b143c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71793094" Longitude="100.50127728" StarRating="3" HotelCode="635653|271503" HotelName="The Pattern Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>547-553 Soi Krungthonburi 6, Krungthonburi Road, Banglamphoolang Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/0e/240ecce817f46654460ccb7c46eeac8b1cb91600.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66886923" Longitude="100.61432171" StarRating="3" HotelCode="293440|57844" HotelName="Thomson Residence - Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna Trad Road, Soi 4, Bangna, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c6/53c61b32b8c9374389095c6b9e7eb93773445c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="68065|233379" HotelName="TK Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54/7 Chaengwattana Road, Soi 15, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/49/5949db3aef8b07ec2af6ff31c361a640a877ff1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72097374" Longitude="100.49003758" StarRating="3" HotelCode="481967|233508" HotelName="Zenniq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ratchaphruek Road, BTS Wongwian Yai, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e5/b3e56e5eeddec7172232cafc9f1e783fbb98977d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="38.17" OriginalAmount="35.67" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|691390" HotelName="GRAND INN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 3,  NANA NUA, KLONGTOEY NUE, WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951753_foto_31.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73742106" Longitude="100.51693503" StarRating="2" HotelCode="380576|52056" HotelName="@Hua Lamphong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326/1 Rama IV Road, Mahaphruttharam, Bangkok 10500, Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358111/358111a_hb_a_030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.673984" Longitude="100.603737" StarRating="3" HotelCode="255756|60959" HotelName="Brighton Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sanphawut Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/49/b449e3f514d5fa861508911068dce78d8555e127.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715039439579" Longitude="100.51476889727" StarRating="2" HotelCode="379036|174354" HotelName="The House of Phraya Jasaen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57, Yannawa, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/b2/83b257a1daade098906533aafee8b4cc3b5010ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|57616" HotelName="Montara Serviced Apartment Thonglor 25" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52/1 Soi Prompak, Sukhumvit 49/6 Road, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/8b/9d8b2cdb4c1dada7c16988af58f316ab0a76cf97.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735428" Longitude="100.560182" StarRating="3" HotelCode="205226|48283" HotelName="Red Planet Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/32/be32703a394c0ee25765d9aba97e8ca0afd0d447.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81871151" Longitude="100.68362233" StarRating="2" HotelCode="408130|173254" HotelName="Grow Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>765 Ramintra Road  Km. 11  Khannayao, 10230 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/55/d3552186c707bd37f43ae762d720ecc145db7aa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712741" Longitude="100.593148" StarRating="3" HotelCode="141126|57007" HotelName="Hope Land Executive Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1110/5 Sukhumvit Road, Sukhumvit 46/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f5/b1f5e88b5c6cf006c480f44e08806b53867f6387.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68476488" Longitude="100.61380014" StarRating="4" HotelCode="341908|58234" HotelName="Marsi Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>125 soi sukhumvit 101/1, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/bc/46bc3d862286e59e5b218f442cd74379958c3e51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|58631" HotelName="Nanatai Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Sukhumvit 4 Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c47a1ad12303823938975ec2b023627fb07e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76991179" Longitude="100.58116625" StarRating="3" HotelCode="545851|173841" HotelName="Sa-Ngob Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Uthit 16, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d06c1b9d8b4b8bad8b3a1e7a3bc44420649b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741576" Longitude="100.626201" StarRating="3.5" HotelCode="255719|48416" HotelName="Nine Forty One" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi 41, Rama 9, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/19/b2198f787e45ef4e1b0e4fd6fad13bfdbb144439.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.770222259184" Longitude="100.57062274571" StarRating="3" HotelCode="255715|48421" HotelName="Prom Ratchada Residence &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Nathong Soi 558 Ratchadapisek Soi 7, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4f/374f304ea898506e06ce62793c8a7d0e4e0e0dfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77657672" Longitude="100.57479872" StarRating="3" HotelCode="867278|367843" HotelName="Ratch 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pracha Rat Bamphen 6 Alley 8-3, Sunthon Siri 4 Alley, Ratchadaphisek Road, Huaykwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a630450f35655aa55870d930beb2e0285398d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75449023" Longitude="100.52860004" StarRating="2" HotelCode="632565|271510" HotelName="Travelier Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Road, Thung Phaya Thai, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ed/f4ed0feab9baf0ae6a6da3400ccc7dab98b5c3c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746522" Longitude="100.556091" StarRating="3" HotelCode="899546|56338" HotelName="Smart Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/17 Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc8793061a9dbf696368a5e10da7c256b31c35a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.09" OriginalAmount="36.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751579" Longitude="100.535682" StarRating="3" HotelCode="72874|1652393" HotelName="The Residence Rajtaevee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>588/1 Petchburi Road, Rataevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/31/1831d25008d7a7bd38c56b4aff17074493dca131.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="39.47" OriginalAmount="36.89" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37299" HotelName="BRIGHTON HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>222 SANPAWUT ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35563_image65685472_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|367533" HotelName="Bangkok Saran Posh­tel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Sam­sen Soi 3, Sam­sen Road, Wat Sam Phraya, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/46/bb462a88b3a3f3cf9659fc6a8252acbc5c4ccb33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|20424" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/19 Ratchaprarop Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a4811fac2d796d94d273f2a31ee4e086d0ecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70201438" Longitude="100.58771498" StarRating="3" HotelCode="459686|202956" HotelName="Ibis Styles Bangkok Sukhumvit 50" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2026 11 Sukhumvit 50, Phra Khanong, Khlong Toei, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/6e/ed6eb1e57de36decbf2a3cab24447e059d9264a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73813546" Longitude="100.51903123" StarRating="2.5" HotelCode="585672|226012" HotelName="Inn Stations Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road, Khet Pathumwan, Kweang Rong Muang, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/97/529713bb365b80513ec48fe7ff37e9fad0ff093d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757388" Longitude="100.546014" StarRating="3" HotelCode="188194|17288" HotelName="Interchange Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Soi Ratchtapan, Rajaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/19/0c195b7fac1d612d423fcd90d6ac5036969b47de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72602537" Longitude="100.56194897" StarRating="3" HotelCode="496484|202958" HotelName="Like Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Like Sukhumvit 22, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/6c/cc6c7aa196838ac0aaf7968f9e2f1b146a304dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75597345" Longitude="100.53019584" StarRating="3" HotelCode="945489|227168" HotelName="Noursabah Boutique Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Petchaburi Soi 7, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5f/6a5f7eb6c55ec0c8bf4723b30bcc96e90574b32f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734825" Longitude="100.567603" StarRating="3" HotelCode="188239|48723" HotelName="S33 Compact Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 Soi Sukhumvit 33, Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/52/ab5290a7f05bc8f787e4c25a4ab20080ec4c690e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751817243475" Longitude="100.52999784552" StarRating="3" HotelCode="338959|58649" HotelName="Siam Swana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/77/cf77c848662bcb75691bd5c26beeefa8423c55a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78650903" Longitude="100.57135713" StarRating="3.5" HotelCode="585362|233152" HotelName="Stay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadapisek 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e5/d5e5ab81d451cf2da50966937314e9e9b4fa4003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73980975" Longitude="100.56191557" StarRating="3" HotelCode="623587|254136" HotelName="Studio Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22/3-4 NT Building Sukhumvit 21, Klong Toey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625929/625929a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.773241" Longitude="100.608415" StarRating="3" HotelCode="100181|64029" HotelName="Town In Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Ladprao 94, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/12/cf12a5e5f902eb635def15e5cdafceff922685ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.98" OriginalAmount="37.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723944618801" Longitude="100.52978932858" StarRating="3" HotelCode="97636|3721912" HotelName="The Heritage Hotels Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Soi Narathivas 3 Narathivas Road, Silom Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7a/d07a2788e5348d1b30ae234edbc71ed3428210ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75936987" Longitude="100.49645371" StarRating="3" HotelCode="338359|61066" HotelName="Dang Derm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6d/fe6d27e2e3df4e42e915ecf32cb1623ec396ec8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752522" Longitude="100.546604" StarRating="3" HotelCode="95920|21772" HotelName="Ecotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/333-4 New Petchburi Road 35, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/65/49659314b290dcaf7499c273bec097ef03f87670.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75396" Longitude="100.536618" StarRating="3" HotelCode="114187|63190" HotelName="Grand Watergate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49/29 Petchburi 15, Phayathai, Ratchtewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7a/b07a08e3ac0c9e75ea304b5c572ae1f894d822b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75483769275" Longitude="100.53966944458" StarRating="3" HotelCode="915514|57232" HotelName="Pratunam Pavilion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 soi Sangkarn, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/25/1d252fa5f9c031af4734472ea09be1e78949efa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723582435659" Longitude="100.53001463413" StarRating="3" HotelCode="387977|39130" HotelName="I-Residence Hotel Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/57/c557c774b86e1f321c09335122000e09491bf4bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738203" Longitude="100.555911" StarRating="3" HotelCode="165847|48724" HotelName="Sawasdee @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/45/a145cb54c0f85211654e75a2975d4a56883eda1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72590676" Longitude="100.56458839" StarRating="2" HotelCode="492210|173852" HotelName="Sleepbox Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3, Sukhumvit 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b8/c7b8c12b27a9ca659789cc9d302abc11d9e62db0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753766735134" Longitude="100.54276446485" StarRating="3" HotelCode="903081|56427" HotelName="Tango Vibrant Living Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Wattanawong, Makasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2a/822ac02696c872acec515efeb80df8cbe45f8d79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74669267" Longitude="100.52119029" StarRating="3" HotelCode="945592|244829" HotelName="TongPoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Rama 6th Street Soi 8, Rongmuang Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5d/a95d8edfe97854c1272218e8a2b9d78100bfc599.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77357808" Longitude="100.58135303" StarRating="3" HotelCode="516170|173845" HotelName="Siam Privi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pracha Uthit Soi 9, Khwaeng Samsen Nok, Khet Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c7/b4c7588c9a0abcfd39d3a089681e09bf09d4033a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72229614" Longitude="100.56471113" StarRating="3" HotelCode="853862|367959" HotelName="V One Pride Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601-603 Sukhumvit Soi 22, Khlong Toei, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fa/9dfa85510d1beff63d63a996f0abb543cb95ccd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84453625" Longitude="100.66362633" StarRating="3" HotelCode="359708|174385" HotelName="Viva Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Khubon Road (Soi Ramintra71), Khannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/4f/594ffe7d96f1f5f5763519939d6c8cca10d6f039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="40.91" OriginalAmount="38.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A1BE91" HotelName="S 33 COMPACT SUKHUMVIT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 SUKHUMVIT 33 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15682_image51008623_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="41.06" OriginalAmount="38.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746159185763" Longitude="100.55119872093" StarRating="4" HotelCode="72909|645857" HotelName="FuramaXclusive Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit Soi 1, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/80/5480d9d159ad94f05aee9fb45ddc46a2613877af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729453" Longitude="100.572398" StarRating="3" HotelCode="500238|52070" HotelName="41 Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/39-41 Soi Sukhumvit 41 (Pirom), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/9a/7d9a8a2ffd679a0a31ac02c15fba72a0cce282c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733812277172" Longitude="100.56344785428" StarRating="3" HotelCode="114170|202950" HotelName="Baan Sukhumvit Soi 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/38-39 Sukhumvit Road, Sukhumvit Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/47/48478caa32e3f98edd1d1d8e33b00e024b8d9e0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75272648" Longitude="100.48369481" StarRating="2" HotelCode="780500|367588" HotelName="Ekanake Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/8 Arun Amarin Road, Siriraj Bangkoknoi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a8/65a85bb72054ff1e03a4b5b06bbc354a42c9d97b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740574849796" Longitude="100.55634722198" StarRating="3" HotelCode="465732|204501" HotelName="Grand Business Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 2/11 Sukhumvit Road, Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/7a/c37a7c91a1e704fcaed9da68ea2fa53493c8c147.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738396" Longitude="100.512491" StarRating="3.5" HotelCode="64965|46035" HotelName="Royal Bangkok @ Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409-421 Yaowaraj Road, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/71/26711936f83c5cbcb9fc24ddbe753557a7b6eba5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75462349918" Longitude="100.54119171328" StarRating="3" HotelCode="337249|58193" HotelName="Kc Place Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Ratchaprarop Road, Soi 5, Pratunam, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2dc1311bd664f2e26ed6eff9fea3409c3b6eee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84417013" Longitude="100.65261425" StarRating="2" HotelCode="376818|226699" HotelName="Naturbliss Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Ramintra 67 Road, Ramintra Kilo Jed, Don Mueang, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6b/1a6bde12bedab2f02e53769c0d33417f44ff85d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="961194|495244" HotelName="The Ex Capital Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Soi Krungthon 6, Yeak 13, Banglamphu Lang Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cc/16cc01eba64cbfd5888383412c8c30f4ab664410.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754288" Longitude="100.613385" StarRating="3" HotelCode="188234|173827" HotelName="Regent Ramkhamhaeng and Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d7/4dd770bd9f52e90d06113ca3a5afb5dcbc61278c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727257822239" Longitude="100.53661002393" StarRating="3" HotelCode="915505|57129" HotelName="The Inn Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739041" Longitude="100.515434" StarRating="2" HotelCode="188199|233292" HotelName="Krung Kasem Sri Krung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1860 Krung Kasem Rd, Chinatown, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/5558db1f3a881df77e45f88a661e627b19ca47f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758530288718" Longitude="100.49839477553" StarRating="3" HotelCode="901862|58243" HotelName="Rikka Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>259 Khaosan Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/3c/933cc9c646130d223d4099426cb5cd2f07293a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758274877505" Longitude="100.5397531776" StarRating="3" HotelCode="452028|195747" HotelName="True Siam Rangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>507/48 Soi Si Ayutthaya 8, Phyathai, Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/486283/486283a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72189253" Longitude="100.56457518" StarRating="3" HotelCode="523949|226010" HotelName="iCheck Inn Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>318/1 Soi Sainamtip, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012ac4f487ee536ea5157533a2e09f76d853e12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769105632967" Longitude="100.62286745615" StarRating="3" HotelCode="392582|63340" HotelName="Yotaka Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Ladpraw 122 Road, Soi Mahadtai, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5d/a75d3005d20bf3866fb60edc390f61395376183c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="41.94" OriginalAmount="39.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75578362" Longitude="100.53644955" StarRating="3.5" HotelCode="601447|48788602" HotelName="Top High Airport Link Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Petchaburi Road 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f82cc65a5fef3e44f3d678861faf44a3a5742db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741886244238" Longitude="100.55339474357" StarRating="3" HotelCode="341638|232021" HotelName="128 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>128 Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5b/f55b555d45614ec4d758bd6662945753c04afce0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|196510" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Asokmontri Road Sukhumvit 21 Soi 1, Wattana, Sukhumvit, Bangkok 11110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be944dbf368c752b3b70de6aff0218ccdcb2d2e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="856298|367509" HotelName="Baan Wanchart Resdience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>443 Phra Sumen Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a8/e4a8981dd223870511a4e597394248fc03c1657d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|42879" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155/17-21 Sukhumvit Soi 11, Wattana, Khlongtoey Nua, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/cd/a7cd9fbe3c0f9eeb8087dbd5f1d2ec22158e5e54.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72875832611" Longitude="100.52698930156" StarRating="3" HotelCode="378647|174464" HotelName="Red Planet Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178 Surawong Road, Tambon Si Phraya, Bang Rak, Bangkok 20150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/438779/438779a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.875535417845" Longitude="100.58004587889" StarRating="3" HotelCode="67968|204255" HotelName="Ebina House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/39 Vipavadee Rangsit Road 64, Bangkhen, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/6f/bd6ff55a35bbc5399d9ff87f2e027cad66480a18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74196534" Longitude="100.52450019" StarRating="3" HotelCode="779486|367652" HotelName="House Of Papa Bangkok Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>188/44 Soi Chula 16, Wangmai Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/8f/468ff29bb67052c41107cba84a4fe81acd19be51.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761413411072" Longitude="100.54016244451" StarRating="3" HotelCode="431686|173280" HotelName="Le Tada Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Ratchathewi, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/b0/aeb03a7536454373f80cf425a8f7d7674da1cacf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74125804992" Longitude="100.55276072328" StarRating="3" HotelCode="293442|61731" HotelName="Nana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nana Tai, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/38/b638d0c26de494d855df6d3df487661359b916bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73608617789" Longitude="100.5874184887" StarRating="3" HotelCode="393605|60891" HotelName="Park 19 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>459 Ekkamai 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/f1/f2f1ea9185f1dd727c1d966a281732566ae124eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78899966" Longitude="100.57594876" StarRating="3" HotelCode="362215|62937" HotelName="Ratchada Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sudprasert 2, Sutthisarn-Vinichai Road, Huaikwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3f/ae3f4ad7f7fd592b79b84ef1ce7e2cec36a0bb5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="744812|285626" HotelName="Red Pin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/222 Petchaburi Soi 33, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d0003e8b5f15475f5f40601c98c7dc4f22eaa96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|16717" HotelName="Riverfront Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>912 SV City, Rama III Road, Bangpongpang, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/89/51895014455c4e2ab94060ccb5f2a00def2fb8b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745070132224" Longitude="100.55518984795" StarRating="3" HotelCode="9971|4009" HotelName="Royal Benja" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road, Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/05/ed05fa13242e6e72aa80e23f75c68e50b38d62a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726981" Longitude="100.658052" StarRating="3" HotelCode="74779|8971" HotelName="Summit Pavilion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Pattanakarn 65 Pattanakarn Road, Praveth, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b4/6cb4ae9e6c0467d44cfb688f41e4b493906630d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736362554877" Longitude="100.58886688541" StarRating="3" HotelCode="378804|199665" HotelName="United Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>414 Sukhumvit, Soi 63, Ekamai 26, Sukhumvit Road, Klongton Nua, Watana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/97/95978876cd63367d95e0264aabc927af9409fce0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762066212651" Longitude="100.49418280709" StarRating="3" HotelCode="380578|58684" HotelName="Wild Orchid Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Chana Songkhram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/51/8d516edafec2f987b85305be7fe53a1745f41c2b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="42.96" OriginalAmount="40.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73000918" Longitude="100.53098503" StarRating="3" HotelCode="|AWON" HotelName="56 Surawong Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Thanon Surawong, Silom, Bang Rak</AddressLine>
          </AddressLines>
          <PostalCode>(0)22673579</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/AWON/AWON_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="43.53" OriginalAmount="40.68" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|145092" HotelName="S RATCHADA LEISURE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>52 TIAMRUAMMIT ROAD, RATCHADAPISEK, BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951384_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="43.80" OriginalAmount="40.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|335530" HotelName="CITIN PRATUNAM BANGKOK BY COMPASS HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>117 SOI CHUNLADIT BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/911163_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7446377" Longitude="100.5429295" StarRating="3" HotelCode="200015|57470" HotelName="Golden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1025/5-9 Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/49/3449f6000fba98cd52be458a1d613e48c4fc40fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712612240306" Longitude="100.51548244048" StarRating="3" HotelCode="188179|57061" HotelName="Miloft Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Yannawa Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/1793205a2270a5762c458b4dbfee482cbed8d555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76241" Longitude="100.499418" StarRating="3.5" HotelCode="62532|39440" HotelName="Nouvo City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Samsen Road, 2 Samsen 2, Pranakorn, Banglamphu, Bangkok, 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d4344c51fb3606c16c579f71c6e42bc77d551.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.661344716899" Longitude="100.43404877011" StarRating="4" HotelCode="380449|227176" HotelName="Park Village Rama II" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Kids Play Area,Kitchen,Laundry,Massage Centre,Meeting Room,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/1-1/3 Soi Rama 2 Soi 56, Samaedum, Bangkhunthian, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fa/f0fa6e51b524966a45af8dc08520af1f59316e5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75575667" Longitude="100.50324283" StarRating="3" HotelCode="584316|233074" HotelName="Siam Champs E’lyse’esi Unique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 Ratchadamnoen Klang Tai Road, Bowonniwet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7b/da7b42c37c1688abd6f6ffa5ee9353a7ae88cd8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724052" Longitude="100.52945001" StarRating="3.5" HotelCode="572309|232241" HotelName="Havent Met Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188/1 Soi Pipat Silom 2, Naradhiwas Rajanagarindra Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2e/892ee1e9d480989401ba4d387abcedb2f9f94be0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737643612183" Longitude="100.51531252861" StarRating="4" HotelCode="187109|39721" HotelName="Prime Hotel Central Station Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/34-35 Trimitr Road Taladnoi, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759136249748" Longitude="100.5364331603" StarRating="3" HotelCode="168590|195748" HotelName="True Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Sriayuttaya 12, Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/87/1c87a1dfe4fbcbb8c7865b3a580319c2ed36799f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760348148593" Longitude="100.49758854765" StarRating="3.5" HotelCode="267698|58669" HotelName="Villa Cha-Cha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>36 Tani Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1e/461e9e4c6b6ef8fc8b79ca7a09a23711c6049ab9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="44.55" OriginalAmount="41.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75735833" Longitude="100.52344822" StarRating="3.5" HotelCode="620746|028011" HotelName="Bangkok Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>888 Thanon Rama VI, Khwaeng Thung Phaya Thai, Khet Ratchathewi, Krung Thep Maha Nakhon, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/85/6d85351bc075118b0eea718285eb0b2b749fef60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|3698" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55/8-14 Soi Charoenkrung 42/1, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/62/d462e4ee3e96c61b08d6e236943476bf6048d24e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76196439" Longitude="100.60280733" StarRating="3" HotelCode="515662|58554" HotelName="Duplex 21 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 Ramkhamhaneg Soi  21, Phlabphla, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/8f/c68fc69157fa2f0ac727befeed7ca3074ab9f7f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|6419" HotelName="First House Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchburi 19 Road, Soi Juldis, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/41/d54192747edaa56f6e627471795734235ba9b008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732595" Longitude="100.522185" StarRating="3" HotelCode="933166|57917" HotelName="iSanook Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Soi Songphra, Siphraya Road, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a5/53a57f68e7c77b25beca3d483d1de4b7966805ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75798349" Longitude="100.52751745" StarRating="2" HotelCode="744100|285567" HotelName="Kloem Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>107/31 Petchaburi 5, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/77/3077dedb53caa9a52a0546d57ac4054f526bb92a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.845136" Longitude="100.579893" StarRating="3" HotelCode="37768|7988" HotelName="Maruay Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Phaholyothin Road 1, Senanikhom, Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d1/0cd12f4a4c85574c8d5cc3f3c16a2d0a972dd018.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727660340577" Longitude="100.53040234501" StarRating="3" HotelCode="915487|48634" HotelName="Nantra Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130/8-12 Soi 8, Silom Road, Suriwong Bangrak, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3d/613d207b69488d4ffbf0b0c9863635bd7cc53d94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717606" Longitude="100.51647373049" StarRating="3" HotelCode="65103|14772" HotelName="Astera Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83917/p_83917_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783893" Longitude="100.472819" StarRating="3" HotelCode="64959|9421" HotelName="The Royal City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>800 Boromratchonni Road, Bangkoknoi Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/86/128630309d5aae6ed18e3eaa630c37a28cb27d9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761023" Longitude="100.53982" StarRating="3" HotelCode="115840|16506" HotelName="Royal View Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/3 Soi Rajawithi 3, Rangnam Road, Phayathai, Rachathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/1a/f21af88136c0a7d166d616899536d227771c6a21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729403" Longitude="100.53032" StarRating="4" HotelCode="33032|10743" HotelName="Siam Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115/1 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d9/b1d93e8356a95ca0a99163dd6243ee3342f90af1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754079422788" Longitude="100.5397939682" StarRating="3" HotelCode="168285|56966" HotelName="The Cozi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122/32-34 Rachprarop Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/8a/6f8a55304d80eac1aec5fbc97eb4fa848551fc09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72693148217" Longitude="100.53932078452" StarRating="3" HotelCode="304586|58589" HotelName="The Sunrise Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110/1 Saladaeng Road, Saladaeng 1/1, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/75/2c75d4740c6a55d2773ffd3439ec98d46985cbbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="44.97" OriginalAmount="42.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739219" Longitude="100.564416" StarRating="4" HotelCode="97712|662714" HotelName="Admiral Premier Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi 23 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/90/d0908e86a8e4e4ccde2be793f401875e3a74155c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|43957" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/36 Phahonyothin Soi 3, Phaythai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/00/3600e9470244af8f605cb8b80083c76a49e63d9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.697711" Longitude="100.605996" StarRating="2" HotelCode="780436|253969" HotelName="All Day Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit 97, Sukhumvit Road, Bang Chak, Phra Khanong, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01883b48f115b3e075993cc6b324715069089530.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75520939" Longitude="100.50110644" StarRating="2.5" HotelCode="329282|57592" HotelName="Baan Dinso Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113 Trok Sin, Dinso Road, Bovornnivate, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b4/9ab43b1e3da8d3f671c0a157c0669d13fc5caf2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75810606" Longitude="100.52539071" StarRating="2" HotelCode="766003|367530" HotelName="Bangkok Oasis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/30/2830565937777e68bef705cfde7aeec85d524dad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|48203" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Sukhumvit 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f3/85f391d87ad6ff71917f352b24b1106033a9f92a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75926787" Longitude="100.49640846" StarRating="3" HotelCode="530770|232179" HotelName="Hotel Dang Derm in The Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/86/b186dce4d0495744d1a92f3dd88b06cf8cf5fda0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728056" Longitude="100.52577957143" StarRating="3" HotelCode="225558|58327" HotelName="La Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173/8-9 Suriwongse Rd., Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/cc/7accef9d5a5b64b3863c68b892707c8d8f6b0f7f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688260381595" Longitude="100.64599603414" StarRating="3.5" HotelCode="97714|438727" HotelName="Ninth Place Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>98/99 Soi Chaloeisuk, Srinakarin Road, Nongbon, Pravet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ce/09ce54a4ef5d174866f83505efaa20e07e02ddc5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.859842" Longitude="100.571242" StarRating="4" HotelCode="316896|5750" HotelName="The Rama Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel,Conference Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/9 Vibhavadi Rangsit Road, Laksi, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/3580cdede772b42f042ea36acbfab04a52ac4a19.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.838387695644" Longitude="100.59975000858" StarRating="4" HotelCode="377866|233108" HotelName="Sky Dome Resotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Prasert-Manukitch Road, Kaset-Navamin, Chorakhe Bua Lat Phrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4f/f64ffd870e1a7ed63b430d83ec2790edc9ff9316.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739719" Longitude="100.608785" StarRating="3" HotelCode="188224|58041" HotelName="Platinum Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Pattanakarn Soi 11, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7c/f97c5746f61c229da3fd585fa885ad01ac86c9a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730295933079" Longitude="100.53271891534" StarRating="3" HotelCode="304344|40965" HotelName="The Raya Surawong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-30 Surawong Road, Siphraya, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/85/a685c23bdfb75f93b27b8092a3652fff632cf0d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729416" Longitude="100.530111" StarRating="3" HotelCode="161663|30076" HotelName="The Tarntawan Hotel Surawong Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>119/5-10 Surawong Road, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e3/1fe3ac0d967917e45ebab52472a7b84e6f25350e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746382" Longitude="100.603642" StarRating="4" HotelCode="317725|204252" HotelName="Al Meroz Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Ramkhamhaeng Road 5, Ramkhamhaeng Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6b/816b4296179dff0e442b861bb961ceaf3c59153a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77883812554" Longitude="100.57628585276" StarRating="4" HotelCode="429538|89385" HotelName="Amaranta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi 5 Pracharatbumpen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/9d/ac9de84d578183beef9da13469d58970f043f01e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7264943" Longitude="100.53827548" StarRating="2" HotelCode="624465|253997" HotelName="Cloud on Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Saladaeng Road, Silom Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d4/08d4ff15454d9b294c86f8f6e01d37601b85d1d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75293469" Longitude="100.5241623" StarRating="3" HotelCode="784432|367584" HotelName="Dhevi Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>233 Soi Phayanak Banthadthong Road, Phetchaburi Road, Ratchathewi, Bangkok, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/cf/d7cf81d19442361cae3491840214597d2aa295e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74790818" Longitude="100.58462432" StarRating="3" HotelCode="585629|232252" HotelName="Holiday Inn Express Bangkok Soi Soonvijai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Soonvijai, New Petchburi Road, Huaywang Ban, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c9/f7c98833119744b35b5d98173db7cf4910b4efe2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|20284" HotelName="I Residence Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/82/5482fedc779cbd76ed49d1ef52bf1344dde9b0c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75022879" Longitude="100.54558032" StarRating="2" HotelCode="520033|367729" HotelName="Mango Bedroom Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1091/107-108 Soi Petchburi33 Petchburitadmai Rd., Makkasan ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/aa/49aa6691ad100501cdbd45960d02fe3ba0e7db6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76176638" Longitude="100.49302858" StarRating="3" HotelCode="407896|204778" HotelName="New Siam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Phra-A-Thit Road, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ff/36/ff36f72ac3ab8f9004272bd915e00305b3b7455f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77606" Longitude="100.571985" StarRating="3" HotelCode="409502|48420" HotelName="Palazzo Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Niam-utit, Ratchadapisek Road, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/5d/e65d7c51acc2091f1525cabc80e5097e124dce42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72920812" Longitude="100.53481825" StarRating="3" HotelCode="943390|223504" HotelName="D Varee Xpress Pula Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/12-15 Silom Soi 2/1, Silom Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/13/a213bc870d2683e6fcb56eec02c2121de8922fba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77300287" Longitude="100.57060133" StarRating="0" HotelCode="853741|409316" HotelName="Ratchada Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Soi Nathong 3, Ratchadaphisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/73/66737585fed55b1260305ab34ddaf8f4937a6742.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.764402714402" Longitude="100.49948331846" StarRating="2" HotelCode="380584|57743" HotelName="Tara Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113,117 Samsen Road, Samphraya, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a9/02a9d25664bfbdcc0296d1b6d7a11be1238ac34b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77303479" Longitude="100.54205268" StarRating="4" HotelCode="853425|367974" HotelName="Vib Best Western Sanam Pao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1029/9 Phaholyothin Road, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd9f4c9014a3849c1e30cf57b3ef98310a3cade.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75397455" Longitude="100.575584" StarRating="3.5" HotelCode="601921|233465" HotelName="Zazz Urban Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308/1 Rama 9 Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8a/ae8ab97706f9768229cd0fa5eeb9d0986500065b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="47.33" OriginalAmount="44.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71257873" Longitude="100.59452014" StarRating="3.5" HotelCode="587160|93350741" HotelName="Ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4f87ea22fa1b91dca538687654fedcd5bdebb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="47.57" OriginalAmount="44.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.883412" Longitude="100.565411" StarRating="3.5" HotelCode="933174|951931" HotelName="Centra Government Complex Hotel and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Mu 3, Chaeng Watthana Road, Convention Centre Building, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/06/d70664bcf0d0b6921973f1ef6e565fa86c68aea4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732601" Longitude="100.565159" StarRating="3" HotelCode="16537|48200" HotelName="Aspira Grand Regency Sukhumvit 22" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12/3 Soi Sukhumvit 22, Saunamthip, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cba9569c0ab2204ee036e49e81429fd517b34d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741045" Longitude="100.555838" StarRating="2" HotelCode="188253|204271" HotelName="Star Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/40-41 Soi Sukhumwit 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6c/a56c045b1b4f047c92c7488388a13ab4a240d37a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726317" Longitude="100.540566" StarRating="4" HotelCode="70776|16758" HotelName="At Ease Saladaeng" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Saladaeng 1, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/04/9104e0b951a7fbc1c5f64b1cc101236b99cd7015.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74565908" Longitude="100.55139962" StarRating="3" HotelCode="754194|367481" HotelName="B1 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220/5 Sukhumvit Soi 1, Klong Toey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/87/5f87e45f9f3b3b0336378064b3a8fe65b2bed49d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732027" Longitude="100.564066" StarRating="4" HotelCode="904499|42068" HotelName="Best Western Plus At 20 Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sukhumvit Soi 20, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/16/6b1659376b01082c950d2d7db0a04d9cff59d245.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77404947507" Longitude="100.57399749756" StarRating="4" HotelCode="8975|9417" HotelName="Bangkok Cha-Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Ratchadaphisek Road, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/de/43de4fa13e25cae32901c005c7ed4cee4b9f9467.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75377063" Longitude="100.53687011" StarRating="3" HotelCode="267702|58407" HotelName="Metz Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-22-23 Phethburi Road, Soi 15, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/93095e20cb6af5627eab99ca56247df04f7a02dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.876678544418" Longitude="100.5761513114" StarRating="4" HotelCode="33031|48248" HotelName="Miracle Grand Convention Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Kamphaeng Phet 6 Road, Talad Bangkhen, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/cd/c1cdfc83251f67252babf9f8e2990804d25036f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76368599" Longitude="100.48298445" StarRating="3" HotelCode="425336|173826" HotelName="RD Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Concierge,Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10/13-16 Arunamarin Road, Arunamarin, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd7af5aac7691a71320bac804f718cea0f23cd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|20430" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 4, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2a/1b2a49089d4df4a180aa2113c9c122011a778cf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75478734" Longitude="100.50136687" StarRating="2" HotelCode="602915|233338" HotelName="The Printing House Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140 Dinso Road, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/39/38393374db26ee4d782f1b36c3f246d89416a83a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718247" Longitude="100.531911" StarRating="3" HotelCode="118738|55624" HotelName="Yellow Ribbon Hills Executive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Soi Naradhiwas 7 (Prapinij), Naradhiwas Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c4/5bc4b6084ce0358318658c5fbada81a79375a764.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|48411" HotelName="Emerald" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Ratchadapisek Road, Din Daeng, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78006cf00ba67454c9261c5e7a24956c437e0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75197723" Longitude="100.53607591" StarRating="2" HotelCode="583160|223517" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e1/48e15e37607a3893a034bb4cfef241d16b06fce0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741443" Longitude="100.555712" StarRating="3" HotelCode="933175|42878" HotelName="iCheck Inn Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/27 Sukhumvit Soi 7/1 Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f6/54f6d4de0eb65f501d88b87b635d6593ca84a643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7535615" Longitude="100.53820299" StarRating="3" HotelCode="853404|376856" HotelName="Kim Korner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>37/5-6 Phetchaburi Road, Thanon Phaya Thai, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7518699" Longitude="100.53777843" StarRating="2" HotelCode="738624|254073" HotelName="Leela Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>833 Phetchaburi 17, Phayathai, Pathumwan, Pratinam, Ratchathewi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f73e239e61a67a1fdfc2b4891e9fccf0cb8d025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733752" Longitude="100.582247" StarRating="3" HotelCode="307872|62736" HotelName="One One Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Sukhumvit 55 Road, Klongton Nua Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/bb/28bb4e653b9a88444549c10a43550d745a2468f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727655" Longitude="100.569327" StarRating="3" HotelCode="29040|48730" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit 24 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/06/5406b05483a9a02a4792d42c11e629340ba75c6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743688236141" Longitude="100.55338049779" StarRating="3" HotelCode="345159|174361" HotelName="The Prestige Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8/5-6 Soi Sukhumvit 3, Nana Nua, Sukhumvit Road, Bangkok 10110, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/47/e047f072e22129e9716b68ff6788a93c17e846c2.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="49.95" OriginalAmount="46.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|7817943" HotelName="Alt Hotel Nana" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 Nana, Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d1/55d115950b8de027f7418e2dc1667f52d6a3296c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8172811" Longitude="100.56557339" StarRating="3" HotelCode="738669|271428" HotelName="Apartelle Jatujak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Ladprao 1, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/95/129567384a07409af0bfd24355bd6038d8310016.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734317495593" Longitude="100.56321507787" StarRating="3" HotelCode="114171|202949" HotelName="Baan Sukhumvit Soi 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/13-14 Sukhumvit Road, Sukhumvit Soi 18, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d4/f7d4514249b406a7d1cd133c2bfa6f22111484cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78157938" Longitude="100.54110402" StarRating="2" HotelCode="869900|367550" HotelName="Blu Cabin Ari Stylish Gay Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>32 Ari 4 Alley, Phaholyodhin Road, Phayathai, Bangkok 10400, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/2f/e12f85a54fb0e9d7f0bf31106573e9463570cfef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75295411" Longitude="100.53881284" StarRating="3" HotelCode="587040|232896" HotelName="Pratunam 19 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77/23 Phetchaburi 19, Thanonphayathai Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/ef/9fefcb2bf119c10ede9a5bbd5c988cc1743708a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.697210542298" Longitude="100.64797488955" StarRating="4" HotelCode="95923|48216" HotelName="Dusit Princess Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d9/21d90b9fa78179b184e50d9226317c6970b048e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|16661" HotelName="Grand China" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road, Samphantawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/a7/a8a7edd960666a7159c26c25f22ef51cc48fb268.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757860517267" Longitude="100.54354163556" StarRating="2" HotelCode="322735|60764" HotelName="The Bangkokians City Garden Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>335/1 Ratchaprarop Road, Ratchaprarop Soi 12, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4c/0b4cb84b853dcc60e288541517ed596f913d8fc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739015" Longitude="100.559436" StarRating="3" HotelCode="267691|204502" HotelName="iCheck Inn Sukhumvit 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/7-10 Sukhumvit Soi 19 Road, Klongteoy -Nuea, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543302/543302a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="965354|415210" HotelName="Loft Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/290-294 New Petchaburi Road, Makkasan, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/7d/bb7d6bd9e7a0e1c39aaa9e984f20374036f54263.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753062" Longitude="100.546244" StarRating="4" HotelCode="73784|13983" HotelName="Ramada by Wyndham D MA Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/388 New Petchburi Road Soi 33, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/18/5e18ce86aaf8bae53e36fad2a2af21b87be4d863.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717825001857" Longitude="100.56540283105" StarRating="3" HotelCode="405497|202947" HotelName="Rompo Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Rimthangrotfaisaipaknam Road, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a0/5ca0bfae4087094e7dd2ad4b3d436352226684be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="956597|489597" HotelName="Scene Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>61/1-8 Soi Arun Amarin 39, Arun Amarin, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/da/7dda56b270808824351702aa192646aec8fc1809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727822" Longitude="100.569936" StarRating="3" HotelCode="64960|16670" HotelName="St. James Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 26, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c8/45c80bb41afe1d5990a8cb39e310d86ee0a23517.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="51.04" OriginalAmount="47.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717478" HotelName="Jazzotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>RAMKAMHAENG 39, PRACHA U-THIT ROAD, 514 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/240333_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="3" HotelCode="14242|2252" HotelName="Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/4d/794d400473ffbd00a1ee8f348a0d68a77c0bf7aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78842336" Longitude="100.5474576" StarRating="3" HotelCode="434568|60360" HotelName="Capital Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1371 Phaholyothin Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/44/ba4463669eaf114a2a286fea2a77686e9ef0559a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74345198" Longitude="100.55450264" StarRating="4" HotelCode="784854|367619" HotelName="Glow Sukhumvit 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Babysitting,Bar,Designated Smoking Area,Laundry,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/b6/f1b68d733894d572cca352e3beb84c1f23507427.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77728131" Longitude="100.5738139" StarRating="3" HotelCode="840650|376853" HotelName="Ibis Styles Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Ratchadaphisek Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f2/a4f2043f3defe615d221779a0f99ea4e72b7d60e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761544791186" Longitude="100.54025314932" StarRating="3" HotelCode="481173|173279" HotelName="Le Tada Parkview Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/58 Ratchawithi Soi 3, Ratchathewi, Pathumwan, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/0b/4d0b3c8cdebdeaacf6e4937f564527a5e6c94329.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741719567334" Longitude="100.55335521698" StarRating="3" HotelCode="115833|58116" HotelName="Majestic Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-110/1 Sukhumvit Road, between (Soi 4-6), Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/b5/10b52cc5ef6cc6cfe4d65194856e78dc33b9cd86.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75345504" Longitude="100.53616043" StarRating="3" HotelCode="495626|195717" HotelName="NAP Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phetchaburi 13, Phethburi Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/c9/83c9c58f6a7615aaf59be8d39d83a1df5c8d59c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.675907162806" Longitude="100.64307499216" StarRating="3" HotelCode="915489|48642" HotelName="Romance Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Apiwat Srinakarin Road 56, Nongbon Pravate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8f/7f8f3eadbbe3a4f9001f5156d5da7cc10dbb275d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73270631" Longitude="100.51458901" StarRating="3" HotelCode="635226|271493" HotelName="Talakkia Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>988 Charoen Krung Road, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/27/532763b4eb52dd0e5c43f21fb71b0f2a16bdc46c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751573" Longitude="100.563912" StarRating="3" HotelCode="188164|57613" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2, Asoke-Dindaeng Road, Ratchadaphisek Soi 3, Bangkok 10400, Dindaeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/3082efa9a1883c75222345cc2dcbb4537afcf19c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781268" Longitude="100.540103" StarRating="3" HotelCode="915495|56978" HotelName="Baan Nueng Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Aree 5, Phahonyothin 5 Road, Samsennai Phayathai, Chatuchak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e6/c1e63c02229fccdc94305a58956c52783af29cf3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74359945" Longitude="100.55531414" StarRating="3.5" HotelCode="631717|271437" HotelName="Dazzle Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 18, Khlong Toei Nuea, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e4/15e43c9d159e7d89320f76bf293fdf5974c439ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7632012" Longitude="100.53869097" StarRating="3" HotelCode="521970|195715" HotelName="Fyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1 Soi Ratchawithi 9, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/bc/c7bccc38e2607ec683f16d4827316665a19f8ee8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73511933" Longitude="100.55807782" StarRating="4" HotelCode="346135|173248" HotelName="Galleria 12 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/83 Sukhumvit Soi 12, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/6e/2b6e5fa6c881bfa2bf3c3053a9f7d61ac0276f5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71728288492" Longitude="100.50899757187" StarRating="3" HotelCode="161448|20574" HotelName="ibis Bangkok Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Charoen Nakhon 17, Charoen Nakhon Road, Banglamphulang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/54/0054d0114f33c27f07175a9931d7f16aa0127551.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|12025" HotelName="Anantara Sathorn Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Naradhiwas Rajanagarindra Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/09/e3099cd388fc11831cf09fc242867ddb646d7894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.664400897467" Longitude="100.61845013499" StarRating="3" HotelCode="338453|58117" HotelName="Lasalle Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Lasalle 33 Sukhumvit 105, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/88/7d889271d72072b62e124aca45e8e26af5b9a779.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737263" Longitude="100.55252" StarRating="4" HotelCode="903973|45237" HotelName="Lohas Residences Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/dc/cadc75b247da2fb5dbda74d9f0223c19dfeb7097.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.779037" Longitude="100.575941" StarRating="3" HotelCode="915491|21535" HotelName="myhotel CMYK ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Pracharajbumpen Soi 5, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/66/f566e9d3f97ebe842f9c7d7a6c9947f7b6abf123.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|2257" HotelName="Prince Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Damrongrak Road, Bo Bae Tower, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b7e673205a2551ce14849b817262d0e8305d7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738509649964" Longitude="100.56278854609" StarRating="3" HotelCode="23146|3702" HotelName="Tai-Pan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>25 Sukhumvit Soi 23, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42b88a7923ae7125d2099e70146eae122a6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719009" Longitude="100.521053" StarRating="4" HotelCode="309802|60694" HotelName="The Grand Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/3986114d87ff26cb422a5d3cbe809acfcfb12ac6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.65" OriginalAmount="49.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723134406292" Longitude="100.5184672589" StarRating="4" HotelCode="165065|1954647" HotelName="Novotel Bangkok Silom Road Hotel" Meals="ROOM ONLY,BREAKFAST (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/42/5042735dfa7558c7813d6cf65227584eb97f294a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.08" OriginalAmount="49.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1B682" HotelName="AMBASSADOR HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>171 SUKHUMVIT SOI 11, SUKHUMVIT ROAD, WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/895976_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.41" OriginalAmount="49.92" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CE2246" HotelName="ASAI BANGKOK SATHORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>195 SOI SUEKSA WITTHAYA, SILOM BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29580_image61620561_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75522867298" Longitude="100.4863784743" StarRating="4" HotelCode="293448|48462" HotelName="Baan Wanglang Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 Soi Wat Rakang, Prannok Road Siriraj, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/56/b856e92e469dc8ea264dcd59b6f2d417afa8199b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758611" Longitude="100.49853" StarRating="3" HotelCode="89138|20223" HotelName="Buddy Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Khaosan Road, Taladyot, Pranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f6/0cf608fc60ab0c7561afa1343d1d6c2403dfc351.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80737814" Longitude="100.61565109" StarRating="3.5" HotelCode="602657|232227" HotelName="Greenpoint Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Pradist Manudharm 19, Pradist Manudharm Road, Latphrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/6c/516cf0a2ae3e70bfc6523bffbc4dca641ec03808.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.568271" StarRating="3" HotelCode="114188|223868" HotelName="Hope Land Executive Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sukhumvit 24, Klongtoei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/771971a98ccfd69877e112df0d3abe23f392e974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735175" Longitude="100.555903" StarRating="3" HotelCode="72890|12578" HotelName="Salil Soi 8" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50, 50/1 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/a9/82a9128fbf887eae5b649873740cac327de0ba8b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73153153" Longitude="100.52322625" StarRating="3" HotelCode="781223|367876" HotelName="Samyan Serene Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Si Phraya Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/69/8269e40d97b370326a5bb33bb01b05f5d1929d36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|48276" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/41/5e4142dc3b015535fbd0d86923b08d0eb5cf6320.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|48652" HotelName="Bless Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33, North Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/75/737571018662e13a2bd51ba72bf768736eba6cf0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753274748938" Longitude="100.53737652162" StarRating="3" HotelCode="339865|58190" HotelName="The Period Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/4 Petchburi Road, Petchburi 15, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/5e/915e7abec8af372883198c16441ed35e5893dbef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="54.25" OriginalAmount="50.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.646746375163" Longitude="100.71481808466" StarRating="4" HotelCode="|OWY" HotelName="Amaranth Suvarnabhumi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>68 Moo 2, Kingkaew Road, Rachatheva, Bangplee, Samut Prakarn</AddressLine>
          </AddressLines>
          <PostalCode>(0)23159399</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/OWY/OWY_FRONT.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720450440134" Longitude="100.73943883181" StarRating="3" HotelCode="142234|15782" HotelName="BS Residence Airport Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>836/2 Ladkrabang Rd., Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08bb2b157e5d55d3927f889bdcf2add050fc556.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752914852106" Longitude="100.5415508151" StarRating="4" HotelCode="37909|3805" HotelName="Indra Regent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/126 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/db/52dbbee707f39a4ff35387492e45c8203f1a2bcd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|58642" HotelName="Dheva Residence Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Phetchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e1/8ce1dce7c5f7a783716a2ec9cfe4969e51d04c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746779" Longitude="100.528683" StarRating="3" HotelCode="189379|58373" HotelName="Lub d Bangkok Siam Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road, Wangmai, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fe/a5fe30bfe224475e02659450c6ef46f8d6efaa15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76146835039" Longitude="100.49406953006" StarRating="3" HotelCode="341985|58606" HotelName="Mango Lagoon Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Rambuttri, Pra Arthit Road, Banglumphoo, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0d/e70dc57477b3dad21b6c4e6c3c077d46a29b08e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743299333333" Longitude="100.557806" StarRating="2" HotelCode="915516|57245" HotelName="Miami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road, Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/75/20757349db5a255c8024d4c99b094245fa3dbbe4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726139493903" Longitude="100.51602389929" StarRating="3" HotelCode="603666|227171" HotelName="Oriental Heritage Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1180 Charoen Krung Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a4/aaa47b2e3c9625c5c72b124c03dcec54a232b3bc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73470122" Longitude="100.56753188" StarRating="3" HotelCode="517763|173839" HotelName="Sakura Sky Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 33 Road, Klong Tan Nuer, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c4/53c4b62a339c4d8a4b18dc8b5e68e9a53c1615dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73338413" Longitude="100.57099489" StarRating="3.5" HotelCode="442530|62865" HotelName="Sereine Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Soi Sukhumvit 39 Prompong, Sukhumvit 39 Road, Bangkok, Wattana Province 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/99/ff99ca5c18a392b47932d93674d7a90366e2f163.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726341788087" Longitude="100.53122967482" StarRating="3" HotelCode="21435|48639" HotelName="Silom Serene Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Pipat, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5a/245ae7b2cc534defe8ff8cdb20fa2f9d5511870c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7262602" Longitude="100.58550107" StarRating="3" HotelCode="516461|174341" HotelName="THA  Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ekamai Soi 6, Sukhumwit 63, Phra Kanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/cc/8dcc01a6b41a75db3bfc3ff9858f9472ec8985cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|36184" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/1 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/11/7d111647730974bb4661e9da578158d3d52c382d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762725170419" Longitude="100.49985017822" StarRating="4" HotelCode="319809|58157" HotelName="Chillax Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>272, 274 Samsen Road Samsen Soi 2, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/82/da8205dbd862c6364853ba371c9cd0e4b383d3b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737436782176" Longitude="100.55716198847" StarRating="4" HotelCode="169813|22228" HotelName="Galleria 10 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Sukhumvit Soi 10, Sukhumvit Road, Klongtoey, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/99/b7/99b7a4134d0f3e53dd64f400db72bb2da9ee16ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7587627" Longitude="100.5439769" StarRating="3" HotelCode="781649|367657" HotelName="Hyde Park Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>298 Soi Ratchaprarop 12, Ratchaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/73/507335026ec314fe055ff2ecd7e6f8f074b744b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3.5" HotelCode="409505|62726" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/40/0b401488e395995c4df9a1e761d4088c08211a80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743177603935" Longitude="100.55635279605" StarRating="4" HotelCode="200018|48273" HotelName="Salil Hotel Sukhumvit Soi 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Soi Sukhumvit 11, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ee/12ee2b7b3b24a71649d16aab9c0bb493af2f7c9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73118" Longitude="100.57018" StarRating="3" HotelCode="200017|48706" HotelName="Nantra Sukhumvit 39 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/46 – 49 Sukhumvit 39, Prompong, North Klongton Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ff/92ff0d10bf20366f55803be102d4db86c3d3a0a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731268051399" Longitude="100.56621436151" StarRating="2" HotelCode="438885|173831" HotelName="Rezt Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>75 Soi Sukhumvit 22, Sukhumvit Road, Klongton, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/08/4f08f5995c106f0737f4e81993366197253dfc45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754588284856" Longitude="100.49778813066" StarRating="3" HotelCode="339998|57612" HotelName="The Warehouse Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San Chao Por Sua, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ce/55ce130bbc6b0cc70c09dbb6ec31850da4c6d423.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724170779634" Longitude="100.57160821106" StarRating="3" HotelCode="397780|233291" HotelName="The Kaze 34 Service Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Sukhumvit Road, Soi 34, Klongton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ea/e6eabc2e52e5403a584fa16fdaa4c70b3e10e156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.774294" Longitude="100.542057" StarRating="3" HotelCode="169905|174384" HotelName="Vic3 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Phahon Yothin, Soi 3 Phaya Thai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7d/7a7dfbf0b37af88fb80891e8f1e1a4705e09aa8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76361667" Longitude="100.53870888" StarRating="2" HotelCode="856770|367984" HotelName="Yello Rooms Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Loet Punya, Thanon Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/21/df21c1fdce10d9d33d95daf5ddcf0e15a95ced16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76031897" Longitude="100.49642511" StarRating="3.5" HotelCode="328188|63955" HotelName="Baan Chart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrapong Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9f/089f254aec6917812d889e0b9c2cbf1791e9332d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.842073" Longitude="100.61644221" StarRating="3" HotelCode="588118|232096" HotelName="Barefeet Naturist Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>House 85 Soi Prasertmanukitch 29, Yaek 7, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abba35dc4cdcffb836dc072d9fa383a7d846d09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746393235411" Longitude="100.55184556138" StarRating="3.5" HotelCode="438551|271455" HotelName="iCheck inn Skyy Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 1, Ruenrudee, Khlong Toei Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/80/fc80274ae156c967ec94216995fed62a739e8ca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71773075" Longitude="100.50860701" StarRating="3" HotelCode="523283|173745" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17, Charoennakorn Road, Banglumpoo-Lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6d/346ddb171179ce6a517e3c6407cf760a14e64d9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73542402" Longitude="100.56846292" StarRating="2" HotelCode="337922|204505" HotelName="Nandha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14/11-14 Sukhumvit 33, Klong Ton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c8/cec80cca530403a16cce8ffd536fa98a42859a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73585745" Longitude="100.56095426" StarRating="3" HotelCode="623062|254152" HotelName="The Connex Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Ratchadapisek Road, Klongtoey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8f/9c8f234a7f7d566f2318999f94163340b8cbfcd9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71639136" Longitude="100.58860621" StarRating="2.5" HotelCode="546614|202970" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1036/12 Sukhumvit Soi 42/1, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ba/29/ba2905385418ecf2a47bf93614be899785fa3c32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735176905595" Longitude="100.5626554849" StarRating="3" HotelCode="342509|233441" HotelName="White House Asoke Sukhumvit 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>390/20 Sukhumvit Soi 18, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/80/f9804967dfe69ee0063a3c53f2abe1dc48637df6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="57.75" OriginalAmount="53.97" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|123579" HotelName="AMARANTH SUVARNABHUMI AIRPORT, BW PREMIER COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>68 MOO 2 KINGKAEW ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/910268_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752940905204" Longitude="100.54014265537" StarRating="3" HotelCode="36347|2254" HotelName="Baiyoke Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5f/835feac3fcdb603aebc146541967c1de64cc1a4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|48840" HotelName="The Vertical Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/4e/f14e511d3079265963f864d8a5041a4cccba4e33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|195724" HotelName="Picnic Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73910175" Longitude="100.55997653" StarRating="3" HotelCode="613916|254119" HotelName="Sib Kao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/27-28 Sukhumvit Soi 19, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/46/234686f0e4a2fe59ab778ee15238d373d2bddce6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.683501446687" Longitude="100.64936599464" StarRating="4" HotelCode="115855|58617" HotelName="Park 9 Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Srinakarin 59 Road, Behind Paradise Park, Nongbon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e8/79e8a81a17cfa533918c67b52740163606535eaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|254186" HotelName="V20 boutique hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit Road, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/3f/373fa7ead166b82df93f271ec51a689b5ebe64b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.80" OriginalAmount="54.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81186747" Longitude="100.56213183" StarRating="3" HotelCode="943440|58740858" HotelName="The Quarter Ladprao By UHG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/15/c81562e15890b75eee6c611024f9cdfa9027dd67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="58.54" OriginalAmount="54.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759585865137" Longitude="100.49299983431" StarRating="2.5" HotelCode="404668|586189" HotelName="New Siam Palace Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56 Chao Fa Road, Trok Rong Mai, Chanasongkram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a4/0ca442f29aea4919f5cbe596e48ef1c89cd1b1ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72413074" Longitude="100.53087011" StarRating="3" HotelCode="933612|40319" HotelName="Holiday Inn Express Bangkok Sathorn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Pipat Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/92/cb92fa808447a0b8054c10b72682b29fe3ce4bd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7046433" Longitude="100.59919893" StarRating="3" HotelCode="469974|202954" HotelName="Amaze Sukhumvit Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley Soi Sukhumvit 50S, Phrakanong Klongtoei, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/24/ca248548bed8157ff76000456dc735a3c0f92deb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740566" Longitude="100.561141" StarRating="3" HotelCode="141128|48732" HotelName="Fusion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143/61-62 Sukhumvit 21 (Asoke), Sukhumvit Road, Klongtoey Nue, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524e04679050dd93376221b58ccd75a5b9bd8a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.87" OriginalAmount="55.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727611" Longitude="100.578769" StarRating="4" HotelCode="141122|1936640" HotelName="Salil Hotel Sukhumvit Soi Thonglor 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44/14-17 Sukhumvit 53 (Paidee-Madee), Sukhumvit Road, Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/86/a0864ffa19469dfd0bbec23d10d3169565183178.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78762874" Longitude="100.54490454" StarRating="3" HotelCode="746066|285536" HotelName="Craftsman Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34,36 Thanon Phahon Yothin, 11 Samsennai Phayathai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0f/e00f0c9eb964e9bc296e04c4eae0af9fc73db662.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73815264" Longitude="100.55584746" StarRating="3" HotelCode="563634|223869" HotelName="Hope Land Hotel &amp; Residence Sukhumvit 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Soi Sukhumvit 8, Sukhumvit Road, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/82/478238e522b8b4fbfa457605ab46560ce3e83d0a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733163164021" Longitude="100.52731096745" StarRating="4" HotelCode="14526|3535" HotelName="Mandarin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0a6e3ee88d9bd06b3fece20c8a7c78a5fc9f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74491755" Longitude="100.5574688" StarRating="3" HotelCode="612360|233394" HotelName="Travelodge Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11 Chaiyos, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/7d/337d71e94995796d54654b43391eec301cff16a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737991" Longitude="100.563899" StarRating="3" HotelCode="186275|233399" HotelName="Two Three A Homely Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>100 Sukhumvit 23, Prasarnmit, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/4d/a34d478229dd73d7b359f85bb83d89a695e15018.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872105|438354" HotelName="Villa De Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Chakrabongse Road, Talat Yot, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/fd/2bfd88c97ee8d7d73d410d5ce65fec7e874060da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75562993" Longitude="100.50015976" StarRating="3" HotelCode="546578|204795" HotelName="Baan Kachitpan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Trok Silp, Dinsor Road, Baworn Nivet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/14/f71427dd515200be4f070f83629270d92f0069a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754220108786" Longitude="100.53888201714" StarRating="3" HotelCode="255921|35768" HotelName="Grand Alpine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/04/4004ba136a27a38dc49ab4a01def0f45d443a4b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747810994147" Longitude="100.57026386261" StarRating="4" HotelCode="200871|24946" HotelName="AVANI Atrium Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f6/dff6c7c264b2782e7614d2e5dd99926f3e51d53d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757175" Longitude="100.542851" StarRating="3" HotelCode="89145|22042" HotelName="Hotel de Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/14 Ratchaprarop Road, Ratchaprarop Soi 12 Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/cf/07cf908bbc8fb6335be7c8a7f3207bd636426dfc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7269254" Longitude="100.5339307" StarRating="3" HotelCode="18515|54193" HotelName="Le Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Convent Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b5977414703dc96b3427e2b4507c9d1f6f32a14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.687477704969" Longitude="100.60718536523" StarRating="3.5" HotelCode="398389|61999" HotelName="Olive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sukhumvit Soi 64, Yak 6, Bangchak, Pha Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/cf/25cf5aca9fd0fed63ef0ac4a49fb089e0a6718a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7355356" Longitude="100.55520534" StarRating="2" HotelCode="434543|233234" HotelName="Teja Lake View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167  Sukhumvit road, soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358156/358156a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751739002359" Longitude="100.53775104278" StarRating="3" HotelCode="405932|195716" HotelName="La Porte Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Phaya Thai Road Soi Petchburi 17, Pathumwan, Tambon Payathai, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/11/f1113b01c37b9d1ec62b312382b8f8cfa00ece21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75343113" Longitude="100.53710702" StarRating="2" HotelCode="619997|246223" HotelName="Natee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/11-12 Soi Phetchburi 15, Phetchburi Road, Rajtaevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/68/7068dfe4196d7bbaf4977c7c75fd444ca2305455.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738725600313" Longitude="100.557582146" StarRating="3" HotelCode="901774|48710" HotelName="Paradiso Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1/11-12 Sukhumvit 10, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/95/0b950a0ac5b8d5c79e0d9f6b1d8893dcda0ce8e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735650564195" Longitude="100.551870147" StarRating="4" HotelCode="341595|48711" HotelName="Parinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54/4 Sukhumvit Soi, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/88/7388cb34e0bf207eb563acb81bf8f3d15351586d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72888374" Longitude="100.59017889" StarRating="3" HotelCode="439160|174340" HotelName="Ten Ekamai Suites Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road, Klongton-nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c5/a9c5c9684154b27f8c6bbf62ca25a31bd58db99d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724844863661" Longitude="100.53254477509" StarRating="3" HotelCode="380417|58557" HotelName="Silom Forest Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phiphat 2, Convent Road, Silom, Bangrak, Bangkok, Provinz Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8d/5e8dcb0ee7eb85147c9a4d4d07bb0b4cf27f258f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745103306615" Longitude="100.55743176089" StarRating="4" HotelCode="522447|233129" HotelName="Solitaire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Sukhumvit 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/be/64be3f3104d064f9e2270e2afe86b815cd3b3b4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="63.07" OriginalAmount="58.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="4" HotelCode="|KJ7" HotelName="Asia Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road Ratchathewi</AddressLine>
          </AddressLines>
          <PostalCode>(0)22154360</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/16549/945955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726039537657" Longitude="100.52457779646" StarRating="3" HotelCode="187104|48511" HotelName="Amber Boutique Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Silom Soi 14, Silom Road Suriyawongse, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/47/b2471160036dc2ada6e5582027566896437c8b80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745699180713" Longitude="100.55585259236" StarRating="4" HotelCode="934260|42872" HotelName="Hotel Citrus Sukhumvit 11 by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11, Klongtoie-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/97/0497371f8110cfd607e67d178f41bb9074544edc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737977890482" Longitude="100.55347286012" StarRating="3" HotelCode="15062|16299" HotelName="ibis Bangkok Sukhumvit 4 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Road Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad506a386fc8763385ff0d7192ea7004de27e599.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741288" Longitude="100.558652" StarRating="4" HotelCode="161093|20432" HotelName="Kingston Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/3-7 Sukhumvit Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/de/dfde08eaae57f4ba99051c320458a8c0be8adc22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.54" OriginalAmount="59.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740058" Longitude="100.561616" StarRating="4" HotelCode="75137|2252250" HotelName="FuramaXclusive Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/2 Sukhumvit Soi 21, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/b0/57b0fb42b2dd8b5dadcd9abdbc59935e499b3d8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="64.10" OriginalAmount="59.91" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D05207" HotelName="Le D'Tel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>269/1 SUANPLU SOI 6, TUNGMAHAMEK SATHORN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2584105_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746477" Longitude="100.562042" StarRating="4" HotelCode="185911|48649" HotelName="Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 / 20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/eb/18ebfe18174773346a4184a957d54f900798566e.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|376832" HotelName="De Prime At Rangnam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/0a/d50a601e684789b50ddf72b322a7249ca92ba554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76631736" Longitude="100.49712736" StarRating="3" HotelCode="853111|367647" HotelName="Hiranyakul House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Samsen Soi 3 Sampraya Road, Wat Sampraya Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b6/60b6424eacdf945076b975ea1446240c9d71ddf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712568" Longitude="100.585874" StarRating="4" HotelCode="260592|42886" HotelName="Jasmine Grande Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road, Phrakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/a2/eea2279f17b76c8a509c84c2ba4cfab22bc6d1c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7200454" Longitude="100.53844038" StarRating="4.5" HotelCode="619540|254071" HotelName="Le D'Tel Hotel &amp; Conference" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Suanplu Soi 6, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/43/54439f2429c30138ca97e99aeaba7c1f6037c470.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68809359575" Longitude="100.50778985023" StarRating="4" HotelCode="15004|3678" HotelName="Montien Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Rama 3 Road, Bangkhlo, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/a2/b3a210286473599047eefa78ba2808e17b68af00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75011642" Longitude="100.53778056" StarRating="3.5" HotelCode="616086|233141" HotelName="Sovereign Group Hotel @ Pratunam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>640/64-66 Petchaburi Road, Soi Petchaburi 22, Kwang Tanon Petchaburi, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9915325</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738045066485" Longitude="100.55588643023" StarRating="3" HotelCode="337495|58668" HotelName="Stable Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road Soi 8, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b5/abb570a7054354fc4126e33bfc682ce93937df0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="64.48" OriginalAmount="60.26" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CB6F30" HotelName="PRINCE PALACE HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>488/800 DMRONGRAK RD. KLONG MA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28667_image61425118_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757083" Longitude="100.542449" StarRating="3" HotelCode="188171|54801" HotelName="Budacco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122/44 Rajchaprarop Road, Khweng Thanon-Phayathai, Khet Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3d/063d8d69b706d3edba3f6607d344799c6c2f4881.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741233" Longitude="100.55755" StarRating="3" HotelCode="114175|42073" HotelName="Citichic Sukhumvit 13 Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/38/c538c57731f91d74765c7e4a226935432081cebe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|3540" HotelName="Golden Tulip Sovereign Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Soi Saengcham, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/80/14801db98385d3829e4a8b52e6b70ce124629b73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71769969" Longitude="100.58807566" StarRating="3" HotelCode="621180|254137" HotelName="Studio Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1433-1435 Sukhumvit Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/2d/792d64275ed7745d1c522fcd3d13584b892344be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|39722" HotelName="Siri Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/4d/c04dc0a89be1c1e957fe02383791a3a1399e62f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73755153" Longitude="100.64163058" StarRating="3.5" HotelCode="613603|246250" HotelName="Zayn Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>593/595 Srinagarinda Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/b8/fdb8b3374b48b275a1e6f65c674ab2e91ce1c0e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="65.71" OriginalAmount="61.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|335516" HotelName="GALLERIA SUKHUMVIT 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>21, SUKHUMVIT SOI 10, SUKHUMVIT ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/911779_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.84" OriginalAmount="61.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76193165639" Longitude="100.54290264845" StarRating="4" HotelCode="47331|1259197" HotelName="Century Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/79/ab7931a54ac0dc09a2771baec6fa65b89053b665.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74010706" Longitude="100.56001221" StarRating="4" HotelCode="510545|173217" HotelName="Arte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road Soi 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c51f110450ce5da9996a1ae1a23a68a8c78606.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76167869" Longitude="100.49327289" StarRating="4" HotelCode="759918|367577" HotelName="Chillax Heritage Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Pra Arthit Road, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8e/648e4a0755da8729082ec0bbc6aa0d75a6a50209.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728032819945" Longitude="100.56994467974" StarRating="4" HotelCode="89149|55683" HotelName="Oakwood Residence Sukhumvit 24 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit Soi 24, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebc3c3161261c1edad5933baa160301c4313059.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740336557055" Longitude="100.55662322988" StarRating="2" HotelCode="317337|48281" HotelName="Studio Nana By iCheck Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/14-16 Sukhumvit Soi 11/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/42/a342e6603109b6c36eab440cb9a5d1ab6d96b562.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.547449" StarRating="5" HotelCode="188157|34409" HotelName="Aetas Lumpini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1030/4 Rama 4 Road, Thungmahamek, Satorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b3/d8b3d8997125fdc8773ca7f2781767df18bbbe35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75186398" Longitude="100.58464856" StarRating="3" HotelCode="779467|367466" HotelName="Amp Am House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Currency Exchange,Housekeeping,Internet,Kitchen,Laundry,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sun Wichai 5, Bangkapi Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cc/28cc83680106744bd1afa3bab879248c17487493.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760169" Longitude="100.498277" StarRating="3" HotelCode="317387|204797" HotelName="Dewan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>110 Tanee Road, Kwang, Talard Yod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/83/1f83b04cbff73742dcfb374a18730aafdf790923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75139991" Longitude="100.55727539" StarRating="4" HotelCode="526698|173290" HotelName="Mercure Bangkok Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1599 Kamphaeng Phet 7 Road, Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b4/feb4b92c161e8758cbdc1bf3a21327d1dbab34cb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743967" Longitude="100.585811" StarRating="5" HotelCode="446707|202897" HotelName="Metropole Bangkok, The Crest Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2802 Thonglor, New Petchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/32/0832eacb1c9b7d6c044b4cdd5031db91357c8824.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734833" Longitude="100.560664" StarRating="4" HotelCode="388330|30158" HotelName="Park Plaza Sukhumvit Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ratchadapisek Road, BTS Asoke Station, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ce/a9cef32ee0f664d13c305f2c11c3c5e6adb5887a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734614" Longitude="100.581019" StarRating="4" HotelCode="185906|56453" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Soi Thonglor 13 Sukhumvit 55 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eabfb86b9235f8da852c38f44aeac65896a73a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70724535" Longitude="100.60125776" StarRating="3" HotelCode="337907|204522" HotelName="Qiu Hotel Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/f2/3cf25e05b78fd450745129f2f4ddf958cfd0054e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|6427" HotelName="The Sukosol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>477 Si Ayuthaya Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/de/8fdecd7c547d160c676fe5b2e217179bf46a7b3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="67.82" OriginalAmount="63.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73707782" Longitude="100.5708883" StarRating="4" HotelCode="|TRBK" HotelName="TRIBE Living Bangkok Sukhumvit 39" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>122 Soi Sukhumvit 39, Sukhumvit Road, Klongton Nuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1422885/22134576.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748603364276" Longitude="100.4982382381" StarRating="3" HotelCode="167000|57099" HotelName="Feung Nakorn Balcony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Fueang Thong, Fueang Nakhon Road, Kwang Watratchabopit, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/45/c245721a93515530445c37793d5bf4be2ccc968b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731897034175" Longitude="100.56339187004" StarRating="4" HotelCode="905939|48271" HotelName="Rembrandt Towers Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 20, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/02/9b026bf8d1ef79df68039c58fba413442ec27d60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74969142" Longitude="100.53098594" StarRating="3" HotelCode="738399|285643" HotelName="Siam Nitra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road, Khet Rachatevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/0b/860b3ff4493544ab954e3cc220dd996b82ede4e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="115847|57175" HotelName="The Dawin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road, 35/1-2 Soi Sukhumvit 4, Nanatai, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/e0/09e0cd1ee83e20d56f38af6ced6cceef975de6d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75374605" Longitude="100.4861319" StarRating="4" HotelCode="562996|213654" HotelName="Theatre Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69/4-8 Soi Wat Rakang, Arunarmarin Road, Siriraj, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/e6/a8e63311e1afb2cab26339e460f54b1326168e45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759782631402" Longitude="100.49766908466" StarRating="3" HotelCode="36348|3464" HotelName="ibis Styles Bangkok Khaosan Viengtai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>42 Rambuttri Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/b5/d0b59d76234bbf02c00e9ec16718759f3ec4eb2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|48648" HotelName="Arize Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/02/90025c43f6f29183b144b42004a9140e1f8c18d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744208" Longitude="100.555012" StarRating="4" HotelCode="43778|9414" HotelName="BelAire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Road Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3b/243b58f27c5733af7be076008ada9cd74ecf1e99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|29837" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>New Sathon Road, 291 Soi Naradhiwas Rajanagarindra 24, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5e/c05e7c897bfdfdd01d806e491a7783006903efbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733072329768" Longitude="100.56256171468" StarRating="4" HotelCode="163974|40026" HotelName="Maitria Hotel Sukhumvit 18 - A Chatrium Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 18, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/08/ca08c681fda0620c20c7c1acdc4240b96d39b99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|367799" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/7f/317f55d8f764eeb50912a1067527c2d23eb56d63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738986" Longitude="100.55807" StarRating="3" HotelCode="188238|58061" HotelName="Ruamchit Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/54/6d54ac3987000774c1b9dd22780e8bf4411eab20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738604" Longitude="100.559993" StarRating="3" HotelCode="76275|21658" HotelName="Sacha's Uno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/19 Sukhumvit Soi 19, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/90/a690264ca0ceb93364f19c5a9da638f89f06225d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75439367" Longitude="100.49719659" StarRating="3" HotelCode="777428|367888" HotelName="Siri Heritage Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boonsiri Road, Trok Siri Ammat, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b5535f026174cc82c3d9b34c84ed73328ceb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="954048|367571" HotelName="Central Old Town Cottage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Tanao Road, Khwaeng Wat Bowon Niwet, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/56/da56b0fe5b17256409b6c947bb262cb9d586f4f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7614064" Longitude="100.48715888" StarRating="3.5" HotelCode="613167|223496" HotelName="CHANN Bangkok-Noi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>30/1 Wat Dusitaram Somdej Phra Pin Klao Road, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/d7/76d77bffa2e179f7136343e4c261723e26647b38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751676460238" Longitude="100.50314240816" StarRating="2.5" HotelCode="380573|58160" HotelName="Chern Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ratchasak, Bamrung Muang Road, Samran Rat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8a588e21639ac1bcc5104f8b4ebd12a11078d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742918" Longitude="100.557791" StarRating="4" HotelCode="188176|187175" HotelName="Hotel Citrus Sukhumvit 13 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/57/e05735df1711e5b37518d59758bbb24864f6ebea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712862489297" Longitude="100.5867284081" StarRating="4" HotelCode="387571|64247" HotelName="Qiss Residence By Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road, Prakanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7d/897d73aa765e1ca1b9e4b18a17b7d3585652dc67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="377686|204809" HotelName="The Raweekanlaya Bangkok Wellness Cuisine Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-172 Krung Kasem Road, Phra Nakon, Bang Khun Phrom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613561/613561a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|174372" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk, Rama 9 Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/491702/491702a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.19" OriginalAmount="66.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13982" HotelName="CENTRE POINT SUKHUMVIT THONG LO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 SOI SUKHUMVIT 55 (THONG LO) BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32264_image63565263_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.56" OriginalAmount="66.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.817783279147" Longitude="100.55995613337" StarRating="5" HotelCode="47316|2145440" HotelName="Centara Grand at Central Plaza Ladprao Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1695 Phaholyothin Road, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/f7/64f7d35172b663507c7f8a02b2255fff4dedccac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74444624" Longitude="100.5542258" StarRating="4" HotelCode="933614|48219" HotelName="Graceland Bangkok by Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua, Sukhumvit Road, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/08/2c08774471c79d3b363ea54b55a05734b4a52998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75132858" Longitude="100.5388169" StarRating="2.5" HotelCode="603594|226694" HotelName="Marwin Space" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2/12 Petchaburi Soi 19, Petchaburi Road, Phaya Thai, Ratchataewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0e/3f0e3edfd57c254a724335a09826c7b16088411d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72107847" Longitude="100.55997247" StarRating="4" HotelCode="497288|173295" HotelName="Modena by Fraser Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama IV Road, FYI Center, at the junction with Ratchadaphisek Road, Khlong Toei District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d5/3bd55d2400b3b158ebdaa93bfb6a9e6322ba5c0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74078679" Longitude="100.51105116" StarRating="3" HotelCode="943368|232786" HotelName="Norn Yaowarat Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-8, 10, 12 Padungdao Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6d/616d2a8a85dbf38313aef1b12b26cf9ee6567a2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|199659" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Ekamai Soi 2, Sukhumvit 63 Road, Phra Khanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7aabd876f5306b8057f3e36cf1798056b5b764.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752839298103" Longitude="100.54755091667" StarRating="3" HotelCode="326375|2253" HotelName="Bangkok Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>City Square, 1091/336 New Petchburi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/bc/62bcf3b4e14c7df60bcec3360363a01a7058cdd3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735928" Longitude="100.583233" StarRating="4" HotelCode="401564|399035" HotelName="Centre Point Serviced Apartment Thong Lo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Soi Sukhumvit 55 Thong Lo 8-10, North Klongton, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc4b35a07f7717dc9fa401a5a9481667d08d5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734533668629" Longitude="100.55778622627" StarRating="4" HotelCode="168276|21565" HotelName="12th Avenue Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/49/b849406f1b0620384eb4dac00ccbad29e4969b59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.12" OriginalAmount="68.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|2097939" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>318 Phayathai Road, Ratchathewi, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ff/21ff6f258cd05331fcbeb5900fb8d5a1360bb943.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72263054" Longitude="100.52060145" StarRating="3" HotelCode="784821|367506" HotelName="Baan Vajra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Silom 19, Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d6/8fd6f96d4e3a95e03c5544ddb7661ec83d8ac138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722798137875" Longitude="100.52005827427" StarRating="4" HotelCode="8967|12509" HotelName="Holiday Inn Bangkok Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>981 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fb/b5fb28cb08056736465bd946b6433732a9e6acc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715606" Longitude="100.591118" StarRating="4" HotelCode="903960|30646" HotelName="Jasmine Resort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1511 Sukhumvit Rd, Phrakhanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7e/d77ed11960975e45e7056c649cafcd56244b1082.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74770711" Longitude="100.52940326" StarRating="4" HotelCode="454558|43148" HotelName="LiT Bangkok Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36/1 Soi Kasemsan 1, Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4657803</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742978" Longitude="100.553129" StarRating="3" HotelCode="188230|173822" HotelName="Prestige Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/28-29 Soi Sukhumvit 3 (Nana Nua), Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/0f/7c0f662a59898c66bc58c9c12428f6af32bffbab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7386" Longitude="100.54326244907" StarRating="4" HotelCode="70023|48318" HotelName="The Duchess Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e235fed89abb14c831e554eb4d8c29e46220ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="74.35" OriginalAmount="69.49" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37811" HotelName="LUMEN BANGKOK UDOMSUK STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>15 SUKHUMVIT 103 RD,BANG NA NU BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35627_image65787991_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="74.40" OriginalAmount="69.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742628862232" Longitude="100.55675894022" StarRating="4" HotelCode="67969|B5G" HotelName="Grand President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 11, Khlong Toei Nuea, Watthana</AddressLine>
          </AddressLines>
          <PostalCode>(0)26511261</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29452ea05d80d36121771b4f76d292287e5110.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70413525" Longitude="100.59914275" StarRating="3" HotelCode="527579|174390" HotelName="X2 Vibe Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 52, Phra Khanong, Klongtoey, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fa/fafa9a92e1bee5f1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73239974258" Longitude="100.56275367737" StarRating="4" HotelCode="171021|23922" HotelName="Park Plaza Bangkok Soi 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 18/Sukhumvit Road, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/9b/0d9b56ee6181580df10492489bfedf665772c0da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744889" Longitude="100.553159" StarRating="3.5" HotelCode="19507|3686" HotelName="Zenith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Soi 3 (Nana Nua), 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/a8/93a86e73c48a56ac1c2793858f9bb99cf3ae3f66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="75.79" OriginalAmount="70.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76162703" Longitude="100.49938144" StarRating="3.5" HotelCode="613009|028010" HotelName="Casa Vimaya Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Housekeeping,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>229 Phra Sumen Road, Khwaeng Talat Yot, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0c/e90cf2bc0f72c628e87a0448acf9a8e441b58c2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733367" Longitude="100.565967" StarRating="5" HotelCode="160454|48722" HotelName="S31 Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>545 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9b/1c9b73762d4f8108412c576a020eb83e1649909a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73662865" Longitude="100.60140018" StarRating="3" HotelCode="620164|254138" HotelName="Studio Residence Sukhumvit 71" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fitness Centre,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Soi Panit Anan, Soi Pridi Banomyong 42, Sukhumvit Soi 71 Road, Wattana, Bangkok 10111</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/77/8c778bc00fb9ce82bd057664e20bb9afd9e5e21c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736199" Longitude="100.561932" StarRating="3" HotelCode="141125|48721" HotelName="S Sukhumvit Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>403-403/1 407-407/1 Sukhumvit Road, Klongtoeynuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f7/eef705e238691374e239fa4554e60c45d42f7555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756836" Longitude="100.564823" StarRating="4" HotelCode="21437|28220" HotelName="Grand Mercure Bangkok Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b1/92b1a3ea79c759491bcbe9acb37717c4d7bd175b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.776034" Longitude="100.573973" StarRating="5" HotelCode="64962|42747" HotelName="Swissôtel Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rachadapisek Road, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/7f/9d7f53e46be89ea866e7c3f1259fab230a5eafeb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75370908" Longitude="100.537563" StarRating="3" HotelCode="305989|48394" HotelName="Lemontea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Petchburi 15 Petchburi Road, Ratchthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/35/1d355b262314cf47db87c919471944d94bd9989b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732331998578" Longitude="100.56301653385" StarRating="4" HotelCode="8972|364" HotelName="Rembrandt Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit Soi 18, Sukhumvit Road Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cc/ccff2f73afcac34f/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724548807411" Longitude="100.53264695744" StarRating="3" HotelCode="339077|201327" HotelName="Silom Convent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Pipat 2, Convent Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e1/38e1867d34724ef1ab29537489a968c82dae246c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73716" Longitude="100.552" StarRating="3" HotelCode="571173|233223" HotelName="SureStay Plus Hotel by Best Western Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>89 Sukhumvit Soi 2, Khlong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/36/c736bfd2d5e1cb8368ff29bb4c5eccd3ad4942b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754087238679" Longitude="100.64636617899" StarRating="5" HotelCode="186994|48823" HotelName="Grand FourWings Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c1/36c1f207466b5ca75387c2abfbbf150b5cfde199.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722523" Longitude="100.724026" StarRating="4" HotelCode="552035|246244" HotelName="The Park 9 Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>599-599/1 Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/fa/7ffaed575e866c78c4424c232af90d154d938ce9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.920665103557" Longitude="100.60032606125" StarRating="4" HotelCode="200870|2310" HotelName="Amari Don Muang Airport Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Chert Wudthakas Road, Don Mueng, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/44/7744e0285c14a6efdcb46f3a6edb0d26bb87eeb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74092" Longitude="100.556732" StarRating="4" HotelCode="401620|42875" HotelName="Grand Swiss Sukhumvit 11 By Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/23-24 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/75/877543c695aecebfae5562c9fa24be7afeeefd13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738915" Longitude="100.558313" StarRating="4" HotelCode="75190|18858" HotelName="S15 Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Sukhumvit 15, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b2/58/b25874a3b7fcf3bdb11be11d7edb40c9d9a463c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="78.81" OriginalAmount="73.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D44700" HotelName="SOLITAIRE BANGKOK SUKHUMVIT 11" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>75/23 SUKHUMVIT 13 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37110_image67135976_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7332" Longitude="100.565296" StarRating="4" HotelCode="207933|48223" HotelName="Holiday Inn Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/7c/077cbc7a11fbf6f697fa81e848134a4730e98b2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75894481" Longitude="100.54127699" StarRating="3" HotelCode="361985|54823" HotelName="K Maison Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>116/17-21 Rangnam Road, Phyathai, Bangkok 10400, Ratchathewi district</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/62/ae62a2d83c98f3db981b1905ca9b48fc14be171b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754527" Longitude="100.535449" StarRating="4" HotelCode="317723|61277" HotelName="Vince Hotel Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26/2 Alley 2, Phetchaburi 11, Phetchaburi Road, Phayathai, Rajathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/27/7e276035ba831028bc4a0c9025fc7c9d5e48feb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73435796" Longitude="100.56096537" StarRating="4" HotelCode="420535|204240" HotelName="Hotel Clover Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Sukhumvit 16 (Sammit), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/99/6499793bbcc76c549f548e33ffe940d9355b2da2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748145730022" Longitude="100.52940418649" StarRating="4" HotelCode="904256|26254" HotelName="LiT Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36/3 Kasem San 1 Alley, Khwaeng Wang Mai, Khet Pathum Wan, Krung Thep Maha Nakhon 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/65/21651b89829fb1852601756ff3e87ca362803f85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="861356|367732" HotelName="Marwin Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Petchaburi Road Soi 15, Phayathai, Ratchathewi, Bangkok, Petchaburi 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72464" Longitude="100.522474" StarRating="2.5" HotelCode="906329|58397" HotelName="Sapphirtel Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>282-282/1-2, Soi Silom 22/1, Silom Road, Bang Rak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/61/94617f13dcd588be86b0a73cb115ddcfc8f2ac22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|271429" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Road in front of Soi 10, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/23/d3235edd321ef4f6c8acc98e24a1891023bedcc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732812" Longitude="100.560672" StarRating="4" HotelCode="164176|48670" HotelName="Column Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/1d/711dbd02dd07cc70cf93354b5a51ac16d115690d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734437" Longitude="100.565398" StarRating="4" HotelCode="933167|57532" HotelName="Mermaid Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Sukhumvit 29 Sukhumvit Road, Kwaeng Klongtoey Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/9d/059d032d011243661aa587bcc76ac0453311713c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75702555" Longitude="100.53435857" StarRating="0" HotelCode="738675|285545" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/bc/8bbcebd44e98544823cc9efee0c52bfd5a376cc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739193" Longitude="100.553779" StarRating="4" HotelCode="161094|42885" HotelName="Phachara Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/87/43874ae6bc4ec99cb519167393eb03c8d0006717.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707393060099" Longitude="100.50604641438" StarRating="4.5" HotelCode="9974|1178" HotelName="Ramada Plaza by Wyndham Bangkok Menam Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2074 Charoenkrung Road, Bangkorlaem, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6b6471e2f4890f2fa3464b0efe8f7a24fd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730139" Longitude="100.561249" StarRating="4" HotelCode="68299|10092" HotelName="Shama Lakeview Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Soi 16, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c2/54c2ad1f332774508715f2b247e87744157c041f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73679639" Longitude="100.51454046" StarRating="3" HotelCode="573020|233370" HotelName="The Unforgotten B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Sukorn2, Trimitr Road, Taladnoi, Sumpantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4e/124e0cfcf99d355ac4a175987b5c33f9c6e6a55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735802893034" Longitude="100.55220799483" StarRating="4" HotelCode="915502|56900" HotelName="Boss Suites Nana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40,42 Sukhumvit Soi 4 Nana Tai, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5a/f45a1bd89cd598b02fb647edb45fec8dfa5abe10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783595576058" Longitude="100.50065785646" StarRating="3" HotelCode="18497|11050" HotelName="The Royal River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>219 Soi Charansanitwong 66/1, Charansanitwong Rd., Bangpla, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/70/4370e63eb0bc2214c5d9eb98acb3bade9ea97e1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.84" OriginalAmount="77.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745211" Longitude="100.558747" StarRating="4" HotelCode="293835|6112655" HotelName="U Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Sukhumvit Soi 15, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/24/fa244e3e490405d84a1eb9901a49a4dabf7bf89e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75609545" Longitude="100.54131088" StarRating="4" HotelCode="620134|253970" HotelName="Akara Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>372 Sri Ayutthaya Road, Bangkok 10400, Thanon Phayathai, Rajthevi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/015515ee96fd1d1d7f62e19d25a9fae816e41092.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|28214" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit Road, Lumpimi, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/82/8682d61769d35c0d059c533f7531d4de5f88f6a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72435632" Longitude="100.53200781" StarRating="3" HotelCode="517795|199667" HotelName="Silom Lofts Luxury Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road, Silom, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/81/d28127d5e77d4ef89badd9d4f386d054a636a15e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|48201" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Sukhumvit 11, Sukhumvit Road, Klongtoey Nue, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/00251e5fe6d7edace2d578337520b71edafb23e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759099477889" Longitude="100.50323820074" StarRating="3" HotelCode="344064|204811" HotelName="Villa Phra Sumen Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>457 Phrasumen Road, Tambon Bawornniwet, Amphoe Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/0e/220e2303da8356c0d78488d03ffe09a672d8c598.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.765863189402" Longitude="100.50070595055" StarRating="4" HotelCode="343632|58257" HotelName="Casa Nithra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Samsen Road 8/1, Baan Panthom, Amphoe Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/37/5837afc6d38823b1bc36edd7926d3d3ed23f5817.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="613491|254016" HotelName="Hap @ Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Soi Sri bamphen, Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/32/a8323a617b13308a091d4a282ec07d82d9ed01f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760499982731" Longitude="100.50613481453" StarRating="3.5" HotelCode="401829|204800" HotelName="Nanda Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/6729050f3ed1c9da726b8955c116947b4f90c1a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|22571" HotelName="Dream Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumwit Soi 15, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ce/cef3a02cf90d095e/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76524111" Longitude="100.50163453" StarRating="3" HotelCode="857381|367821" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>105 Soi-Wat Mai, Witsutkasat, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/8b/e18b1793aaf2a0ee8bdc3d5e5b4d57a7b97c25ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.770568553651" Longitude="100.50497220091" StarRating="3" HotelCode="340101|57511" HotelName="SSIP Boutique Dhevej Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>42 Phitsanulok Road, Dusit, Bangkok, Bangkok Province 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/60/726040a373b38a699ee6e20f4d553a50723109c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754406" Longitude="100.537996" StarRating="2" HotelCode="165844|48401" HotelName="White Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Petchburi 15, Somprasong 3, Phayathai, Rajtavee, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/10005454e5b625694eeb9a310eafc7920b5a3dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73159" Longitude="100.572508" StarRating="4" HotelCode="900078|36156" HotelName="Adelphi Grande Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Soi 41, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d1/5fd151b5b809ef0bb2921ad64fa0699bcc3076c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720979390732" Longitude="100.5659455061" StarRating="4" HotelCode="33840|16674" HotelName="Davis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/19/15192fecc1929da5c98f244dc3c93a7c4b687735.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723833" Longitude="100.531044" StarRating="4" HotelCode="98646|17269" HotelName="FuramaXclusive Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Road, Silom, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a3/2f/a32fff106d98c9f2ceae71f4b8addb84cdd34759.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78709418" Longitude="100.57667607" StarRating="3" HotelCode="380410|63726" HotelName="SPB Paradise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Udomsuk, Huaykwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/03/430327b151f52417f1a641499f3b439b46d40763.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742890367471" Longitude="100.55766809325" StarRating="4" HotelCode="161092|25609" HotelName="Radisson Suites Bangkok Sukhumvit" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23/2-3 Sukhumvit 13 Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e9/d5e91225ee93cce3af6c86c42c3424acef07a8bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="88.23" OriginalAmount="82.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CA8441" HotelName="AWAY BANGKOK RIVERSIDE KENE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 SOI CHAROEN NAKORN 35 ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28455_image61326406_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757" Longitude="100.5047" StarRating="3" HotelCode="165846|174461" HotelName="Old Capital Bike Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Nightclub,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>607 Pra Sumen Road, Pra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/48/2b48a48c87329bc467b30912a6303fcbcaf84c00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738993" Longitude="100.5597792" StarRating="3" HotelCode="93363|55795" HotelName="The Key Sukhumvit Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Sukhumvit, Asoke, Wattana, Near Asoke BTS &amp; Sukhumvit MRT Stations, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1a/ac1a37fb4b4b26390bae6f280910289c407ec2bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74302689" Longitude="100.55517281" StarRating="4" HotelCode="787457|367928" HotelName="The Key Premier Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 7, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9a/c99a87a109f67f9df40c3b3aef0330360d05f252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73006509" Longitude="100.53013795" StarRating="3" HotelCode="754036|367942" HotelName="The Rose Residence Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Bar,Designated Smoking Area,Garden,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Surawongse Road, Soi Na Wat Hua Lamphong, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/be/78be65ee8b2fa9f5493cdcde2f90e1e22330573d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="89.74" OriginalAmount="83.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1A366" HotelName="VINCE HOTEL PRATUNAM BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>26/2 ALLEY 2 PHETCHABURI 11 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/916678_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738893" Longitude="100.555796" StarRating="4" HotelCode="72254|36160" HotelName="Adelphi Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Sukhumvit Soi 8, Nana Skytrain Station, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/2e/262e11464ba67cd2ea8d52b01903ccba6f7dce11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967074|408569" HotelName="Aspira One Sutthisan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sutthisan Winitchai Road, Samsen Nok, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/64/3964bc234b067affbb72dfa91e519485dd7c7a6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725676054943" Longitude="100.57885631919" StarRating="3" HotelCode="89148|401567" HotelName="Grand Tower Inn Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Sukhumvit 55, Soi Thonglor, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ca/c6ca482a99423508895e49b6d5e814110f25dc4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707211133392" Longitude="100.5070470048" StarRating="3.5" HotelCode="378936|173262" HotelName="Hotel Once Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2074/99 Soi Charoenkrung 72/2, Wat Phrayakrai, Bangkorleam, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e3/6ae3071c6a934633c3a10eea55bd339284e409c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73878267" Longitude="100.5530684" StarRating="3" HotelCode="747206|367660" HotelName="ibis Styles Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Parking,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/72/2f72f2039afe80e639cefabe96ee041dadd38c46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74870928" Longitude="100.56728438" StarRating="5" HotelCode="451848|201823" HotelName="Lancaster Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/54/69540a74cf5f0f0819238bde5c1d060baa0e5daa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733996885485" Longitude="100.5606979632" StarRating="4" HotelCode="81757|25045" HotelName="Ma Du Zi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Corner of Shukhumvit Soi 16, Ratchadaphisek, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/6b/996b52a0b222ec136cb9ef72575ee6cad5d9c852.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729048996553" Longitude="100.58048576117" StarRating="4" HotelCode="166760|48278" HotelName="Somerset Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 Sukhumvit 55, Thonglor, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc2088d0e8887992232751decdb8d0961a227e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75601394" Longitude="100.53445671" StarRating="4" HotelCode="943380|223098" HotelName="Anajak Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/5 Phayathai Road, Soi Golit, Phayathai, Rajthewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/04/a6049c6456e4b891d1f74e3026d04f1200a9eafd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="738434|271430" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee 2, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/36/f036145ac44ee62cb35839a7fe01a870eccaaa23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70556641" Longitude="100.60120649" StarRating="5" HotelCode="951948|398414" HotelName="Avani Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road, Phra Khanong Nuea, Wattana, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b4593134bd6fc3da446a77f76a2cba229c65e55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721540910874" Longitude="100.53825572133" StarRating="4" HotelCode="68297|10086" HotelName="Somerset Park Suanplu Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Suanplu, South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/90/d59071b5184621fc5a11af6d2cc222f83b55770e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|367460" HotelName="Alix Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73655308" Longitude="100.57336768" StarRating="4" HotelCode="599532|232061" HotelName="Aspira Parc 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phromsri, Sukhumvit 39 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/770152/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748028" Longitude="100.584811" StarRating="4" HotelCode="163965|43959" HotelName="Amari Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai 3, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/51/40517f3ca91b416025ff58b4bad3302c277c4343.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74179791" Longitude="100.55403088" StarRating="4" HotelCode="469975|202952" HotelName="Grand 5 Hotel &amp; Plaza Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road Soi 5, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/68/86689cedb16a63dca832957ad567939f9cf1beb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712167" Longitude="100.475015" StarRating="3" HotelCode="188195|376855" HotelName="Jolly Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421 Soi Ratchada Thaphra 13, Rim Thang Rod Fai Rd, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138107/138107a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7517499" Longitude="100.49775121" StarRating="3" HotelCode="587189|232393" HotelName="Neighbor Phuthon Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Tanao Road, Soi Phraeng Phuthon, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f3/77f3479c746988a5d151e8d8893a9c3ff7c32e26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760931305194" Longitude="100.53769007627" StarRating="3" HotelCode="338030|58604" HotelName="P T Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rangnam Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/32/0632224ff703e25e28d3cc02e4ce6c3ab0607401.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75665522" Longitude="100.5338253" StarRating="2" HotelCode="853605|367903" HotelName="Sukhon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55/5-6 Phayathai Road, Kwang Thanon Phayathai, Khet Rachathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4c/6e4c3e6f2a0c39ec424459dd13ba37bcb6a25ebb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724444899631" Longitude="100.53088366985" StarRating="3" HotelCode="30093|38177" HotelName="Trinity Silom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Country House,Finca,Village,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Silom Soi 3, Naratiwas Soi 3 or Sathorn Soi 8, Silom Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b41beff048bef434e7dd930995565eb3615a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7301" Longitude="100.5609" StarRating="3" HotelCode="446531|173218" HotelName="Aspira D'Andora Sukhumvit 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>180 2 Sukhumvit, 16 Sammitr Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/53/b553be9cd59f412a99648cbffcc4a38c1e3dd50d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746478047451" Longitude="100.55173970364" StarRating="4" HotelCode="187110|285508" HotelName="Aspira Skyy Sukhumvit 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/19/6319a1f2ed77b03dd08b084643ca3aa463e2cc8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73664011" Longitude="100.5788241" StarRating="5" HotelCode="746416|324685" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Dining,Golf,Kitchen,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak, 49 Sukhumvit Road, Klongton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70133065" Longitude="100.53868256" StarRating="3.5" HotelCode="329709|48243" HotelName="iCheck Inn Residences Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>413/1 Soi Narathiwat 24, Wat Pho Man, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2b/7e2bb090c3c2a0048c886c5f529e1cbc3b434001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3.5" HotelCode="943350|226073" HotelName="Klub Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13, Phayathai Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/74/5d74e146e7bae28cd463d2d90b5e9b32e0a13486.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73153" Longitude="100.56403" StarRating="4" HotelCode="423742|202960" HotelName="Novotel Bangkok Sukhumvit 20" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Sukhumvit 20, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c2/e5c2f5855827f790f9bdee540f863f027411953f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732854" Longitude="100.564237" StarRating="3" HotelCode="188228|64281" HotelName="Thee Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukumvit 20, Sainampeung, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/42/7a42680693550ac7eb1d66aece592d35f50b388c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.765666" Longitude="100.567967" StarRating="4" HotelCode="95925|48407" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77, 88 Ratchadapisek Road, Dindaeng, 10407 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/50/f3505937e058013d1eb506d224f4b356fb3d7fad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744246173878" Longitude="100.49282379448" StarRating="3.5" HotelCode="161001|60741" HotelName="Aurum The River Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>394/27-29 Soi Pansook, near CIMB THAI Bank, Tatien branch, Maharaj Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e3/e6e30c7205335efee9caadeadc6c437cdebd3132.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|15495" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1, Charoenkrung 50, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd115751e0823dccab315b6fe8fa906a87736f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733596" Longitude="100.560862" StarRating="3" HotelCode="95927|10095" HotelName="Citadines Sukhumvit 16 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit 16 Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7b/99/7b99860b68500b73158414e734dc47aae70f5dd5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75421445" Longitude="100.53795528" StarRating="3" HotelCode="547590|195725" HotelName="Spenza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Phetchaburi 15, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/68/cc68fe7720416473d4fd83339ff5da04a68c9b52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740041661466" Longitude="100.55197119713" StarRating="4" HotelCode="59570|6766" HotelName="Double Tree by Hilton Bangkok Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/9a/2b9aa06f95d27b9db2bd9f9a45eb1ef42703fa24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736581594044" Longitude="100.5526176095" StarRating="4" HotelCode="166516|48680" HotelName="Solo Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Sukhumvit Soi 2, Klongtoey, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/37/7437fa325637b4551c3e82d40c15bd6da36ccdf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740793" Longitude="100.551826" StarRating="5" HotelCode="100182|21182" HotelName="iCheck inn Sukhumvit Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/81/5e81262925d19f530bd17ffd874aa408cbe038b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72524251" Longitude="100.58145277" StarRating="4" HotelCode="787548|363623" HotelName="Jasmine 59 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59, Boonchana, Sukhumvit Road, Klongtan-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b8/13b80c12f00ee34b758a3bb3b51d04c485902edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72815956" Longitude="100.57570873" StarRating="4" HotelCode="411315|52077" HotelName="Adelphi Forty-Nine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Business Centre,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 49, Sukhumvit Road	Klong Tan Nuea, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3e/643e28cba94d4ae77c0625b969912cf9048e9a7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74323240922" Longitude="100.55679791812" StarRating="4" HotelCode="33838|28213" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 11, Nana, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/55/8655f4cf29cc3655eafd28937ac8e5465c436667.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.570003" StarRating="0" HotelCode="65094|16663" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Sukhumvit Soi 26, Khlong Ton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/17/14171c6d8e39b72726def63caf3ed77a658e5e36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746936" Longitude="100.528898" StarRating="3" HotelCode="212083|48227" HotelName="ibis Bangkok Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/45/0445afe6917e9203edc4b0df9c7cc9a53ad75038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751161" Longitude="100.5382" StarRating="3" HotelCode="189253|42874" HotelName="GLOW Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai, Rajdhevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e1/a0e154107cfe882577ff1ceb16df4284c1b17469.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73949819" Longitude="100.55197407" StarRating="4" HotelCode="255995|48225" HotelName="Icon Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 2, KhlongToey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b6d1135877cc286b156b437b238214eee1cec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.06" OriginalAmount="93.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72076246" Longitude="100.58472609" StarRating="4" HotelCode="630445|69377160" HotelName="Civic Horizon Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Soi Sukhumvit 63 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/60/3860391a39a23fa6c961abaa6a9415213ffbeaa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728567" Longitude="100.539147" StarRating="5" HotelCode="904115|6423" HotelName="Crowne Plaza Bangkok Lumpini Park" 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,Conference Hall,Fax,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>952 Rama IV Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3d/a73dca7fd1061ca2367c1443e77b6863bd8a35b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735853" Longitude="100.562826" StarRating="4" HotelCode="68161|42880" HotelName="Jasmine City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 23, Klongtoey-Nua, Wattana, Bangkok 10110, Central Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/89/7889d37538a52467da3a4f3ac6db6f7dce066812.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7472578" Longitude="100.58243591" StarRating="3" HotelCode="584471|226071" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/99 New Phetchaburi 47 Alley, Lane 1 And Lane 3, Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/6b/6e6bcb9029c2203fb5b382c26f465c95551e052a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|1433" HotelName="The Montien Hotel Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/9a/e19acfc54926bd0b0025a7c57a73ec1ed865703a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758604780029" Longitude="100.53734511137" StarRating="5" HotelCode="67577|10196" HotelName="Pullman Bangkok King Power" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>8/2 Rangnam Road, Thanon-Phayathai, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/e7/c9e76f620dbc6eec96b7877538507c662d7817cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72480099" Longitude="100.58020932" StarRating="4.5" HotelCode="535556|228238" HotelName="The Salil Hotel Sukhumvit 57 - Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Soi Sukhumvit 57, Baan Kluy Nua, Klong Ton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/9a/db9a0cb808abcc84bf32b2d33b5ed39a447c7ddc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.70" OriginalAmount="95.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73486" Longitude="100.557477" StarRating="4" HotelCode="54629|1321920" HotelName="Centre Point Sukhumvit Soi 10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi 10, Sukhumvit Rd., Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/3d/6a3db451a909df061c060ef3f3725c4888e314d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746523939406" Longitude="100.54090976715" StarRating="4" HotelCode="21436|1174" HotelName="Arnoma Grand Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ratchadamri Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/5b/1d5b21b45cfe2bbc825262b9df16a86703a67871.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702721" Longitude="100.603338" StarRating="3" HotelCode="255727|223109" HotelName="At Mind Executive Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 85 (Sukhumvit Road), Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/8c/1e8c45da7726d1d5af6c689d820453230494b183.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720739669427" Longitude="100.52844822407" StarRating="4.5" HotelCode="68288|10057" HotelName="Ascott Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/e3/2ce3abbf78a1a4f9da54b2d6846312e468b12341.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729102" Longitude="100.563182" StarRating="3" HotelCode="903974|48244" HotelName="iCheck inn Residences Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Sukhumvit 20, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/37/8337ba8c9696b8287e81105cb1f4840b9820339d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739266" Longitude="100.549718" StarRating="4" HotelCode="77993|42072" HotelName="Chateau de Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ruamrudee 1, Ploenchit Road, Patumwan, Lumpini, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c6/edc623536e03e1673ff11d4f75975a9f6013ceb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|6777" HotelName="Shanghai Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479-481 Yaowaraj Road, Samphantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/aa/53aa9a30e365598ccf10992c5459377599aaf141.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.35" OriginalAmount="98.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726044748875" Longitude="100.52631318569" StarRating="5" HotelCode="8978|1060216" HotelName="Pullman Bangkok Hotel G" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/7f/777f76a17b670592b42b2babe7daaf992585f350.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740192777704" Longitude="100.54351687431" StarRating="5" HotelCode="174045|28579" HotelName="Hotel Muse Bangkok Langsuan - MGallery Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/555 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/fe/43fe5ff446fce717db6709300324628dfa19c9bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73907344" Longitude="100.55308567" StarRating="4" HotelCode="747268|367801" HotelName="Novotel Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99773df5d0a5c236580fb51f89c65017d95c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.56" OriginalAmount="99.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74250387" Longitude="100.55855066" StarRating="5" HotelCode="308183|82337681" HotelName="Mövenpick Hotel Sukhumvit 15 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 15, Sukhumvit Road, Klong Toei Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a6/d3a6393b199d31e1a31a9a1e02be760c940a7974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.93" OriginalAmount="99.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762022676604" Longitude="100.49316080339" StarRating="4" HotelCode="915492|1194727" HotelName="Riva Surya Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3a/333aaf71b550453112ab1d5140cb08d727f85711.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|42071" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Soi 1, Langsuan Road, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/01/6e01632934b54eb9996043cf3548079a7bb996a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739528" Longitude="100.558303" StarRating="3" HotelCode="14384|3804" HotelName="Manhattan Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>13 Sukhumvit Road Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/05/ed05cd7dd35e7f95417feb588c5706f66fb73275.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7243" Longitude="100.5213" StarRating="3" HotelCode="255760|48245" HotelName="iCheck inn Silom Soi 28" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>298/3 Soi Silom 28, Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/68/3e68db59d4b1a3c9e63127829df73dc17476d257.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81123256887" Longitude="100.60364461969" StarRating="3" HotelCode="440548|173740" HotelName="Murraya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 4 (Nakniwas 37) Nakniwas Road, Ladprao 71, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1a/f71abf485ce540ef38d1e71f00ce97334a5e3ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73559739" Longitude="100.56793083" StarRating="3.5" HotelCode="496034|204269" HotelName="Aspira G Sukhumvit 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sukhumvit 33 (Daeng Udom), Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b3/6ab394a31c62948cf35d1493cf0516e1b0b315e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.27" OriginalAmount="100.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750775882808" Longitude="100.54328083992" StarRating="4" HotelCode="10610|639367" HotelName="Baiyoke Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Rajprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/61/f7619a3de71d58a712f239254c719c9f2ad0e126.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.27" OriginalAmount="100.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747099725852" Longitude="100.52779041964" StarRating="3.5" HotelCode="176345|2669712" HotelName="Holiday Inn Express Bangkok Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/22/4122880ea6d49594c269d49a0155f5369973646e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.78" OriginalAmount="100.73" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C83796" HotelName="ASAI BANGKOK CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>531 CHAROENKRUNG RD, POMPRAP BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33523_image64162888_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73907842" Longitude="100.55372294" StarRating="4" HotelCode="591529|231343" HotelName="Citrus Suites Hotel Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi  6, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/48/8e48231c69f99deb8aecd37cb94c67a7e8b6e730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734028272774" Longitude="100.56329679758" StarRating="2" HotelCode="267693|367586" HotelName="Drop Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cf/1bcffe3d24d2caf94861fa745c3d1f651acfd55b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744982183805" Longitude="100.55685521594" StarRating="3" HotelCode="936782|48224" HotelName="Holiday Inn Express Bangkok Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 11 Klongtoey, 10110 Wattana - Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c511ba7ed59b34435fa85fbd57c12087fd09548c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="108.31" OriginalAmount="101.22" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D37813" HotelName="LUMEN BANGKOK SRINAKARIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>90/9 SRINAKARIN ROAD,SUB DISTR BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35630_image65788064_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|24949" HotelName="The Landmark Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Sukhumvit Road, 10110 bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/41/97414ee97ea44b655f389885f522e50554db7903.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7371465" Longitude="100.56386017" StarRating="3" HotelCode="399254|174376" HotelName="Tints of Blue Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 27 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d6/f6d62cbaeb0c68a525d589c51eef1fdab65604a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="109.58" OriginalAmount="102.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D31208" HotelName="CASSIA RAMA 9 BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>395/1063 RAMA 9, BANGKAPI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37555_image67684993_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72690381" Longitude="100.53667025" StarRating="3.5" HotelCode="600351|232064" HotelName="21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Saladaeng, Bangrak, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6b/246b8bd37e2d8fdc4bfb37eeb0a67ae099189c61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72467714" Longitude="100.5195457" StarRating="2.5" HotelCode="582492|232823" HotelName="Pann Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>120/20 Pramot Soi 3 Mahesak Road Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/b4/4fb4446b7d1ce085ed2c9946f2cb55a847669730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734757" Longitude="100.563984" StarRating="5" HotelCode="293449|48719" HotelName="Radisson Blu Plaza Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>489 Sukhumvit Road, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7a/5e7adb433272905a8923a22805fd41e069b75140.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733385" Longitude="100.56409112" StarRating="4" HotelCode="613595|246199" HotelName="Akyra Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, Klong Teoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/34/7f34e217733207526ac6df623192fcab24d97481.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745713978745" Longitude="100.64452514148" StarRating="3" HotelCode="380455|58648" HotelName="Unico Srinakarin Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Srinakarin 11, Srinakarin Road, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc58747234479299e161e64ad04400093c680de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74604151" Longitude="100.55887548" StarRating="3" HotelCode="855677|367987" HotelName="YOLO Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>79 /1-2 Sukhumvit Soi 15, Wattana, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/3f/cb3fe0c0b7ebcf38b47ccd59afb165e5153ff2f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.51" OriginalAmount="103.28" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FC08" HotelName="ARANTA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>999 SOI LAT KRABANG 1/8, BANGKOK, TH BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1560306_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7442052" Longitude="100.5587986" StarRating="4" HotelCode="162076|22299" HotelName="Four Points by Sheraton Bangkok, Sukhumvit 15" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Soi 15, Sukhumvit Road, Wattana, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2d/9d2d423bc853c76ce0cb6049d546012285627564.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722949265227" Longitude="100.53604960442" StarRating="4" HotelCode="89147|55600" HotelName="Urbana Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/93/1393330bcddee9d2f8a290f1067e012811781fd3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742920669589" Longitude="100.55119335651" StarRating="3" HotelCode="188201|28219" HotelName="Legacy Express Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/05/d3051c719b9d36ec6f63b89a176b228cb99b7176.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.59" OriginalAmount="105.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719627849418" Longitude="100.52162791777" StarRating="4" HotelCode="177487|3081992" HotelName="Mode Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b6/4db6c294d5072835e823112398dd63e1d65678ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="|TRWK" HotelName="The Raweekanlaya Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10,16,16/1,164-172 Soi Thewet 2 Krung Kasem Rd., Phra Nakon, Bang Khun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/489799/8061931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="113.25" OriginalAmount="105.84" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A00D76" HotelName="DIVALUX RESORT &amp; SPA BANGKOK, SUVARNABHUMI AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 3 SRIWAREE RD,SISA CHOR BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31188_image62790192_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72797102" Longitude="100.58067637" StarRating="0" HotelCode="973315|405566" HotelName="Staybridge Suites Bangkok Thonglor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55, Thonglor, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e321c09ac39e15d208e261bd435c12371438e943.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|21533" HotelName="Cape House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43 Soi Langsuan Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d5/47d529bd4c176527daaeda286255c6be0bef2346.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74829836" Longitude="100.52729704" StarRating="3" HotelCode="360796|62970" HotelName="Happy 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Kasemsan 3, Rama I Road, Wangmai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f4/02f454095488b8841fffd32c18551abe59ff51db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7184065" Longitude="100.52091126" StarRating="3" HotelCode="482143|174476" HotelName="The Step Sathon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>87 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/3a/6a3a78c4b143a62d5197d84ef1a9211af2641dcf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.78" OriginalAmount="107.27" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|AB2B90" HotelName="De Prime Rangnam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>RANG NAM ALLEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1552974_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.26" OriginalAmount="107.72" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C84965" HotelName="Oakwood Studios Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI 70, SUKHUMVIT 36, KLONGTON SUB-DISTRICT, KLONG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2437702_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.37" OriginalAmount="107.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D19732" HotelName="CENTRE POINT PLUS HOTEL SILOM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SOI KAYSORN 1 CHAROENGKRUNG ROAD 50, BANGRAK, 1522 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32790_image63981775_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.42" OriginalAmount="107.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CD6141" HotelName="DUSITD2 SAMYAN BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>333 SI PHRAYA RD, SI PHRAYA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29246_image61521493_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734823211023" Longitude="100.56535786012" StarRating="4" HotelCode="118730|36388" HotelName="Legacy Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Sukhumvit Soi 29, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/38/c7380e30939a8821fd8673bac043f208478ac519.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.15" OriginalAmount="108.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|597461" HotelName="Suvarnabhumi Ville Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9/9 MOO 7 SOI KING KAEW 64 , KINGKAEW ROAD, RACHAT BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1686733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|36164" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wireless Road 15, Soi Nai Lert, Lumpini Sub-district, Pathumwan District, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/11/f811a7ad51da41bbd3bca7229b103eee49dc5037.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="117.37" OriginalAmount="109.69" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1BE92" HotelName="S 15 SUKHUMVIT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>217 SUKHUMVIT 15, KLONGTOEY-NUA WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15683_image51008614_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731120739714" Longitude="100.56394227354" StarRating="4" HotelCode="325206|95221" HotelName="Well Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 20, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/af/af01273e99830db8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="5" HotelCode="148395|16702" HotelName="Grand Mercure Bangkok Asoke Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/93/1d930e3c0d322fd55ec71af4079116ed2eff1f65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.49" OriginalAmount="110.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13F68" HotelName="CENTRE POINT SUKHUMVIT 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>39 SOI SUKHUMVIT 10 KLONGTOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32291_image63577130_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|233376" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Sukhumvit 3 Nana-nue, Klongtoey-nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/96/d596f97a7cd8e8a02125dedadb8f0c31096ee518.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729711" Longitude="100.563944" StarRating="4" HotelCode="904628|30075" HotelName="Golden Tulip Mandison Suites" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70/1 Sukhumvit 20, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/0c/3a0ca2999cb86769d61b2ebad13db4aa2d629f7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736191" Longitude="100.562021" StarRating="4.5" HotelCode="189387|33288" HotelName="The Continent Hotel Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>413 Sukhumvit Road Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/22/e722cba8925216dca76c3aa72bf31c3f0d84bd61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.31" OriginalAmount="112.44" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C86D16" HotelName="CENTARA LIFE HOTEL BANGKOK PHRA NAKHON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>78 PRAJATIPATAI ROAD, BAN PHAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35492_image65601339_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.95" OriginalAmount="113.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717680" HotelName="Bliston Suwan Park View Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI TONSON, PLOENCHIT ROAD, LUMPINI PATHUMWAN, 9 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/909245_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738929708013" Longitude="100.56208277802" StarRating="5" HotelCode="409509|12552" HotelName="Pullman Bangkok Grande Sukhumvit Asoke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit, 21 Asoke Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4d/2a4d3f40b2a631f243b116cb5bd05c7b438ce031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742042640997" Longitude="100.55444955826" StarRating="4" HotelCode="9972|10212" HotelName="Boulevard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/95/2495c0bd8ed277e51b3f43d8cf00590e7e1a6277.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738708843745" Longitude="100.54122017791" StarRating="4" HotelCode="900180|43960" HotelName="Dusit Suites Hotel Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/13/5613b3e785ce180f7dfe004262605fd6b705dff4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74197" Longitude="100.545314" StarRating="4" HotelCode="118752|48298" HotelName="Bliston Suwan Park View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Tonson Ploenchit Road, Lumpini Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2e/8c2edcba0432c3ceabb9a16a647439896f1d4f71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|206389" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit 55, North Klongton, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fb/49fbe29f33d9bbbca77727221ff016503688f368.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766069" Longitude="100.493552" StarRating="4" HotelCode="905259|57005" HotelName="Praya Palazzo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>757/1 Somdej Prapinklao Soi 2, Bangyeekan, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e2/a1e259d81865b3457fffbf7c5941b729ad4af350.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|15574" HotelName="Centre Point Pratunam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi 15 Petchburi Road, Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e3/a6e326f6e082b07797d95036eded0310ef14b2d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.62" OriginalAmount="117.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D45534" HotelName="LANDMARK BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>138 SUKHUMVIT ROAD, KLONGTOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37318_image67325096_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742692" Longitude="100.542055" StarRating="4" HotelCode="160791|35934" HotelName="Renaissance Bangkok Ratchaprasong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>518/8 Ploenchit Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/53/ea5395e8a583605e0e3807c328b8efa0fdf518bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74109119" Longitude="100.55489713" StarRating="3" HotelCode="785010|367906" HotelName="Syama Nana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 , 115 Sukhumvit Road, Klongtoey Nua, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d2/9ed245fc3236d4c5ace80d33e76489899a927d7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72511392" Longitude="100.57932555" StarRating="4" HotelCode="800742|367651" HotelName="Hotel Nikko Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Sukhumvit 55, Thonglor, Sukhumvit Road, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15fcc582746320e57cd2b4a32718866198fdc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72920166" Longitude="100.56906049" StarRating="5" HotelCode="446401|173820" HotelName="Compass SkyView Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit 24 Klongton, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/fb/e9fbe1ab639fc19dcd4adab4bd7dcf2f053ef396.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="4" HotelCode="535104|204500" HotelName="Grand Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ff/5fff80cd12956b74787b0491a710583cb6e13a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746725" Longitude="100.551789" StarRating="5" HotelCode="185914|45178" HotelName="Best Western Premier Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Sukhumvit Soi 1, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ed/5fed29e43d306016762390b810d02e9ce5b2bfa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733745931321" Longitude="100.56355140354" StarRating="3" HotelCode="402230|204243" HotelName="Syama Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>392/40 Sukhumvit Road, Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620186/620186a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="129.05" OriginalAmount="120.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0D257" HotelName="SAMALA HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>43 SUKHUMVIT SOI 15 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31866_image63228483_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741188058079" Longitude="100.54161250591" StarRating="4" HotelCode="66480|9376" HotelName="Courtyard by Marriott Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1, Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2e/612e6ce91f03fbb80213c837e4660ac69a5bd978.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739623" Longitude="100.556064" StarRating="3" HotelCode="900648|36425" HotelName="On8 Sukhumvit Nana Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Sukhumvit Road, Sukhumvit Soi 8, Nana Skytrain Station, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/25/eb25b5dee58e6dfaa286bc4050433116bbcc52b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|48247" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c5/c2c5daf2a55c1269327a83ec34e549c94d4e8012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|10218" HotelName="Siam@Siam Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Wang Mai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/67/a667bb332c77e7e6a333f58ea6d48a39701be60a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7402138" Longitude="100.56411719" StarRating="4" HotelCode="784766|367897" HotelName="Somerset Maison Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>84 Sukhumvit 23, Prasanmitr, Klongtoey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/95/1895e9a03cf27015fa2f82739f513c7f53847261.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73878181" Longitude="100.58067323" StarRating="3.5" HotelCode="569312|223103" HotelName="Aspira Hana Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23, Khlongtan Nuer, Watthana, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625436/625436a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.30" OriginalAmount="122.71" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|510571" HotelName="CROSS VIBE BANGKOK SUKHUMVIT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10, 20 SUKHUMVIT 52, PHRA KHANONG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/917213_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.67" OriginalAmount="123.06" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A28263" HotelName="ELEVEN HOTEL BANGKOK SUKHUMVIT 11" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>11 SOI SUKHUMVIT 11 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37019_image67058884_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.72" OriginalAmount="124.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D44696" HotelName="NYSA HOTEL SUKHUMVIT 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>73/7-8 SUKHUMVIT SOI 13 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37105_image67135860_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744274" Longitude="100.556531" StarRating="4" HotelCode="169710|43958" HotelName="Aloft Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Sukhumvit Soi 11, Sukhumvit Road, Klongtoey-nua, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/17/0317ce9b15747724628aa7a8f35e2a30e972c6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|55652" HotelName="Urbana Lungsuan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/65/cb652388b32a88b8548240b8c38bf2404b9c4bbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="135.07" OriginalAmount="126.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717615" HotelName="REMBRANDT RESIDENCES BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>22 SUKHUMVIT SOI 20 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/19403_image53262348_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750987" Longitude="100.541239" StarRating="4" HotelCode="186941|34970" HotelName="Centara Watergate Pavillion Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/3a/f03a644c2fe0b57d6e2901c9e2496ddb2f9ead53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|42877" HotelName="Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhumvit Soi 24, Klongton Klongt, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/24/d52476d0b5a0130ed7366bb53798ee941962a135.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|173216" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>889 Soi Sukhumvit 55, Thonglor, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/58/825833385d93d494b860e7c96609ea9bda7b1262.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74417117" Longitude="100.49190529" StarRating="4" HotelCode="518491|173833" HotelName="Riva Arun Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/25-26 Maharaj Road, Phraborom Maharajawang, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/06/5a06dd585fc0d3509f2c0a3e8a36ab8e0f37f55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745271" Longitude="100.552146" StarRating="4" HotelCode="293647|48645" HotelName="Ad Lib Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230/5 Sukhumvit Soi 1, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/b3/57b348b66d7e651d7d4a8ffa3374676cd5dfb4dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724235" Longitude="100.566841" StarRating="5" HotelCode="142231|30296" HotelName="Marriott Executive Apartments Sukhumvit Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 24, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6d/3e6de5992a0ab9a4a5adddb42d27403999826a49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7278966" Longitude="100.56840124" StarRating="4" HotelCode="572409|232261" HotelName="Hyatt Place Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Sukhumvit Soi 24, Phrom Phong District, Klongtan, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/0c/4f0cb987cedfb6b07ab80cfc04d249a292aa9838.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730178" Longitude="100.568646" StarRating="4.5" HotelCode="65092|37062" HotelName="Emporium Suites by Chatrium" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/16/ab16dba25dab9183698a12f02b1cd69ed8c3a813.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73499084" Longitude="100.50710052" StarRating="3.5" HotelCode="588008|232052" HotelName="Amdaeng Bangkok Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Chiangmai, Chiangmai Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/cc/c3ccf84528ddb70f8931a62779478f948ec72871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7268108" Longitude="100.57803934" StarRating="3.5" HotelCode="522442|204544" HotelName="Volve Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit 53, Klongtan Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/38/0638ba524bcfd8d29856c0000b0b00638e559f75.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736935940646" Longitude="100.54881691933" StarRating="4" HotelCode="370558|16755" HotelName="Centre Point Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Wireless Road, Lumpini, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075a789580f5e8ece6de2bb3f7f5a102e875eac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="904665|48510" HotelName="Hansar Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel,Hostel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 2, Rajdamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/d1/26d17ed0dcba6bab6f36ab619957d989294d5fc1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|16703" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ac/87ac651d7a627d54a84f91b5c896aec9426df3b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734921889961" Longitude="100.54391384125" StarRating="4" HotelCode="168281|48316" HotelName="Luxx XL at Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/8 Langsuan, Lumphini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/24/9324d7751e83c2c891aff3759a7377437999353e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.98" OriginalAmount="137.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7260517" Longitude="100.5194275" StarRating="4" HotelCode="312702|66812910" HotelName="Amara Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180/1 Surawong Road, Sipraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/65/e465fe55d8a74b2a30284d60ca04bc21f03ec7e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|48287" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/45/24451fc03f8aae95af85f7f34799ebbc79047a69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747731" Longitude="100.551534" StarRating="4" HotelCode="97343|48647" HotelName="Ariyasom Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Sukhumvit Soi 1, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/42/ce42eb770e53a52335d6cebccff4b1a4a4ae51ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73171027" Longitude="100.58196926" StarRating="5" HotelCode="495795|204543" HotelName="Grande Centre Point Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Sukhumvit Soi 55 (Thonglo), Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/22/5d22b91c95c326d23781f31e61bedfc6d57048c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72336994" Longitude="100.52330553" StarRating="2" HotelCode="784457|367980" HotelName="Warm Window Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50/18 Pan Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6a/186a310f783d9ff570405d845de3d67d52f4be66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710972" Longitude="100.509509" StarRating="5" HotelCode="100186|22409" HotelName="Chatrium Hotel Riverside Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Charoenkrung Soi 70, Bangkholame, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60f529b4a666058d4f22dcb868d4550a44449f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|16756" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153/2 Mahatlek Luang Soi 1, Ratchadamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/df/9adf63e95ecf5267799090b59984107827126673.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|38189" HotelName="Hua Chang Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/09/b3091900661e44b078c99a142d7aaf7be5a1ff96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723408142857" Longitude="100.58037328571" StarRating="5" HotelCode="263689|57623" HotelName="Marriott Executive Apartments Sukhumvit Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 57, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/53/8b532e0031e82806d43ab8443b1709faf7d263c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749765080179" Longitude="100.54060638525" StarRating="4" HotelCode="178442|26978" HotelName="Novotel Bangkok Platinum Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>220 Petchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/22/14224d55b17dff59b36799faeb03b96f5fe6041d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|6732" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/72/f17264da01f26b4da0188f5bdc5c1aca74960dd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|6416" HotelName="Anantara Riverside Bangkok Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257/1-3 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b8/98b8603dfa9c1b8d7e75397db3c16e6b6fae15e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|30519" HotelName="COMO Metropolitan Bangkok" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/5a/b95af114b970d1869aaf3702f436ee49bf6e47fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74549" Longitude="100.556646" StarRating="4" HotelCode="71483|45181" HotelName="Fraser Suites Sukhumvit, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38/8 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e0/58e031cc6b099e519d50871c8e4d8b21a81dce63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723123985279" Longitude="100.53991145634" StarRating="5" HotelCode="50554|10219" HotelName="Banyan Tree Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/100 South Sathon Road, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/90/03/9003c4ca8ed531d1dd47ae20b1725af4b8de0eff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737569" Longitude="100.560385" StarRating="5" HotelCode="186272|42876" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 19, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a2158fee3d01574ba2d9fd5a9c465801271011a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.57" OriginalAmount="145.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751427215358" Longitude="100.54046988487" StarRating="5" HotelCode="8966|1437498" HotelName="Amari Watergate Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>847 Petchburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/27/c32704f1d46504054a9567de155a3ff3af448177.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="155.90" OriginalAmount="145.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13981" HotelName="CENTRE POINT PLUS HOTEL PRATUNAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SOI PETCHBURI 15, PETCHBURI RD., RAJTAEWEE, 6 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32262_image63565195_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747128387047" Longitude="100.54745972157" StarRating="5" HotelCode="13332|7012" HotelName="Movenpick BDMS Wellness Resort Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f13271d0248c39410dd7ce22f5870ace3a2ecb15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73839186" Longitude="100.54269004" StarRating="5" HotelCode="308179|57544" HotelName="Rongratana Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Soi Langsuan, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e2/f1e2904b2e2d84ac89b2f93564d839015001e935.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.17" OriginalAmount="147.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4.5" HotelCode="307898|9843428" HotelName="Avani+ Riverside Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>257 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b9/8ab9928ca27198d6378b74d86f833747609b73db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.521817" StarRating="5" HotelCode="176760|40335" HotelName="Eastin Grand Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/1 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/df/6fdf2a417fdb55e36d6c2e5714824e6296053232.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74699008" Longitude="100.52839227" StarRating="3" HotelCode="572477|232331" HotelName="Krit Thai Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>931/1 Rama 1 Road, Pathumwan Wangmai, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed472ce71d18cc7e85c224fe13972fe15f9f598e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.59" OriginalAmount="149.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D28555" HotelName="VALIA HOTEL BANGKOK SUKHUMVIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 SUKHUMVIT SOI 24 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37062_image67067337_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737972922476" Longitude="100.55966377258" StarRating="5" HotelCode="39065|5968" HotelName="The Westin Grande Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>259 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/eb/8feb4877b0fe83cc3fc2d1c0366e5bffdb200c8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.85" OriginalAmount="151.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|2596319" HotelName="The Berkeley Hotel Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratcharaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/f0/70f008a7333387b593c4a1c79baf207d5fca7198.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73037583" Longitude="100.56553178" StarRating="4" HotelCode="8968|3679" HotelName="Bangkok Marriott Marquis Queen’s Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Soi 22, Klong Ton, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80009f9d73ad7d9a5c35fff43df790de347909.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720169" Longitude="100.545161" StarRating="4.5" HotelCode="299577|48290" HotelName="U Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 105/1 Soi Ngam Duphli, Thung Maha Mek Sub-District, Sathorn District, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/10/4d109f97fa5026e728439b6839e85a10539597c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|48204" HotelName="Conrad Bangkok Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87/3 Wireless, All Seasons Place, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ff/1dffec70789db9dcef81a2414ad3f7e124fe906f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|42884" HotelName="Oriental Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd127c4bd847c802a9aa9bc045fad1aa7833d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73925" Longitude="100.557801" StarRating="5" HotelCode="887861|31120" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189 Sukhumvit Road Soi 13-15, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d9137517428a7aeed11023026b337486b87050b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73880636" Longitude="100.54816796" StarRating="5" HotelCode="26442|12118" HotelName="Conrad Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road, Phatumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9d/0f/9d0f316e56c09a0d94d3a9728bbbf665baad2171.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744564783906" Longitude="100.54184994477" StarRating="4" HotelCode="39066|8891" HotelName="Holiday Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>971 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/0a/be0a48f96a0953a64bda798a99e08fdc2d7fa373.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729869751369" Longitude="100.53062349558" StarRating="5" HotelCode="76276|15364" HotelName="Le Meridien Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/5 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5c/c15c6c69f5acb63772d5c7dae59c29636bc925ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722256" Longitude="100.529719" StarRating="5" HotelCode="213725|37560" HotelName="W Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 North Sathorn Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/77/52778bdef97e4e7fb8e77f7f81ef1bb328288656.WEBP</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740054883359" Longitude="100.5470409914" StarRating="4.5" HotelCode="304345|48226" HotelName="Indigo Bangkok Wireless Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Wireless Road, Lumpini Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/da/12dac89aa6355b80b4390d3307f07f7a6debb8d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70439168" Longitude="100.59422445" StarRating="3.5" HotelCode="496154|202965" HotelName="Methvanont Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>908 Sukhumvit Road, Soi Sukhumvit 50, Prakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fd/7afd163839c6f0f7f5614e9f8df2f700a8902cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4.5" HotelCode="570559|172664" HotelName="137 Pillars Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da074d7a81dd6303debd26100efaaf9406341908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="175.96" OriginalAmount="164.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D05212" HotelName="MAISON HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>18 SUKHUMVIT 2&amp;4 ALLEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31010_image63423782_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756282666667" Longitude="100.50113766667" StarRating="3" HotelCode="915484|57295" HotelName="Baan Noppawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Soi Damnoen Klang Tai, Ratchadamnoen Klang Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/29/cc29b46f76ac6b46edb39b132afa4b286fd475bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745547" Longitude="100.490953" StarRating="4" HotelCode="260358|40336" HotelName="SALA Rattanakosin Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Maharat Road, Rattanakosin Island, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8af3b8f5feffc9be21bc296891cb2138173d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4.5" HotelCode="188244|48275" HotelName="Shama Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8a/a38a512b367184d215ec0aaeed4f484741c43c60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.99" OriginalAmount="169.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D31794" HotelName="GLOW BANGKOK RIVERSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>196/1 RATCHAWITHI RD, WACHIRA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35046_image65061067_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74486738" Longitude="100.55549403" StarRating="3" HotelCode="518321|204272" HotelName="Avatar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 7, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/e5/e9e53ee1f8246a9cfe2e80e601757fb5636f1049.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729082869031" Longitude="100.5138194561" StarRating="5" HotelCode="8973|8411" HotelName="Royal Orchid Sheraton Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Charoen Krung Road, Captain Bush Lane, Soi 30, Siphya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b9/67b9e86aa5d480ae866412db7e34f127dbdebd94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747207" Longitude="100.528947" StarRating="4" HotelCode="211995|42881" HotelName="Mercure Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/12/9212c2c34fc246464379310cc06d687e047dcf24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="984958|403116" HotelName="Kimpton Maa-Lai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Sarasin Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/16/b016029b73cf378bc9dadd7f198fec33dc406fb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74446567927" Longitude="100.53505718708" StarRating="4" HotelCode="15250|8014" HotelName="Novotel Bangkok on Siam Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi 6, Siam Square, Rama, Road Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/c6/ebc6fbad34917aaf44b307a3e24332ee1c7850e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="189.51" OriginalAmount="177.11" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A28247" HotelName="EASTIN THANA CITY GOLF RESORT BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>104 MOO 4 BANGNA-TRAD HIGHWAY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/24182_image61467686_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721370240161" Longitude="100.51697909832" StarRating="5" HotelCode="906454|30837" HotelName="Tower Club at Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/zz/71ad7ab6c3ec5fb51b6e089e55af434e9ea4d45e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.03" OriginalAmount="182.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73971335" Longitude="100.55709365" StarRating="3.5" HotelCode="777623|C59C36" HotelName="Hyatt Regency Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/8c/508ccaae33efe9809cfae8f840cec63b46d31148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|6774" HotelName="Millennium Hilton Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Charoennakorn Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/da/2dda91b9936d7f5cbe261a2e6e593a4b768784da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719608806923" Longitude="100.51363170147" StarRating="5" HotelCode="8974|1034" HotelName="Shangri-La Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Wat Suan Plu, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b4/c6b47d69cf42619cce8c1174e90eab58296f9956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|246204" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7a/c07aa29fbe62271245ba09b5cb1af5df0f1c4909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744635" Longitude="100.548229" StarRating="5" HotelCode="905851|32927" HotelName="Sivatel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53, Wittayu Road, Lumpini, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/74/e674022af3c762966c8b94a8053a44ad47171aa4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|5751" HotelName="The Athenee Hotel, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu), Lumphini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d2/30d2c90d00cb0d892921b999ee70640a14720a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="212.82" OriginalAmount="198.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|609805" HotelName="RAMADA BY WYNDAM D'MA BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1091/388 NEW PETCHBURI ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/895111_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.65" OriginalAmount="209.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|1967415" HotelName="SO Sofitel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Sathorn Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/28/e628f1e92841a0d64db875aed092ababa25fbc30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737352818315" Longitude="100.55948674679" StarRating="5" HotelCode="17499|361" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>250 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/81/9381c840200cf7a4da854ca9941f8c8b44a6caf0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.01" OriginalAmount="215.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723454759454" Longitude="100.54104924202" StarRating="5" HotelCode="18514|2080796" HotelName="The Sukhothai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/3 South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4e/b54e7b83afff020ef1cddbe838cea0bd37c7c5e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="232.99" OriginalAmount="217.75" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C9DC83" HotelName="CHATRIUM GRAND BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>728PETCHABURI ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28352_image61262446_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="240.64" OriginalAmount="224.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|497384" HotelName="EASTIN GRAND HOTEL SATHORN BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>33/1 SOUTH SATHORN ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/912464_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|48509" HotelName="Anantara Siam Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20df54f35ba9e789107bb1b6e32fd8f94e3b487c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743452" Longitude="100.540794" StarRating="5" HotelCode="13030|16695" HotelName="Grand Hyatt Erawan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>494 Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/38/8c3861d24bc2c14856d014e7e0dec14e4331aaad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.38" OriginalAmount="234" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742853626512" Longitude="100.54772313492" StarRating="5" HotelCode="915517|42883" HotelName="The Okura Prestige Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wireless Road, Park Ventures Ecoplex, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f885209468c133fd7638b634d1599aff11711b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="256.41" OriginalAmount="239.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|488852" HotelName="ICON BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>49 SUKHUMVIT SOI 2 KLONG TOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951534_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="74949|12550" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/fb/47fb9b443dc1550e4fc9f8f640e37edc5ca5c5eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="271.48" OriginalAmount="253.72" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A21993" HotelName="HOTEL JAL CITY BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>22/1 SUKHUMVIT 55 (SOI THONG LO), KLONG TONNUA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16892_image51092021_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|233426" HotelName="Waldorf Astoria Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Ratchadamri Road, Lumpini, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e2/ece2e9a76d3dd4fa8339e0a2181b3f6cbabeea89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722897152358" Longitude="100.51111042499" StarRating="5" HotelCode="18413|363" HotelName="The Peninsula Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Charoennakorn Road, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/48/f04834f21035bcbeb53a7d75f52296b10d06e710.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="309.42" OriginalAmount="289.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|1075901" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 MBK Center, Phayathai Road, Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/36/6836731ba5d779a2437e868ad49ddee010bb60a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|196509" HotelName="137 Pillars Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2c/022c11acd5f8dd67db57b0c9a002a5c4de713000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744765300541" Longitude="100.54145425558" StarRating="5" HotelCode="17539|8016" HotelName="InterContinental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>973 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b7/5db7941947518eeef335facc9f3bbd1ea3814899.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737937989122" Longitude="100.54443944952" StarRating="3" HotelCode="422037|57737" HotelName="Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Convenience Store,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Tonson Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8e/818ea7809eecd35f281c669a288b2eaff9db347f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740138063216" Longitude="100.54003000259" StarRating="5" HotelCode="161865|48279" HotelName="The St. Regis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/ea/25eada22ca890d870a56f3ee619a19e068211174.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374.50" OriginalAmount="350" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|26393" HotelName="Siam Kempinski Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama 1 Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/68/6f688748a7f6326b74917a2f313336398336f4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74375684" Longitude="100.54736431" StarRating="5" HotelCode="461498|211430" HotelName="Park Hyatt Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Central Embassy, 88 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/70/be709db0eb1ed7a0c75638d6b5d7f13cd00d56a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="420.14" OriginalAmount="392.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|061911" HotelName="DUSIT THANI BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>946 RAMA IV ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/390483_image64177534_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74366823" Longitude="100.54903122" StarRating="5.5" HotelCode="943498|392004" HotelName="Rosewood Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1041/38 Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f6/f1f6efb8d4ace459e594a5e1e97dd11fa3ae271f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="715.83" OriginalAmount="669" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985639|405697" HotelName="Four Seasons Hotel Bangkok at Chao Phraya River" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Charoen Krung Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/b0/41b0ccfc4774570ce192ea2337ac95c8da22eab7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="935.02" OriginalAmount="873.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|2023318" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Oriental Avenue, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/a5/a3a5eb66a284e58e47118083cce809272790d204.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1204.82" OriginalAmount="1126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|48220" HotelName="Grand Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>888 Petchburi Road, Rajthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a9/b9a9551b4a7b4a533165ed452761f8652a0f27cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1230.03" OriginalAmount="1149.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781162523092" Longitude="100.50613224506" StarRating="5" HotelCode="186974|817656" HotelName="The Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Thanon Khao, Vachirapayabal, Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/10/cd10592b3317098967112956009e6cf9697413c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2725.77" OriginalAmount="2547.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C4DF44" HotelName="SINDHORN KEMPINSKI HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>80 SOI TONSON, LUMPINI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/23308_image60299232_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22346.24" OriginalAmount="20884.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.657545" Longitude="100.661539" StarRating="4" HotelCode="901451|717699" HotelName="Bangna Pride Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Golf Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Moo 14 Bangna Trad Road KM 6.5, Bangkaew, Bangplee, Bangkok 10540, Samutprakarn</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/85/a3851695e8dd4ff2e8f476e44486603dab61a354.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22346.95" OriginalAmount="20885" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729086647388" Longitude="100.56430653348" StarRating="4" HotelCode="267692|173252" HotelName="GM Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road 47, Sukhumvit 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0c/5e0ca287347ab6f9701b79eb0961cf55864c2bc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="24.20" OriginalAmount="22.62" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4754" HotelName="Khaosan Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>139 KHAO SAN ROAD, PHRA NAKORN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="121.16" OriginalAmount="113.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0A749" HotelName="LILIT BANG LUMPHU BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>55,PHRASUMERU ROAD,8 TROK BAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="182.98" OriginalAmount="171.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="|HNBK" HotelName="Hansar Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>3/250 Soi Mahadlekluang 2, Rajadamri Road</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="203.47" OriginalAmount="190.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72462184" Longitude="100.54752853" StarRating="5" HotelCode="|GBQS" HotelName="Grande Centre Point Lumphini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1188 Rama 4 Road, Sathon</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="227.85" OriginalAmount="212.94" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4776" HotelName="Nine Forty One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>74 SOI 41 RAMA 9 SUANLUANG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="272.26" OriginalAmount="254.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72304599" Longitude="100.54445218" StarRating="5" HotelCode="|VDLK" HotelName="Villa Deva Resort &amp; Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Sathon 1 ( Atthakan Prasit), Thung Maha Mek, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Jacuzzi,Kitchen,Lounge,Sauna,Spa,Swimming Pool,Diet Meals,Garden,Golf,Wheelchair Access,Bicycle Rental,Nightclub,Central Heating,Heated Pool,Business Centre,Smoking Rooms,24 Hour Power Supply,Airport Transfer (on Demand),Housekeeping,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Parking,24 Hour Security,Babysitting,Dining,Printer,Wake-up Call Service,Luggage Storage,ATM/Cash Machine,Banquet Hall,Meeting Room,Valet Parking,Convenience Store,Pets allowed,Beauty Salon,Kids Play Area,Fitness Centre,Library,Porter</BasicAmenities>
    <HotelRating>4,3,5,3.5,4.5,2,2.5,1,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,HOTEL DE CHARME,CLUB RESORT,CONFERENCE HOTEL,AIRPORT HOTEL,GOLF HOTEL,VILLAGE,ECO HOTEL,HOSTEL,APARTMENT,RESIDENCES,APARTHOTEL,INNS,BOUTIQUE HOTEL,HOSTELS,GUESTHOUSE,AIRPORT HOTELS,GUEST HOUSES,HOLIDAY HOMES,RESORT,BEACH HOTEL,COUNTRY HOUSE,FINCA</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
18766c0f-bad0-419f-b706-a140f265034b|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="18766c0f-bad0-419f-b706-a140f265034b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
18766c0f-bad0-419f-b706-a140f265034b|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
18766c0f-bad0-419f-b706-a140f265034b|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
18766c0f-bad0-419f-b706-a140f265034b|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
18766c0f-bad0-419f-b706-a140f265034b|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
18766c0f-bad0-419f-b706-a140f265034b|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
18766c0f-bad0-419f-b706-a140f265034b|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="2025-11-24T05:38:54.2631673+00:00" Version="0" EchoToken="Search" TransactionIdentifier="18766c0f-bad0-419f-b706-a140f265034b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="35.35" OriginalAmount="33.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|684486" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.58" OriginalAmount="36.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31122961" Longitude="103.87281588" StarRating="2" HotelCode="682474|682936" HotelName="Kallang River Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Ayer, Singapore 389143</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/82/be8275c688815cb05b6d09d02c7364d31e9642be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|15323" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.18" OriginalAmount="45.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|80852" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|62764" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.96" OriginalAmount="48.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|76435" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.96" OriginalAmount="48.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|76436" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|35106" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|61475" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|35100" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|63774" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|15568" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|157739" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|35117" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|35097" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|63661" HotelName="Cube At Kampong Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|35112" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|157721" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|62538" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|64044" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|62465" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|62295" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|64070" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|35115" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.80" OriginalAmount="61.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|140145" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|60591" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|63929" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|35119" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|35099" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.67" OriginalAmount="63.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|175079" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|62025" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|228391" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|157785" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.37" OriginalAmount="64.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|91943" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|60792" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|60689" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.326675" Longitude="103.842665" StarRating="3" HotelCode="136260|35118" HotelName="Value Thomson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>592 Balestier Road, Singapore 329901</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe33473e25515e45c51bac1e904828722a2b9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.64" OriginalAmount="65.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|343256" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|232401" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3106478664346" Longitude="103.88064795337" StarRating="2" HotelCode="65621|15415" HotelName="Fragrance Hotel – Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lorong 18 Geylang, Singapore 398824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220298c869496a0325e0213bf1f19646933432a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|35113" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.16" OriginalAmount="66.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|341800" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|63249" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|62275" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="72.14" OriginalAmount="67.42" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|716884" HotelName="Hotel 81 Gold" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>20 LORONG 20 GEYLANG SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/924968_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3187483617834" Longitude="103.91158375748" StarRating="3" HotelCode="524149|210638" HotelName="Hotel 81 Changi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Power Supply,Air Conditioning,Golf,Housekeeping,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Changi Road, Singapore 419871</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84ba9d214cc1ace322ddd2b815fb41cba97f2d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|35086" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|62097" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2870333972222" Longitude="103.84935566992" StarRating="2" HotelCode="378764|157783" HotelName="The Port by Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50A Boat Quay, Singapore 049839</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/581574/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|157712" HotelName="Cube Smith Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|62644" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|35110" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|35103" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.17" OriginalAmount="69.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|140153" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|62718" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|61375" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.33165372" Longitude="103.94711778" StarRating="0" HotelCode="982525|515846" HotelName="Q Loft Hotel - Bedok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359A Bedok Road, Singapore 469548</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a08e3d1641ba621ec1e72bb565fd1c0544ce9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|35111" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|35065" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.279822" Longitude="103.841874" StarRating="2" HotelCode="176114|157719" HotelName="Hotel 81 - Cosy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jiak Chuan Road, Singapore 089263</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/04/7504824238a96fe0b239807a14e110d5896a79ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|61783" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|174964" HotelName="Hotel G Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|62779" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|60533" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|62529" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.59" OriginalAmount="74.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|358013" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|35105" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|35107" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.29" OriginalAmount="75.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|682930" HotelName="Dream Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|157752" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.21" OriginalAmount="76.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|168948" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|157701" HotelName="Changi Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3076072363275" Longitude="103.85077496242" StarRating="3" HotelCode="909711|157762" HotelName="Park 22 Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Kerbau Road, Little India, Singapur 219184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/25/6525f5f6774bec825ec576fa02dc2ebf6e692467.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|60616" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|35116" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.05" OriginalAmount="79.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.284714" Longitude="103.844031" StarRating="2" HotelCode="96646|140158" HotelName="Hotel 81 - Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 New Bridge Road, Singapore 059418</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c50d0268531d8a48a6f01768d4e19574b2ec7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|174966" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|62248" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|44130" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|150919" HotelName="Hotel Boss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|228388" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|64170" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|35104" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|35121" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|157738" HotelName="J8 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|61303" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|157723" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="94.27" OriginalAmount="88.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009776" Longitude="103.8515277" StarRating="4" HotelCode="|TARC" HotelName="Lyf Bugis Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)68097999</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/sumplex/228213/100875994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.19" OriginalAmount="88.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|5569104" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|227678" HotelName="Hotel Mi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|27891" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|63988" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|421563" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|150931" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|6056" HotelName="Grand Pacific" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|59153" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|27657" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|29642" HotelName="ibis Singapore Novena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2977557980819" Longitude="103.85639455544" StarRating="2" HotelCode="342936|157678" HotelName="85 Beach Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Beach Road, Singapore 189694</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/22/b6221815990f5af053ceb09efd483427ae0dcc11.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|157695" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|11327" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.60" OriginalAmount="97.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|650005" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.69" OriginalAmount="97.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|262241" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.36" OriginalAmount="98.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|160090" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|27496" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|62818" HotelName="Arton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|15871" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|34433" HotelName="V Lavender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|3169" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.22" OriginalAmount="100.21" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D09262" HotelName="MI ROCHOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>89 SHORT STREET SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31403_image63750613_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.05" OriginalAmount="100.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|231484" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|377915" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.26" OriginalAmount="102.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|232661" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|5245" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|3171" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|62014" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.46" OriginalAmount="105.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|835604" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.71" OriginalAmount="105.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|95739990" HotelName="M Social Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|165433" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|3165" HotelName="Rendezvous Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|3900" HotelName="The Elizabeth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.63" OriginalAmount="107.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0BF37" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>67 HILL STREET  179370 SINGAPORE  SINGAPORE SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2604599_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|165418" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|20863" HotelName="ibis Singapore on Bencoolen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.57" OriginalAmount="108.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|1555999" HotelName="Copthorne King's Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.76" OriginalAmount="108.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|828294" HotelName="Fort Canning Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.87" OriginalAmount="108.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|154377" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|61069" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2878775769958" Longitude="103.83609741926" StarRating="4" HotelCode="15218|3170" HotelName="Furama Riverfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Havelock Road, Singapore 169633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/63/246333b960b54aefb27ae29b1d4b6a34a60df98d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.77" OriginalAmount="111.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|74293" HotelName="Village Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|3906" HotelName="Hotel Grand Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|3160" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.13" OriginalAmount="112.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|177168" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|35092" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" 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>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|157745" HotelName="Mercure Singapore Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|94401" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.96" OriginalAmount="115.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|370321" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="124.62" OriginalAmount="116.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|089064" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.71" OriginalAmount="116.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|340941" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|63701" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|16398" HotelName="Grand Copthorne Waterfront Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|39504" HotelName="Village Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.98" OriginalAmount="120.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|343465" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|27895" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|210615" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|165412" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|230870" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.46" OriginalAmount="123.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|662583" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|150924" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|157732" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="133.58" OriginalAmount="124.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.282815" Longitude="103.846595" StarRating="4" HotelCode="|MSSC" HotelName="Mercure ICON Singapore City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Club Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1424563/19751651.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.43" OriginalAmount="125.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|139533" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|3905" HotelName="Hotel Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|60555" HotelName="Amoy Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|4070" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|210640" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|3167" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|357547" HotelName="Six Senses Maxwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|157754" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|27893" HotelName="Oasia Hotel Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.29" OriginalAmount="128.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|865911" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.42" OriginalAmount="128.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|340025" HotelName="Park View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|400353" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|230817" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.28" OriginalAmount="130.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|112333" HotelName="Quincy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="139.67" OriginalAmount="130.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3012057" Longitude="103.8525188" StarRating="4" HotelCode="|BNC1" HotelName="ibis Singapore on Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street</AddressLine>
          </AddressLines>
          <PostalCode>(0)65932889</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/136376/1057417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.34" OriginalAmount="131.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|232718" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|3901" HotelName="30 Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|3828" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|18330" HotelName="Orchard Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|62160" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|35064" HotelName="Dorsett Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|20862" HotelName="Furama City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|165427" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|15586" HotelName="M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|24670" HotelName="Park Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|20866" HotelName="PARKROYAL on Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.12" OriginalAmount="133.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|340980" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|46798" HotelName="Carlton City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|35089" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|60633" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|157734" HotelName="Innotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.54" OriginalAmount="136.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|47171946" HotelName="Destination Singapore Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|62013" HotelName="Orchid Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.14" OriginalAmount="137.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|45473069" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|157730" HotelName="The Vagabond Club Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|350754" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|9204" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|230867" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|61210" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|157773" HotelName="Santa Grand Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|35061" HotelName="Amara Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road, 088539 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|210629" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|39501" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|59296" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.53" OriginalAmount="143.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|1092195" HotelName="The Claremont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|59787" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|3168" HotelName="York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|28680" HotelName="Grand Park City Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.70" OriginalAmount="147.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|675248" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|64050" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.66" OriginalAmount="150.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|609382" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.37" OriginalAmount="151.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|817444" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.25" OriginalAmount="152.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|231467" HotelName="Relc International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|60933" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|157728" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|27890" HotelName="Goodwood Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|60342" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|3162" HotelName="Concorde Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|3164" HotelName="Swissôtel Merchant Court, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.53" OriginalAmount="162.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|74292" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|8619" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|20865" HotelName="Naumi Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="178.08" OriginalAmount="166.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303446500873" Longitude="103.9045715332" StarRating="4" HotelCode="|81N" HotelName="Grand Mercure Roxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)63448010</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/78867/906949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|518885" HotelName="Hilton Singapore" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road, 238883 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|60293" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311732368481" Longitude="103.83642196655" StarRating="5" HotelCode="45068|49646" HotelName="Sheraton Towers Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scotts Road 39, 228230 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b1/71b18edfa6ab1fcc11aae87c2387f7032e4c0fbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.64" OriginalAmount="171.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|662396" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|223085" HotelName="Oakwood Premier OUE Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|4225" HotelName="Royal Plaza on Scotts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|63902" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|3903" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|308597" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|51020" HotelName="One Farrer Hotel &amp; Spa" 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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|4083" HotelName="Carlton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|64162" HotelName="Darby Park Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="198.99" OriginalAmount="185.97" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B1B690" HotelName="Dusit Thani Laguna Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>11 LAGUNA GOLF GREEN, SINGAPORE 488047, , SINGAPOR SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2371282_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="199.57" OriginalAmount="186.51" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|146954" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>51 IMBIAH WALK SENTOSA SENTOSA ISLAND</AddressLine>
          </AddressLines>
          <CityName>SENTOSA ISLAND</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/924197_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.06" OriginalAmount="187.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3564046905429" Longitude="103.98675421167" StarRating="3" HotelCode="440864|93151642" HotelName="Ambassador Transit Hotel Terminal 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Mezzanine Level 3, Passenger Terminal Building 3 (PTB3), Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8231133</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|39502" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="208.46" OriginalAmount="194.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29218815396" Longitude="103.84990840194" StarRating="4" HotelCode="|PNTQ" HotelName="Wyndham Singapore Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Coleman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/2258/778729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|20964" HotelName="Grand Park Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="209.47" OriginalAmount="195.77" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A19F65" HotelName="CARLTON CITY HOTEL SINGAPORE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1 GOPENG STREET SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/925614_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.85" OriginalAmount="199.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|74319" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|24943" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.410263794" Longitude="103.8438662807" StarRating="4" HotelCode="901571|157759" HotelName="Orchid Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchid Club Road, Singapore 769162</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ab/0cabd9b2484df57332ab81c32721cc51bfb74d31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|13101" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|228389" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|3163" HotelName="Shangri-La Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|230816" HotelName="Andaz Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|64242" HotelName="PARKROYAL on Pickering" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|18317" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|20861" HotelName="Crowne Plaza Changi Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="242.44" OriginalAmount="226.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312413133549" Longitude="103.85376502076" StarRating="5" HotelCode="|ONFR" HotelName="One Farrer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Farrer Park Station Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/405143/8047175.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.74" OriginalAmount="231.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|74305" HotelName="Pan Pacific Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.52" OriginalAmount="232.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|1441066" HotelName="Fairmont Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2688769785619" Longitude="103.80088807738" StarRating="4.5" HotelCode="394351|157788" HotelName="Villa Samadhi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Labrador Villa Road, Singapur 119193</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bfb09c5dcf3d397c5662c328f0c8f1ebdf269.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|18315" HotelName="Intercontinental" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|15048" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|61704" HotelName="One15 Marina Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|150927" HotelName="Hotel Michael" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|35108" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|59502" HotelName="The Fullerton Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.85" OriginalAmount="255" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|59740" HotelName="Conrad Centennial Singapore" 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,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="277.23" OriginalAmount="259.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="0" HotelCode="|G3Q" HotelName="Carlton Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)63383208</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/30587/834613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|62616" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="286.15" OriginalAmount="267.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.308321490371" Longitude="103.83391141891" StarRating="5" HotelCode="|YWP" HotelName="Goodwood Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)67328558</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/47484/853807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|59275" HotelName="Ascott Raffles Place Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.53" OriginalAmount="279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|64006" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="298.54" OriginalAmount="279.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29403804" Longitude="103.85049763" StarRating="5" HotelCode="|PMSH" HotelName="Pullman Singapore Hill Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1398302/18144601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="303.05" OriginalAmount="283.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="|NMHS" HotelName="Naumi Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/95687/1009525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="309.75" OriginalAmount="289.49" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|835622" HotelName="FESTIVE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SENTOSA GATEWAY,8  , 098269 SENTOSA ISLAND</AddressLine>
          </AddressLines>
          <CityName>SENTOSA ISLAND</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/926286_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|19160" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|30354" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|409272" HotelName="Six Senses Duxton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.58" OriginalAmount="313.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|225835" HotelName="The Westin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|157782" HotelName="The Capitol Kempinski Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="337.14" OriginalAmount="315.08" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D19286" HotelName="COMO METROPOLITAN SINGAPORE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>30 BIDEFORD ROAD SINGAPORE SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32708_image63944540_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="347.88" OriginalAmount="325.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.290395533787" Longitude="103.83877694607" StarRating="5" HotelCode="|ISXQ" HotelName="InterContinental Singapore Robertson Quay by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/26031/829798.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.98" OriginalAmount="384.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|74289" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|210623" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="502.64" OriginalAmount="469.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|69635" HotelName="The Ritz-Carlton Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|13178" HotelName="The St. Regis Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="554.26" OriginalAmount="518" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|63241" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1068.43" OriginalAmount="998.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|1690764" HotelName="Raffles Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1203.59" OriginalAmount="1124.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|716932" HotelName="Marina Bay Sands Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2899.70" OriginalAmount="2710" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3007121" Longitude="103.8379232" StarRating="5" HotelCode="118488|62382" HotelName="Pan Pacific Serviced Suites Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Somerset Road, Singapore 238163</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5c6068f2945ed2c1b0dca0b5e47c539c083d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="152.82" OriginalAmount="142.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309817545945" Longitude="103.858713477698" StarRating="4" HotelCode="|AQJB" HotelName="Aqueen Prestige Hotel Jalan Besar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Tyrwhitt Road</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="269.12" OriginalAmount="251.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2826642" Longitude="103.8482839" StarRating="5" HotelCode="|THC1" HotelName="The Clan Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10 Cross Street</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Designated Smoking Area,Jacuzzi,Sauna,Swimming Pool,Kitchen,Central Heating,Spa,Boutique,Library,Printer,Bicycle Rental,Diet Meals,24 Hour Power Supply,Housekeeping,24 Hour Security,Airport Transfer (on Demand),Babysitting,Parking,Wake-up Call Service,Dining,Business Centre,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Photocopy,Concierge,Dry Cleaning,LCD/Projector,24 Hour Room Service,Meeting Room,Off-Site Parking,Valet Parking</BasicAmenities>
    <HotelRating>4,5,3,2,4.5,3.5,1,2.5,1.5,5.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,CASINO RESORT,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL,APARTMENT HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,CLUB RESORT,BOUTIQUE HOTEL,AIRPORT HOTEL,VILLAGE,GOLF HOTEL,HOSTEL,GUESTHOUSE,HOSTELS</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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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="163b6a4b-0ea8-4e6c-8dc9-468951bbcc69">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53489" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|HotelbedsSearch|supplier interation failed||HotelBeds|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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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
163b6a4b-0ea8-4e6c-8dc9-468951bbcc69|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="2025-11-24T05:39:00.7085521+00:00" Version="0" EchoToken="Search" TransactionIdentifier="163b6a4b-0ea8-4e6c-8dc9-468951bbcc69" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="21.04" OriginalAmount="19.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.997539239555" Longitude="12.423399025795" StarRating="3" HotelCode="192116|3848078" HotelName="Seven Hills Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Trucchi 10, 00189 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/194267/194267a_hb_a_899.JPG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865987467097" Longitude="12.63043910265" StarRating="4" HotelCode="31825|992" HotelName="Hotel Roma Tor Vergata" 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,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vico Viganò 24, 00133 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/21/202102d5df9b8583145a3381c856d21fd4adf5f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90767488356" Longitude="12.5006711483" StarRating="2" HotelCode="909265|176189" HotelName="Lella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/cc/cdcca6a0fd878b5899361a2111be6e6e2b00615a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.949102" Longitude="12.472571" StarRating="3" HotelCode="116828|20487" HotelName="Colony" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monterosi 18, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f4/77f4f228d639da32f33c397e9df36a4dd91a24a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887468437402" Longitude="12.40458992066" StarRating="2.5" HotelCode="99799|28120" HotelName="Roma Camping In Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Kitchen,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 831, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/bf/f0bf776bcc51f610276b795f15fb0a7623238ce0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.862737513599" Longitude="12.550270557404" StarRating="3" HotelCode="119289|55601" HotelName="The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 892, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a8/1ea82539f4e661640ad32864f24f35a52ed7c06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="48.64" OriginalAmount="45.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888061603948" Longitude="12.401225566864" StarRating="3" HotelCode="366017|1044379" HotelName="Scheppers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bogliasco 36, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/44/44923fb1a3bd1a85/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922668" Longitude="12.588174" StarRating="4" HotelCode="145846|40750" HotelName="Cervara Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Cervara 126, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/14/1470798/QjOWsAN5_7147ae7f359691d0a8c572a2d11c4008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920241" Longitude="12.525228" StarRating="3" HotelCode="60586|13191" HotelName="Osimar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Grossi Gondi 87, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0fcd6103b6a26b9371ba72f01837b4e34ee6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.36" OriginalAmount="47.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.870929035157" Longitude="12.468165138707" StarRating="2" HotelCode="343892|83037163" HotelName="Radio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti 8/E, 00146 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f4/42f40496f5e3217a97c5de12c75cbc9d7f3766b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902037" Longitude="12.503191" StarRating="3" HotelCode="95139|146480" HotelName="Siracusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 50, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/6a/ae6af38ae57b64a9b1534cef76d7f02ef6be1fa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.24" OriginalAmount="49.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865754" Longitude="12.59068" StarRating="3" HotelCode="143035|2031432" HotelName="Hotel Alba Torre Maura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale di Torre Maura 81, 00169 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/3e/e63e574720ba10034156ff0cf26162b2bb3795e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.28" OriginalAmount="49.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.932806046271" Longitude="12.433596728836" StarRating="4" HotelCode="23163|1058842" HotelName="Excel Montemario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scolopi 31, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/21/19216bc34ce535d37b38bb7a64adca8933036b26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909077976693" Longitude="12.494331279762" StarRating="3" HotelCode="440531|57480" HotelName="Gialel B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 14, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/96/2d963e6700a5405e660101caa7075bc7bdd05264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88228754801" Longitude="12.377481045094" StarRating="2" HotelCode="510616|200021" HotelName="Motel Boomerang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Arlotti 20, Strada Statale Aurelia km 10,900, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ca/c5cac80b9b9e6ca1a3d818bd11c07d31a6b95b06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89112" Longitude="12.51346" StarRating="3" HotelCode="316130|62996" HotelName="C. Luxury Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c9/f5c9e16d630c98a69865affd4ac15b9b2914e921.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.869672678524" Longitude="12.514656186104" StarRating="3" HotelCode="366026|28323" HotelName="Romoli Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Caffarelletta 114, 00179 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a5177cba1a03c0fc8a28a950dd8557ca0c76aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.947307" Longitude="12.588566" StarRating="4" HotelCode="68804|37604" HotelName="Degli Imperatori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Gonella 15, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b4/98b4d0fcd089de30584b459798b16f06768be511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93577485" Longitude="12.58374283" StarRating="0" HotelCode="540013|371583" HotelName="Hostel Prima Base" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Osimo 61, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/14/f5146b827763e69ac9c3c9264c1b69ea08331a59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905798" Longitude="12.502461" StarRating="4" HotelCode="95137|886" HotelName="Hotel Lux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147bd0ec01e9ee41cde02af2d95685a5167ce1a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.73" OriginalAmount="51.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.930243460818" Longitude="12.560420036316" StarRating="3" HotelCode="36254|2159095" HotelName="Idea Hotel Roma Nomentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Attilio Benigni 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/bf/4dbf2d1a8ece24e54211066046a3b69df9290999.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.39" OriginalAmount="51.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904928109443" Longitude="12.500048875809" StarRating="4" HotelCode="23162|5131951" HotelName="Noto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f0/73f0892aaa365959245a01161f2be7fbd4df8947.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903387" Longitude="12.506055" StarRating="1" HotelCode="147496|56053" HotelName="Eurorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 87, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/31/a131672bf6047ca461ad6db5617c4bd16f66f2fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.835245129814" Longitude="12.555278241634" StarRating="4" HotelCode="63995|32836" HotelName="Capannelle Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Siderno, 37, 00178 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/39/1439894375a9e84e4ab266cbfa1e62e9af145119.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.837579066072" Longitude="12.594666186508" StarRating="4" HotelCode="166863|28268" HotelName="Ibis Styles Roma Vintage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre Di Mezzavia 25, 00173 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/80/0f80e208da30367b2fd79408a871b80380a5d0b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.816889" Longitude="12.345411" StarRating="2" HotelCode="191619|56577" HotelName="Nuova Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Allievi, 15, 00148 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/93/6f933b3b4eaceb7c6c2af40a669f7f9af11a138a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.821349955541" Longitude="12.508496361763" StarRating="4" HotelCode="58861|28337" HotelName="Occidental Aran Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Forster 24, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3b/de3bb776fd3995ba1f0c3f81e78181882337402a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902285026275" Longitude="12.504144608974" StarRating="4" HotelCode="48143|1351" HotelName="Hotel Luce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ed/59ed7dd5cb3e251121fa3337a401443d49eb543b.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.875748" Longitude="12.394626" StarRating="4" HotelCode="32617|24647" HotelName="Hotel Roma Aurelia Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía degli Aldobrandeschi 223, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2d/9e2d05adc82f9a26304862475b5fa476a961a217.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8989485" Longitude="12.443371404299" StarRating="2" HotelCode="268029|200298" HotelName="Marco e Laura Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 232, roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/73/527323498cece883faa1a0ca9eea1318aa86a8af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.22" OriginalAmount="53.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86606" Longitude="12.575305" StarRating="4" HotelCode="165958|2207904" HotelName="Hotel Artis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Roberto Fancelli 3, (angolo Via Pietro Sommariva), Roma 00169</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ed/6fedc4428b83afc549cd095778d674451857a89c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904764379628" Longitude="12.500521235775" StarRating="0" HotelCode="386145|428610" HotelName="Freedom Traveller Rome Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 23, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/2f/692f16abc1fca2dc727d7d403bf00d7e12f22a55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899886" Longitude="12.408609" StarRating="3" HotelCode="160880|19988" HotelName="Park Ginevra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni della Croce 35, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b2ebc30f607cd288ce59b072eb32adad8b6b69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89438823" Longitude="12.50769542" StarRating="0" HotelCode="546213|181009" HotelName="Guest House Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 331, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/70/1d7097b73fc1f8cc40c816bfe7ea5b6804715468.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822869702567" Longitude="12.411825656891" StarRating="4" HotelCode="335585|31057" HotelName="Holiday Inn Roma - Eur Parco Dei Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Castello Della Magliana 65, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8a/a58afdc142a9c01df303594656d1c7c75bae004a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90994300978" Longitude="12.497387329448" StarRating="3" HotelCode="366024|20566" HotelName="Hotel Priscilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17/19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/9e/389eef0cd9f47db37d47ae6a57cd3fbbee8a0661.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93163" Longitude="12.381495" StarRating="4" HotelCode="395146|33898" HotelName="Papillo Hotels &amp; Resorts Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arola 53, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b0913cef8ef2b084c1a5893733b51089f4fb7fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905670886025" Longitude="12.500208938027" StarRating="3" HotelCode="318897|146355" HotelName="Hotel Floridia Raeli Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 45, 00185 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/53/9e536a003375f2c6f6557a923ee9d9f5f3e9e7a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.74" OriginalAmount="55.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873086053407" Longitude="12.462890893221" StarRating="3" HotelCode="60678|1416154" HotelName="Villa Rosa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Prati 1, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/cf/f0cf67db763fcac7c1e9b1c92864abaa7b716a37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902462" Longitude="12.535421" StarRating="4" HotelCode="335569|17293" HotelName="Best Western Blu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Domenico De Dominicis 4, 00159 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e9/70e96329812217adff46db2740deb7c9651fc5bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90262" Longitude="12.504435" StarRating="4" HotelCode="23161|697" HotelName="Archimede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 19, Via Marghera 43, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/1f/c31fa307dc0a6ccb0a7ba3c78c3c84528fa548ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.752940045614" Longitude="12.372459941139" StarRating="4" HotelCode="102079|55672" HotelName="Best Western Hotel I Triangoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 285, 00124 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fa/cffa570c69c6a1057b92294aca4ad037de8296f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908331616552" Longitude="12.424775362015" StarRating="4" HotelCode="335573|30576" HotelName="Pinewood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Pineta Sacchetti 43, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55033/a_55033_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902803" Longitude="12.502217" StarRating="3" HotelCode="410275|146412" HotelName="Lazio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 8, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/66/8266fea7d8f0d3cdc188d42a60eaa057925ea594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.43" OriginalAmount="58.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906261" Longitude="12.516878" StarRating="3" HotelCode="82566|1945919" HotelName="Best Western Globus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ippocrate 119, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2e/df2e4b1d12c1e978b6999fb763fa57287f3c98c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.50" OriginalAmount="58.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.817506" Longitude="12.46095" StarRating="4" HotelCode="32805|1119274" HotelName="Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 710, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/da/1eda25bb0fed62c16a84c197ce3ed74d6713f368.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8896" Longitude="12.402273" StarRating="4" HotelCode="34794|15887" HotelName="Black Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Sardiello 18, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28bef7e2b897f0d35dee5556c62fbf996d9357.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888152241212" Longitude="12.515684813261" StarRating="3" HotelCode="50779|2103" HotelName="Domus Sessoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Croce In Gerusalemme 10, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/65/52652f2432c89d96fc0859c5e4ebcc64a04a2e22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900409622387" Longitude="12.57042483984" StarRating="3" HotelCode="29147|18395" HotelName="Holiday Inn Express Rome - Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 50, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/94/689418126dd46e3429c9b82b340aba5d877ca974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90800113" Longitude="12.44509112" StarRating="0" HotelCode="954642|371778" HotelName="Le Vie Del Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Rizzo 83, 00136 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dad9d8076f83fbd7ba6c29edd3eafd2c51541a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822935588779" Longitude="12.475138737434" StarRating="3" HotelCode="936371|58311" HotelName="Villa Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Marcellino Champagnat 2, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/zz/a1addeaae47a507c316c6cbfd2767cc21487415d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901906" Longitude="12.505389" StarRating="1" HotelCode="295488|198914" HotelName="Friendship Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 41/A, scala A, piano sesto, interno 18, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/81/a98167e996f0709050eb5b0ada33b2f886d41150.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902836" Longitude="12.501925" StarRating="3" HotelCode="95138|63609" HotelName="Stromboli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 34, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c4/4bc43562ec55c5482b2c69ebed656912a4f2c532.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90169" Longitude="12.50381" StarRating="2" HotelCode="417078|55923" HotelName="Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 6, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/50192/04d50930-c002-4ffc-98c4-43a0f2a6213c.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89621|55323" HotelName="Hotel dei Quiriti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/4c/354c1ebfaa00b6dc83caf591efe0739d91740cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91432551081" Longitude="12.521471285879" StarRating="3" HotelCode="36244|811" HotelName="Hotel San Giusto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Bologna 58, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59255/a_59255_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.33" OriginalAmount="60.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912178" Longitude="12.503169" StarRating="3" HotelCode="151448|1112154" HotelName="Apogia Lloyd Rome" 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 Alessandria 110 A, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/70/e0705c4d0e1fc4b7923527d867c4ead16e959386.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912088827253" Longitude="12.468215" StarRating="0" HotelCode="192044|396405" HotelName="Comics Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 38, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ef/8def2af21fc9acf845591e520a7c14852821902d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912570622962" Longitude="12.502423167776" StarRating="3" HotelCode="21184|1457" HotelName="Kent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Emilia 71, 00198 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/5d/a45d594162e3e231826c97094da0bc7d6032bf4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913003" Longitude="12.499099" StarRating="3" HotelCode="245024|33892" HotelName="MF Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savoia 44, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/87/ae874c117c49b087afc95a76145ccd3339994736.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904492646272" Longitude="12.49975632209" StarRating="3" HotelCode="136285|181026" HotelName="Regio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 22, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/35/a835cf29554b7a7525e8251a9399a9bba7b552e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892181" Longitude="12.513392" StarRating="3" HotelCode="11869|7634" HotelName="Hotel Donatello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Porta Maggiore 83, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/dd/7addc577e67c8778c4c2150e345f8dab5f6d46ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893446115283" Longitude="12.512037404299" StarRating="2" HotelCode="429186|40772" HotelName="Hotel Giolitti Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 415-417, 00100 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/85/4585803ffb7261c6832a5ba26136bf10318387c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898683549543" Longitude="12.500681877136" StarRating="4" HotelCode="33472|6214" HotelName="Hotel Champagne Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 82, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/dc/3ddc93188cbd2b6a5c67c3e5174f60f229701595.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905004" Longitude="12.505171" StarRating="3" HotelCode="17152|3448" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 1, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd48ea084900743fa28c0667cca916b57ae6c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.965701" Longitude="12.31271" StarRating="4" HotelCode="904057|40759" HotelName="Relais Castrum Boccea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via SS. Mario e Marta 27, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f0/e4f0551d64bfcbd4ff956c0cfac102181b1c7a8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893697" Longitude="12.507588" StarRating="2" HotelCode="18170|4290" HotelName="Hotel Taormina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 51, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ab/edab0caa50b93362409dedc60b2ef7179a2eafe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911148" Longitude="12.502611" StarRating="3" HotelCode="117436|56039" HotelName="Hotel Porta Pia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 25, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/61/1861cbba4c31ea67e39c27109fdf7304a9e53415.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822108792671" Longitude="12.394408562319" StarRating="3" HotelCode="95116|40737" HotelName="Albergo ibis Roma Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Arturo Mercanti 63, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f35cc0d97c4d2dc9af24a58b0af2c814fd3b6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901119210063" Longitude="12.57005056246" StarRating="4" HotelCode="166597|40718" HotelName="iH Hotels Roma Z3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 13/15, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ef/a2ef98f3d6d0fd81efd2a78c4280b32c01576d92.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.06" OriginalAmount="63.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899593919829" Longitude="12.419228553772" StarRating="4" HotelCode="26710|1242281" HotelName="Marc'Aurelio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio XI, 141, 00166 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/cc/33cc354ffdc15f354d9042566357c78ee79b7eca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.36" OriginalAmount="63.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.878509141806" Longitude="12.466341875951" StarRating="2" HotelCode="523476|33070557" HotelName="Hostel Trustever" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Benaglia 13, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/77/df77bccf38db63108993a94b61c26cab78c4b028.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90241387" Longitude="12.50584958" StarRating="0" HotelCode="625602|254696" HotelName="Funny Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 33, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/31/4031999c58f7f3d3b8de5aecb11f5e5313f973f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.914271" Longitude="12.52068" StarRating="3" HotelCode="166871|2067" HotelName="Laura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale XXI Aprile 109, 00162 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c9/e4c967cc067666e5127e47d021a10e9ab01f6ff1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88486678" Longitude="12.51943868" StarRating="0" HotelCode="573493|233297" HotelName="I Pini di Roma Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 9, 00182 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3b/253bcb4bb94815fc9afa9f262ec8e2be6a806ecd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892159" Longitude="12.413412" StarRating="4" HotelCode="335583|33549" HotelName="Raganelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 734/8, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/14/b1149c037c20f403800ffc566deb07a8278d5862.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900249154607" Longitude="12.448190502732" StarRating="3" HotelCode="379907|200613" HotelName="San Pietro Leisure and Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Clivo Di Sant' Antonino 10, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/04/ee/04eee95b7a8026c291ff87d12f3de04815548f2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.868741" Longitude="12.411748" StarRating="4" HotelCode="31157|33291" HotelName="Hotel Rome Pisana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pisana 374, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/16/1a16a06e4aad9ef1e4dd1871eae4b1544988e7ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.994800450757" Longitude="12.418542053204" StarRating="4" HotelCode="89615|199836" HotelName="Veio Residence Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Giustiniana 906, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/98/78985f6331de5be1ad2bd47bc0d7b73dfa69bdab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898682579173" Longitude="12.425629245084" StarRating="4" HotelCode="37627|32834" HotelName="Aurelius Art Gallery Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 458, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a32c8034c280ee11d38e8a2f836910cbd9f714.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90184538" Longitude="12.42669963" StarRating="2" HotelCode="435268|58214" HotelName="B&amp;B Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Tardini 5, int.9 sca.A, 00167 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/da/99dac529a91b2cc6a32181153e4d86746109c41e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904273337705" Longitude="12.426996231079" StarRating="4" HotelCode="32740|1933" HotelName="C-Hotels Club House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Alciato 14/16, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41260dd4681ed18ec197dd8c20f3edb3f5ac55a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9041817" Longitude="12.4635125" StarRating="0" HotelCode="631741|363120" HotelName="Rome Vatican Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Fosse Di Castello 6, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/80/3280e429c48ca92ebec0db9ca6f0009bd94d3cd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90603628" Longitude="12.46048945" StarRating="0" HotelCode="781504|371868" HotelName="Vatican Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 82, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cd/01/cd0196e652db0cd04f629775476c0cd6c9cfe62e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90701334" Longitude="12.46874714" StarRating="2" HotelCode="439982|58745" HotelName="Vaticano Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d1/23d1ba66205198de896fb212fd286abf169e3a1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.791257" Longitude="12.530465" StarRating="4" HotelCode="143962|90096" HotelName="Ardeatina Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittore Ghiliani 145, 00134 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/50/b850667553884d8a4eb51682450f1f64d3272a37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901463" Longitude="12.494103" StarRating="3" HotelCode="36256|28264" HotelName="Everest Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 243, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/fa/95fa58cad864668bbf4de6da53d623caa33354e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88230581" Longitude="12.60905289" StarRating="3" HotelCode="601582|242342" HotelName="Hampton by Hilton Rome East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Marisa Bellisario 300, Rom 00155</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/d9/32d95787f811737d3409a721b1a4804894e0dfe3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89250186683" Longitude="12.512830107345" StarRating="3" HotelCode="317345|62739" HotelName="Center 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille Grandi 7, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335842/335842a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87218387" Longitude="12.47869201" StarRating="2" HotelCode="539902|58079" HotelName="B&amp;B A Casa di Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 35, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747cd295b9d87c8e0f501cfad4d3472f832e7f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87625" Longitude="12.465987" StarRating="3" HotelCode="191644|57278" HotelName="B&amp;B Hotel Roma Trastevere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere, 249/D, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94ebbfc910726d8bf35cf973915735615670eb66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.828104" Longitude="12.583023" StarRating="3" HotelCode="55815|15439" HotelName="Hotel Giardino d'Europa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucrezia Romana 95, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/f5/03f523555d90a3c85652222fe8d66e2e23c1b738.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892363" Longitude="12.513787" StarRating="3" HotelCode="16224|20409" HotelName="Principe di Piemonte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 449, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ce/b4ce19c8f28ccf5f398bc8312d686f4217b90e53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912013133774" Longitude="12.450272440911" StarRating="4" HotelCode="15209|23876" HotelName="Quality Hotel Nova Domus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Savonarola 38, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/1a/961aafb43ef50c7189dc0358307aaae523f548f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891010768606" Longitude="12.509574741125" StarRating="3" HotelCode="171027|221040" HotelName="La Locanda del Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1b/aa1b472d39438c7b151e6e9a96b00fda0d0eeb28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89620|177523" HotelName="Giuggioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9e11290dd18aa8d38e593c610680bdc01faf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90172604569" Longitude="12.504123233135" StarRating="2" HotelCode="335563|11314" HotelName="Hotel Rubino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/93/3f936651f97400e6e3ea647f3b81e2fe86ef7eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89323403326" Longitude="12.512315958738" StarRating="3" HotelCode="21501|4167" HotelName="Tempio di Pallade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 425-427, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/3b/823bff8980c457826165e6b777476e4a6112139f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89389093" Longitude="12.43663112" StarRating="0" HotelCode="433808|234392" HotelName="Vatican City Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 350, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9a/b39a6cad6fe8e13404088f27f74e0ac2aa789442.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.09" OriginalAmount="68.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90664172" Longitude="12.49292703" StarRating="3" HotelCode="983791|14337341" HotelName="Veneto Suite Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucullo 7, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/zz/8ead4692f1bb6f6f1b5bdcc82a27217384edcd94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.09" OriginalAmount="68.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90639638" Longitude="12.49297687" StarRating="3" HotelCode="566247|57544136" HotelName="Relais Barberini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Elevator,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/e9/d2e9edb9d0c6f1cda4c793d3cfea9eb68286b011.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="73.65" OriginalAmount="68.83" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D18338" HotelName="Rome Ciampino Smart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>VIA SAN FRANCESCO D'ASSISI, 58 ROME-CIAMPINO</AddressLine>
          </AddressLines>
          <CityName>ROME-CIAMPINO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2625013_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.936981" Longitude="12.533096" StarRating="4" HotelCode="37643|12589" HotelName="Best Western ARS Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Altissimo 20-24, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/72/90724d90002fa61e0c5a69b9c1fd444f6b4248bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899174671967" Longitude="12.499922811985" StarRating="3" HotelCode="67084|40770" HotelName="Hotel Dina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 62, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/25/4425df718e5270667a0fe23613d5e08c4d3441f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905878315022" Longitude="12.502940297127" StarRating="3" HotelCode="55816|8495" HotelName="Galileo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 33, Rome 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/cf/10cfbc7b742f26ad8180f8b764f4b93de848f46f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904353" Longitude="12.499972" StarRating="3" HotelCode="37026|4229" HotelName="Exe Domus Aurea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/99/609963f1636c75f3ac22478a81757e714ad29e16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90373" Longitude="12.503556" StarRating="3" HotelCode="15850|55084" HotelName="Piemonte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 32 C, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/76/de766aafa6cb62cbb363b31f9fe5f721514d76eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92576550635" Longitude="12.441793978214" StarRating="4" HotelCode="371379|26427" HotelName="Park Dei Massimi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Vincenzo Ambrosio 9, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/ef/c8efb639e7b35ee1d0c0b4977da80b05cfeb3a06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919714580194" Longitude="12.42067694664" StarRating="4" HotelCode="31156|10068" HotelName="Pineta Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Lino Papa 35, 00167  Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d5/8ed5920adad87c89841b8024f6816b410a908687.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896750966095" Longitude="12.495558857918" StarRating="3" HotelCode="18850|20567" HotelName="Valle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 134, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/4d/154d6dcb8643d42de574ae8ad01ae1b9242815c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890047119739" Longitude="12.527254232402" StarRating="3" HotelCode="268030|63427" HotelName="Geo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Casilina 41/49, 00176 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/19/0b19d6cc1c1057d60031d5f8f069164c47f744ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90087161062" Longitude="12.497157454491" StarRating="2" HotelCode="909239|242347" HotelName="Hotel Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 2, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/f4/72f4e0767d71e8a3eff09c9284353a41d3da7177.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901915704582" Longitude="12.503334581852" StarRating="3" HotelCode="302820|2105" HotelName="Madison" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 60, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/f7/5af75a989954d4e8a8c94d6c00098d930172ee2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92573956363" Longitude="12.435370087624" StarRating="4" HotelCode="33056|5645" HotelName="Hotel Zone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Fusco 118, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcb67e840a1014db4afb852a066190b6a33396f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913838725505" Longitude="12.452552318573" StarRating="2" HotelCode="192088|56311" HotelName="A Casa Boschi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Premuda 3, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/36/52368a3d6b01bab37fcd4e23400d2d822bc101e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887566402491" Longitude="12.399986386299" StarRating="4" HotelCode="335565|24692" HotelName="Holiday Inn Rome Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Km 8,400, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/eb/deeb3fd9d0f10eca94796322e7f8bbd77a1e50fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873348" Longitude="12.47963" StarRating="3" HotelCode="117450|232891" HotelName="Crossroad Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni da Empoli 11, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c5ca3ffd0f612738be2e82944d2026a785d1e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.846324" Longitude="12.475155" StarRating="4" HotelCode="101739|37813" HotelName="Hotel Area Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Forte Ostiense 21, 00146 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30ce885d53de019a420edc92b459caf6dfaad7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.943763219641" Longitude="12.474689930677" StarRating="4" HotelCode="36249|23879" HotelName="Grand Hotel Fleming" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Monteleone di Spoleto 20, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4b/9d4b261a9078758b4f37412fa7d42c1fbc6d5574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898185650595" Longitude="12.501145033018" StarRating="3" HotelCode="336896|90223" HotelName="Hotel Campidoglio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 85/A, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/4a/b74a5354b47bc85944b688447251dff100b34857.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.49946" StarRating="2" HotelCode="904048|58099" HotelName="Farini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Farini 52, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9c/5d9c907be3080b5e1e3a18f0f0f7289c2a78fc58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910557" Longitude="12.44606" StarRating="3" HotelCode="25184|4077" HotelName="Pacific Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Medaglie d'Oro 51, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b99734ad5cb798f5eddb59f94ee739628815b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873949" Longitude="12.470049" StarRating="3" HotelCode="904339|56968" HotelName="Lungotevere Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere degli Artigiani 20, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8b/6c8bc0bde214c426c90c4d880264516799b5d0b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.785775066641" Longitude="12.434605658055" StarRating="4" HotelCode="335579|40719" HotelName="Mercure Roma West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Eroi di Cefalonia 301, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ec/02ec8feddf114379810ad9efb06d81b72ed7563a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891593796549" Longitude="12.426229119301" StarRating="4" HotelCode="166694|23357" HotelName="Occidental Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Torre Rossa 80, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e4747d0b50b075dbabe0b7f643c2432cb02cf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87585563" Longitude="12.51518082" StarRating="0" HotelCode="382848|233967" HotelName="Relais La Torretta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Appia 126, 00179 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da075974fd9d3281b7f931ad2923b3259254923d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90464238" Longitude="12.49936159" StarRating="0" HotelCode="699615|486533" HotelName="Roman Holidays Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/62/d6625108962feb496cdf60e4a0bdfdccfcf9586f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89951026" Longitude="12.48409047" StarRating="3" HotelCode="546669|199633" HotelName="Trevi Rome Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Lucchesi 26, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2d/71/2d71990f88e0dc2b7d57d134021987647eba5a12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.879483" Longitude="12.525635" StarRating="3" HotelCode="31412|11105" HotelName="B&amp;B Hotel ROMA Tuscolana - San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Assisi 51, 00181 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/1b/481ba40ae46e71933bb98ccfe750eab4fe88d3f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910738200397" Longitude="12.50290316526" StarRating="2.5" HotelCode="160882|49961" HotelName="Cesar Palace Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 55, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadd0a8145947740c0e0138e9c1b611fbf7be5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922025" Longitude="12.570419" StarRating="3" HotelCode="191667|57200" HotelName="Roma Tiburtina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ponte Mammolo 28, 00156 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/f9/63f9aa4ffe095d4514bb1af9911b0446b0edefaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.924641688224" Longitude="12.569823906746" StarRating="3" HotelCode="117284|234368" HotelName="Urban Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Rebibbia 18/34, 00156 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8e/7c8ec6ded86d9bba9bb199d0a260ceee5f443d0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89954795" Longitude="12.49866269" StarRating="0" HotelCode="954158|396024" HotelName="Amici Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 44, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/07/43071916fca470b0cfc5b2bb3059e2127c402188.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892999" Longitude="12.508213" StarRating="1" HotelCode="34791|181664" HotelName="Family" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bixio 72, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/28/e228ceea0201a0a2b5557970f7925d01e05e072a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89497006263" Longitude="12.417742609978" StarRating="4" HotelCode="67446|12944" HotelName="Smooth Hotel Rome West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/17/89176e095d208981888f920cd7acfb425528dd5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901175" Longitude="12.504467" StarRating="3" HotelCode="70002|396945" HotelName="Marisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 98, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7d/e87d4240994c0bc4f72e2afaca7c95b0480abab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.837089647043" Longitude="12.509452700615" StarRating="3" HotelCode="58870|55436" HotelName="Orto di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 551, 00142 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f1/8af1c9b851e4deb2ced1450a41341bbb2d623097.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.852768893931" Longitude="12.496899962425" StarRating="4" HotelCode="116631|28335" HotelName="Barceló Aran Mantegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Mantegna 130, 00147 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/43/55437c897f173ecf1f92a578f6fde6e423741ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910632124885" Longitude="12.465434968472" StarRating="3" HotelCode="410273|17659" HotelName="San Valentino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 55, 00192 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918f934bcb8b0c1ed2a3f3e9716452a458405319.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900744" Longitude="12.495015" StarRating="3" HotelCode="901565|55693" HotelName="Opera Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 11, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/7585040316a6f61d2560a91b8d43d7affb10c59e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.881513" Longitude="12.484939" StarRating="2" HotelCode="191655|47625" HotelName="Aventino Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 98, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5f/275f0f2ec7bfa49e96164442544ede843ccd9c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920444245559" Longitude="12.516646942258" StarRating="4" HotelCode="571462|231433" HotelName="Checkin Villa Angelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 333, 00162 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/86/65867f0386bc3a97d207b08aeddc2c5180f5704a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.962059012337" Longitude="12.478113770485" StarRating="4" HotelCode="55444|55497" HotelName="Flaminio Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Bungalow Complex,Guesthouse,Club Resort,Village,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia Nuova 821, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/20/2d2095b739f0c9824c085af41cddd6128442c2f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="764111|396443" HotelName="Free Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Luzzatti 3, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b9/b4b93ce9bf0ca893592bb26d558a15f1b29079a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899515" Longitude="12.49819" StarRating="3" HotelCode="76615|54744" HotelName="Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/83/3883b41608801dee6a987cf474eb965f2a423d63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907691169079" Longitude="12.436950490738" StarRating="3" HotelCode="117515|200155" HotelName="Hotel &amp; Residence Magnolia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valle Aurelia 116, 00167 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c08576f6a8a1d099ac14a948627fc05db38158d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.932136" Longitude="12.378131" StarRating="3" HotelCode="73528|56097" HotelName="Selva Candida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Selva Candida 200, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/06/2c06ffa6e8f612f3e139615cdedea2240579fcad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.752976063427" Longitude="12.371789388886" StarRating="4" HotelCode="455368|56816" HotelName="Residence I Triangoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 289, 00124 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a0/61a02fdddb07d6551301530fc814cc61c5eaff3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.812571345707" Longitude="12.475333925129" StarRating="4" HotelCode="31411|23881" HotelName="Warmth Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" 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,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Prezzolini 5, 00144 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/87/83870848840869c95a133b8f4e4da008bac4eb2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.23" OriginalAmount="74.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.819534" Longitude="12.464662" StarRating="4" HotelCode="408887|2296333" HotelName="Hotel Shangri-La Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Algeria 141, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4e87ba7a172dee9838cbef1abdd7fb43df2f58.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.871370928522" Longitude="12.483230156174" StarRating="0" HotelCode="311181|232275" HotelName="Affittacamere Nansen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Nansen 122, Zona Piramide, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6e/aa6efbcb66f1fdc52549e81b2e1adccad50e378f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.83688" Longitude="12.51067" StarRating="3" HotelCode="143526|56089" HotelName="Antica Locanda Palmieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 555/A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4d/bd4da44a2732674b0c0a3eaba4869236db5bd8ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.868028911133" Longitude="12.496431086019" StarRating="3" HotelCode="153579|56495" HotelName="Residence Colombo 112" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 112, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3d/6f3d51c12778e48782302e5efc98168243237074.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93868424" Longitude="12.42918587" StarRating="2" HotelCode="540006|62975" HotelName="Gemini Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Tenuta di San'Agata 15, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/40/c4400686a76e8094212b964f8088f584cf7cbc57.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902312" Longitude="12.503542" StarRating="3" HotelCode="47815|19068" HotelName="Hotel Corot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" 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 Marghera 15/17, Centro Storico, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/570660665676b127e9916d8f5917c3aa6933d0e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="341209|54936" HotelName="Hotel Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/43/03438c0efaef258d5562d0ae101fc813abb6665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902325" Longitude="12.503566" StarRating="3" HotelCode="81591|4165" HotelName="Rimini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 17, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b7/feb7ac4f164f75bb2d9d5ebf28fe129ddcaab45a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898103" Longitude="12.501331" StarRating="3" HotelCode="117096|50002" HotelName="Igea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97, Via Principe Amedeo, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/3e/573e2f7e610bfb37a19529ef98b314086fb75793.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="788623|493877" HotelName="Il B&amp;B Della Mamma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Forli 40, 00161 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/51/4751363ca26688602f102ef8010c8a36bc295ce1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896910685953" Longitude="12.448486089706" StarRating="3" HotelCode="221547|33261" HotelName="Hotel Il Cantico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottolengo 50, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/36/fa363eeeb54dbc26360913ab71c86b94d5d828bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89712677" Longitude="12.4355543" StarRating="3" HotelCode="356959|198993" HotelName="Casa Piccole Ancelle di Cristo Re" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 325, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0041efea8ee7b84f372c3d463c4295288faa37c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900032316697" Longitude="12.493519411176" StarRating="3" HotelCode="311186|200241" HotelName="Residenza Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0d/eb0ddf6be6850c0389d5d680083d4f393f03288f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891017" Longitude="12.498674" StarRating="2.5" HotelCode="191811|233787" HotelName="Mecenate Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 79, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c5/d9c5d2cbf88aad29b62aaf9996767cf1600ead91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900520248201" Longitude="12.496250867844" StarRating="3" HotelCode="36253|20546" HotelName="Sonya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 58, 00184 Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/bb/fbbbcb5b0084e79df48a3a690f94274561a01a4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8991874" Longitude="12.4996851" StarRating="2" HotelCode="36248|200684" HotelName="Sweet Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 47, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/f1/31f1f38b8fe4eebd410d0fb1bfca800fabc9f712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903147" Longitude="12.47536" StarRating="2" HotelCode="119288|134572" HotelName="939 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Clementino 94, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/b4/dfb43c240d1d3adfd9e1d8ff7e7bd15a0cb06a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894954090177" Longitude="12.452364563942" StarRating="3" HotelCode="36265|18929" HotelName="Alessandrino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Alessandrino, 9, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/44/ec44e2a47024ce2b3526d34cc93c875659021b45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902128074616" Longitude="12.504978390713" StarRating="3" HotelCode="66952|1691" HotelName="Hotel Assisi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 29, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc740c40c052d137003a77e66097b1ceeb13bb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894764416991" Longitude="12.501293420792" StarRating="2" HotelCode="67194|135010" HotelName="Auditorium di Mecenate" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dello Statuto 44, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fafb4d3bcac30d6bb6dfa74c61df9409d937cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90257823" Longitude="12.5039404" StarRating="3" HotelCode="523307|200158" HotelName="Hotel Tito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 29, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8999948</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.921686383011" Longitude="12.500499486923" StarRating="4" HotelCode="19043|55916" HotelName="Hotel Villa Grazioli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria, 241, 00199 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/14/d314b356a1b330c26cd32c2ea2b645ec10e2c4d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.98" OriginalAmount="76.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892761594249" Longitude="12.511649222286" StarRating="4" HotelCode="97696|1867941" HotelName="Best Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore 51, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/00/6100b6499bd072bcab0ff0bdc2b350f5282f6fb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889040014898" Longitude="12.523689866066" StarRating="4" HotelCode="161124|21822" HotelName="Eurostars Roma Aeterna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 125, Piazza del Pigneto 9A, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/de/b1deb27db34db91b1c3e72a48dab6e23df410cfc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899927" Longitude="12.497594" StarRating="3" HotelCode="44946|2374" HotelName="San Remo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/63/6363200c3477f2cfb3ace1721d3b1be92c675b41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901098676083" Longitude="12.49531598938" StarRating="0" HotelCode="191904|232900" HotelName="Da Marta &amp; Alida all'Esquilino" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Sant' Alfonso 5, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d8/9bd826e4dc524d27551a9e8f1944465c3ae08c7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90801882" Longitude="12.45277619" StarRating="0" HotelCode="581412|234405" HotelName="Vaticana Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via Tunisi, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.46" OriginalAmount="77.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91020218" Longitude="12.50239796" StarRating="4" HotelCode="361237|46788355" HotelName="Hotel Des Epoques" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 31-33, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ce/50cee472890a60aa0ee0b820fdb03c445c787af8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.46" OriginalAmount="77.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88726817" Longitude="12.50524672" StarRating="1" HotelCode="583435|50452521" HotelName="Sangiò Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di San Giovanni in Laterano 60, 1° piano, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/c5/dbc55b21996a9b357df4d3ba2799b85f78aa81e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93917737" Longitude="12.46639163" StarRating="2" HotelCode="565907|232254" HotelName="2 Passi Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bolsena 4, 00191 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d8/bad88dfe3dd3815de2d12e6a9e299b6791297461.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90189364" Longitude="12.47270027" StarRating="2" HotelCode="488326|61679" HotelName="Antica Locanda dell'Orso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dell' Orso 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b20082e2eff5931042500a2b9680b13f23b76b7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919962" Longitude="12.436117" StarRating="4" HotelCode="117516|40724" HotelName="Aparthotel Adagio Rome Vatican" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Damiano Chiesa 8, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d0/b0d091245742da7dd0ee7deef509394422d5cc18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907518493287" Longitude="12.458819854002" StarRating="3" HotelCode="192050|40771" HotelName="Infinity St. Peter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 34, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/a0/25a00946d32ac18c2d4c13509d9a3d2ae7ec3fae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90357958" Longitude="12.48469491" StarRating="3" HotelCode="445654|60890" HotelName="Chic &amp; Town Luxury Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei due macelli 31, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/4f/dc4f33be83ce8d2998ca8b2b0cd1c02b3f2ade83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901181" Longitude="12.493325" StarRating="3" HotelCode="116911|232947" HotelName="Domus Livia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a0/4ea01e79584c626a09d369f7b586c2ab3fd524ca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90493521" Longitude="12.48696019" StarRating="1" HotelCode="455144|183113" HotelName="Excellence Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Purificazione 38, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c9f536d6851e8e4c199407f99f9e5e683ac347.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87229549" Longitude="12.4768034" StarRating="5" HotelCode="741571|269022" HotelName="Gasometer Urban Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Porto Fluviale 35/37, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/91/5d9148ea93f6372797c3ccf650158c7976f60570.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903339044468" Longitude="12.503373542328" StarRating="3" HotelCode="82645|250761" HotelName="Villa Delle Rose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 5, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/f2/8bf2b4db638ffd3ae4ca9d20577add7bb3b73e57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90253125" Longitude="12.47726537" StarRating="0" HotelCode="965492|488001" HotelName="Locanda Piazza Del Parlamento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Prefetti 46, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/72/4672ab8618cac47ff84126122b833d0e888954fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890753196347" Longitude="12.499566078186" StarRating="3" HotelCode="12006|5225" HotelName="Hotel Edera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 75, Colosseo, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/c8/a2c81302b321f15df44537876086aaae47736bfb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90192848" Longitude="12.50416433" StarRating="0" HotelCode="572919|234207" HotelName="Suite Dal Conte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/f7/8cf7155faddb8734eba8b7fe326467bad1803f59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900872" Longitude="12.493326" StarRating="2.5" HotelCode="141727|234449" HotelName="Welcome House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/5e/d55e4c1ebe6ccf20f1b0a9e320629b5fd10563b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.34" OriginalAmount="78.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903472830208" Longitude="12.502698898315" StarRating="3" HotelCode="56964|2440786" HotelName="Milani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/0b/240bc1c490d23de10a9f354023452de40283fa7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.915419975503" Longitude="12.498421472387" StarRating="4" HotelCode="172170|19660" HotelName="Hotel Albani Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Adda 45, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/df/f8df1dcb32ae4c3f4c55e4f6515ea2e647c74c22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.808262" Longitude="12.447402" StarRating="4" HotelCode="95128|47637" HotelName="All Time Relais &amp; Sport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Pasquino Borghi 100, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ec/abec22c9c0b68715eff2d8b3599f47ae4ee9f1d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89427601" Longitude="12.50327421" StarRating="3" HotelCode="440194|135019" HotelName="B&amp;B Drago d'Oro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 121 Int 8, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6c/156ccac1c0c35059c56b28b326ecf16c16b3d638.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88095669295" Longitude="12.507972121238" StarRating="3" HotelCode="316823|3691" HotelName="Best Western Hotel Piccadilly" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 122, 00183 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/39/a339b6af957158b130383a545c0f4520de3fe3b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86081982906" Longitude="12.549968711639" StarRating="2" HotelCode="335561|2058" HotelName="City Guest House Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Opita Oppio 76, 00174 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f5/9ff5bfd0125d718634d1b59e9921279ae46a58d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904617" Longitude="12.499339" StarRating="1" HotelCode="146428|232859" HotelName="Cressy Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/eb/17ebcbfef0ee9a93995f717c72b18737a6dc43c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.990035110585" Longitude="12.506700754166" StarRating="3" HotelCode="56976|47706" HotelName="Eurogarden Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salita di Castel Giubileo 197, G.R.A. Uscita 7 Castel Giubileo, Zona Alberghiera, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/40/4440f6bea6cccda430c59df973f4a9350b5603c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905781823956" Longitude="12.499556122684" StarRating="1.5" HotelCode="191858|57190" HotelName="The Place in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Macao 9, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/dd/37dd43ddf03fa28011f101589b5470d4f03bd047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="748950|493861" HotelName="The Spanish Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Ripetta 66, Spagna, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f7592fe8b4cdd977b8fe0b69daa2cacc0140436a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899362" Longitude="12.500605" StarRating="2" HotelCode="149374|34362" HotelName="Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9b/d49bcba41a2d36c4644a80be672d3079c2ef84aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899337289293" Longitude="12.499698641699" StarRating="2" HotelCode="189369|146327" HotelName="Hotel Demetra Capitolina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 58, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1a/531a7dcf4448afde84439fa40c797c210ccd0dd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906577499681" Longitude="12.500952213968" StarRating="1" HotelCode="338459|233135" HotelName="Hotel Il Papavero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Bar,Internet,Lounge,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 50a/50, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/61619b00648b772efc68347ccf2a9da2481bef14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900400465116" Longitude="12.498080134392" StarRating="3" HotelCode="33092|2068" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 16, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4a/ff4ac655c623235b23604e4d217cc9a1bf8dfab8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901934" Longitude="12.494389" StarRating="3" HotelCode="15674|10650" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 57, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/85/4e857b8319b55742a7aec949518fab92440dc069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89184737211" Longitude="12.438964247704" StarRating="4" HotelCode="31160|18777" HotelName="NH Roma Villa Carpegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pio IV, 6, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/fd/e2fd5ae18179ee7bbaaaa93bc370c764bf5cac96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913611" Longitude="12.617992" StarRating="4" HotelCode="395920|28304" HotelName="Novotel Roma Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Noale 291, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea38f37af347e9a8729266399d8a36dd5327ffbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911445516885" Longitude="12.505306005478" StarRating="3" HotelCode="82648|24569" HotelName="Rome Garden Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 28, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1e/801ed4621038b30c66a2247810697041d4c7eaff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.05" OriginalAmount="80.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894067612768" Longitude="12.503181695938" StarRating="3" HotelCode="15434|1775210" HotelName="Orazia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/26/3426b4a78c3d437b2befb107e03cc9f277012367.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86931512" Longitude="12.44321465" StarRating="3" HotelCode="440321|58743" HotelName="Aida Charming Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Colli Portuensi 226, Gianicolense, 00151 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7aebe59e894c2f1709c5a27331fa54e896609.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901440574074" Longitude="12.504117786884" StarRating="4" HotelCode="58347|29473" HotelName="Aphrodite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/1a/091a619aa464de9b1c2267990a7003dfcd10c7e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="42.009358811291" Longitude="12.379022514847" StarRating="3" HotelCode="116784|146038" HotelName="Hotel Cassia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 1736, 00123 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/b4/94b414434c51ab46189d935a8f173d525a535737.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912633150394" Longitude="12.439581155777" StarRating="4" HotelCode="29491|15368" HotelName="Grand Hotel Tiberio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lattanzio 51, 00136 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5c/965c27986c620b71c3e0fab0736d35a017beb1a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89331997" Longitude="12.51136692" StarRating="3" HotelCode="958323|424487" HotelName="Hotel Balilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Balilla 1, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/34/b7343835a64ccc7d90c022668587e52df4dbfce4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865254" Longitude="12.496335" StarRating="3" HotelCode="37856|13086" HotelName="Caravel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 124/c, 00147 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/19/d0197e453dc9d5eb757c6da4b7246e4db0e94221.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90902720816" Longitude="12.590922597676" StarRating="4" HotelCode="146954|56407" HotelName="Domidea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaele Costi 17/21, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/9e/409ec02f7aafbba5d7aa9175eaa55bdb239dae8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89382" Longitude="12.503897" StarRating="4" HotelCode="15067|55216" HotelName="Napoleon" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>Piazza Vittorio Emanuele II, 105, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/39/05399e5d0ba075e547450c4be28130ea2048a4fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9315558" Longitude="12.5274399" StarRating="3" HotelCode="169164|21018" HotelName="ibis Styles Roma Art Noba Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana, 543/547, 00141 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/f8/09f8f83c402f08da41b2dd0ea354ed2fda8876c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896351664705" Longitude="12.424670755863" StarRating="4" HotelCode="36262|21818" HotelName="The Church Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 481, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34d93485c4b55a26b3d2ea34b0301439329039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9090895" Longitude="12.4570354" StarRating="3" HotelCode="268043|242312" HotelName="Amor B-B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 183, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/47/41472f6c38d017fa2d054fea63fecd203b13313a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89937144" Longitude="12.50069803" StarRating="2" HotelCode="470293|56993" HotelName="Albergo Casali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Elevator,Internet,Limousine Service,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 3 Piano, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/bc/b9bc0c8f8f5c3201979f4f5db49b46b718b44bd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90142193" Longitude="12.50399799" StarRating="0" HotelCode="946278|233113" HotelName="Hotel Agorà Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 80, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/61/3a613b170ca20f5695578bc1f51204c82c1eddc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900316969311" Longitude="12.469406705522" StarRating="2" HotelCode="619343|57039" HotelName="Luxury Navona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Simone 73, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e14465f7307a8af7f58e26baa2b581b7aa823d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890486859207" Longitude="12.507297008598" StarRating="3" HotelCode="400337|200550" HotelName="Roma Resort Colosseum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 100, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/05/7f05a032f07343035221ab4ef3983be9114220e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910522956775" Longitude="12.465639728836" StarRating="3" HotelCode="116718|40733" HotelName="The B Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 239, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/08/ae089e345433e9c83ba250fd7fd2058dbec6889b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="87.98" OriginalAmount="82.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904433" Longitude="12.500197" StarRating="3" HotelCode="95135|WOE" HotelName="Hotel Windrose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 39</AddressLine>
          </AddressLines>
          <PostalCode>064821943</PostalCode>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/7e/7e79a905e2a3e77e568198c98768640a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.35" OriginalAmount="82.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916665816885" Longitude="12.556366154419" StarRating="3" HotelCode="467292|18349775" HotelName="Camplus Guest Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottanello 12, 00158 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/zz/06ad0c8a51ecae71e32a337ba2627bca5e723613.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91323065621" Longitude="12.459423364418" StarRating="2" HotelCode="266877|134717" HotelName="Alessandro a San Pietro BB" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand)">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 44, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.881443126075" Longitude="12.518750906853" StarRating="4" HotelCode="92610|31781" HotelName="Best Western CineMusic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 128, 00182 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b4/cab4290d9ae5218935cd168cea73d6dcad12c93c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.851725994642" Longitude="12.48259305954" StarRating="4" HotelCode="35247|23831" HotelName="BV Oly Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Santuario Regina degli Apostoli 36, 00145 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c3/36c3e967f7ff727ebce14d49f2f941c787fe3278.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893173" Longitude="12.473901" StarRating="2" HotelCode="146964|56262" HotelName="Domus Ester Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Salvatore in Campo 38, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/42/5d4212d8a5c26828a79609c3835ed67b8781390a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903274539703" Longitude="12.506438213902" StarRating="2" HotelCode="934017|58150" HotelName="Hotel Ventura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/96/83964c6c0b87d6eb4e49ec1f6c064d63312c3eb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="784036|488915" HotelName="CF Rome Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Michelangelo 9</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/70/6e7084f82e28a7c80983f228f9d15655c2961f70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903315945303" Longitude="12.506464605339" StarRating="2" HotelCode="58289|2983" HotelName="Philia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/00/f7001bed6cb0df4fed05c2f12a359f7e7d8014c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894302685371" Longitude="12.503329373016" StarRating="1" HotelCode="173907|29735" HotelName="Hotel Rome Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio 121, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/a6/bea628da86d74bfd370ecd1ab399be5b89686e34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.880602008696" Longitude="12.484830028242" StarRating="1" HotelCode="314263|58421" HotelName="The Corner Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 121, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/cb/b8cb0e7ab11b561eb14c3026c6a5b823145e7023.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.20" OriginalAmount="83.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.500249" StarRating="2" HotelCode="36255|2286731" HotelName="Domus Mea Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc804757c581c5dda33ce87ef1e7a5fa4e31fb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.70" OriginalAmount="83.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.830216685714" Longitude="12.4569735" StarRating="4" HotelCode="244309|1524111" HotelName="Ibis Styles Roma Eur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Egeo 133, Via Massimiliano Massimo 15, 00144 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/2d/512d674487ac438a2a582e42a5540e9ad024c7b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.84" OriginalAmount="83.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900175" Longitude="12.498343" StarRating="3" HotelCode="12812|1214276" HotelName="Giglio dell'Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/89/a889b4c8858ba47193473d8db91814dd279ea884.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907938376028" Longitude="12.519307136536" StarRating="3" HotelCode="26979|2066" HotelName="Athena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ercole Pasquali, 3, 00162 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2b8987e58c57c1fa26e1332fd2644e8436426.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905846518028" Longitude="12.500876789987" StarRating="3" HotelCode="387682|12622" HotelName="Hotel Camelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goito 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e8/12e8f6b61c98d4039255f901f24d28e04c1570e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9009847" Longitude="12.4937637" StarRating="3" HotelCode="164294|32837" HotelName="Cortina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/82/6282833abcfd93658a2140b58e91edfa69ccbae3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912748" Longitude="12.453225" StarRating="4" HotelCode="335587|28291" HotelName="Hotel Franklin Feel The Sound" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via rodi, 29, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/b7/27b764a018f67b3ece3db7b498ee5c2e09b560a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882478" Longitude="12.47048" StarRating="4" HotelCode="16760|3737" HotelName="Hotel Ripa Roma" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Di Trastevere 3, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/de/acdede1c66c1d9ae7178f55820063ee9456c05e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896462" Longitude="12.500566" StarRating="1" HotelCode="186252|29734" HotelName="Portafortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 31, 1° Piano, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90039303476" Longitude="12.471365671821" StarRating="2" HotelCode="383824|58527" HotelName="Relais Arco della Pace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Pace 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/01/330120255c56a29b0e76f47353d3edef5d45a4dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.81553965158" Longitude="12.409191727638" StarRating="4" HotelCode="335591|10424" HotelName="Sheraton Parco de' Medici Rome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Salvatore Rebecchini 39, Rom 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/30/5730def0993989737e41e35f74421e6b4aa5cd1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90888065" Longitude="12.43542705" StarRating="3" HotelCode="547835|200711" HotelName="The Bricks Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi 16, 00167 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/47/0447fe908d10b39d1e2e725902050f054bcd5b66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916106" Longitude="12.469073" StarRating="4" HotelCode="26982|1952" HotelName="Donna Laura Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 21, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/29/b12968022e4c3903360cc190bcf90f65808b0380.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907172" Longitude="12.458763" StarRating="1" HotelCode="77729|57342" HotelName="Les Chambres d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 32, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899272042011" Longitude="12.500662368398" StarRating="3" HotelCode="63212|447" HotelName="Hotel Tex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 97, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1f/f51f337cd394175ba31867d530d0e5e84b422a6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895521" Longitude="12.498191" StarRating="3" HotelCode="82470|47635" HotelName="Tirreno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Martino Ai Monti 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/8b/2e8bfc3b69812ea689c00f9153445a327febc616.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.864018" Longitude="12.672871" StarRating="2" HotelCode="191575|233275" HotelName="Hotel Vitti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1805/P, 00132 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b6/bab6f93aad8509a7fc6118630e7a0366672afd5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91081463" Longitude="12.50515149" StarRating="0" HotelCode="519948|234439" HotelName="House Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Villini 10, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907880567937" Longitude="12.461889401809" StarRating="2" HotelCode="385180|58045" HotelName="Residenza Dei Gracchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 84, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7b/807bd50f9c7fa5cb5a9049b962e50ef82d588f45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89966916" Longitude="12.50044252" StarRating="3" HotelCode="549039|199408" HotelName="Roma Resort Termini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 46-64, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/e1/41e1721f12245144d353c0a68454b61cc71b076b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903531" Longitude="12.505315" StarRating="4" HotelCode="16972|55221" HotelName="Royal Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/9b/e29ba2d7df756df9d395ef57e5186584f0de0658.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89606879" Longitude="12.50174651" StarRating="0" HotelCode="519670|261026" HotelName="Santa Maria Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Rattazzi 2C, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/56/7d56c92cab165c6c358c057fd577adc240e0ea55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="91.54" OriginalAmount="85.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="|RGVV" HotelName="Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/454430/19086006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908881550379" Longitude="12.435272186995" StarRating="3" HotelCode="909248|20100" HotelName="Aurelia Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi, 20, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/39/7d3998703e365deb99c6b961466a88e4414408d4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899740586127" Longitude="12.498142375005" StarRating="2" HotelCode="470750|172761" HotelName="Hotel Altavilla 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9a, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68c34c48f41ab131123dfedeb22a80d3c94518.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90774674525" Longitude="12.488300800324" StarRating="3" HotelCode="37648|13219" HotelName="Garda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/fd/3afd62c4e647b58aa1596539d746d807cd88181b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897374" Longitude="12.4967" StarRating="3" HotelCode="50843|480" HotelName="Verona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maggiore 154, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a3/2aa37f7f21d135d2fa66bca8c4db579b9a81ceec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903591" Longitude="12.502377" StarRating="4" HotelCode="260698|37460" HotelName="Smart" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.za Indipendenza, Via Magenta 2, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/zz/c0ad12012e2661fbbae07f47c6d3d8ae0f9504a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911427132116" Longitude="12.539720451937" StarRating="2" HotelCode="191670|57076" HotelName="Suites Roma Tiburtina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Cave Di Pietralata 36, Roma, Roma 00157</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/eb/cfeb197ffe8e78794592b992a84166579520793a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.96983276" Longitude="12.43618994" StarRating="0" HotelCode="579505|234436" HotelName="Villa Wilson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 878, 00189 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ac/f5aca4af633086c34167bbace422af525e157df9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.872100407698" Longitude="12.480830848217" StarRating="4" HotelCode="33473|1976" HotelName="Abitart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Matteucci 10-20, 00154 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b9b35bad44ced4cac0e4eefbcfa735394209b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89563497" Longitude="12.50259185" StarRating="0" HotelCode="936843|396081" HotelName="Bless &amp; B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 30, 00185 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90488658" Longitude="12.47818918" StarRating="0" HotelCode="574390|232784" HotelName="Charme &amp; Chic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Leoncino 36, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c4256782292cd0a9c60e8e3495e14186677f5fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9142272" Longitude="12.52201457" StarRating="0" HotelCode="576479|232792" HotelName="Cinque Sogni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Livorno 6, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/30/e030531243b2c1c717632fe16abff4008c7138d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90567449" Longitude="12.47203746" StarRating="0" HotelCode="584022|232800" HotelName="Clementi 18 Suites Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 18, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="979946|408577" HotelName="Courtyard Rome Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, Piano Terra, Vaticano Prati, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/d0/e7d0e0b237261f6dea1ffb0b0f6042fe7df85be4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896833" Longitude="12.450771" StarRating="3" HotelCode="904050|25002" HotelName="Gravina San Pietro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cava Aurelia 17, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d31e418bb5581f39e1673e24e65f839d52b6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893261" Longitude="12.50105" StarRating="1" HotelCode="117923|15901" HotelName="Merulana Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana N°240, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f3/6bf325c5bc0f98a1644f7c286ba504537be6b5aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91547987" Longitude="12.45349705" StarRating="0" HotelCode="572400|233812" HotelName="Moonlight Inn Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Clodio 22, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ce/a0ce996a5bf1254513db510c1b504a2407b6e358.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91321047" Longitude="12.46943867" StarRating="3" HotelCode="690383|276295" HotelName="Prima Guest House Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Parking,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Michelangelo 9, primo piano, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd171526038c8004c62e70ad70cf41b512ed5a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91388829" Longitude="12.52198855" StarRating="0" HotelCode="574319|234154" HotelName="Sensation House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele Di Lando 3, 00162 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f59cb3afa3a2b2e4cde00a3d14c0fefef4eb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87131477" Longitude="12.47923949" StarRating="0" HotelCode="743055|283727" HotelName="Smoorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 28, Eur &amp; Garbatella, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/82/3882d04c11dfc0e850b366c20ca66c8d34a78908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9024258" Longitude="12.494642" StarRating="3.5" HotelCode="165032|56307" HotelName="Suitedreams" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/26/37266150cc5ff0da77baaa8438405a3d3787c990.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90850642" Longitude="12.46455758" StarRating="0" HotelCode="547671|199645" HotelName="Vatican Grand Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 130, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/db/25/db25925a0063915bdf5647ff43adc5992eaf12a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.885286030115" Longitude="12.530813813209" StarRating="3" HotelCode="116620|21805" HotelName="Antico Acquedotto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Villa Serventi 9a-d, 00176 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/c6/34c63b45c92674d3f4018cfcf17b1356786e20f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900430410909" Longitude="12.497768998146" StarRating="4" HotelCode="21168|5226" HotelName="Hotel Torino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 8, Santa Maria Maggiore, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/5b/7b5b28bf5dbd661e25a4f40d09f844eedb9b8956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90745175" Longitude="12.46695545" StarRating="0" HotelCode="581292|234406" HotelName="Vaticana Residenza Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>via Plinio 7, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906812108787" Longitude="12.478077875378" StarRating="3" HotelCode="89613|56004" HotelName="Hotel del Corso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 79, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/da/3bdad00a05b6752c9a5af376ad65cba8a5533ea2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89074" Longitude="12.51267" StarRating="4" HotelCode="335557|55070" HotelName="Emona Aquaeductus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia, 23, 00185 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8b/638b2e649fd1e30e0ed99e2db840f90ef911ada1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8680069" Longitude="12.58790195" StarRating="3" HotelCode="455622|56462" HotelName="Hotel Santa Maura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1038, 00169 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/18/1818ef39ae20ccbdd0d799373ceb2a1d2d4c6084.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87497" Longitude="12.39414" StarRating="4" HotelCode="32618|30444" HotelName="Hotel The Brand Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Aldobrandeschi 295, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0f/2b0fa60161f27c6c0a499e0274373e2b96b40092.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897283" Longitude="12.51376" StarRating="3" HotelCode="80111|55189" HotelName="Laurentia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo degli Osci, 63, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/bf/aabfd42fede58a6d06b169e1b8b2dde46e233a38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893907986359" Longitude="12.502918775463" StarRating="2" HotelCode="610375|233477" HotelName="Lucky Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f3/75f3faac3f57d0ebd8e99bb64bf6ac6af6e6de18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899802" Longitude="12.498195" StarRating="2" HotelCode="151821|36538" HotelName="Marcantonio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/13/0c1364f3ece2f59b5cfa6980737a167045777db7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.929823196244" Longitude="12.523493172757" StarRating="0" HotelCode="386387|233801" HotelName="Moai Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Scirè 14, 00199 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/a3/28a3c2dc9ab2858e412062a68b5cef18deac87bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822139973142" Longitude="12.412242885096" StarRating="3" HotelCode="935448|435241" HotelName="Parco de Medici Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Giulio Viola 19, 00148 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/2f/392f998a50dc4eee54a0b72e6def7f82f3e8d91a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.73539" Longitude="12.262871" StarRating="1" HotelCode="191563|234004" HotelName="San Francesco Rifugio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Santabarbara 28, 00121 Lido di Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1a/3c1acaa56349d662d79b9e618d40ffd43cc247b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.878609" Longitude="12.47895" StarRating="2" HotelCode="161131|21823" HotelName="Hotel Santa Prisca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Manlio Gelsomini 25, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/af/daaf12096a55409e456bdd0802d9f25befe04494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903383" Longitude="12.50263" StarRating="3" HotelCode="66055|40746" HotelName="Yes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 15, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/e7/52e79626ef507bf446642aa6e39647609293862d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895154" Longitude="12.508577" StarRating="3" HotelCode="36267|5587311" HotelName="Caracciolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cairoli 86/88, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/84/e8843fab7090fef18e18e49d67eb22fcb12b4050.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901843" Longitude="12.474306" StarRating="2.5" HotelCode="161130|62885" HotelName="Antica Dimora Dell'Orso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell'Orso, 55, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/5c/755ccd50ef492181904f3100056dc2cf2e2edd1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896479" Longitude="12.470511" StarRating="3" HotelCode="145021|56501" HotelName="Residenza Bollo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Bollo 4, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f1/6af1dbca674052a10eb2f5fceefb4c24430b381d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891946" Longitude="12.51435" StarRating="4" HotelCode="89607|55612" HotelName="Latinum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Portamaggiore 11, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6d/736ddafb14ff3c3cda48ca40aaa3f35b9200e859.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895577012887" Longitude="12.51687169075" StarRating="3" HotelCode="95119|55877" HotelName="Villa S. Lorenzo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Liguri 7, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2c/db2c383617dcdabecb3c583feef896d3b74c17a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88568461" Longitude="12.51293544" StarRating="3" HotelCode="782530|321417" HotelName="Isabel Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pozzuoli 7, San Giovanni, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a5/d5a55d0e0e11aaf21a382c4f4008743a62cffb29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902321437064" Longitude="12.490332616845" StarRating="3" HotelCode="95114|24664" HotelName="Hotel 2000 Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontane 16, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c4/93c4283d11f34e7ce5ed766c235dbbaefbeeeb58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896648832262" Longitude="12.494520267581" StarRating="3" HotelCode="404436|199311" HotelName="Relais Monti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 20, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/f2/05f23a6ad448e901d3ca343575a7cde466513027.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920594714284" Longitude="12.518408596516" StarRating="3" HotelCode="17613|2889" HotelName="Hotel Santa Costanza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXI Aprile, 4, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/92/a0924b66ed7097ad3441b65ec0b7c077b49f243c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90948342432" Longitude="12.468803034337" StarRating="2" HotelCode="317708|62729" HotelName="Suites Farnese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 8, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/13/e7138674d2759b9864c5cdd5ad06e5a4085883dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90988618775" Longitude="12.45225035582" StarRating="3" HotelCode="128394|58282" HotelName="B&amp;B Vatican Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 30/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Doria 36, 00192 Roma, Viale Giulio Cesare 183, Lazio, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/20/2f20f9f0ae60d28aea5d127c4a0dd48dd4d279ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91515651" Longitude="12.45366682" StarRating="3" HotelCode="953087|200775" HotelName="Vaticano Julia Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giuliana 113, 00195 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/d9/4fd9b1c7bc43cad468b16abdd6b8c38b2ca4ec6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.80" OriginalAmount="90.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898497623102" Longitude="12.502158357672" StarRating="3" HotelCode="259324|1886468" HotelName="The Kennedy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 62-64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7e/1f7eb5f30433b7da0ce0e79b3b77144d2c600518.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901031320172" Longitude="12.498300075531" StarRating="3" HotelCode="15196|20541" HotelName="Hotel Nord Nuova Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 3, 00185 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/87/876a9dadcbbf558a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.991901" Longitude="12.400597" StarRating="3" HotelCode="260863|211127" HotelName="Resort La Rocchetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Galli 41, 00123 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb9da748e7ddb3c8377324fda42f5248cb516e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.949426859278" Longitude="12.454644441605" StarRating="4" HotelCode="58704|22044" HotelName="Hotel Villa Maria Regina" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Camilluccia 687, 00135 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/1f/d01f3f92550f8ae064a5bfa3fa4d19362b395873.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.923396692989" Longitude="12.468704581261" StarRating="3" HotelCode="10877|55155" HotelName="Best Western Astrid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Antonio Sarti 4, 00196 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa22b693e2a210caead27dac108ca77a630342.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904303104104" Longitude="12.485674547623" StarRating="2" HotelCode="78912|31056" HotelName="Elite" Meals="ROOM ONLY" 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>Via Francesco Crispi 49, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/cb/3acbb5f8227714337c643b78ef987d0425f352a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904089681012" Longitude="12.486959695816" StarRating="3" HotelCode="259404|23355" HotelName="King" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina, 131, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1d/101d6ef6e666503f176e1073b37086c02bbe3236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900193" Longitude="12.495371" StarRating="3" HotelCode="36245|10820" HotelName="Lirico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale, 31, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/e5/44e5ecae5c0973666474b657364265eab61a56f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90011317" Longitude="12.43617338" StarRating="3" HotelCode="547560|199028" HotelName="Le Coq Rooms&amp;Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Girolamo Vitelli 10, 00167 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c7/07/c7079d095bdd2b0e414a839aab0ae5abdf32d2e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902297" Longitude="12.503821" StarRating="3" HotelCode="386927|15496" HotelName="Marco Polo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/cf/7ccfb3310972631318f5ad253026d05e359bdb4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.788008990012" Longitude="12.516211867332" StarRating="3" HotelCode="59293|39729" HotelName="Marini Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Castel Di Leva 258, 00134 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b7/88b7c50dbdab226f9c07514162e33fe240464254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906093905916" Longitude="12.459735274315" StarRating="4" HotelCode="76332|31447" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 86, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/fd/f6fdb73f9d380a0485353d35d9dfd718cc19f927.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903793" Longitude="12.48494" StarRating="3" HotelCode="78514|20375" HotelName="Hotel Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Capo Le Case 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6c/906c92149fabb1e52358e0bc7e1c5eecf3e5a0a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905182630181" Longitude="12.505252361298" StarRating="3" HotelCode="335553|40736" HotelName="Hotel Des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 20, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/92/bf924b1c29365f5bf50c173455d28631e9a027f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908575145001" Longitude="12.487506866455" StarRating="4" HotelCode="39689|2101" HotelName="Hotel Eliseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 30, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/d5/13d5490d87401826d78e281b9208b84cd5cb6b7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912221972218" Longitude="12.518625855446" StarRating="3" HotelCode="336628|31058" HotelName="Mercure Roma Piazza Bologna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Calabria 54, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/dc/91dcfa772f74045db5c801ae9d33dd30b7ce6668.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87924187" Longitude="12.47479807" StarRating="0" HotelCode="571055|234161" HotelName="Seven Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Zabaglia 11, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/69/a7693c2f507c654139761fb2957f6fca1a0192ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882274100898" Longitude="12.515693209691" StarRating="1" HotelCode="305757|403189" HotelName="B&amp;B King Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pinerolo 2, 00182 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/9e/079e36a42d983b70bea85e7eedf80c1d1fbe3fe4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.884116" Longitude="12.519509" StarRating="2" HotelCode="191752|56266" HotelName="A Vinicius et Mita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 21, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/d0/7bd008794b6acf6d9c6b8a8f9f1c55fc6b7f264f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888836" Longitude="12.425739" StarRating="4" HotelCode="50754|12208" HotelName="Crowne Plaza St. Peter's" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Antica 415, P.O.Box 9076, 00165 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/29/9e299dcb89ad764e41d7fa23f31a88bb79eea9b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90237067" Longitude="12.49400918" StarRating="0" HotelCode="975300|371536" HotelName="Elide Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 47, Gara Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0e/5d0e21a71e0b5c92ac675c903df1c54c0241edaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89593344" Longitude="12.44347362" StarRating="0" HotelCode="579275|233041" HotelName="Gregori Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio Vii 295, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c0/30c0a17f45f78188c41d57da151b82c6cf8f1523.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89487643" Longitude="12.47699486" StarRating="0" HotelCode="542770|233067" HotelName="History Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/04/c804930c18f744763e59c4ea16808404ded6ad4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89996192" Longitude="12.49356289" StarRating="1" HotelCode="355099|58318" HotelName="Hotel Mosaic Central Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5 Int. 4-6, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2f/882f65a186787c9ef3681defe629ddd7fc92ddbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909203" Longitude="12.45639" StarRating="3" HotelCode="117102|31791" HotelName="Il Gattopardo Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare, 94, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/df/1ddfcf6153a46775eac6496fe9d5d037fde688a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.773085" Longitude="12.238651" StarRating="4" HotelCode="55916|26098" HotelName="Mercure Rome Leonardo da Vinci Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Portuense 2470, Fiumicino, 00054 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09af3e6a9aee2a18067b1f465953cf303210598.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894801" Longitude="12.490078" StarRating="4" HotelCode="297158|57792" HotelName="iRooms Forum &amp; Colosseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccina 45, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/55/3355df3d69833f7ece114c756fc7dd4456801273.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="2" HotelCode="146962|176723" HotelName="Domus Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Universita 25, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/bf/99bf03c9dd5cf04df928f90e84b19433a1776803.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87415173" Longitude="12.46738659" StarRating="0" HotelCode="973359|396488" HotelName="Hospitales del Pellegrino - Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Rolli 30, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d5/87d5380979bced6b7b6de37690e16ae05737a369.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447453|200525" HotelName="Residenza Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4062787</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908722858527" Longitude="12.493466734886" StarRating="4" HotelCode="18891|28332" HotelName="Veneto Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 63, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/18/2c1875058789108419ef702563775b755d7e3dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="803707|362072" HotelName="Hotel San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Pets allowed,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Licia 7, 00183 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/c4/2bc4fafac381a341ea31b5c54d125c061d847332.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900823" Longitude="12.472787" StarRating="4" HotelCode="191572|57303" HotelName="Suite Art Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ea/f6ea7173b0480435dbf62016473b2e1a66c122df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.26" OriginalAmount="95.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900811719436" Longitude="12.49819278717" StarRating="4" HotelCode="42678|1580674" HotelName="Welcome Piram" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanna Amendola 7, 00185 Rome, Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda00960e81e6492d21749966e1bc828f3200681.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.71" OriginalAmount="95.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901356727147" Longitude="12.494335770607" StarRating="5" HotelCode="58629|1062513" HotelName="La Griffe Roma - MGallery by Sofitel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>Via Nazionale 13, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/bd/e9bd13fa56176c39261f12392c10f066f00020ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882166" Longitude="12.521159" StarRating="2" HotelCode="580900|232914" HotelName="Damiani &amp; Sister Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Remo 12, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8e/808efead5026dfe90b03355a3dca6a60cc330875.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907787878835" Longitude="12.488173902495" StarRating="2.5" HotelCode="316819|58115" HotelName="DG Prestige Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e9/cfe94bda688722dcb223586d0986102b494c2d42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.847219" Longitude="12.475461" StarRating="0" HotelCode="191613|396448" HotelName="Giornate Romane - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guglielmo Marconi,  881, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e4/f8e452f73d823502bcca378479a3f1689c0f92cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920728" Longitude="12.513898" StarRating="3" HotelCode="26712|7242" HotelName="Mercure Roma Corso Trieste" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gradisca 29, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/06/fb0601a3c37e5b6e49aaf8295f7eb4ea3c0234c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90178" Longitude="12.50395" StarRating="2" HotelCode="417079|408754" HotelName="Hotel Suite Caesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/69/63691651fe83679ce27e6da4cd9ab98c804f49d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907471274999" Longitude="12.497549057007" StarRating="2" HotelCode="365238|211177" HotelName="Louisiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/16/e516d0a34a9b6f1ad5b1322bc27dd5ae2241fd15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905759" Longitude="12.461434" StarRating="2" HotelCode="152604|146459" HotelName="Hotel Prati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 89, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/83/c583ceef57606951336967d77b5f375f5488e469.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90822719" Longitude="12.49753226" StarRating="3" HotelCode="484968|200556" HotelName="Roma Collina Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via collina 24, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/01/1701cda04a4a899b263e576c0c7accca66f6a3d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90679826" Longitude="12.45669181" StarRating="0" HotelCode="573082|232305" HotelName="Allegra's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 12, Lazio, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e4/58/e458c3a88d807f57e2a2ace399e016222895d429.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90604" Longitude="12.461092" StarRating="4" HotelCode="10481|2879" HotelName="Atlante Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 78, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fc/b1fc4c8946716a3f8a9a2016f6bc81472f6d51f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.77077828" Longitude="12.30900312" StarRating="0" HotelCode="710212|396447" HotelName="Gens Mundi B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Gatti 60, 00119 Ostia Antica, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3f/3d3f5a03929ea0c2a56d093462fb195b61b2b01c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911441" Longitude="12.499978" StarRating="4" HotelCode="12776|2102" HotelName="c-hotels Fiume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Brescia 5, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb685bb33407767e73e68434344f7c70a4ce4c29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.746662" Longitude="12.357665" StarRating="3" HotelCode="148214|176620" HotelName="Hotel Giulietta e Romeo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Eraclito di Efeso 23, Frazione Casal Palocco, 00124 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4d/204d7d5a2d94da9cff2a6e4df09dad1f9121aaad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898865225352" Longitude="12.462503314018" StarRating="4" HotelCode="191715|55870" HotelName="La Rovere" 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>Vicolo di Sant'Onofrio 4, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/ec/c9ec71965d1a64c4cdd442132b405be749155d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900951" Longitude="12.493739" StarRating="3" HotelCode="117263|5230" HotelName="Martini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a7/42a7eacb30894bb739d5ee85b13d7d4c4f4a242a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913846935467" Longitude="12.464416915344" StarRating="3" HotelCode="116993|56252" HotelName="Ferrari HOME" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ferrari 11, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e1/bae1472c8a096a35ebe519fe201d2ac8a1e601e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890565507381" Longitude="12.511823773384" StarRating="3" HotelCode="11074|5223" HotelName="Hotel Bled" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Croce In Gerusalemme 40, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/51/ac/51ac120b77bdc9901c8a22ae3e3e3f39d686d81b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.61" OriginalAmount="97.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922728140871" Longitude="12.483177781105" StarRating="4" HotelCode="16837|1065846" HotelName="Best Western Hotel Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taramelli 7, 00197 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/79/2e79ddde1e1bef11b35e2d7e28099101463950a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899592921623" Longitude="12.495860606432" StarRating="3" HotelCode="49104|30792" HotelName="Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli, 3, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/74/29747a887842e444df2d16ece80363d8423397c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90117974" Longitude="12.50430652" StarRating="1" HotelCode="413084|176116" HotelName="Hotel Ciao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 96b, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afba941f81b4b8f6d38fe00613c480ce395c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="980613|492182" HotelName="Casa Bacciarini" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Telesio 4a, 00195 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d532cf3230f984a8a4157bfaead12d1632bf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906193716268" Longitude="12.480844259262" StarRating="3" HotelCode="909275|55983" HotelName="Piazza di Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de Fiori, 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/be/3fbe2fac82d62c56264a0d2af411aa78ddf566c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905189" Longitude="12.50502" StarRating="4" HotelCode="56965|19385" HotelName="Hotel Villafranca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3f/6d3f40cac0667ec634e8399e65c4b4acbea09441.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.493213" StarRating="3" HotelCode="117246|496742" HotelName="Luxor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 104, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/4f/f44faa10bc62fb54504df8e26602843dfba1198e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900909541675" Longitude="12.49340236187" StarRating="3" HotelCode="36260|23091" HotelName="Miami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/da/97daf5c83629335e8619fa0025ce0359cd3dd859.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9103913" Longitude="12.52792546" StarRating="0" HotelCode="581604|233976" HotelName="Relais Tiburtina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Teodorico 22, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d2/77d2d2c5165d5dbb0764b6b9588eeb4861137bb3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89757965" Longitude="12.45156946" StarRating="0" HotelCode="959631|490156" HotelName="Residenza Gregorio VII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Monte Del Gallo 11, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/aa/f0aaeefc5f6e55e539fa05a3f62c9aae3d411f29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447454|199591" HotelName="Suite Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4036463</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.879935" Longitude="12.521441" StarRating="3" HotelCode="255917|44789" HotelName="Tuscolana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 185, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01af690fb7db345abdb9bb8f1e8dd73c4e4c03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.875541" Longitude="12.465469" StarRating="3" HotelCode="191643|232606" HotelName="Trastevere B&amp;B Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 248, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/89/60893c7d1f0a8eafe6f2ee65cc56285f3c75dd4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919633" Longitude="12.518097" StarRating="4" HotelCode="401865|40739" HotelName="Hotel Principe Torlonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Fea 5, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201cbf62ac45c01a1403d06e46b0d41708e7165b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897257237526" Longitude="12.48187649271" StarRating="3" HotelCode="344421|63129" HotelName="Hotel Trecento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 300, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012cf5c8801c96a40202db4f5bd89e7665df730.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89916349" Longitude="12.4707136" StarRating="0" HotelCode="738015|283643" HotelName="Navona Charme Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fossa 15, Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/88/ab88a91626123f9ea77f59bb59239053c845ef62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905838" Longitude="12.467183" StarRating="2.5" HotelCode="152407|56121" HotelName="Piccolo Imperiale" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/36/df3648d02627eec41efbc13ef8094bc834dd1434.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901173094514" Longitude="12.484616432154" StarRating="4" HotelCode="200340|55004" HotelName="Trevi Palace Luxury Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 30, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/31/e831d96df27b9f641d9216360b458b98ca1e87d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90591791" Longitude="12.44565626" StarRating="3" HotelCode="531330|200764" HotelName="Vatican Rooms Holiday In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cipro 77, Vatikanstadt, Prati, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/65/c565bdaaace5f7bc26900cb10723aef7ed69c6b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.60" OriginalAmount="99.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905014" Longitude="12.502582" StarRating="3" HotelCode="201004|2370728" HotelName="Andreotti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 55, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/02/1002c4c44702184cba967fc68f98a5e973330048.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910673646099" Longitude="12.5034656" StarRating="1" HotelCode="191678|57312" HotelName="B&amp;B Home 77" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentata 77, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a4/95a4bb961cec8545d5948fc32fb7901b671b1a63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906684371535" Longitude="12.501888160863" StarRating="4" HotelCode="70654|12874" HotelName="Best Western Hotel Artdeco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 19, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/6c/3f6c42ab58fe175368542ef80419580f57a5f592.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899985" Longitude="12.492397" StarRating="4" HotelCode="15511|4227" HotelName="Exe International Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 46, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/zz/f5ad8015f8ce79994ac909a2b3eb4499258307f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895077" Longitude="12.439103" StarRating="3" HotelCode="311597|58146" HotelName="Gregorio VII Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 407, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904620117618" Longitude="12.500472020238" StarRating="2" HotelCode="909245|55965" HotelName="Hotel Alexis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 27, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/06/d506a1614ac1d148a6bda1de372f296aa9450e97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893341" Longitude="12.47507" StarRating="4" HotelCode="117217|29455" HotelName="Locanda Cairoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Benedetto Cairoli 2, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/07/43071916fca470b0cfc5b2bb3059e2127c402188.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898128" Longitude="12.50117" StarRating="3" HotelCode="496288|56108" HotelName="Hotel Maryelen 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 87B, (not 85/A), 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb196c97b532acee6fa04371b6838dde6911ba9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919944093063" Longitude="12.503753720707" StarRating="3" HotelCode="933603|511227" HotelName="Relais Villa Coppede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tronto 1, Nomentano, 00198 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/07/75076a56ee7abb72bc9cd3767729cfd4713363f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.839206" Longitude="12.550872" StarRating="4" HotelCode="66775|40734" HotelName="Appia Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Appia Nuova 934, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/da/bcdad3431583ce7ef69ed7b6c22c8c829b03f0c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899360774934" Longitude="12.492792350892" StarRating="3" HotelCode="77887|55863" HotelName="Hotel Caravaggio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 75, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5e/655e29ad22b5a010cc33f3b2693c99f27254812c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900009" Longitude="12.494361" StarRating="3" HotelCode="116915|178805" HotelName="Dorica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Viminale 14, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d4/46d45d9916a25edc34141228ebdba0c7071d6c35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90467324" Longitude="12.46185394" StarRating="3" HotelCode="464627|56154" HotelName="La Maison Royale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelelschi 42, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7a/bc7ae67535feb6f23926b6069a62de49b0927922.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89998709" Longitude="12.49542089" StarRating="3" HotelCode="494605|199017" HotelName="La Reggia Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/89/8a89d0e06678976429ce80175a72abf2ac7aea95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899027" Longitude="12.500262" StarRating="3" HotelCode="15280|4704" HotelName="Hotel Milo" 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,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Principe Amadeo 76, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/48/b848c1d453ac032d9802585ab0d7071c0866172e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909197117696" Longitude="12.49613549551" StarRating="4" HotelCode="15481|23875" HotelName="Hotel Oxford" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 89, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c8/d2c8c0fab9b87893c45c661f383912503cc69233.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888669077938" Longitude="12.495718364418" StarRating="3.5" HotelCode="191770|40805" HotelName="Residence Maximus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D’Africa 30, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cc/b9cc65672c894e1e803a0aa6ec38cefb8185c2c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91378508" Longitude="12.4522737" StarRating="3" HotelCode="435019|200560" HotelName="Rome Center Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Premuda 3, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d4/7c/d47c4add68df330b9e7212c3302451bdb9227d80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896248722299" Longitude="12.499092489988" StarRating="2" HotelCode="371824|8657" HotelName="Hotel Santa Prassede" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Prassede 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/53/98531fd4fae42046c622e58eec3d9fa4d61d5af9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8900075" Longitude="12.49848693" StarRating="2" HotelCode="491537|58082" HotelName="Tullia e Prisca Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 6, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/29/d9295e18169deb99767fde25f1e6bed05e1e6f59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.55" OriginalAmount="101.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893158081305" Longitude="12.512670440475" StarRating="3" HotelCode="47307|1446322" HotelName="Hotel Center 1&amp;2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 433, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10228/a_10228_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900546313271" Longitude="12.472411054227" StarRating="3" HotelCode="421384|57786" HotelName="Antica Dimora Delle Cinque Lune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Elevator,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 23, Navona, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/349988bd544a8b421864338033fd7f5e38c5634b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900104999213" Longitude="12.497913837433" StarRating="4" HotelCode="410462|12204" HotelName="Augusta Lucilla Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'azeglio 24, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/9f/039f8c0a81323f49bfc89f427a032af3cc8a6d5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89612791" Longitude="12.50291563" StarRating="2" HotelCode="435282|58336" HotelName="B&amp;B La Casa di Patty" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 89, 00185 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/73/9a734db82da611e628a55671b475574fcf06b0d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9130335" Longitude="12.47455315" StarRating="1" HotelCode="447745|62130" HotelName="Domina Popolo B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giambattista Vico 40, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/ac/d5acba55011f8375902261c4d4f59737be7d4e68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918584957202" Longitude="12.514071464539" StarRating="4" HotelCode="63551|55340" HotelName="Fenix" 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>Viale Gorizia 5/7, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b8/64b8f75dfa89393c843e90338bf6a4df169da950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89172" Longitude="12.417436" StarRating="4" HotelCode="44647|9325" HotelName="Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Ferrara 33, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/46/aa4698cee67e6ac9eb4a534f2739ebb8eb1f191e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.825235" Longitude="12.391634" StarRating="4" HotelCode="80374|36059" HotelName="Rome Marriott Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Colonnello Tommaso Masala 54, Rome 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c5/e5c51b790cc2032cc80c6218f797537070763b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90500876" Longitude="12.49921205" StarRating="0" HotelCode="581179|234174" HotelName="Sofia's Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/4d/8e4db5752ad2213da929d8a5bfd421f4952b776d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.33" OriginalAmount="102.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92479164933" Longitude="12.469900846481" StarRating="4" HotelCode="19041|1275585" HotelName="Villa Glori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardo Celentano 11, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/347697eb0a944c52cde21d2f2139be2c3588b572.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904377143429" Longitude="12.462181448936" StarRating="2" HotelCode="57582|3108" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Vitelleschi 25, 00193  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f1b286fd8dcf7a0c045b67a4760aa03363b7f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898959" Longitude="12.501244" StarRating="4" HotelCode="10321|33253" HotelName="Ariston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 16, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/bb/b8bbe3d9c36fa08fd03ae0d62ef5dd35cc016281.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910596" Longitude="12.468088" StarRating="3" HotelCode="116773|57269" HotelName="Casa Valdese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 18, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/89/f8899d4a86f2728ab8e5b537cd5a7460b0cb5c39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900928" Longitude="12.496566" StarRating="3" HotelCode="47620|55250" HotelName="Columbia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/36/6636707688fbde847d4e0cef0b56563d509207dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898332" Longitude="12.500965" StarRating="3" HotelCode="47719|10062" HotelName="Contilia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 81, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/48/df48ad2883f3c407c843edeed99ed78b3e908fa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.799028" Longitude="12.600513" StarRating="3" HotelCode="102102|392073" HotelName="Villa Giulia Ciampino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Finca,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Dalmazia 9, 00043 Ciampino</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c9/9ec9fc7d6a69bc5b0fd100a7d627f2b7fe8ed74d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908042289099" Longitude="12.49203751157" StarRating="4" HotelCode="935391|55545" HotelName="Boutique Hotel Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Toscana 1, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/cd/dbcda92ee26d258829fe745be583a6dd9273c3b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.23" OriginalAmount="103.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902512" Longitude="12.487916" StarRating="3" HotelCode="165959|1732969" HotelName="Julia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 29, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/9d/589d4a0d61da1285edf607ae1479773415490e4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.95" OriginalAmount="103.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.925527032491" Longitude="12.485216259956" StarRating="4" HotelCode="11719|1134444" HotelName="Degli Aranci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Barnaba Oriani, 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/19/3b19440d7ba9691020c63241989f762efedc7d82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889969" Longitude="12.506761" StarRating="4" HotelCode="16146|2107" HotelName="Best Western Hotel President" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 173, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ccc9062aca4c642c506c22a3a338f35161010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.99522068" Longitude="12.56389425" StarRating="3" HotelCode="745183|283425" HotelName="Boma Country House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Marcigliana 532, 00139 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5e/9d5ee4783e700bc2e0b0a5aef9a37434988ce2c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.794822275483" Longitude="12.457023561001" StarRating="4" HotelCode="58458|199070" HotelName="Mancini Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valleranello 67, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d4/3dd42a9e7fb8ce828cafbb08eca18201c1fff6de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899546" Longitude="12.478064" StarRating="5" HotelCode="191935|233882" HotelName="Pantheon Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 119, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/60/b26079001eac3d600636d7886b5a2b764ecde40b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89753" Longitude="12.466089" StarRating="2.5" HotelCode="192097|57444" HotelName="B&amp;B Rome River Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Bresciani 23, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/18/ac18b267b27dc6b496441f07255dbfad4e7d0781.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897406" Longitude="12.495176" StarRating="3" HotelCode="36263|146281" HotelName="Canova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/02/a702d37af895270b45a5669de0902686f31bbd0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89182498" Longitude="12.49283198" StarRating="0" HotelCode="575960|232837" HotelName="Colosseum Corner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Monte Oppio 12, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/bf/f1bfed1e0fc55f2b26bac01c864b39f521f7188f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89936255" Longitude="12.50064771" StarRating="2" HotelCode="354483|90218" HotelName="Hotel Ferrari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/04/2a049d2004ad89af46a0d2d16c16169699ae19c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909519307995" Longitude="12.498495876789" StarRating="4" HotelCode="12724|13526" HotelName="Gambrinus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piave 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/36/3620f82959224cf0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9051" Longitude="12.505472" StarRating="3" HotelCode="10955|19383" HotelName="Hotel Canada, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 58, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499d04fd4100ec058436453ab3f0a7ae0712ad5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900410354834" Longitude="12.469090529556" StarRating="3" HotelCode="153516|55589" HotelName="Relais Palazzo Taverna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gabrielli  92, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/37/13377e76476235d3d489b336a7c976bd5fc3431c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906716719964" Longitude="12.495784163475" StarRating="4" HotelCode="12130|5516" HotelName="Empire Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aureliana 39, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e920d322597e55098e40145b13bff76cd9ae5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894035" Longitude="12.452583" StarRating="2" HotelCode="186404|6132172" HotelName="Casa Tra Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte del Gallo, 113, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/3c/a03ca4df8b19ad640208fd5232ee7b7f02b4e464.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896003952146" Longitude="12.490802812286" StarRating="3" HotelCode="148456|7936121" HotelName="Grifo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 144, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/fe/14fee6843d17feb97d25c73e5e1b22969f5c12ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90086398" Longitude="12.48181641" StarRating="3" HotelCode="549031|198786" HotelName="59 Steps Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 26, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e2/68e2c47578b1e67e7bc83ff95c4606a98cc9a630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90307927" Longitude="12.47777411" StarRating="0" HotelCode="631040|478399" HotelName="Unicum Campo Marzio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Campo Marzio 46, 00128 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/27/2127c583d456a8fdd45643685cc40945bace7ed7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.987546936601" Longitude="12.511017618385" StarRating="3" HotelCode="117160|47711" HotelName="La Giocca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria 1223, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/8c/2a8c27fb2c77aca7c6331c7a84f5827116035d14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997259" Longitude="12.4928272" StarRating="2" HotelCode="313079|57773" HotelName="Relais De L'Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 36, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/zz/78adb5ff338715d100c68b4da239c1213ea40ba4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903084033278" Longitude="12.485472690807" StarRating="4" HotelCode="309819|50265" HotelName="Rome Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 120, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/2b/692b8e4de15a76353d287c2107495440802fe2dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.44" OriginalAmount="106.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891229404708" Longitude="12.436159998178" StarRating="4" HotelCode="401857|1409046" HotelName="Cardinal St. Peter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Leone Dehon 71, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4a/764a1fd42421d1776b5ed82d692e8d9e819a5c5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908858" Longitude="12.458897" StarRating="3" HotelCode="192023|56486" HotelName="94 Rooms Vatican - Scipioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 113, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d9/79d9d668e2b85764865c1770ebfe267ee717ef71.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898406415899" Longitude="12.511230656414" StarRating="4" HotelCode="401951|61333" HotelName="Ateneo Garden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Salentini 3, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3b/ce3b759391cd074b496375ad9c789a55e8d4f7ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904837" Longitude="12.489719" StarRating="3" HotelCode="95127|2377" HotelName="Cinquantatre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio, 53, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/93/c5935066051cc4a6bdb6eb974b12bc19b4bf3bb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895048303612" Longitude="12.502253319792" StarRating="0" HotelCode="581167|232909" HotelName="Dada Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99d831755b22089317319792fe1192b2aaddbc0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899150714864" Longitude="12.49960899353" StarRating="3" HotelCode="38412|55444" HotelName="California" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 39, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d3/e6d3fcfe5755c37ceb35d9b0ee1c8bb1784cb272.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.945914" Longitude="12.522925" StarRating="3" HotelCode="117168|55869" HotelName="La Pergola" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Prati Fiscali, 55, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b1/efb103d93757f0481ce8f1861a1e32928e6c34db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900752" Longitude="12.496485" StarRating="3" HotelCode="258354|993" HotelName="Impero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 19, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/79/c179678267987ec325ae4ff32a1cd2bb31d595a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90223329" Longitude="12.48321895" StarRating="0" HotelCode="583437|233361" HotelName="La Foresteria Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 197, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/042830a7fb345dd27042cacd224f9eb34ca1e756.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90561497" Longitude="12.48369537" StarRating="0" HotelCode="580168|233829" HotelName="My Spanish Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 25, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/68/ea68a9018d86387e1bab3b613efbacca02fb3dfe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903174" Longitude="12.493166" StarRating="2" HotelCode="88491|40757" HotelName="Hotel Roma Nardizzi Americana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c8/1fc87e6386c377190d5b9b2545c699e1e278c330.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909175977613" Longitude="12.463147044182" StarRating="2" HotelCode="178392|40758" HotelName="Nautilus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/27/ef27f752575732db594fdf86a2708ccc7215fb27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910117137597" Longitude="12.490172982216" StarRating="4" HotelCode="258942|2881" HotelName="NH Collection Roma Vittorio Veneto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 1, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/92/bd929d14cc3423beca78aa5033ab4997ee5f12c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897893" Longitude="12.501635" StarRating="3" HotelCode="37857|30478" HotelName="Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 103, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/16/37169a77a599fff222519cbad6d664e731e68d45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89835833" Longitude="12.45625757" StarRating="1" HotelCode="440955|199613" HotelName="The Pope's Window" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 44, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/76/17765ae4290295cf401a837e751b276d2d607cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89898942" Longitude="12.49224388" StarRating="0" HotelCode="509920|234366" HotelName="Una Finestra su Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 67, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b5/f2b5efecb5d4730328427dc08522d3bb421ee18f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90517977" Longitude="12.49911291" StarRating="0" HotelCode="539383|396027" HotelName="Amoroma Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts,Boats" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, Scala B, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/92/24925cf88a649e20f50493970613210736ed22e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89868429" Longitude="12.49180074" StarRating="2" HotelCode="519668|396077" HotelName="Camere Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 49, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/38/423834af99b7c36c4f6236b2c80dce0113870a2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900888" Longitude="12.492419" StarRating="4" HotelCode="365852|16220" HotelName="Hotel Domus Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 113, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc200ecb6c00675eb3c18af00c2af039230ed68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.486046" StarRating="3" HotelCode="192003|198917" HotelName="Golden Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f0/0cf094e310b01b4c30ce8056355b8d98691c9a31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920984" Longitude="12.506914" StarRating="3" HotelCode="146288|55866" HotelName="Hotel Coppedè" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Chiana 88, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/dc/3edc42f866330a8db3651af64be575918b240bfe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907292" Longitude="12.497299" StarRating="2" HotelCode="12822|19162" HotelName="Giotto Flavia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/0b/a00bf00cb962f97c327a2b0f7e290e6b2fee15a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907941" Longitude="12.499558" StarRating="4" HotelCode="97760|13498" HotelName="Leon's Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 90/94, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/fe/25fe51eff7dce40492d62985384183fa2a86ff45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.821814" Longitude="12.458668" StarRating="4" HotelCode="166878|40720" HotelName="Novotel Roma Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Oceano Pacifico 153, 00144 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/bb/9fbbe94e90c29204d310a87e265f9de24d1cbe84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89606049515" Longitude="12.499078502376" StarRating="3" HotelCode="563416|228996" HotelName="Relais Santa Maria Maggiore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Prassede 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/e9/3ae903ace965f4c7a604ce1976b5920af5a8fd1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918308" Longitude="12.497546" StarRating="4" HotelCode="12988|12674" HotelName="Hotel Beverly Hills Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Benedetto Marcello 220, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/bc/2fbcc60a0111ad1dfe2d9e14b530634a116ca68b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899797047071" Longitude="12.49530621968" StarRating="3" HotelCode="142643|134571" HotelName="66 Imperial Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 66, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/3b/da3b8596d63b3f388645c4b874efd29876ea7daf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900001186544" Longitude="12.498713135719" StarRating="4" HotelCode="31410|20536" HotelName="Hotel Atlantico" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 23, 00184 Roma, Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5b/9b5b63eff81a02a64ced263324bc6f48440c6cd3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903720369758" Longitude="12.499238848686" StarRating="4" HotelCode="63017|28642" HotelName="Diocleziano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 71, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/55/69551223538bfec88a16c03e208c2841ed17fdb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904553" Longitude="12.487967" StarRating="0" HotelCode="150664|200236" HotelName="La Piccola Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cappuccini 30, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/77/af77bc141814c11ed65bf829169fb7b2c5536785.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.921154021298" Longitude="12.458989923519" StarRating="3" HotelCode="400353|200549" HotelName="Roma in una Stanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Angelico 90, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/63/9b632bdda3007a5c6954e16aa28f2308ab925c68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904743700993" Longitude="12.472168052336" StarRating="2.5" HotelCode="385774|58058" HotelName="Pension Calamatta Rom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Calamatta 16, 00193 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0b/5a0b79eefdc6665401de24234b1eb10e01ddd411.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89427" Longitude="12.47419" StarRating="3" HotelCode="700477|232703" HotelName="Campo de' Fiori Prestige Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 23, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/48/6c488706ab7f0279e4981d751f5451363a712c8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.885144573426" Longitude="12.471053120422" StarRating="3" HotelCode="395865|58161" HotelName="Dulcis Inn Fundo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 141, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/eb/2eebc56eaf0637b3a34196fedb403b0108f0b6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901493029182" Longitude="12.473692830689" StarRating="3" HotelCode="149954|55766" HotelName="Imperium Suite Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Palomba 19, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/aa/e5aaa6e113b7485dbdaf80e7374c20941e25ebea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.835109" Longitude="12.571233" StarRating="3" HotelCode="152401|490278" HotelName="Piccolo Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Capannelle 134, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/08/6508db16e36e836703b6407c30d50d4553bd9c8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909385113662" Longitude="12.476339960391" StarRating="4" HotelCode="422467|261009" HotelName="Ripetta Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 9, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b298bc337e5aaf2bf3dff94785c42bd35fb229f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.880117949802" Longitude="12.466218173504" StarRating="4" HotelCode="117704|55418" HotelName="Trilussa Palace Hotel Wellness &amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 25-27, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/18/e718e8af9b362caea8f89a9e182ae6421873291f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87270728" Longitude="12.44941243" StarRating="2" HotelCode="445614|58070" HotelName="Villa Zaccardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Gianicolense 226, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/0b/c10b5453a9546779da13983c2a720037994f49fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900484" Longitude="12.471555" StarRating="2.5" HotelCode="295503|134726" HotelName="Antica Dimora De Michaelis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Coronari 14, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/2f/902f2ec53d8b2fdb987340c6bbabdf34b9c7ef18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906723" Longitude="12.50044" StarRating="4" HotelCode="255881|40751" HotelName="Domus Australia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cernaia 14/B, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a986311f48104289256cd5741a0da93cc5883.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90405153" Longitude="12.48090225" StarRating="3" HotelCode="484997|198913" HotelName="Frattina Grand Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 48, 2 piano, interno 4, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ab/ebabc09249d93feace9990d3a3b3b3279f683a27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.825578031065" Longitude="12.478803098202" StarRating="4" HotelCode="40184|19067" HotelName="American Palace Eur" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurentina 554, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9e/4b9e748127275dc1fefa9e27bf942090f54ceebb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90550096" Longitude="12.50434717" StarRating="1" HotelCode="417926|56128" HotelName="Saint Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,Lounge,Luggage Storage,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Martino della Battaglia 11, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11242909</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904090478689" Longitude="12.485545526865" StarRating="4" HotelCode="165761|28759" HotelName="Hotel Trevi Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo Le Case 60, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/3d/9d3dd196fdad990f582c2ec921624f73fb4f5787.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889016073053" Longitude="12.497406366402" StarRating="3" HotelCode="304074|57886" HotelName="Profumo Maison d'Hotes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di S. Giovanni in Laterano 108, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/78/da78acbf49815ce1de43e799c1829b94222ffe50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899155" Longitude="12.499918" StarRating="3" HotelCode="37646|32664" HotelName="Hotel Serena Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/26/94264a2ce37ff3d401f8ed0b4d903796bdd2c786.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90770653" Longitude="12.45885966" StarRating="2" HotelCode="440215|60646" HotelName="Star Vatican Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 29, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4f/034fc8d9dde2d6e4cf85be3a7473171a64a8a479.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.497301" StarRating="4" HotelCode="17912|812" HotelName="Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2f/802f40b9180ba854e85e6874f62bb2c6e35e27d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905078597804" Longitude="12.485052096702" StarRating="3" HotelCode="170648|56279" HotelName="Suite Sistina for Lovers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 54, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/79/ad790251100601be370a1d2a0e467a84bcafa040.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90372024" Longitude="12.48659055" StarRating="3" HotelCode="772066|371296" HotelName="Albergo Delle Regioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Porter,Smoking Rooms,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Zucchelli 1/c, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/b8/a4b8d041b6fe974c96ca9e67e97bc531fbac97ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.842914615127" Longitude="12.4718105793" StarRating="4" HotelCode="26079|23871" HotelName="Sheraton Roma Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Del Pattinaggio 100, 00144 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/31/753100e028e3c0ab169170bb5d1277ba83a508c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90474993" Longitude="12.48845244" StarRating="4" HotelCode="434382|178709" HotelName="Casa I Cappuccini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 21, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/63/c963537f9f4c78196d2d37fe431169d5f2d8c062.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89310978" Longitude="12.50319694" StarRating="0" HotelCode="522197|283450" HotelName="Domus Helena Casa per ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ferruccio 25, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f2ef8ff7419902b6bec09829d66b64ce3cbd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894776" Longitude="12.491832" StarRating="4" HotelCode="78835|31779" HotelName="Duca d'Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonina 14, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/12/7c1284dac357af55c9888bc4caeef831f7b238be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="983372|495138" HotelName="Duca Di Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 221, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88436453" Longitude="12.50945649" StarRating="0" HotelCode="574432|233362" HotelName="La Grande Bellezza Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 39, San Giovanni, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4d/ef4d207dfd0b5cc8e7f7f3d125828e8588f76020.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9155" Longitude="12.4638" StarRating="2" HotelCode="536930|58065" HotelName="Residenza Mazzini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Giuseppe Mazzini 8, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da46c37f91fa3fc14c834c9d7433c87ad9b6edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90906853" Longitude="12.45714779" StarRating="2" HotelCode="481220|57598" HotelName="Jacuzzi Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 183, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/8b/b78bf5584192882bca6e796affe553f5e089b3ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904330417033" Longitude="12.504529102532" StarRating="2" HotelCode="383820|54794" HotelName="Alessandro Palace &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 42, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/25/a125bb048853648f9ea9e7ca144ac1950fa32e94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907391924281" Longitude="12.463306899046" StarRating="0" HotelCode="404591|232652" HotelName="Bed And Best" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 190, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/87/ad87c20639fcb1d5524f45c32dff9bd540a272c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89688881" Longitude="12.49905147" StarRating="0" HotelCode="729437|371439" HotelName="BiancorèRoma B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Maggiore 12, Scala C - 3° piano - Interno 6, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/0c/3b0c98aa8dff428229560276beca5f0293178147.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891073" Longitude="12.509435" StarRating="3" HotelCode="30128|198959" HotelName="Novecento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/df/cbdf1809eb3d754b1939aad2fe6f8c7e13b28091.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.495616" StarRating="3" HotelCode="153505|56274" HotelName="Relais La Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 70, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/57/99572d450c4455c1bea739deb64802c3a48d2d01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900057" Longitude="12.499222" StarRating="4" HotelCode="14625|23937" HotelName="Hotel Massimo d'Azeglio" Meals="BED &amp; BREAKFAST,HALF BOARD" 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 Cavour 18, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/ff/79ff8abb108189c2c2cb2fed7535de98d8d7162e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.471993" StarRating="3" HotelCode="11781|8452" HotelName="Diplomatic" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria Colonna 28, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/4c/ec4cb9e8d598bdfb2502a22b6857d61eb62331b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90433703" Longitude="12.48505192" StarRating="0" HotelCode="574877|233042" HotelName="Gregoriana5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 5/a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d6/9bd66956b6d856fadaa07a0c48eae7a6cd9a2dd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9085231" Longitude="12.45425982" StarRating="3" HotelCode="441420|199067" HotelName="Maison Candia Luxury House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Candia 20, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2e/422e410323b055345524f4db80a30d83d6135eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908545" Longitude="12.45769" StarRating="4" HotelCode="151991|56451" HotelName="MDM Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 71, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b7/33b75d4de590282db535042e4d3991106f3b89f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897497" Longitude="12.478022" StarRating="3.5" HotelCode="901764|47699" HotelName="Pantheon Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 57, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fb/c1fbeab601e787e9cbfc1a55d4c9b540dc689558.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8999026" Longitude="12.47008549" StarRating="3" HotelCode="546726|200710" HotelName="Terrazze Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vetrina 14, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/17/4e173c1cce4027b9762b134549e325d5a7bd8a4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.09" OriginalAmount="114.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897813095642" Longitude="12.495574951172" StarRating="3" HotelCode="16439|2713423" HotelName="Raffaello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 3/5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/27/fa27dfac505d943ca81b530e0259e9a1594f4a81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896780913599" Longitude="12.499912083149" StarRating="4" HotelCode="14659|12675" HotelName="Mecenate Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto, 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/117374f1ded036d8bf6c0b2783d3d242eb3f8319.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899486113499" Longitude="12.493064403534" StarRating="3" HotelCode="63725|233820" HotelName="New Morpheus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/59/105986e8d15a39e37b7f0764ae4560f53b8bf347.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908519961331" Longitude="12.493606122684" StarRating="4" HotelCode="387016|28324" HotelName="Hotel Romanico Palace &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 35,37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/70/8c704036b4b480ecf94a97f3bb283bac65901bdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89568146" Longitude="12.50182706" StarRating="0" HotelCode="566320|234143" HotelName="San Vito Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vito 17, Central Station, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/04/9d041b870efbb109be51adb1115ca6ae72c88cc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901428595948" Longitude="12.494134604931" StarRating="3" HotelCode="45178|7623" HotelName="St. Moritz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 51, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2f/c72fca8d1a61009205f22e2b25c096ed2c3c9f90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907348" Longitude="12.501077" StarRating="3" HotelCode="11187|178869" HotelName="The Guardian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 13, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f679e91f0f28ade33c4fa48725aef86d054d464.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900257" Longitude="12.495949" StarRating="3" HotelCode="143017|57314" HotelName="Al Viminale Hill Inn &amp; Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193371c8374026f5fbb1fa1a6f4926f50d6227a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899805044898" Longitude="12.498173534851" StarRating="2" HotelCode="36252|10602" HotelName="Hotel Altavilla Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/16/a516a0e44f961c85ce8cf846d55ec04a65c8537f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907008" Longitude="12.480077" StarRating="4" HotelCode="297131|57042" HotelName="iRooms Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria 32, 00166 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/36/b736f91cbd6daf082da511a96066271f4588968b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90880714" Longitude="12.5388218" StarRating="0" HotelCode="616899|233832" HotelName="My Sweet Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Renato Simoni  9, 00157 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ed/bbedfa723fc7dcd4fe6641755a40fe3030e3b8c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894854262255" Longitude="12.501111030579" StarRating="2" HotelCode="38527|2888" HotelName="Oriente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dello Statuto 58, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/39/a9399b6acb7d1dae30a0be97753e34c13a852b10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907865421015" Longitude="12.457309284996" StarRating="3" HotelCode="383816|58147" HotelName="San Peter Angels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 54, Città del Vaticano-Prati, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/0a/3d0a3ed990f01bc09c3ce7cbc1884f59a52f0cbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909296824561" Longitude="12.459206313297" StarRating="2" HotelCode="902547|22950" HotelName="Silla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silla 3, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4e/924e64d1c60495747093f03d1a02c5afeee18ab0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90423304" Longitude="12.48667088" StarRating="0" HotelCode="438132|199552" HotelName="Sistina Twentythree Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 23, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/41/b6/41b6956d691631bb0e112ffab20481cf256cf2b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89967" Longitude="12.492989" StarRating="2" HotelCode="192112|54814" HotelName="Italia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/52/b452c0f390addc89a9e9f3a67fce69352c8169af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909468730412" Longitude="12.474720662906" StarRating="3" HotelCode="907178|176717" HotelName="Boutique Hotel Anahi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Penna 65, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/18/db18fce78f7ce78fc45205d0dbfb794e756fd678.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8930541" Longitude="12.4753684" StarRating="2" HotelCode="909240|198869" HotelName="Claudia Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula, 29, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/46/1846cee8ee847d046121d976c0cbc695ba5e7ab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90311752" Longitude="12.48621034" StarRating="4" HotelCode="483152|176881" HotelName="Hotel 87 Eighty-seven" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 87, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ed/42ed28e5e6356bfbdc90607110e69f56646b8eb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899313" Longitude="12.480896" StarRating="3" HotelCode="309930|233116" HotelName="Hotel Caravita" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Caravita 5, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/31/c1316f029696c0c3b84e234d34f842c0eaa1fdff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896155" Longitude="12.475919" StarRating="3" HotelCode="75633|19069" HotelName="Exe Hotel della Torre Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 102, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/90/de90754064a42cae55728942a680b7c0dfc1f2fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907453011502" Longitude="12.453092550926" StarRating="3" HotelCode="143221|62964" HotelName="Hotel Museum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tunisi 8, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ac/91ac3a825d96df68240d1b6efb02e0db403646ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89611105" Longitude="12.47085622" StarRating="3" HotelCode="572394|233840" HotelName="Navona Essence Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cappellari 24, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a371c04bae6373dc800d1d912602aa38e713939.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898939" Longitude="12.500273" StarRating="2" HotelCode="64758|3125" HotelName="Orlanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 76, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a9/e4a962ec9096495fa2d8171bc98483ec729663c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902716" Longitude="12.494597" StarRating="3" HotelCode="337349|31060" HotelName="Patria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 36-37, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e7/dae735ed275ca4e01d3696256bc53758f76e056f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926486909292" Longitude="12.481954693794" StarRating="4.5" HotelCode="58345|12784" HotelName="Grand Hotel Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Chelini, 41, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/37/1237be61a82b8a3d02708bb6da56751adea7ee44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908475" Longitude="12.477279" StarRating="3" HotelCode="904055|517306" HotelName="Residenza Horti Luculliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 36, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/9d/019d45ddf299d1c49a0547f8c67a3492a6230219.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897357899428" Longitude="12.497634887695" StarRating="4" HotelCode="61871|20488" HotelName="Antico Palazzo Rospigliosi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 21, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ef/dcefdae19f1b047d60daa8d9161cf326cd5abe1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894935734663" Longitude="12.491037522157" StarRating="1.5" HotelCode="211171|58597" HotelName="Casa Santa Sofia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Madonna dei Monti 3, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/c2/53c2a4c4561fec054187c92c93be5d89f9eec450.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91020629" Longitude="12.46230078" StarRating="0" HotelCode="581251|232782" HotelName="Cesare ai Cavalieri Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 71, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/19/d11963571daf6288775be204f9d9712211babd73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899865" Longitude="12.443838" StarRating="2" HotelCode="295506|57103" HotelName="Domus Aurelia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 218, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c5/24c5d9732522f8152df224c3e95f7a884a53ca2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86241" Longitude="12.455704" StarRating="3" HotelCode="191622|233929" HotelName="Patrizia Romana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via di Vigna Jacobini, 48, 00149 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3c/3f3c285fef22c6b10c08d8a63713ed65ca72d6a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900675965876" Longitude="12.494566440582" StarRating="4" HotelCode="77812|6842" HotelName="Britannia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli 64, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/af/abaf9bc202060d157254298472753375a5cc6e1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="764285|371847" HotelName="The Hive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6, Stazione Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/58/6f580d8ae040843e8419b924168b7e993f2f64dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89633038" Longitude="12.50280418" StarRating="0" HotelCode="546775|177138" HotelName="B&amp;B Domus Napoleone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 70, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/5f/4d5f6743323ae75dbc8a3c55a1f4e406b1c70758.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906202613203" Longitude="12.478366907708" StarRating="2" HotelCode="393592|90222" HotelName="Grand Master Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 97, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c1/3ec1fd024d2e9d64db13e6f9f5f575ec12f06e06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911971295697" Longitude="12.473895864503" StarRating="2" HotelCode="447762|76102" HotelName="Residenza Flaminio Gaio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Domenico Romagnosi 1, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/38/593887ed68c26f09d2054b4e754085ee6cf9542b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89609685" Longitude="12.49039707" StarRating="0" HotelCode="723651|283484" HotelName="Diapason Suite Colosseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarra 2, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896136" Longitude="12.496049" StarRating="3" HotelCode="47618|7912" HotelName="Colosseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sforza 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/51/1651f96a8d17fa71be695b24a40d10356afcee67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905487" Longitude="12.483932" StarRating="3" HotelCode="191993|57223" HotelName="Gregoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 18, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/98/a0980cd934e53c9e7dfc92a03bab657a57d7c47b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891395" Longitude="12.510895" StarRating="3" HotelCode="358021|178652" HotelName="Hotel Infinito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Perrone 1, Stazione Termini, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/51/8951b9417cecebe8df0ab10d835b839a88a42ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903399223204" Longitude="12.493368968737" StarRating="2" HotelCode="341391|58457" HotelName="Hotel Oceania" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/be/c5be86f89ac03cb36ccbacffdf7e61200c6cbf34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898369245673" Longitude="12.471709526371" StarRating="3" HotelCode="405557|199101" HotelName="Navona Theatre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Granari 3, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ce/b7ce39601c0e2e1c630b4bdc40052fc3baa08c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89355531" Longitude="12.47665085" StarRating="0" HotelCode="745107|283699" HotelName="Residenza Costaguti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Costaguti 36, Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e6/73e6d151f1006d116a56dbe4c72a91df9d4b4a99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906175989763" Longitude="12.501034934261" StarRating="2" HotelCode="154979|54763" HotelName="Virginia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 94, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bf532cd4da719f33d1f3006d56d48f3f75333.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93793968076" Longitude="12.53149451891" StarRating="3" HotelCode="116612|28287" HotelName="Hotel Aniene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tirreno 74, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/32/1832874e15af760543c6ff8c3560329e7be8606e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913042" Longitude="12.464573" StarRating="4" HotelCode="165703|36004" HotelName="Metropolis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Milizie 26, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/6a/c46a1cf2d1794dec1d71b05d19cdda51c178ab66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907669392551" Longitude="12.503007128872" StarRating="4" HotelCode="425026|92976" HotelName="The Building Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 126, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/c9/eec9c3a8ff96c5f768e0c81c8ad3c07d2c660c3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904709" Longitude="12.461869" StarRating="4" HotelCode="10482|3374" HotelName="Atlante Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e7/ece7f042ae24f5f881fb6a2152ea2b70c4840af4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893292" Longitude="12.42067" StarRating="4" HotelCode="73740|198932" HotelName="ELE Green Park Hotel Pamphili" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Lorenzo Mossa 4, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f7/33f7133528ee4502b8c1d30b445664dd5c009ac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882092972654" Longitude="12.432459890842" StarRating="4" HotelCode="79238|21176" HotelName="Atahotel Villa Pamphili" 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,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Nocetta 105, 00164 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e2/8ce26ae19d70b04064eaa2bae5e55d7c218ccf2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.468085" StarRating="4" HotelCode="98171|57106" HotelName="Inn Rome Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 251, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/06/df064bdb36b6989472ae6ba13eebec6af9b370d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90429398" Longitude="12.4817523" StarRating="3" HotelCode="388170|199450" HotelName="Rome Frattina 27" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 27, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c3/83c30c32283a7c3c4939dab009769007487eb383.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8925793" Longitude="12.47505411" StarRating="2" HotelCode="428713|58433" HotelName="Arenula Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Villa" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula 41, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/cc/d2ccf3be5d8cf08e76ac174b9a7768f5e3495803.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905982118136" Longitude="12.502623796463" StarRating="3" HotelCode="21169|55876" HotelName="Hotel Siviglia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 12, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/90/bd90c1c90c9fa2b05d6dbbab7548dbbe80c4aeb5.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="957996|424474" HotelName="Concept Terrace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/51/c75146b0f4ec3d294e2adf93566c8a9155488d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9106933" Longitude="12.47411559" StarRating="0" HotelCode="546203|178749" HotelName="Da Me Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Maria Adelaide 12, 00196 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ac/15ac094c0fdf1700dc9acfef75a057c983f6ca53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="737631|283486" HotelName="Domum Vaticani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 221, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1f/7c1f0312e357258baeb8bceebf913e6baf179b1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907101983306" Longitude="12.501738667488" StarRating="2" HotelCode="98579|178058" HotelName="Bolognese" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 15, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/dc/83dc71e52d94028cc845f2d994117c7931db04e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907467061357" Longitude="12.480947728836" StarRating="3" HotelCode="36266|55898" HotelName="Forte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e0/03e07573c5b3ea5741bb368f0bc24d30f73f17d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898851" Longitude="12.50185" StarRating="4" HotelCode="15292|9397" HotelName="Hotel Morgana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 33/37, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d7/a4d7b6dbc98f6754b2e3e6dacbbbb09c49bdbf0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.938937" Longitude="12.469396" StarRating="4" HotelCode="81682|28322" HotelName="River Chateau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Flamini 530, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/a1/76a18b0b010bd42c57469fb414013a1805b9a864.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="131.68" OriginalAmount="123.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.7994423" Longitude="12.2963886" StarRating="4" HotelCode="|BBRF" HotelName="B&amp;b Hotel Roma Fiumicino" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Romano 79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/986350/19665213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900591" Longitude="12.482579" StarRating="4" HotelCode="889338|23887" HotelName="Boutique Hotel Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 90/92, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e2/92e270a424496200b391ece93febd032f9286e7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887794035896" Longitude="12.46070086956" StarRating="4" HotelCode="24290|9094" HotelName="Grand Hotel del Gianicolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Mura Gianicolensi, 107, 00152 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/39/a339a94c4bfea0d824aad8c186011bc1b96d54f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909095" Longitude="12.492131" StarRating="4" HotelCode="136336|37461" HotelName="Hotel Villa Pinciana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzi 9/11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/00/4f/004f98c21a30a30af091565187cf6b7b78a93b6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906174752313" Longitude="12.482252418995" StarRating="3" HotelCode="170655|56054" HotelName="Internazionale Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Spagna 20, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/d1/bfd1b959356ee72b4b7b1e802a55b967fb0bfacf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90267278472" Longitude="12.486313592239" StarRating="0" HotelCode="385806|487268" HotelName="Relais Roma Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Elevator,Internet,LCD/Projector,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serviti 23, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c8/1bc8010565a557357b578bbec298505d483f853b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906981" Longitude="12.452846" StarRating="4" HotelCode="116591|55905" HotelName="Alimandi Vaticano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 99, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/da/9cda2a0c4c95b74f47d7e04c7fb91419a21b49fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="191965|178975" HotelName="Basilio 55 Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 55, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/6b/d06b0000f3becc14fa39af82ec0f7b2b4e01a742.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90064402382" Longitude="12.479021698236" StarRating="4" HotelCode="47615|3797" HotelName="Colonna Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Montecitorio 12, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4ddced33311ef6e3a96940cb917d9c0d9bcec5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903068" Longitude="12.486089" StarRating="4" HotelCode="95123|23935" HotelName="Residenza Antica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 82, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ea/fcea416a02cf43021285d08be8b85566c8aa8328.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900179" Longitude="12.499489" StarRating="4" HotelCode="888215|40743" HotelName="UNAHOTELS Decò Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 57, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/433422ede7c848d4fc1abcf6ab8947932ca5199f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="782181|371881" HotelName="Z-Arch Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Stazione Tuscolana 3, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b9/acb96e23bcb8956a23ad24c86abd3fde1b32a67f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="958066|487132" HotelName="47 Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 8, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/9a/739af91ca3043c9ab0177ae5765bb8c181a6f3f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90859572" Longitude="12.46148101" StarRating="0" HotelCode="736340|396079" HotelName="Germanico Vatican Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/69/336942394312432acf9e2cd8f76074ad208c1ab6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88309178" Longitude="12.48530552" StarRating="0" HotelCode="568651|242326" HotelName="Circo Massimo Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Ara Di Conso 4, Aventino, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6e/4e6e6645dc6d0345e9d70f75c571f76228571cc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898443976258" Longitude="12.499952316284" StarRating="4" HotelCode="23160|30449" HotelName="Palladium Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/5f/705f9ced7292231858237f064783f08dd5e6e1ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897796423795" Longitude="12.479072752181" StarRating="3" HotelCode="378602|200308" HotelName="Minerva Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Piè di Marmo 16, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/77633cef0302e4a170c53e56aa5c0850fd4518bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90259456015" Longitude="12.493894790534" StarRating="2" HotelCode="26709|8121" HotelName="Seiler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 48, 00185 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/33/4333688b93d2dcdea205639386c1f00579c68a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="674047|487456" HotelName="Sourire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Terme Deciane 3, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d0/c0d02d88c412e604a4da960c2aca2777e5f05fda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89656067" Longitude="12.44177951" StarRating="3" HotelCode="546802|396410" HotelName="Vatican's Beauty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gregorio VII 224, 00165 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/09/e80991790ee767c9c243f70927a014ea676d7c5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905375761" Longitude="12.502671403786" StarRating="4" HotelCode="25183|54177" HotelName="Hotel Alpi Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 84/A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f3a04c4baeafdb65aca224fab779c8bbfa929.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896823" Longitude="12.476969" StarRating="3" HotelCode="191944|57242" HotelName="Hotel Le Clarisse al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Ciambella 19, 00168 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/72/ed72dde0bd8f89045208af14f77c2372d88e05c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9065942" Longitude="12.46889698" StarRating="1" HotelCode="582989|233132" HotelName="Hotel Little Aurelius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9c/199c3562a4d3141d0f2b35357be3f94f900b4403.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89942281" Longitude="12.49835136" StarRating="2" HotelCode="519800|58204" HotelName="Relais Cavour Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 58, 1st floor, Stazione Termini, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/e2/17e2aa7865af74c3a1ffaf2a1f3f34d42b293b8f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908054612158" Longitude="12.479228947705" StarRating="4" HotelCode="95121|56888" HotelName="Residenza Canova Tadolini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Babuino 151, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceafe2260aa537aaa732f6c5869410e38612f4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913346349038" Longitude="12.475175859525" StarRating="4" HotelCode="44844|2887" HotelName="River Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia 33, 00196 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/dd/80dd5ee23e35de5bbafb03061da75db981f16861.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="136.50" OriginalAmount="127.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906026547712" Longitude="12.504902301852" StarRating="4" HotelCode="|STMT" HotelName="Hotel St. Martin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via San Martino della Battaglia, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1284507/20134317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.85" OriginalAmount="127.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908415" Longitude="12.464112" StarRating="3" HotelCode="95118|1096920" HotelName="Relais Dei Papi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Gracchi 161, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6f/1e6f92d1551d0d28e0a8fea387586c54fda32f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91436001" Longitude="12.47282005" StarRating="3" HotelCode="849995|371297" HotelName="Albergo Etico Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pisanelli 39, 00196 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f6/3ff6b39c4de713423206f582b783a67a5616ffa7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897661" Longitude="12.476948" StarRating="3" HotelCode="116576|55875" HotelName="Albergo Santa Chiara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Chiara 21, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6b/806b1c3ace89265ed904c9d1a803a6c6cb014d57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.869177" Longitude="12.536718" StarRating="2" HotelCode="143956|56063" HotelName="Arco di Travertino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valgia Sivilla 71, Via Collepardo 10, 00179 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5d55aa7bc0a88ba9320fc9bf69f9262bda4213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87703159" Longitude="12.46062435" StarRating="0" HotelCode="741824|283556" HotelName="Honey Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Anton Giulio Barrili 18, 00152 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f1/d2f17fccbec36678d8461a7a9425b036172077ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900746" Longitude="12.472347" StarRating="4" HotelCode="12783|1461" HotelName="Hotel Genio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 28, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/43/c543239c4f19d9ba35123475ec23a5e4857f34c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.799147446022" Longitude="12.479420006275" StarRating="4" HotelCode="185822|50003" HotelName="JC Contemporary" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Fosso di Acqua Acetosa Ostiense 43/45, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a0/59a00169f675056829bc201174e14151f021adec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89411114" Longitude="12.47468352" StarRating="3" HotelCode="440296|199614" HotelName="The Spanish Suite Campo de Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Cairoli 9 A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/df/8edf819c33cd3177375edef78cd2cb98951b1d28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90838457" Longitude="12.47729868" StarRating="3" HotelCode="439925|75739" HotelName="504 Corso Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/e6/71e631870dc58c09af3f98ba975bb26c181abf72.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="726551|489188" HotelName="B&amp;B San Saba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Saba 22</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/a8/7fa8e7c5a0eedee7044235dce9139e3097711e18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88994761" Longitude="12.49453059" StarRating="0" HotelCode="974380|396399" HotelName="Colosseo Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Giovanni in Laterano 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10646772</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903570955454" Longitude="12.484877" StarRating="3" HotelCode="146022|56294" HotelName="Hotel City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Due Macelli 97, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/66/fe66d77db5266e2982159de82204330b0f797d81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898915" Longitude="12.500294" StarRating="2" HotelCode="147678|198957" HotelName="Ferrarese" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 76, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9ad36325b12f2312fd355f2167c8788732234.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899825503182" Longitude="12.498455643654" StarRating="4" HotelCode="12784|2368" HotelName="Hotel Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/4d/574d76628cdb279e1ae64f1ff9bdb33a98735618.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909256046688" Longitude="12.489898" StarRating="2" HotelCode="148265|371603" HotelName="Hotel Golden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Marche 84, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/39/f83939086dcae14fc7010bda308ede6eb99692c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899553362187" Longitude="12.500201253241" StarRating="2" HotelCode="155049|17662" HotelName="Hotel Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 77, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/eb/4ceb2b29ac45acf4f77ab6f3c563d948f61b1d6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90639893" Longitude="12.45630741" StarRating="2" HotelCode="563547|233387" HotelName="La Vite Vaticana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Bastioni Di Michelangelo 5, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/66/4066488d8a041decf8fdb1ab40e401e05089174f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="138.12" OriginalAmount="129.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8989179" Longitude="12.5188443" StarRating="3" HotelCode="|BBLT" HotelName="B&amp;B Hotel Roma San Lorenzo Termini" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Sabelli 177</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1178119/19311938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906998182012" Longitude="12.48814791441" StarRating="4" HotelCode="33058|10070" HotelName="Ludovisi Palace" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 43, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/32/c73248726cfb8fdf3e760a01c4506ded4f85648a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907916894725" Longitude="12.456882279605" StarRating="4" HotelCode="485420|233274" HotelName="Vespasiano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 49, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/44/b744a8ca1b761be4ff0c0b4d6c9b406b4c5c072a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89943789" Longitude="12.50095905" StarRating="4" HotelCode="434461|208876" HotelName="Gioberti Art" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 23, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f3/a7f313bcc2a60a4ff8c8b9c9cd073059ad12fb18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89556153" Longitude="12.47789007" StarRating="0" HotelCode="863650|396963" HotelName="Navona Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arco De' Ginnasi 6</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7b/267bc9c7be4aa0691e9bc6f90e564ad2b37c66e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909077" Longitude="12.468961" StarRating="4" HotelCode="136366|56423" HotelName="Hotel Twenty One" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 23, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/fb/89fb7369843601d36005bcb3555ace1f06a5bb2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.25" OriginalAmount="132.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907010159093" Longitude="12.478048056364" StarRating="4" HotelCode="88490|6145320" HotelName="Mozart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 B, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/24/ab248ee16a51a6eb816483386a5262850b6ea038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926571999542" Longitude="12.428093415072" StarRating="4" HotelCode="36922|31826" HotelName="Courtyard by Marriott Rome Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moscati Giuseppe 7, 00168 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e4/d4e439b9bee8484f600055f1f12c34852f33aa71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894659" Longitude="12.479451" StarRating="4" HotelCode="64853|28639" HotelName="Hosianum Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Polacchi 23, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/02/a902c9fad9d2aea9e73c801335402a83974f264d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894344" Longitude="12.491608" StarRating="2" HotelCode="66054|54781" HotelName="Hotel Centro Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 233, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/70/fd70a731022c320d72ba0da7c9e8428570783bf8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902539557549" Longitude="12.48734459281" StarRating="3" HotelCode="11626|6216" HotelName="De Petris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella, 142, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b6/3cb6839a0ff9b7fd5e3bff39f04725066ec2eaf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902261" Longitude="12.48669" StarRating="3" HotelCode="89627|56052" HotelName="Fellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 56, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fec00391cd4f5a41830a7033185b0bc9b2a73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899591" Longitude="12.470624" StarRating="5" HotelCode="904056|47695" HotelName="Navona Palace Luxury Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pace 36/36A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f6/38f6c6e6e3289caec8d88723d4803ec6a0846c72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899383" Longitude="12.481351" StarRating="3" HotelCode="150647|17117" HotelName="La Papessa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso, 241 / Angolo Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d8/36d831fe624e5e086a6f7a3adb7f23fe2d3eae2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89907589" Longitude="12.46484149" StarRating="0" HotelCode="578231|234149" HotelName="Secret Rhome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Dei Fiorentini 1, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/38/a638181116f6ac6152c22c495638e744329c4aa5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.88" OriginalAmount="133.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900126607612" Longitude="12.49725991898" StarRating="4" HotelCode="18825|1311093" HotelName="Best Western Plus Hotel Universo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 5/B, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/55/9e559ca455ffbff95211624e0ccbf9114c1cd006.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89352453945" Longitude="12.511496543884" StarRating="3" HotelCode="48144|7219" HotelName="Parker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti, 431, 00185  Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/fe/93fe92c79542596e5daf944fc159d98a0afb34ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89694223" Longitude="12.47699102" StarRating="3" HotelCode="572271|232401" HotelName="Arch Rome Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell Arco Della Ciambella 19, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/72/e2722722a13af77238273ae4817ab2b116b448df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901295" Longitude="12.473279" StarRating="3.5" HotelCode="191959|57412" HotelName="Gigli d'Oro Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gigli d'Oro 12, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/e9/e0e9e7380be7502de0cdd6756a47085a0b200821.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90690837" Longitude="12.44497437" StarRating="3" HotelCode="322772|199032" HotelName="Le Piazze di Roma Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marcantonio Bragadin 106, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f3/fbf3782d85c2d62138727bae50f303ff055876af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91185887" Longitude="12.45999504" StarRating="0" HotelCode="567498|233800" HotelName="Milizie 76 Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Milizia 76, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4d/68/4d68e75b72f84c9efaf53ce0b9fa56797569fcb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89951654" Longitude="12.49821645" StarRating="4" HotelCode="582012|234044" HotelName="Roman Holidays Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/64/ca640e1e3b869ca09db0d9ce810d70df0daf63b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90910082" Longitude="12.48835149" StarRating="3" HotelCode="622908|254877" HotelName="The Shire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Via Vittorio Veneto, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2f/782fa168d8c0651ecd1b5bd93f4c3cd22e3b71b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="1.5" HotelCode="385644|199624" HotelName="Town House Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/20/ba206a6dcc10a9a4fb3f4d2b6f0d7b2fb5798b1c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900346021298" Longitude="12.484156065047" StarRating="3" HotelCode="18726|7153" HotelName="Trevi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Babuccio 20/21, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/2e/ca2e6de424f857d2e68d8f993598e2d3162467d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.874857721046" Longitude="12.432888908737" StarRating="4" HotelCode="310855|48665" HotelName="A.Roma Lifestyle Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Zoega 59, 00164 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/cc/e0cc3e1c9d2c95bc744ba1b4fdcefc8c16cfd6c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909916530959" Longitude="12.493410408497" StarRating="4" HotelCode="38411|35777" HotelName="Clarion Collection Hotel Principessa Isabella" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Sardegna 149/151, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4e/f74e7cb3c7b5b85cbd86bec60ea04f37de8b603a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.867139992362" Longitude="12.471577897668" StarRating="4" HotelCode="95142|9288" HotelName="H10 Roma Città" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Amedeo Avogadro 35, Quartiere Marconi, 00146 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/f2/33f2100d8ba28b8f706a713a09f3f3bc11649910.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.886416" Longitude="12.468022" StarRating="1" HotelCode="151470|61026" HotelName="Locanda Carmel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goffredo Mameli 11, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8e/0e8e2b72caa0e1f4d3a306c1984278dc9e205081.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89461634" Longitude="12.50599819" StarRating="0" HotelCode="519673|490286" HotelName="55 Rome Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele Il 54A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5f/8a5f92b998595a26f90e1b8da7a6a8501a178d4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904112" Longitude="12.499734" StarRating="3" HotelCode="12452|254842" HotelName="Smooth Hotel Rome Repubblica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 61, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d0/c2d026681944fe6c8f13fb8aec3274670ea8f2c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903177" Longitude="12.501518" StarRating="4" HotelCode="17003|1260" HotelName="Best Western Premier Hotel Royal Santina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" 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 Marsala 22, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6a/1b6aa9ae7c72b95eed6e0aea853fc74afa41b7ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90447839388" Longitude="12.481703180298" StarRating="0" HotelCode="378623|180094" HotelName="Dimora Frattina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 128, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/26/1f2614f0ebb7a49b1a0bcf9b750942580c5e30cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90671879" Longitude="12.45908772" StarRating="5" HotelCode="725193|269014" HotelName="Eccelso Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 3, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/78/677874eb1040524e5dad5e7eba3f891b4cdbd3cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="962056|494826" HotelName="Rhea Silvia Luxury Trastevere 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di San Cosimato 63, Trastevere, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/16/d3161cbaa5283993668c72e148faa96967f36dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922306" Longitude="12.49346" StarRating="4" HotelCode="47498|8612" HotelName="Hilton Garden Inn Rome Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via le Liegi 62, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b1/1bb1c4a7049bb303dd17ba08a03e8b4a7f48af7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.485789" StarRating="3" HotelCode="89617|11066" HotelName="Cecil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/dd/ddddcc0eae7176b5e5a0268ae6b7ac98a7209baf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.917764670731" Longitude="12.514570355415" StarRating="3" HotelCode="65940|55148" HotelName="Hotel Villa del Parco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 110, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/56/b356d0147de1bb68e791762953ea5b6476e8891d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89835041" Longitude="12.49094042" StarRating="0" HotelCode="437979|233955" HotelName="Quality in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 49, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0a/450ad15ee42f0463fc58987a800c8f0d9f3901a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905400888865" Longitude="12.484953183522" StarRating="4" HotelCode="79853|318206" HotelName="The Code Hotel" 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,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 79, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b2/c2b2957547366cbb85ac07e2b0810c98ca2438a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.858793579706" Longitude="12.504305668538" StarRating="3" HotelCode="66951|55906" HotelName="Kolping Hotel Casa Domitilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Sette Chiese 280, 00147 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f2/1bf285b22c134568aeb5bd349bd4d6a98c471d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900265" Longitude="12.498985" StarRating="4.5" HotelCode="31409|28281" HotelName="Bettoja Hotel Mediterraneo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 15, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/23/4123c4d0a6e79cb5c9e6a50613c82da96e732970.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919656738375" Longitude="12.482615419607" StarRating="3" HotelCode="336771|56623" HotelName="Hotel Villa Linnaeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Carl Linnaeus 1/A, 00197 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54d95cdc620a3ab93fb991a63459d848a1e0b80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90458902" Longitude="12.49194754" StarRating="4" HotelCode="764259|364943" HotelName="Triviho Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/02/5c02c25443ee30eb937413a45156e1a1de6df2fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.73" OriginalAmount="138.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889007" Longitude="12.505016" StarRating="4" HotelCode="66771|2652111" HotelName="Eurostars Saint John" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Matteo Boiardo 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f4/78f4f27ccb5cfd59770b6f90895bf9d8537d78fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899340375022" Longitude="12.501199543476" StarRating="4" HotelCode="40044|6289" HotelName="Gioberti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 20, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/e9/c9e946570c86275a19f9380e1db2c5797bb499c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893331400245" Longitude="12.502391062927" StarRating="1" HotelCode="357435|179125" HotelName="Hotel Central Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 19, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/5e/fd5ec0244870083eaecde4ab0a0989cd8ce2364a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888209702141" Longitude="12.497280887732" StarRating="3" HotelCode="268032|371605" HotelName="Lancelot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906253602405" Longitude="12.502698898315" StarRating="3" HotelCode="14989|32663" HotelName="Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel ,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 17/A, 00185 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/09/d3098fc7e80c97ba948ff135beac20ff3803845e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89844701" Longitude="12.45413013" StarRating="3" HotelCode="945373|233249" HotelName="Hotel Paolo II" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo II 3, 00165 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/84/5284ba243114689d69c4f55aab7595b9cf86045d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90025877" Longitude="12.47259327" StarRating="0" HotelCode="572587|234101" HotelName="Rome Visits" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Tor Sanguigna 13, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/14/a614a099dbc82bd4dd2a47166625217e0f55067a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91081582" Longitude="12.49164051" StarRating="0" HotelCode="627431|254895" HotelName="Via Veneto Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 21, 00198 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c6/c0c6ce3a513be4172cac32d5d54e3e85ebc03544.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.930308" Longitude="12.492691" StarRating="3" HotelCode="335566|3375" HotelName="Delle Muse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Salvini 18, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/88/dd88886a318b8b211c393808de10a7a029018d72.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901696" Longitude="12.494872" StarRating="4" HotelCode="16374|4166" HotelName="Quirinale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 7, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d0/9ad03ca5e79f38737ae6b87f27daf199af54c98f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895912" Longitude="12.490992" StarRating="2.5" HotelCode="149893|371677" HotelName="Il Covo B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Boschetto 84, 00184 Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/57/50579462bff5a54750cbf2b638392bc59e6bcae6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901883542855" Longitude="12.473884775463" StarRating="3" HotelCode="266880|58040" HotelName="Navona Colors Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Orso 38, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/77/9477fb5a5e3b4efb92650c7509ee8699bfd90273.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89722799" Longitude="12.49388161" StarRating="0" HotelCode="948962|490189" HotelName="Rione Monti Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 43, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f6/5b/f65ba38417ae4f8268b3513fc9abe2d00cc69232.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90317107" Longitude="12.48560849" StarRating="4" HotelCode="419822|57746" HotelName="Rome King Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Massage Centre,Pets allowed,Printer,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 10, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b1/2bb12e6f9ae53bbe4a8fc35be73e866ddb67352b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898721321676" Longitude="12.491535304893" StarRating="4" HotelCode="284098|37811" HotelName="Rome Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 12, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1502ff2f78b0bdc7ca264512ad76d5d5216a82e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902432094985" Longitude="12.489689540958" StarRating="4" HotelCode="16503|20542" HotelName="Al Manthia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giardini 35/B, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/14/14d6857b6291fbe2/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88208595" Longitude="12.51326224" StarRating="3" HotelCode="382836|178109" HotelName="Gate 40" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Re Di Roma 40, 00183 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/c7/60c75c5b2a121973b1f5dd8bd60181aa5eaf238a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903308788921" Longitude="12.479867216568" StarRating="3" HotelCode="268041|40773" HotelName="Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/ff/aafff1da14d440d8cc445df2f83d617c0cc54a17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89599229" Longitude="12.4718138" StarRating="2" HotelCode="418406|90139" HotelName="Campo de' Fiori 27 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Campo De Fiori 27, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/16/9d16998155097de3e81b2424e3c17ca7b9aa0332.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89650467" Longitude="12.498995" StarRating="0" HotelCode="875990|422832" HotelName="Hotel Prassede Palace Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 281, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/8b/0c8be2078f6b09994dff49621ba2d9706eed2c1d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926502" Longitude="12.425753" StarRating="3" HotelCode="89622|30627" HotelName="Sisto V" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lardaria 10, 00168 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5dea22c450c1f2b43f5a4afdf5a0ed3c78acf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="3" HotelCode="687405|199626" HotelName="Town House Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e0/82e0080899ada4d3d6212d71d1ef12bf0a7e8062.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902695160898" Longitude="12.487888277376" StarRating="4" HotelCode="319187|93224" HotelName="Mood Suites Tritone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 152, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/3e/123e8d68bdebfb68d4d02158ff127d79937b5f67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90211534" Longitude="12.47744091" StarRating="0" HotelCode="771239|396436" HotelName="Fourheads Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Campo Marzio 12, Spagna, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/67/cb6774ac4f5f3ad4ddf5ccd9b3a911f2bd8bbd17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901079" Longitude="12.496945" StarRating="3" HotelCode="12578|10048" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 7, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4e/0b4e3798cb7a18892cef007964fa966d3e26ee35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898574" Longitude="12.490469" StarRating="4" HotelCode="213781|34200" HotelName="Rome Times" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 42, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c9/8fc9a4ebe200c13777902bef3535d1a88e7316e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90385948" Longitude="12.47985372" StarRating="0" HotelCode="567167|234162" HotelName="Shali Luxury Suite Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 73, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/740970/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902410120704" Longitude="12.490098488326" StarRating="4" HotelCode="397249|234255" HotelName="Terrazza Marco Antonio Luxury Suite Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 15, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/77/6f77c3f6ea495c388830b53c770e5a91c8c5241f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891775" Longitude="12.505959" StarRating="1.5" HotelCode="191837|57046" HotelName="At Home Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 109, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90337777" Longitude="12.48247099" StarRating="3" HotelCode="578083|234335" HotelName="Tree Charme Spagna Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Mercede 37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/f4/49f4ce209c2760082d21e7de6bb075cd98b18b4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89411466934" Longitude="12.47739268395" StarRating="3" HotelCode="164544|198997" HotelName="Kame Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganica 9, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d7/5ed7c6b62a88a48a9fb18b2fd0a594793393aa68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890112" Longitude="12.498098" StarRating="4" HotelCode="14754|3377" HotelName="Mercure Roma Centro Colosseo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 144, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9b/6f9b40ec351f8a518aaa94716e00600b2e2b19d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898228" Longitude="12.467936" StarRating="3" HotelCode="191956|56513" HotelName="Navona Nice Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sforza Cesarini, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/19/1919ff7afe2b7885f53562b6161b8321fc8c75bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92154664" Longitude="12.45805156" StarRating="2" HotelCode="519660|61604" HotelName="Doro Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Clodia 94, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a2/72a218e63ca61c8868411ea429f7e4bdaa760c94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91985" Longitude="12.456756" StarRating="4" HotelCode="116820|55864" HotelName="Clodio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Lucia 10, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d8/aed8dc162bb03637e21c69e08f7b1437c71569a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918134" Longitude="12.484329" StarRating="4" HotelCode="143166|57349" HotelName="Aldrovandi Residence City Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ulisse Aldrovandi 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/94/04949e4c00df582d7f2417ac2d5d8099a9d8f698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895871359837" Longitude="12.490459696032" StarRating="3" HotelCode="34936|30445" HotelName="Anfiteatro Flavio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 130, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/c3/17c3a9bc66f238176092732971a81f46eb9567c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90194115" Longitude="12.50423672" StarRating="0" HotelCode="519766|232714" HotelName="B&amp;B Caroline Suite Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/28/12284717864b4fac6f5d71b5907587a15e5ccf7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899722" Longitude="12.466294" StarRating="2" HotelCode="37459|62848" HotelName="Corso Vittorio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II. 308, 00186  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335760/335760a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907488026846" Longitude="12.47293817791" StarRating="3.5" HotelCode="936635|54772" HotelName="Luxury on the River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/aa/ffaa9b7be0df3b5a4adc02426082bff893e72994.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894723955338" Longitude="12.476600296959" StarRating="1" HotelCode="295496|57577" HotelName="Relais Badoer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 11, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9973d0ec1687a58225384b3754353fd7e1955fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907994" Longitude="12.491722" StarRating="4" HotelCode="26064|19483" HotelName="Luxe Rose Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/93/10932d7947528df49f28947bb792370aaf6b3400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899337644823" Longitude="12.492209795621" StarRating="3" HotelCode="61921|32835" HotelName="Boutique Hotel Galatea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Genova 24, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b7/5eb74573af404f405c8db4c0d3d9fde501c805e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903351037059" Longitude="12.505116093254" StarRating="4" HotelCode="98572|40744" HotelName="Venetia Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 47/A, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/38/803807ac4f3a9d51a6f77137d9699c5544ad200b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899899313359" Longitude="12.49287860734" StarRating="2" HotelCode="572693|232748" HotelName="Dem Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/0025ce3c30d168f81907fc7640f6906cbe2aab5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="975884|407031" HotelName="Hotel 55 Fiftyfive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Vite 13, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3d/1f3d868112d014176ff2b7a3ef6d248ff4a387ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900892" Longitude="12.477918" StarRating="4" HotelCode="15089|7628" HotelName="Nazionale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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 Montecitorio 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/04/590455c6e572503757ca158664a0a9a0ed2b2ba3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909988" Longitude="12.522753" StarRating="3" HotelCode="255877|234026" HotelName="Roma Scout Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Largo dello Scautismo 1, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fd/1ffd6ec676e1c4da983b18f5a83e62d2a8e80698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89774168" Longitude="12.48707484" StarRating="3" HotelCode="359742|62880" HotelName="Trevi Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Ventiquattro Maggio 45, Via Mazzarino 2, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/d8/d3d8ee2943e4b57fd0615f8da3f560ae479736d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907395" Longitude="12.478139" StarRating="3" HotelCode="191980|199855" HotelName="Vivaldi Luxury Rooms" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 b, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/2b/122b8d897eac66450d0379c63c302c950cfe3085.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894776937386" Longitude="12.477041731242" StarRating="3" HotelCode="385942|200276" HotelName="Little Queen Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9f/e29f6e450eebaa071ac8329ecd49b263ad152948.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90420022" Longitude="12.45881039" StarRating="3" HotelCode="546780|199825" HotelName="Vatican Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mascherino 46, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/39/6a39de6d2ee24fbf6a1be454e16e79c793903627.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.42" OriginalAmount="148.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896339685624" Longitude="12.486047744751" StarRating="4" HotelCode="335581|1916334" HotelName="Traiano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via 4 Novembre 154, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/56/4f562dbb304becd88d15ff0a372aef253e61cada.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89778843" Longitude="12.47213466" StarRating="0" HotelCode="781816|396962" HotelName="Navona Rooms with Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pizza Pasquino 71, Terzo Piano Senza Ascensore, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db0781a9e80e3d13eced733c4297b9c2c0617d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89616" Longitude="12.49494" StarRating="2.5" HotelCode="191774|181640" HotelName="Chocolat Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 184, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1a/9d1af5c66a16befdb20db57626dec95acd5b4b4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8744963" Longitude="12.47960364" StarRating="0" HotelCode="565932|234135" HotelName="Salotto Piramide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conciatori 26, Aventino, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736476/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897725251011" Longitude="12.494287490845" StarRating="4" HotelCode="19226|55879" HotelName="Hotel Viminale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 31, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/9d/989df02e0975eb18ccb2e1f2ea060fec926318de.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.53" OriginalAmount="149.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90187" Longitude="12.482012" StarRating="3" HotelCode="18733|1602656" HotelName="Tritone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 210, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/70/897075df8dabd053f188fcef9869b1d20975e850.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903092" Longitude="12.488578" StarRating="1" HotelCode="117500|57359" HotelName="Roma Resort Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 171/172, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d8/62d8b50c04471a28af0c81f5f9bc94eda0772d04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906309" Longitude="12.480469" StarRating="3" HotelCode="95124|200063" HotelName="Condotti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bc/f5bc29cf23b68c32b4ded357d89c22049842a992.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906131833868" Longitude="12.480683326721" StarRating="3" HotelCode="335571|146310" HotelName="Condotti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario De Fiori 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1e/e11ec9e336f6e73e86b010c0982f23e30821b934.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892245702264" Longitude="12.475123073164" StarRating="3" HotelCode="378782|200201" HotelName="Jb Relais Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Bartolomeo de Vaccinari 19, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647981/647981a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91876641" Longitude="12.54690563" StarRating="0" HotelCode="572914|233831" HotelName="My Sweet Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Lotti 3, 00175 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="763606|487727" HotelName="Luxury Guest House Fabio Dei Velapazza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giuseppe Mazzini 119, 00195 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e484fece7be0b039b5d2de95b0c6c7a385c62c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89371422" Longitude="12.48988629" StarRating="0" HotelCode="577526|233048" HotelName="Guest House Cavour 278" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 278, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/51/de5159d42ea9ca864cde9ad811d946bc6103beb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88792" Longitude="12.469804" StarRating="3" HotelCode="191640|200163" HotelName="Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Manara 24A/25, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c8/98c8bff3a4ec3d115f33271f026b434bccb2f77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905666537099" Longitude="12.481108998234" StarRating="2.5" HotelCode="397810|200270" HotelName="Les Fleurs Luxury House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario dè Fiori 24, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/28/84286d35806c29d5a22bd835f9be8ca531bc55b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90207606" Longitude="12.4750605" StarRating="3" HotelCode="433299|200318" HotelName="Navona Central Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scrofa, 22, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/ee/22ee13065de9f6f0c93c60ea577b3c985c236aa0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901259734814" Longitude="12.472415179542" StarRating="3" HotelCode="304077|57111" HotelName="Residenza Zanardelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 7, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28f8052f1476fb991c9bc9037e0de24f30b67e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89733775" Longitude="12.48200042" StarRating="2" HotelCode="383826|60417" HotelName="Via Del Corso Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 277, 00186 Rome, Latium, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/93/4293fdd10739d67c0db23d7482f03b926efa7579.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89999172" Longitude="12.49434466" StarRating="3" HotelCode="433995|200793" HotelName="Viminale View Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 14, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/537443/537443a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.61" OriginalAmount="151.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897653378042" Longitude="12.497173547745" StarRating="4" HotelCode="12717|1845709" HotelName="Hotel Gallia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Maria Maggiore 143, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/51/2551def4fdc8eccc50226fabe61ef5c08b608693.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90403955" Longitude="12.4806337" StarRating="0" HotelCode="438353|233012" HotelName="Gravina Suite Frattina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 52, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d1/3fd1af1cef0781a660ecfc83ea0a2f8ece799297.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906139346907" Longitude="12.4795083" StarRating="2" HotelCode="268040|198960" HotelName="Panda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 35, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ca/a1ca08293a93c5eb14de7384ad2d3fa192be467c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9027835" Longitude="12.4963655" StarRating="3" HotelCode="192076|56015" HotelName="Lemon Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c0/bbc0399fe93efa8872b919a500f6c2862194f8d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907773" Longitude="12.498114" StarRating="4" HotelCode="14428|8851" HotelName="Marcella Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 106, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/4b/854b1326a02720e65a9f871180403920a04d8be7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89869304" Longitude="12.46652486" StarRating="3" HotelCode="484094|200347" HotelName="Palazzo Medusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sugarelli 23, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c8c03e63cfe7587ebea50c4209b2a11fb7e4ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981060|479761" HotelName="Beige Et Bie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Uffici Del Vicario 33, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/da/57daa467d2ac6fac46d8a4db74cadf80696b58ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907156" Longitude="12.487816" StarRating="4" HotelCode="192006|31055" HotelName="Berg Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurora 29, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/92/4992311f6e29c26101f5a6663f26d1ce90d81fa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981382|495203" HotelName="Naman Hotellerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 60, Spagna, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/21/8f210c03b8f2751f5a2c438fe0d6d582ea125f65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909459" Longitude="12.468757" StarRating="4" HotelCode="258928|3765" HotelName="NH Collection Roma Centro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 324, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/03/b203de9d2bdca7e79901df5ac2d46393cba335c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90415" Longitude="12.487528" StarRating="4" HotelCode="26029|134716" HotelName="Albergo Ottocento" Meals="BED &amp; BREAKFAST,HALF BOARD" 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 dei Cappuccini 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/56/de56c4b85030e1da34343de2bf39a0455d04fb5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902772" Longitude="12.486518" StarRating="4" HotelCode="25713|20540" HotelName="Memphis" 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,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avignonesi 36-36/A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/98/37987f2c5bbdcedfe05b4a0ca561003d0d040865.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92940510576" Longitude="12.492664055527" StarRating="4" HotelCode="154715|56615" HotelName="Villa Duse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morelli Alamanno 1, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/25/7125f6504c8ccde6ebc75de890fa3dacbc188e00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901602" Longitude="12.484679" StarRating="3" HotelCode="153528|56895" HotelName="Trevi 41 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Panetteria 41, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ca/cecadd0566010c48399de33183af3f350eab3813.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896668111262" Longitude="12.490128725767" StarRating="3" HotelCode="63211|47624" HotelName="Apollo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 109, 00184 - Rome,Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c6/e0c67218d686a349c463577804b479d46b9103d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90922666" Longitude="12.46627016" StarRating="3" HotelCode="547824|199356" HotelName="Residenza Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 19, Città del Vaticano - Prati, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d2/2cd20ba8b2b268d7b5458d0c26df531a269c924b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906722915385" Longitude="12.478062461538" StarRating="4" HotelCode="902839|56762" HotelName="Stay Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 81, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/8a/f18a9649789fa93bb56fbbe0dc84e04da0921d41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895714767871" Longitude="12.502299648931" StarRating="1" HotelCode="447571|232514" HotelName="B&amp;B Domus Domas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 53, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/be/a0be338511edecc9d4a4c6d6c2d047c71d81cf99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897142777888" Longitude="12.498049132" StarRating="2.5" HotelCode="383827|58060" HotelName="Domus Liberius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 17, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/53/255341628924be60f5208e2d8f722d5fa1d02034.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902381" Longitude="12.494651" StarRating="3" HotelCode="77957|199358" HotelName="Residenza Cellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d8/b3d8c06ce6970c309ba2ce3c0633784d5459911e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907624" Longitude="12.498577" StarRating="3" HotelCode="335589|56066" HotelName="Lilium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/01/1c01d9e6d362d26c8a038b4e1dbef6ff34c39bc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901812124392" Longitude="12.483672107969" StarRating="3" HotelCode="166967|5228" HotelName="Hotel Accademia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Accademia di San Luca 74/75, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab906a130f8a12ba6d1a52547698b013922c299.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="764260|396934" HotelName="Lifestyle Veneto Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 117, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/42/56427581aee062ec8835e1ae4a5b753374bb6bb2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907584" Longitude="12.498648" StarRating="3" HotelCode="97574|17109" HotelName="Seven Kings Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58 A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2b/b22bd72ff62ff1cc57b71cebcefcb1f705780245.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90243312" Longitude="12.49006885" StarRating="3" HotelCode="438147|134575" HotelName="A Star Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5d/ba/5dba6a1ca8ce3fb474788c6bb414f09fd490ec84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909264" Longitude="12.477452" StarRating="4" HotelCode="19171|479" HotelName="Hotel Valadier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fontanella 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/8b/fe8bcb06838a8fbaf453048999128ce4b6fc1272.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89760295" Longitude="12.50375352" StarRating="2" HotelCode="479115|58084" HotelName="Meltin' Rome Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 76, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/2a/052acbee95b2a962606596b0efa02d181c0bbd06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896622" Longitude="12.472951" StarRating="0" HotelCode="742301|254749" HotelName="Little Queen Navona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Baullari 4, Rom 00186</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/52/5952429096325a17130d9483dcaca93cd12f2b35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894023687892" Longitude="12.487640976906" StarRating="4" HotelCode="12606|20539" HotelName="Forum Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de' Conti 25, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/46/f0468505ececc7201a7f770fe2fbdbad25484abe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900734859" Longitude="12.483187168837" StarRating="3" HotelCode="56971|19360" HotelName="Fontana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Trevi 96, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/4f/bb4f8823caaf5ba2e5c3bb0e6d2044700b412066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89956907" Longitude="12.46738306" StarRating="3" HotelCode="945400|233848" HotelName="Navona Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Banchi Nuovi 54, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/2d/c22db31f6bf458488202aa3ee3ed13240696011d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899243" Longitude="12.456381" StarRating="3" HotelCode="116949|55880" HotelName="Emmaus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 23/25, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/82/85826af3a4232f11ee8975d83135b34dd68d905b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89445868" Longitude="12.4761485" StarRating="2" HotelCode="440226|58627" HotelName="Lh Royal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 26, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/6d/236d2ea11bebe601e26203eb58a20f83490f5014.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907610763661" Longitude="12.480118722954" StarRating="2" HotelCode="518886|233777" HotelName="Maison Evelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 76, in 4, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/19/8d198803ef6a015e237181f181328dd4d87b0710.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904389" Longitude="12.489789" StarRating="3" HotelCode="160631|56534" HotelName="Residenza Domiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Nicola da Tolentino 50, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c9/5bc9540a998d75ca354f37bd08b2057dc5b71aff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88995011" Longitude="12.49465276" StarRating="0" HotelCode="781406|491207" HotelName="Royal Rooms Colosseo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni In Laterano 10, 00184 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/5f/8b5f74ffbdf2a5db6b5ce213ed3698f99df071e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901869788763" Longitude="12.485661506653" StarRating="4" HotelCode="19383|3387" HotelName="White" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via in Arcione 77, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f0/17f0fbfee12bb5b0db6e9d8e855bcf8fe3a71d4f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.13" OriginalAmount="162.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904884" Longitude="12.487774" StarRating="4" HotelCode="258343|1164959" HotelName="Imperiale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Veneto 24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/ba/26ba8ca61c2809e1f2d5ccc35e0e827e7c40fc83.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900611" Longitude="12.47270761" StarRating="3" HotelCode="481317|200389" HotelName="Relais Rione Ponte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Resort" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 20, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e2/19/e219b7ed6b3c2ced3ce6a4778cf140a30badd907.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90629556" Longitude="12.48033469" StarRating="0" HotelCode="579559|234184" HotelName="Spagna Secret Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 20, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a3/f3a3a65b1e196ebb2391e8db16f922e61162b888.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893246675278" Longitude="12.488405935888" StarRating="2" HotelCode="901958|58028" HotelName="Romano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Corrado Ricci 32, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/3f/cb3f003efafbacc053d65a342f3b3639a3435672.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905782" Longitude="12.48036" StarRating="3" HotelCode="95126|430160" HotelName="Rome 55 Piazza di Spagna Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Carrozze 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/41/a04170b094bb4245506d68d389e9784336c5ace0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90745881" Longitude="12.47173144" StarRating="3" HotelCode="438592|178722" HotelName="Belli36 Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Gioachino Belli 36, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/56/bc56a7161e45d1dde4dcb0d2c5b7e4a9a8be2011.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90262685" Longitude="12.47778297" StarRating="0" HotelCode="546878|177951" HotelName="Campo Marzio Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Campo Marzio 52a, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/53/7e53e5ed63e02baaf43f4fbd67a8e4044989f929.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898883" Longitude="12.465865" StarRating="3.5" HotelCode="191968|57305" HotelName="Relais Giulia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/f8/8ef87eca6331fdd88d3299bea348b31bff6348ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90074" Longitude="12.496738" StarRating="3" HotelCode="36261|183004" HotelName="Dharma Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 8, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/ea/2aea5229690b432b00f897f3c523a5c3568506cb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90144146" Longitude="12.48475186" StarRating="0" HotelCode="575047|232407" HotelName="Arpinelli Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Panetteria 1C, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/b3/d0/b3d03b0b7799827d8a20796078ddfffb5bb0bc62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90048733" Longitude="12.47899114" StarRating="3" HotelCode="547642|198870" HotelName="Colonna Suite Del Corso" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Colonna Antonina 41, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f4/e4f49eee4760bee28eaec2e39b5a190c30cb28a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893115" Longitude="12.471735" StarRating="4" HotelCode="16065|17456" HotelName="Ponte Sisto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pettinari 64, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/62/59623a412232532cd4b6617ae0c76c4a405543a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907320564323" Longitude="12.451698035002" StarRating="4" HotelCode="17869|55447" HotelName="Best Western Plus Hotel Spring House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mocenigo 7, 00192 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/28/2e285ab295021c50663cd64e4db92604295a8ca8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897705849414" Longitude="12.496141584656" StarRating="3" HotelCode="434375|183003" HotelName="Dnb House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 85/A, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/33/3a33b77060baea296f9692e3c40564dc4e8c2b90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90863158" Longitude="12.46163493" StarRating="0" HotelCode="433681|181668" HotelName="Grand Tour Roma Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00192 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d5/5dd5dc2a15df93ecc974e4abe7039044c2c6987a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9017695" Longitude="12.5039206" StarRating="1" HotelCode="909250|178284" HotelName="Beautiful" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo, 8/14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7c/ff7cae204e0646fc4534d6a3dc7b2095b6cd673a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89602943" Longitude="12.47821438" StarRating="0" HotelCode="957994|396989" HotelName="Queen Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, Pantheon, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/72/b672b0b0ad15c1db6ccbefd200c41421733a5cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887495" Longitude="12.47227" StarRating="3" HotelCode="153507|199304" HotelName="Relais Le Clarisse" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinale Merry del Val 20, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/5a/8f5a6ef103b71a51fb7a42c0a624e163ab828f6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89945597" Longitude="12.46764908" StarRating="0" HotelCode="573488|232465" HotelName="B&amp;B all’Orologio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi Nuovi 47, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/27/1c279336e4895c32b1882cef3ea28b04a297d6d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890048" Longitude="12.483869" StarRating="4" HotelCode="70853|33287" HotelName="Kolbe Hotel Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Teodoro 48, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b9/bdb95693f3a6060c9a3da2e36dd3f2507ec19fe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904975368536" Longitude="12.479621905488" StarRating="3" HotelCode="60923|11051" HotelName="La Lumière di Piazza di Spagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Belsiana 72, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cd/ddcdb6b2925bd54f0c859b566d2fc4b866959227.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907017" Longitude="12.465608" StarRating="4" HotelCode="97928|23775" HotelName="NH Collection Roma Giustiniano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Virgilio 1 E/F/G, 00193 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ea/8feaa7b263a8b76f6cb0587bcbde55867d8edaf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="781632|396997" HotelName="Relais Vatican Secret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Della Valle 1</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/de/02dedfefb8ffdba7662cd0ce6f8e931d63d1d5c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90925735" Longitude="12.47501613" StarRating="3" HotelCode="440958|200548" HotelName="Ripetta Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Brunetti 33, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/01/65018ebeaa56b581fed35b24442bbab3dd2931e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90376384" Longitude="12.47865901" StarRating="2" HotelCode="441504|58068" HotelName="Splendor Suite Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Lorenzo in Lucina 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/14/37148011f997c0fa9a50d325768b81c6775f93a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904950006566" Longitude="12.464776967891" StarRating="1" HotelCode="344112|58081" HotelName="Marvi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro della Valle 13, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f8/39f8728d233e81f0cbe1ade997011e36c2d678eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89808865" Longitude="12.46833848" StarRating="2" HotelCode="440298|58747" HotelName="Il Corso Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II, 252, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/9b/f69b3f152efc88d9f44a52237175371f5147c5f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89426349" Longitude="12.48968281" StarRating="0" HotelCode="413388|233308" HotelName="Imperial Suite (Monti)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Madonna dei Monti 91, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916386909106" Longitude="12.469213086879" StarRating="3" HotelCode="154787|55578" HotelName="Villa Laetitia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 22/23, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d91c697b098a1dac14bede5614926f41c640a47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88122568" Longitude="12.46724007" StarRating="0" HotelCode="769768|396935" HotelName="Lighthouse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 5, 00153 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/38/5e38fb1d885e84314df52f3b1190bbba8732950a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895960801634" Longitude="12.476129739068" StarRating="0" HotelCode="402528|199051" HotelName="Little Queen Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sudario 27, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/bf/7a/bf7ad0529977499e7f0b346a87906ef1143ecb2c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90991879" Longitude="12.49741379" StarRating="1" HotelCode="768824|371804" HotelName="Magica Luna Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/3f/963ff8678fc4d07366995e9f813e2c0be0c8e5e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912307359087" Longitude="12.475597269389" StarRating="3" HotelCode="153518|233970" HotelName="Relais Piazza del Popolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Flaminio 9, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/9b/f29be78942eb13cdf806698e210e6fb28ffa6fa1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="187.36" OriginalAmount="175.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="|THIV" HotelName="The Hive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6</AddressLine>
          </AddressLines>
          <PostalCode>0640412000</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/885741/15315210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89897754991" Longitude="12.477704441649" StarRating="2.5" HotelCode="304071|57393" HotelName="Pantheon - Dimora degli Dei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Seminario 87, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c0/28c09e66db5618b4993fd3ff78c452b4af76dab2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8969046" Longitude="12.4829666" StarRating="4" HotelCode="299633|254711" HotelName="Hotel Mancino 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 12, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d6/bed6d7358a4e858dc4944e6ab33570d0e43dbc35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894130751104" Longitude="12.470722307555" StarRating="4" HotelCode="168396|20601" HotelName="Hotel Residenza in Farnese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mascherone 59, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19ac645f18b60dd5379e7b45ad0bca10ee517a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905608" Longitude="12.481518" StarRating="4" HotelCode="258413|44786" HotelName="The Inn at the Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Condotti 85, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/12/05121c132560c513ed4e201a9314720dcfb7418d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8956" Longitude="12.47288" StarRating="4" HotelCode="66954|242319" HotelName="Boutique Hotel Campo de' Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Biscione 6, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/99/63994986bd7a92e7ba67debcae95d16a7b39830f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909817419342" Longitude="12.456161085914" StarRating="3" HotelCode="376623|199107" HotelName="New Design St. Peter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Famagosta 8, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8009254</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92556343" Longitude="12.48781505" StarRating="0" HotelCode="577537|233927" HotelName="Parioli Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Parioli 61A, Villa Borghese Parioli, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/17/10170332ea41fda588709666c9506f7a4623440a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903918998138" Longitude="12.500567186508" StarRating="4" HotelCode="189312|30477" HotelName="The Independent Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/52/7452219eb10a1864df8e31ab6133ea974d507bb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.34" OriginalAmount="179.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90732328" Longitude="12.46641033" StarRating="4" HotelCode="480970|53899162" HotelName="Orazio Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 21, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/08/6408466a4c6ae14655f2b421246b0bf4a8799d70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90613771" Longitude="12.46487815" StarRating="2" HotelCode="604394|62099" HotelName="Cassiodoro 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassiodoro 19, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/67/c66725c8fe3cbaf22bd8c925fb6cda68fce481db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90172571" Longitude="12.48452114" StarRating="0" HotelCode="482745|199092" HotelName="My Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Panetteria 10, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/15/4515a901ff9c8cb42a4c2f3fb2d7bdfbb333121e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89823037" Longitude="12.48904661" StarRating="2" HotelCode="355692|58710" HotelName="Salotto Monti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Consulta 1b, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f957fdd01b1e1504cc2465bf23cf1c0f3b180.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="17913|2059" HotelName="Starhotels Michelangelo Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 14, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/20/7e206ab8ceb45617c00a77ef3e3dc6aa65e9f985.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89502713" Longitude="12.50231429" StarRating="0" HotelCode="636842|260968" HotelName="Magic Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/36/e8366cba6e2332fc693f0a226a098c0ccf59b85a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907738760622" Longitude="12.480608224869" StarRating="4" HotelCode="336625|17487" HotelName="Hotel Art by the Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 56, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee415038e691cde4472138d3de9d04b4fadb6fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90387991" Longitude="12.49481022" StarRating="4" HotelCode="769234|192261" HotelName="Hotel Mascagni &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio E. Orlando, 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90685348" Longitude="12.48615529" StarRating="0" HotelCode="616932|242355" HotelName="Operà Suites Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Condos" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 4, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/98/6d/986df72a5640f90aa3d53115f3f2a372b112e61b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89704223" Longitude="12.48014731" StarRating="3" HotelCode="438199|177722" HotelName="Guest House Grazioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Grazioli 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0d59c1ec79f0082f541309c853a9e27248bbb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903115" Longitude="12.477173" StarRating="3" HotelCode="293260|200312" HotelName="Mood 44" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Torretta 44, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/6b/496b82452e9dc7340c92709e947fc46e6259f38c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9061238" Longitude="12.4799952" StarRating="2.5" HotelCode="175916|198884" HotelName="Relais Bocca di Leone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 36, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/44/be445eb76f563d76875a9991d295ba86fb3f1793.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90239632" Longitude="12.48634588" StarRating="0" HotelCode="773569|424993" HotelName="Relais Trevi 133 Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Traforo 133, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/48/3048e9211de55a7718b24484b455a1de7675674e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896367636808" Longitude="12.499246895313" StarRating="3" HotelCode="56086|55222" HotelName="Amalfi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 278, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/15/2115f421c6be29aa86f9527bc496eb63bc34f706.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8988216" Longitude="12.491733" StarRating="4" HotelCode="255841|37170" HotelName="iH Hotels Roma dei Borgia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 20, 00184 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/df/7bdf147a0e3a4edb4b6e35c2edf77f223267f40e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903451" Longitude="12.487623" StarRating="4" HotelCode="26711|27864" HotelName="Hotel Stendhal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 113, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/da/5edabf1bf15caa1d1bdfdc5d59afe6c55f8ad278.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="743469|321379" HotelName="Avignonesi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Avignonesi 5, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/12/67122c9b6d67b027e62dbb745fe35d860b6c33b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906801" Longitude="12.468981" StarRating="4" HotelCode="64774|5229" HotelName="Isa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 39, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e9/7ee94f0ebf3da158fae1f4600da01956b23b69f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90545893" Longitude="12.49173887" StarRating="4" HotelCode="771630|371609" HotelName="Hotel Royal Bissolati" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonida Bissolati 40, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/0f/4a0f680255b88269fa8128ca46ba1cb36efddcd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906469" Longitude="12.492977" StarRating="3" HotelCode="191995|200530" HotelName="ResidenzaRomaCentro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucullo 11, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/99/f299914cab7cde2a80b8d870e07c9f7e7b771395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909569037439" Longitude="12.454349548568" StarRating="0" HotelCode="311223|234199" HotelName="St. Peter's Rooms Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Ostia 28, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/40/ff402e8b98939aa5272b2fa80347bb3db316af96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="200.18" OriginalAmount="187.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901668" Longitude="12.482586" StarRating="4" HotelCode="11678|1189284" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Poli 6, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/02/fb023d15f7959aaeea2f274fdf9f098745deb97d.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90332712" Longitude="12.49425739" StarRating="1" HotelCode="616614|242376" HotelName="The RomeHello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 45, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/d8/44d8732b8075ed9336d248691329a35ebd07fe95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911415697918" Longitude="12.467621444616" StarRating="4" HotelCode="365850|55862" HotelName="Hotel Farnese" 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 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 30, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585aea000bf86c1285446e9f3ae5b9b4cd4ae001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889187" Longitude="12.4982572" StarRating="3" HotelCode="887850|58209" HotelName="Celio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Santissimi Quattro, 35/C, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/39/98392514ddf40dc9e3138e0e5d2319b566ae088f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888419025196" Longitude="12.49751418829" StarRating="4" HotelCode="23083|55240" HotelName="Hotel Capo d'Africa Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 54, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/31/3f31bce6b83987e52bd14ecc599df63f08a0a1d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907641" Longitude="12.468541" StarRating="4" HotelCode="47441|2097" HotelName="Cicerone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 55/C, 00193 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/3e/a43e10797913928b02b0096bfd31839d4a41dcc9.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90578786" Longitude="12.4826263" StarRating="4" HotelCode="422363|234127" HotelName="Royal Suite Trinità Dei Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Printer,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Spagna 29, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a3/b2a3c062333e0e0e329e0e8e8fd8f8f8e1e105ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900171029883" Longitude="12.469819484795" StarRating="2.5" HotelCode="191967|279228" HotelName="BDB Luxury Rooms Navona Cielo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vetrina 5, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/de/f3de798e06210e7c1c315c99f7e5bb666a03b1da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8849568" Longitude="12.4726553" StarRating="3" HotelCode="335593|146469" HotelName="San Francesco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopa de' Settesoli 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/c9/21c948d1c341a6a2e754b7064e7d61f92c9a10a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9004212" Longitude="12.47681585" StarRating="0" HotelCode="778060|396937" HotelName="Little Queen Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Collegio Capranica 4, Pantheon, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/36/77362a484cccfed905528c59ccbf3f1b02b572af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91134358" Longitude="12.49944523" StarRating="0" HotelCode="970956|242333" HotelName="Dolce Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Bergamo 7, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5482598</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.481229" StarRating="3" HotelCode="192012|56846" HotelName="I Tre Moschettieri Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/7f/b47fae28d4cc3460beb051d75b931309381dee0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90058562" Longitude="12.48240051" StarRating="0" HotelCode="579568|234340" HotelName="Trevi Elite Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 87, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9246405</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896607" Longitude="12.499511" StarRating="3" HotelCode="97140|55062" HotelName="Doria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 4, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c3/78c3e4be771b193ebc3bb97d3c6417bb716f3659.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89565175" Longitude="12.47631886" StarRating="0" HotelCode="573063|233252" HotelName="Hotel Pensione Barrett" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Di Torre Argentina 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8f/a98fef3b58f3cfbf2231f43f6768358353fce411.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907443" Longitude="12.480993" StarRating="3" HotelCode="151785|28273" HotelName="Hotel Manfredi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/5e/de5e76aba329a247bd667ffe5fc41a7c088a7a95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908706" Longitude="12.477764" StarRating="3" HotelCode="87495|10240" HotelName="Centrale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurina 34, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/79/f279b2d327fbc7ea0778e702c005e1b2d89bf30a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899360339217" Longitude="12.477030158043" StarRating="3" HotelCode="76423|17198" HotelName="Albergo Abruzzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Rotonda 69, Rome 00186, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/bf/c6bfe69534dc073fc55c0db1b22216b9322ab1f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90373434" Longitude="12.47941606" StarRating="5" HotelCode="484017|178400" HotelName="Boutique Centrale Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 81, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ce/e9ce57f253927d63db3d6a897634657ec8625b2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902738191055" Longitude="12.483007460833" StarRating="4" HotelCode="11725|2100" HotelName="Dei Borgognoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Bufalo 126, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/37/cb37654272bb84e20f640cd7aa5a753df6f9b34e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895873517056" Longitude="12.476125008598" StarRating="0" HotelCode="191961|233975" HotelName="Relais Teatro Argentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sudario 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/97/c2977987d199dbc288a91379417c4d449d3ab19b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907403" Longitude="12.472446" StarRating="4" HotelCode="39470|22618" HotelName="Dei Mellini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 81, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e3/7be3e726b7b13140142b7e28c0196021f60eddc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="116551|53805" HotelName="Albergo del Senato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 73, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/41/404157f1bb666891763b26816a8d7e73bb1fef46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89317989" Longitude="12.50083797" StarRating="0" HotelCode="958112|489111" HotelName="Clemy In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 13, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/46/01464355cc41ec827d5453fc562aee87e42d9d1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90410565118" Longitude="12.482442855835" StarRating="4" HotelCode="26122|893" HotelName="Homs" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 71-72, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/47/3e47ff55bd5cceca7a026f0355d7d06e3504507a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8991442" Longitude="12.46996457" StarRating="3" HotelCode="546886|211125" HotelName="Le Suite Del Barone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corallo 25, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e2/c8e280e1a3ce1272ad588c9f708a96a8a248d6d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.74" OriginalAmount="199.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889623060829" Longitude="12.46655613184" StarRating="4" HotelCode="99825|1217460" HotelName="Hotel Donna Camilla Savelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 27, Trastevere, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/de/b3de279d928f4101eb28dd65b7fb137984704ced.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90423569" Longitude="12.50023829" StarRating="0" HotelCode="637798|260927" HotelName="Gemme di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 64, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8068672</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90385012801" Longitude="12.494727373123" StarRating="4" HotelCode="44180|28706" HotelName="Hotel Mascagni" 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,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 90, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/61/34619fa145ad396892b699b9eef0bff952200dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="216.26" OriginalAmount="202.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89925053607" Longitude="12.491282075644" StarRating="3" HotelCode="12815|1136208" HotelName="Hotel Giolli Nazionale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 69, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/bf/3dbf2a42f409508858729a9c81af82544e73b7d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899952" Longitude="12.479897" StarRating="3" HotelCode="47345|54180" HotelName="9 Hotel Cesari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Pietra 89/A, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/0e/890e2695df25e0d74e5a836f4332955d982d3720.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900492298835" Longitude="12.495204806328" StarRating="4" HotelCode="162002|28758" HotelName="iQ Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 8, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f9/e1f95a90bea58fcdd4531a1bf4812679469eb236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89795677" Longitude="12.49705763" StarRating="3" HotelCode="361883|199260" HotelName="Princeps Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dell'Esquilino 29, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e5/40e56a89c532433aff9e7aa136982621304c3593.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89306182" Longitude="12.51059585" StarRating="0" HotelCode="409979|234043" HotelName="Roman Holidays cuore dell'Impero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bicycle Rental,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore nr.23, Rome, 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/44/92440adef5f70207c3f2f3818b264f417b4dc3d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894538958843" Longitude="12.487676813492" StarRating="5" HotelCode="58916|44783" HotelName="The Inn at the Roman Forum" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Ibernesi 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1b/e11b48a3ce1b5e9b90ce13ebee235b55df3dbde6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909798761594" Longitude="12.494287490845" StarRating="4" HotelCode="44762|437720" HotelName="The Regency" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 42, 00187 Roma, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/33/9033ec175ad54fcd33eafedfca2892071cc38a9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895389310189" Longitude="12.476220725078" StarRating="3" HotelCode="311197|200732" HotelName="Torre Argentina Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 44, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/da/3b/da3bb9c99203dea5a6798a1fd2b84229da1adb35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894522832434" Longitude="12.492281198502" StarRating="4" HotelCode="27230|5970" HotelName="Grand Hotel Palatino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 213/M, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c1/83c18cca613395ca3301eb74b4f7e54ecb888177.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906784049574" Longitude="12.49013157424" StarRating="5" HotelCode="11164|6071" HotelName="Grand Hotel Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 70, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/59/a459ae02e0e3d1b54f7c569b1c469d5a3dbff93d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894671576753" Longitude="12.474382817745" StarRating="3" HotelCode="387443|56331" HotelName="Hotel Smeraldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Chiodaroli 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/20/7a20d2c9f20c4ebfb2acfa40ef1d28153fa35a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89723209" Longitude="12.48699247" StarRating="3" HotelCode="411200|56016" HotelName="Quirinale Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 51, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4b/944bdc5cefbf820fbdd0406f115b67931cf0acef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907483251991" Longitude="12.470930814743" StarRating="4" HotelCode="19235|55284" HotelName="Hotel Le Méridien Visconti Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Cesi 37, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f829658da5fd897229c97e9ddf52110ae6ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896951" Longitude="12.486388" StarRating="4" HotelCode="335595|35778" HotelName="Comfort Hotel Bolivar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cordonata 6, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/19/9f19b561d04043c16c8c3cfe22157e27da19c4f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89281585" Longitude="12.47747962" StarRating="4" HotelCode="360806|198972" HotelName="HT6 Hotel Rome" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tempio 6, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/f9/6ef9995826f72875286c6e5fd04f5d8bb4f9fd35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903740569154" Longitude="12.500433988886" StarRating="5" HotelCode="200336|40228" HotelName="Palazzo Montemartini Rome, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Giovanni Montemartini, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/6c/276c0aabed43dc1f33a33bea3bf07c005fa2116b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906765" Longitude="12.488836" StarRating="4" HotelCode="117174|54179" HotelName="Hotel La Residenca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emilia 22-24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7e/807e8b33ddbdb681ab234dc02459ecdffb919aca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895366813802" Longitude="12.477476225589" StarRating="5" HotelCode="385181|61951" HotelName="Pantheon Caesar Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Ginnasi 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3b/d93b2b0e74d3226b15899b790a312df865a8d1b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89891932" Longitude="12.49061895" StarRating="4" HotelCode="451216|121581" HotelName="Rome Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 82, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb1987786d89adf8f3741dc3e761a857bee8fac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89626581458" Longitude="12.490781843662" StarRating="3" HotelCode="366564|8558" HotelName="Antica Locanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 84, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6e/986ebb5030b3329e96c546a696eb9d0dc01e12f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902877" Longitude="12.480508" StarRating="3" HotelCode="69858|7622" HotelName="Hotel San Silvestro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gambero 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/21/9c214c3ab040092c9e07ef3efd0fd29dd0137080.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903904" Longitude="12.500565" StarRating="2" HotelCode="66950|20537" HotelName="Bianca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/42/e242e6e2ccf4a898ab55feadeb85a7288308e630.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895545041544" Longitude="12.473010711639" StarRating="3" HotelCode="145586|232732" HotelName="Casa De' Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Biscione 83, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9a/60/9a60f55b3aa1d23c4257cb3cdbfff71ca421a202.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902588093189" Longitude="12.47997777614" StarRating="2" HotelCode="442037|199226" HotelName="Parlamento Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Convertite 5, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/04/d304a904263d4ddf053d73c5539f9f9726ec7f22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90013347" Longitude="12.45594919" StarRating="0" HotelCode="577746|233326" HotelName="InnsideRome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Cavalleggeri 13, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/39/b039386bf8c06c0a399cf5a1dfc604a028b2b299.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895989801738" Longitude="12.487247501223" StarRating="5" HotelCode="490674|165055" HotelName="Roma Luxus Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Largo Angelicum 4, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433ad5cb7e7bba8a7a4e228ad6c978846b199906.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903583022278" Longitude="12.48790382209" StarRating="4" HotelCode="360526|63611" HotelName="Hotel Stendhal  Luxury Suites Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 4, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/93/dc93e1cf1a8f8872adb6f0cfcdedf5c17ac0761a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.64" OriginalAmount="214.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919818" Longitude="12.481411" StarRating="5" HotelCode="22693|2061322" HotelName="Hotel Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe De Notaris 5, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd71877282859eb4b9b86ffe5299195cdb51d86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899641833695" Longitude="12.481133937836" StarRating="3" HotelCode="16565|23872" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 330, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e9/76e9d1e5b875471c9169b0f98159f1ac96ed63df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900882" Longitude="12.483834" StarRating="4" HotelCode="410309|23933" HotelName="Relais Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 44, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/7b/d87b74f0145f2c85537bbdd389d87079cd20021a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900686" Longitude="12.471541" StarRating="2" HotelCode="153792|56657" HotelName="Coronari Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Coronari 231-232, angolo Via dei Tre Archi, 00186  Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/cf/b5cf80fe5044005f7e97962274906a44f29e2d74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902656342148" Longitude="12.489207386971" StarRating="4" HotelCode="32616|15481" HotelName="Barberini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e8/a0e87d79141f550d922e20e55ec73e40026f893e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90322438" Longitude="12.48722239" StarRating="0" HotelCode="737678|283626" HotelName="Maison Tritone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 102, 00817 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/3f/7f3f7082201205a9edf7af7c245f66f8bdf2473e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904545" Longitude="12.481819" StarRating="4" HotelCode="191999|40742" HotelName="Spagna Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de' Fiori 3, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/62/246258b70bd1c014eaf3508eca1849fa4b2d6d40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8974405" Longitude="12.4822903" StarRating="4" HotelCode="310863|63211" HotelName="Domus Libera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Piombo 7, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/67/8467ad3cc1dfbc2e51defdd2529bf3acb4863da1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897224" Longitude="12.48682" StarRating="3" HotelCode="66776|30016" HotelName="Hiberia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 8, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/40/0440411f50fdd1666509ab02d4348f65dc1c8296.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90370086" Longitude="12.48817789" StarRating="4" HotelCode="631169|254794" HotelName="Palazzo Caruso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazza Barberini 5, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9a/1d9a44188edc62bd262072bba023fdbbcade32bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899003" Longitude="12.492032" StarRating="3" HotelCode="19231|27861" HotelName="Virgilio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 30, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/64/4a64da065e1cdbdf46a8b33bbacb410eb296c84d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903882" Longitude="12.488066" StarRating="4" HotelCode="10911|28239" HotelName="Barocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini, Via della Purificazione, 4, 00187 Roma, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/aa/27aa294505f232b21a166f61fb37c5f2b085250c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903644234534" Longitude="12.476856198995" StarRating="3" HotelCode="336885|178184" HotelName="Hotel Fontanella Borghese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fontanella Borghese 84, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6b/706bbb63f07fb9a9fbc061dd67d6c79425d81913.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90512" Longitude="12.485799" StarRating="2" HotelCode="191991|57296" HotelName="BdB Luxury Rooms Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 79?, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d3/cdd3f9e535354bd489d881a350433715818be761.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89487859" Longitude="12.48020571" StarRating="4" HotelCode="622382|254792" HotelName="Otivm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Via D'Aracoeli, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/c8/cac8eaf7041e8e5f9524aa0c317d416e5b60951b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9083186" Longitude="12.47729521" StarRating="3" HotelCode="376484|180907" HotelName="Corso Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b4/efb419b78e4b0a98df1f2cf4fce43322a400a2fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901666" Longitude="12.495539" StarRating="4" HotelCode="316955|57800" HotelName="Dharma Luxury Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 122, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/2a/d02aee2bfa7804fd91a03444e6517993810db82d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895583071429" Longitude="12.494064071429" StarRating="4" HotelCode="178175|212482" HotelName="Monti Palace Hotel Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 185, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2c/1b2ca7f0a156dfb7c205b7db1371cfb4b78d3c98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="727235|294835" HotelName="Horti 14" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dining,Garden,Internet,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St. Francis Of Sales 14, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/94/51940b42d4bee02ff38a73f85e5d988fa570d0e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906221247751" Longitude="12.483321974266" StarRating="3" HotelCode="902353|178079" HotelName="Scalinata di Spagna" 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 Trinità dei Monti 17, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2b/a02b45237c5e4e1fe121a909df5bfb7ecf0166f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90521235" Longitude="12.48491985" StarRating="3" HotelCode="434164|199262" HotelName="QT Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 57, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/76/e876573be233e19e267eba9a0f835a911d40812c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905484342416" Longitude="12.472817285065" StarRating="3" HotelCode="415404|199354" HotelName="Residenza Cavallini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Pets allowed,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Cavallini 12, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/c8/99c8cdca2d2a0cfc6e93d8102679f6628b0323a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90142512" Longitude="12.48489796" StarRating="3" HotelCode="187514|58466" HotelName="Relais Trevi 95 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 95, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/78/5078f454d96f2677958432e0e449df1188147120.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89911266" Longitude="12.46695787" StarRating="2" HotelCode="361349|371444" HotelName="Hotel Atelier 800" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 294, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0a/3f0a24a5bc679ed038f73d93197dbde4d6b36494.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91226778" Longitude="12.45534874" StarRating="3" HotelCode="485403|200367" HotelName="Prati Resort Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Costantino Morin 24, 00195 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/5a/fb5a10afa7759cea6ad76f2b950164e1c5a734eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="255.55" OriginalAmount="238.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="|MLA" HotelName="Starhotels Michelangelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di S. Pietro 14</AddressLine>
          </AddressLines>
          <PostalCode>06632359</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/22133/4598666.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902288034598" Longitude="12.501052869849" StarRating="5" HotelCode="375604|94253" HotelName="NH Collection Roma Palazzo Cinquecento" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Cinquecento 90, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/99/1c994ba6855d28de9cdbff2a9b64069e26f1952c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896474472077" Longitude="12.476442398777" StarRating="3" HotelCode="570685|200708" HotelName="Terrace Pantheon Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/57/4457bb10268beb949d262ab5debfd452f08e3779.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905591" Longitude="12.478493" StarRating="4" HotelCode="207343|57288" HotelName="San Carlo Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 112, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/38/073830b599c3030479089b542cc5fb26a67cede9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90084" Longitude="12.493602" StarRating="4" HotelCode="10346|2096" HotelName="Artemide" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/74/f974cda42d0b1415a336f66c0080e0bb01d17843.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.36" OriginalAmount="248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89238262" Longitude="12.47589074" StarRating="4" HotelCode="485391|180216" HotelName="Hotel Monte Cenci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte dè Cenci 8, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/15/80159fc20e5f95cbeb6016d3939b14d84c9461a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90546304" Longitude="12.48697622" StarRating="4" HotelCode="483973|179481" HotelName="Hotel degli Artisti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Artisti 18, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e628f871d97d443532a5d1c29baeb87891f6d34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909698956878" Longitude="12.477373480797" StarRating="4" HotelCode="64229|55112" HotelName="Piranesi Palazzo Nainer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 196, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/bd/56bddf10b0817392dcc442ea932f7bf9a62f3875.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.917387455165" Longitude="12.491363883019" StarRating="5" HotelCode="15657|28638" HotelName="Parco dei Principi Grand Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Frescobaldi 5, 00198 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/72/4a72a4a7a0ff316c94e6468fde516acc7ebd669a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895925" Longitude="12.473493" StarRating="4" HotelCode="172195|47692" HotelName="Lunetta Rom" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Paradiso 68, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/cc/45ccbee8ef5315d0a21dd93d0efd01beaad45cf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.99" OriginalAmount="257" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909235225703" Longitude="12.47787217791" StarRating="4" HotelCode="102067|57055" HotelName="Babuino 181" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Babuino 181, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c966db4e2bc37386221d024e80c8b2bc8c56dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89674912" Longitude="12.47233216" StarRating="3" HotelCode="580940|232911" HotelName="Damaso Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Cancelleria 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/3a/953abbfd47502204f09af424d92beca44426b72e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8951008" Longitude="12.47600271" StarRating="4" HotelCode="580962|233140" HotelName="Hotel Dei Barbieri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Barbieri 3A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e6/ede6b56066f5f377f4e49407980528a7c1f825c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9036625" Longitude="12.4622083" StarRating="4" HotelCode="313411|62310" HotelName="Hotel della Conciliazione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Pio 163/166, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e350b90d4f8eb23111221c7bf53e61474914eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89595788" Longitude="12.47801652" StarRating="0" HotelCode="559763|396928" HotelName="Le Quattro Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/730106/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903379393464" Longitude="12.485125256449" StarRating="3" HotelCode="97573|93228" HotelName="Rome Style 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 106, Piazza di Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f2/27f2ca89dd9dc5e771f76ff4568630f5877b95ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90603" Longitude="12.478954" StarRating="3" HotelCode="191986|56999" HotelName="Town House Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 50a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/338729/338729a_hb_a_008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88912735" Longitude="12.48246914" StarRating="0" HotelCode="787453|404168" HotelName="The Rooms Of Rome Palazzo Rhinoceros" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Velabro 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/63/b463a09fa8928f4bc1ea74ace72a777c1fa918de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89620357" Longitude="12.47878872" StarRating="0" HotelCode="572974|232998" HotelName="G55 Design Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gesù 55, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/30595f0a41d678befa1fb109f0557cd13f02df87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.83" OriginalAmount="269" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899385294451" Longitude="12.477521002292" StarRating="4" HotelCode="44474|448" HotelName="Hotel Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6f/026f8b345a83960f37b3c26b12b1cec41eaab91e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893174" Longitude="12.475893" StarRating="2" HotelCode="899664|57963" HotelName="Hotel Chapter Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria De' Calderari 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/64/4464b0f31d7bea5d9bf8a5df9028c5c14bdc758b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9137655" Longitude="12.47305407" StarRating="5" HotelCode="537898|229002" HotelName="The H'All Tailor Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Pisanelli 23-25, 00196 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2e/a82e6d66a8b1b05a50e90f7c042f59b7d28a71eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90983491" Longitude="12.49102071" StarRating="4" HotelCode="451215|123874" HotelName="The Tribune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Campania 45, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7c/da7cf87669a947803fe8d880178efa5923240915.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.46" OriginalAmount="278" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93944221" Longitude="12.52775469" StarRating="3" HotelCode="540067|199217" HotelName="Parco delle Valli Bedrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Conca d'Oro 25, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f9c14c569aa628018af6bdd149faebd41e17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898334171536" Longitude="12.466108202934" StarRating="5" HotelCode="67826|20547" HotelName="Indigo Roma St. George" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/0f/600fbd3b8898e16ce2c1d828625ed9643137e382.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904116914187" Longitude="12.480317019183" StarRating="3" HotelCode="397763|58701" HotelName="Down Town Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 99, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/43/8b43731fd8900e78c074718c2e039964cbcb75f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889720008199" Longitude="12.481323868717" StarRating="4" HotelCode="30029|28641" HotelName="Fortyseven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Petroselli 47, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/37/d2378a048ca3d17dc187d1ada4d8e59bd6ff27f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="978724|404660" HotelName="Hotel Scenario" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo delle Ceste 26, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bb/d3bbc142495cf1e8deed28c717a21b4f604b5b53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90241731" Longitude="12.49003732" StarRating="5" HotelCode="577730|232974" HotelName="Escape Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontana 15, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/54/b954720eedf0cfa21c15ed9c818868e792098010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="117336|199106" HotelName="Nerva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de'Conti 3/4, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d6/ded63ef2317459789457b281065524d5ce199809.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906260589001" Longitude="12.48069383634" StarRating="2" HotelCode="151881|56465" HotelName="Mario de' Fiori 37 Rome Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario dé Fiori 37/B, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/42/034222b6b5df6d0b801dc7e017b94f19cb4d83c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894778" Longitude="12.472957" StarRating="3" HotelCode="191934|56321" HotelName="Town House Campo de Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 43, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/47/96471755f0ae33512786a29bac161b7eaf52b82d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897246" Longitude="12.482817" StarRating="3.5" HotelCode="146917|94240" HotelName="The Telegraph Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e8/31e824c2253f83af2c8c1dad534a32e6bc27130f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897793291728" Longitude="12.495449192625" StarRating="4" HotelCode="310865|60850" HotelName="The Fifteen Keys Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 6/7, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/99/0099b68f01e499a1a9e8dcccd58428a94fedabc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90715017" Longitude="12.47720652" StarRating="0" HotelCode="621605|254693" HotelName="Elizabeth Unique Hotel Rome" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Colonnette 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/791282/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897" Longitude="12.48268" StarRating="3" HotelCode="335577|198963" HotelName="Piazza Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Battisti 133, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/cb/8bcb48b9b97c3b4f5eab314e20ec80d2e0a246e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.70" OriginalAmount="310" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88699164" Longitude="12.47188825" StarRating="3" HotelCode="413782|200735" HotelName="Torripa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Francesco a Ripa 132, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2c/e72c610bde45a85aa6fa989e74e17b3652252de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.77" OriginalAmount="311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905127960511" Longitude="12.47879575215" StarRating="5" HotelCode="13024|1411" HotelName="Grand Hotel Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 126, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/27/e12785030464d11ac8538096aad6c399584391e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905387" Longitude="12.489899" StarRating="5" HotelCode="26027|16716" HotelName="Aleph Rome Hotel, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 15, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f5326fd25694d993671ed167d28a94f85bf969d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904735" Longitude="12.48342364" StarRating="0" HotelCode="580187|234180" HotelName="Spagna Art &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Due Macelli 60, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/73/4273b985aef36b8717d81c28fe10d8dfe674707a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90663686" Longitude="12.50153425" StarRating="0" HotelCode="789155|233336" HotelName="K Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 99, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/d1/4ed13e6611cd9633d99c045f674f2f29f762d0fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918868" Longitude="12.446678" StarRating="5" HotelCode="47278|19975" HotelName="Rome Cavalieri a Waldorf Astoria Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberto Cadlolo 101, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a3/88a3d448dc6fe35ebc460d8634f21c125b582a34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898891178996" Longitude="12.477421760559" StarRating="4" HotelCode="11662|27865" HotelName="Del Sole al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 63, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/41/6341cb831ccdd50e49d613c25e430fe71568a94f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907945984603" Longitude="12.479654392521" StarRating="4" HotelCode="151846|435242" HotelName="Margutta 54 Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 54, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1d/f51d3c94656b53e5f3c13fc177fbd0c0849a45c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903954932559" Longitude="12.489059865474" StarRating="5" HotelCode="10861|13015" HotelName="Sina Bernini Bristol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini 23, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/135357a1e92a8d4c10f7789bee075617d7f033e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902029495818" Longitude="12.496055066585" StarRating="5" HotelCode="26026|24646" HotelName="Palazzo Naiadi Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 47, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/df/81df0143ff2bbb0e46ade4ab7b656dd361542921.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.80" OriginalAmount="340" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897854583354" Longitude="12.474449658895" StarRating="4" HotelCode="933877|40636" HotelName="Palazzo Navona Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo della Sapienza 8, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/bc/a0bc97760e85aa44f40e1aa31ae14b14b1559b5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="365.68" OriginalAmount="341.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90865" Longitude="12.47553" StarRating="5" HotelCode="176151|1922612" HotelName="The First Hotel Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Vantaggio 14, 00186 Roma, Latio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/65/ec653d95f10bd4790f4d4e5d8a269f6c2d8f4569.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907491236652" Longitude="12.490017414093" StarRating="5" HotelCode="18545|13549" HotelName="The Westin Excelsior Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 125, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a2fe86e340baf55ac3b8ca76cd84e82b0fb11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.57" OriginalAmount="351" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896875" Longitude="12.484035" StarRating="4" HotelCode="47829|21816" HotelName="Cosmopolita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Eufemia 5, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/55/bf55ecb85677dc87c3e2e291a1ad119d3671c595.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.57" OriginalAmount="351" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89956595" Longitude="12.47735112" StarRating="3" HotelCode="539862|200239" HotelName="La Residenza Del Sole Al Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orfani 90, 00186 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/94/6194f5c2d876abe58aba88ca77ab5ae898737dc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383.06" OriginalAmount="358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90066993" Longitude="12.48498801" StarRating="4" HotelCode="438016|199208" HotelName="Palazzo Scanderberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Scanderbeg 117, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635078/635078a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89574577" Longitude="12.44425992" StarRating="3" HotelCode="420866|182035" HotelName="Casa Mia Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,LCD/Projector,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 267, Aurelio, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/3a/443a69e674576d87e5cb87bd98ec34f522eaa031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89573128" Longitude="12.44424674" StarRating="3" HotelCode="420510|178786" HotelName="Casa Tua Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Central Heating,Elevator,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 267, Aurelio, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4f/a2/4fa2c036e893819d0a72265cb35017efe7e06c91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387.34" OriginalAmount="362" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889546986904" Longitude="12.482473203705" StarRating="4" HotelCode="117522|56782" HotelName="Residence Palazzo Al Velabro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Velabro 16, Trastevere, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3e/8b3e4588574aea7a446c1d203b31b764b4e8da9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.48" OriginalAmount="364" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899644144469" Longitude="12.472368294216" StarRating="3" HotelCode="384770|199209" HotelName="Palazzo De Cupis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell'Anima 10, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/62/5d62ae76ebce79ee6372ea5a4ef1b7f4a83283e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.69" OriginalAmount="367" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90911210199" Longitude="12.488880157471" StarRating="4" HotelCode="14596|31837" HotelName="Rome Marriott Grand Hotel Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 191, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/81/6281186d4838e4c77dcfcbcc1c4e88193f81c941.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.97" OriginalAmount="371" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910567892077" Longitude="12.473641872406" StarRating="5" HotelCode="428797|200343" HotelName="Palazzo Dama" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Arnaldo Da Brescia 2, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/64/1564479808332de098ae7a3d1effa9e04650f16a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907882483777" Longitude="12.486814856529" StarRating="5" HotelCode="31161|32662" HotelName="Splendide Royal" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/15/6515f7d58fa53ff27636ae2cc808543a16b7681d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904723" Longitude="12.480628" StarRating="5" HotelCode="47993|13149" HotelName="Hotel d'Inghilterra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/90/5590a44184b01e2d7003d47a4b4a0f9ea09ddca9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907524976984" Longitude="12.486666559525" StarRating="5" HotelCode="17705|27866" HotelName="Sofitel Roma Villa Borghese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 47, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/03/e2033c8a8caba644165d302e1ff35fdf9f79d9d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.51" OriginalAmount="393" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90027364" Longitude="12.48380894" StarRating="5" HotelCode="623180|254704" HotelName="Harry's Bar Trevi Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vincenzo 10, Trevi Fountain, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/6f/866f83153c350f7c9727e7ce0074b4e0ba30193c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.65" OriginalAmount="395" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89616104" Longitude="12.48489409" StarRating="0" HotelCode="955169|394920" HotelName="Hotel NH Collection Roma Fori Imperiali" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Eufemia 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/db/07dbf7ae3398b472e389be7c198d9e9e717b8c34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.79" OriginalAmount="397" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89210536" Longitude="12.49061335" StarRating="0" HotelCode="875503|396976" HotelName="Palm Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Colosseo 20, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2b/7c2bb5ab5d67cf6a7e28c575d456c711b699e5a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.93" OriginalAmount="399" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89774137" Longitude="12.47216648" StarRating="4.5" HotelCode="418282|62119" HotelName="G Rough" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Pasquino 69, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1c/b31c072607788fa4942260363b4775519b3cf98d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="442.98" OriginalAmount="414" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90359292" Longitude="12.47817677" StarRating="2" HotelCode="542835|58600" HotelName="Teichnersuite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di San Lorenzo in Lucina 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b8/b5b8b1265c886464b66c7f8f5dc9d98eb3d43270.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="446.86" OriginalAmount="417.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90837698492" Longitude="12.475877880056" StarRating="4" HotelCode="102093|1094588" HotelName="Residenza di Ripetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 231, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/dc/28dc98bafdfce6726260b9892c0a18916883bcd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.45" OriginalAmount="435" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898837" Longitude="12.461336" StarRating="5" HotelCode="295508|31441" HotelName="Gran Meliá Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gianicolo 3, Rom 00165</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/a1/27a1d7427b1769daf9f2de54615a8e8d2404e3e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89885558" Longitude="12.4733767" StarRating="3" HotelCode="470156|200275" HotelName="Lifestyle Suites Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Navona 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f8/aff89f3f54539a11f78002bb35534f91bdf3ce60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907043" Longitude="12.489821" StarRating="5.5" HotelCode="16556|28640" HotelName="Baglioni Hotel Regina" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 72, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/3a/0b3a3daca8569089791ba4aacc9779404efd9378.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="488.80" OriginalAmount="456.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90713772" Longitude="12.4779197" StarRating="4" HotelCode="846951|14020687" HotelName="The First Roma Dolce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Corso 63, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/5e/d15e08fdb8079580e4c20002d985de7c4ce627da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="492.51" OriginalAmount="460.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90702892" Longitude="12.47313195" StarRating="5" HotelCode="|TFMS" HotelName="The First Musica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1336018/21781164.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90625" Longitude="12.489545" StarRating="5" HotelCode="200887|21803" HotelName="Ambasciatori Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 62, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/06/9906ce8d8dea6bdcbe7d875f38adcd28aebadf5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90123209" Longitude="12.48393182" StarRating="3" HotelCode="485816|200743" HotelName="Trevi Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Scavolino 61, Check in at Residenza Ki-Via Rasella 53, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d9/9bd982287938e358b3b2e723a373c23a94a91535.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.67" OriginalAmount="481" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899169238515" Longitude="12.472398389167" StarRating="5" HotelCode="485831|200093" HotelName="eitch Borromini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell Anima 30, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ca/6cca6b5fe63225547982036635f17bfb28158c9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89809411" Longitude="12.47607083" StarRating="5.5" HotelCode="694319|279290" HotelName="The Pantheon Iconic Rome Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Parking,Pets allowed,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Chiara 4/A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4f/fd4f561e71671b08a89724ff22b6995422f3f0ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89741616049" Longitude="12.467169593822" StarRating="5" HotelCode="293606|294019" HotelName="D.O.M." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 131, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e0/c1e09c6904721bcd9ca85a2cd41c49b9c5db2bc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90926875" Longitude="12.4789341" StarRating="5" HotelCode="551977|233780" HotelName="Margutta 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ef/57ef9e6cef1b78190ae9da7c4754441636b2e5bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90676188" Longitude="12.48177632" StarRating="3" HotelCode="385840|200353" HotelName="Piazza di Spagna 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Spagna 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b6e0b1c1624414621e769e135dc4060eb49db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90876941" Longitude="12.4761359" StarRating="0" HotelCode="408425|233960" HotelName="Rarity Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 25, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5e/f9/5ef93aff669f186b283924d7f7eb6215b2385571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.19" OriginalAmount="517" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899934" Longitude="12.472147" StarRating="4" HotelCode="142405|53806" HotelName="Raphael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Febo 2, Piazza Navona, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/54/a754c7cdcc112d506b600b29599ca6aeacd7315f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.33" OriginalAmount="519" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890203" Longitude="12.495596" StarRating="5" HotelCode="26028|47631" HotelName="Palazzo Manfredi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 125, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f0/9df023541f8629a168133f51c276d31ce47a231c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908840629876" Longitude="12.478655576706" StarRating="2" HotelCode="191983|234108" HotelName="Romeo al Babuino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 46, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/3a/133a792b5d89b62327bc41a11e833ea2e8396df4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89728995" Longitude="12.48198344" StarRating="4" HotelCode="935402|47689" HotelName="Corso 281 Luxury Suites Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 281, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/65/236531f485be70a09a364066b9b8d9798ad4a495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4.5" HotelCode="117787|50063" HotelName="Villa Spalletti Trivelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/40/7c405558dbdc6cb42c83856ad7afe9629f832486.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595.99" OriginalAmount="557" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909688974627" Longitude="12.474697705523" StarRating="4" HotelCode="95125|146421" HotelName="Hotel Locarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Penna 22, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/34/a734a779f1e4d33a2c2ccce09f608aedc7ce056a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89893788" Longitude="12.48113271" StarRating="5" HotelCode="727272|294889" HotelName="Singer Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Specchi 10, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/89/6e89c7cb4da996e1fa738faf79f47d263e4615d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.81" OriginalAmount="583" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896551" Longitude="12.455587" StarRating="2" HotelCode="191699|146050" HotelName="Colazione Al Vaticano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 40, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/e7/42e7a5742efbc2e80b33f06bae028b640f80f3a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="650.56" OriginalAmount="608" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90436124" Longitude="12.47852013" StarRating="3" HotelCode="445649|54750" HotelName="Residenza Napoleone III" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fontanella Borghese 56, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ca/bdca319beccfc3d0fdd9f35e2e63235e8fd5cab9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="679.58" OriginalAmount="635.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89608386" Longitude="12.46874891" StarRating="5" HotelCode="|DERI" HotelName="De' Ricci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della barchetta 14</AddressLine>
          </AddressLines>
          <PostalCode>066874775</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/DERI/DERI_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="793.94" OriginalAmount="742" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905287432543" Longitude="12.480342686176" StarRating="4" HotelCode="55604|199255" HotelName="Portrait Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca Di Leone 23, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/95/64955ecf0bd8f384f269966158b3159ac9f0cedd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="821.76" OriginalAmount="768" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90428311" Longitude="12.47799177" StarRating="5" HotelCode="497221|179626" HotelName="Fendi Private Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Fontanella Borghese 48, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/81/b581fe71d0293bb4a8460290a2c0a0fc93a97f5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="890.24" OriginalAmount="832" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904285826145" Longitude="12.476981011045" StarRating="5" HotelCode="263929|62971" HotelName="J.K. Place Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte D'Oro 30, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ca/67ca292458974c906fb2c3d207ddb87d4a605bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="974.77" OriginalAmount="911" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906507119761" Longitude="12.486356198788" StarRating="5" HotelCode="11988|24627" HotelName="Eden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 49, Rome 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/24/fb244418767a3d3a6f47911e47a98984d64e22ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1086.05" OriginalAmount="1015" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905964152224" Longitude="12.483761161566" StarRating="5" HotelCode="13672|33355" HotelName="Hassler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 6, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/bd/3bbd5063e1e5b2b1bd31db20afd598be355dc7e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1108.52" OriginalAmount="1036" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905673" Longitude="12.484233" StarRating="5" HotelCode="11651|394559" HotelName="Hotel de la Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 69, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/86/3486eac1888b0e4dfe738d0b8c79dc54a67081b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1154.53" OriginalAmount="1079" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897503642429" Longitude="12.477708756924" StarRating="5" HotelCode="47954|1882" HotelName="Grand Hotel de la Minerve" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Minerva 69, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6a/6a7293c2c3c6bd56/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.84" OriginalAmount="1112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90451782" Longitude="12.47653134" StarRating="5" HotelCode="630231|254713" HotelName="Hotel Vilòn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arancio 69, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/5a/e05a54121a353dbb2c450fe0ca0bfa39b7fb930f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1521.54" OriginalAmount="1422" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903946" Longitude="12.495306" StarRating="5" HotelCode="17902|13514" HotelName="The St. Regis Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6f/b96fa243492d979ac4058fbc68161c93f5e5de96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1729.86" OriginalAmount="1616.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909923" Longitude="12.477357" StarRating="5" HotelCode="11628|1081309" HotelName="Hotel de Russie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/2b/302b7834910db74a30cda7c446838dcd1fd98c78.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3434.70" OriginalAmount="3210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900775784698" Longitude="12.497302293777" StarRating="4" HotelCode="11755|13169" HotelName="Hotel Diana Roof Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 4, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d1/3dd1a962cd63828524c25399ca42ee14f8730c76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Conference Hall,Jacuzzi,Currency Exchange,Designated Smoking Area,Swimming Pool,Diet Meals,Shopping Arcade,Wheelchair Access,Kitchen,Nightclub,Bicycle Rental,Porter,Smoking Rooms,Golf,Garden,Airport Transfer (on Demand),Elevator,Housekeeping,LCD/Projector,Luggage Storage,24 Hour Front Desk,Babysitting,Concierge,Parking,Pets allowed,Limousine Service,Dry Cleaning,Library,Spa,Heated Pool,Dining,Printer,Meeting Room,Off-Site Parking,24 Hour Power Supply,Business Centre,24 Hour Room Service,Valet Parking,Coffee Shop,Vending Machine,24 Hour Security,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,5,3,2,2.5,1.5,1,5.5,4.5,3.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,GUESTHOUSE,HOTEL,GUEST HOUSES,CONFERENCE HOTEL,BUSINESS HOTEL,HOSTELS,SPA HOTEL,APARTMENT,BED AND BREAKFASTS,BOATS,APARTMENT HOTEL,AIRPORT HOTEL,VILLA,ECO HOTEL,FINCA,BOUTIQUE HOTEL,GUEST HOUSE,BUNGALOW COMPLEX,HOSTEL,CLUB RESORT,VILLAGE,GOLF HOTEL,SKI HOTEL,CONDOS,RESORT,COUNTRY HOUSE</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
cac01239-37da-43dd-a37e-6b55d05dc613|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="cac01239-37da-43dd-a37e-6b55d05dc613">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="12457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
cac01239-37da-43dd-a37e-6b55d05dc613|TravcoSearch|supplier interation failed||Travco|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
cac01239-37da-43dd-a37e-6b55d05dc613|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
cac01239-37da-43dd-a37e-6b55d05dc613|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
cac01239-37da-43dd-a37e-6b55d05dc613|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
cac01239-37da-43dd-a37e-6b55d05dc613|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
cac01239-37da-43dd-a37e-6b55d05dc613|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="2025-11-24T05:39:07.4171175+00:00" Version="0" EchoToken="Search" TransactionIdentifier="cac01239-37da-43dd-a37e-6b55d05dc613" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94468914" Longitude="116.12582072" StarRating="0" HotelCode="688394|486227" HotelName="Home Inn Beijing Mentougou Shuangyu Huandao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>D092</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0031/13776/3113776/1.jpg?f=14950606</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.35" OriginalAmount="22.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.8836945" Longitude="116.230837" StarRating="2" HotelCode="651834|723586" HotelName="Jinjiang Inn Beijing East Lianshi Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 North Zhangyicun Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65ec347b5eae64a76e928e1af61436cb0d823f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.867097" Longitude="116.466426" StarRating="2" HotelCode="422272|247266" HotelName="GreenTree Inn Beijing Chaoyang Shilihe Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Furniture Avenue, Shilihe, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/535182/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.881589" Longitude="116.458063" StarRating="2" HotelCode="181188|393169" HotelName="7 Days Inn Jingsong-Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Jingsong Nan Road, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/72/c8724d0963a02e1054f2cf41bc23827d1e7b89ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.32" OriginalAmount="24.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97674497" Longitude="116.49441719" StarRating="2" HotelCode="313358|256836" HotelName="Jinjiang Inn Beijing Jiuxianqiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jiuxianqiao Street, Chaoyang Distirct, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/36/4f36d077c107ef58beadd1ea240ae74843f21bc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.81" OriginalAmount="25.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.995041" Longitude="116.478798" StarRating="2" HotelCode="181186|708287" HotelName="7 Days Inn Wangjing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Room Service,Concierge,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Wangjingxiyuan, Chaoyang, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/221277/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94275394" Longitude="116.44043582" StarRating="0" HotelCode="371246|392980" HotelName="7Days Inn Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chaci Village, Dongzhimenwai Street, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b5/a6b5c3c059c437a77dc80f355e46396ba711b736.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="740078|506783" HotelName="GreenTree Inn Beijing Chaoyang District Maquanying Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Southwest Commercial Building, Maquanying Village, Chaoyang, 100103 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/77750/3677750/1.jpg?f=15310482</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.946643443704" Longitude="116.4470203279" StarRating="2" HotelCode="162041|451192" HotelName="Home Inn Beijing Yansha Xinyuanli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Xinyuan Xili Zhongjie, Chaoyang, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5a1e217847a06fad6abd6505f9e0de2a698984.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92867604" Longitude="116.19614277" StarRating="3" HotelCode="441370|247282" HotelName="Jinjiang Inn Beijing Pingguoyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Building 44, Yangzhuang North Area, Shijingshan District, 100043 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/df/17df9f653958c85978d0a2b80b7200d1b45c8ca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.02659" Longitude="116.414533" StarRating="2" HotelCode="181185|148508" HotelName="Jinjiang Inn Olympic Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Yangshan Road, Chaoyang, Beijing 100107</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/de/75deae2cb25dcc45c4c501c0bfdba0dd0124c2de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9867008" Longitude="116.4855414" StarRating="3.5" HotelCode="200746|63720" HotelName="Heyi-Beijing Wangjing 798 Heyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, 5 Yingpingli, 9 Jiuxianqiao North Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f5/17f5f01ed57c833edb15e2e9d24b3358b3e203b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89805913" Longitude="116.32008079" StarRating="2" HotelCode="614220|247261" HotelName="Greentree Alliance Beijing West Railway Station Zhanqian North Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>21 Yangfangdian Road, Hai Dian, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/9a/239ab16a5d2301b83ddfeb63b6487189db73b853.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908104811006" Longitude="116.19941617017" StarRating="4" HotelCode="974236|318995" HotelName="Lavande Hotel Beijing Shijingshan Wanda Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Shijingshan Road, Shijingshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f4/70f44b9a2012a035490e5fccdbdcecac6da1b2b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.96430608" Longitude="116.50440736" StarRating="0" HotelCode="661892|513133" HotelName="Jinjiang Inn Beijing Jiuxianqiao Electronic Shopping Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A 1 Tuofangying Xili, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d2/3fd2363dfe91bbcff6be83434a0f326c435b14a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.145945392605" Longitude="116.52151107788" StarRating="3" HotelCode="66166|401794" HotelName="Hot Spring Leisure City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Wangfu Street, Beiqijia Town, Changping District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/6b/9c6ba41ffdfcebb1f76012fadafb6870889f50cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608119|247288" HotelName="Nostalgia Hotel CBD Jinsong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Nongguang Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778684/d5aa2b88bc867d98ab1406ccd7f4c193.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="36.58" OriginalAmount="34.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="704169|813331" HotelName="Nostalgia Hotel Beijing Guomao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Nongguang dongli, Chaoyang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5f/9a5f0467add764a63d05c971af50be9b4a6bdc7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.966544" Longitude="116.380279" StarRating="2" HotelCode="181174|392337" HotelName="7 Days Inn Madian Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Deshengmenwai Street, Xicheng, 100120 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bc16f0318972e409fb8c3fdb47e7a8c5d3832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.042019" Longitude="116.304133" StarRating="2" HotelCode="181143|392356" HotelName="7 Days Inn Shangdi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Shangdi Liu Street, Haidian, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42acd00c947d91d72c09067df2602bce313ea86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.055517723437" Longitude="116.58200433401" StarRating="4" HotelCode="71273|24447" HotelName="CITIC Beijing Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capital International Airport, 9 Xiao Tianzhu Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c989b1d821c7370208d7d7174688554d6926b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.84636378" Longitude="116.44124784" StarRating="4" HotelCode="701861|393442" HotelName="James Joyce Coffetel Beijing Songjiazhuang Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 10, 58 Fangzhuang South Road, Fengtai, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2f/9a2f4ba819265c1e744676e13367cca85481aec9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89070888" Longitude="116.40676329" StarRating="1" HotelCode="418849|247283" HotelName="Jinjiang Inn Beijing Zhushikou Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>No 72 Xixiaoshi Street  Dongcheng District, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4b/e34b5dd89313c74dfa13f607ad344034d70c961e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="974245|350506" HotelName="Lavande Hotel Beijing Olympic Village Bird's Nest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Xingmei Building North, Lin Cui Bridge North Black Road, Changping, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/39/c939219ed11b6cf511c7201e53665ef135d9be61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.924392" Longitude="116.424059" StarRating="2" HotelCode="181173|393254" HotelName="7 Days Inn Chaoyang Men" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>190 Jia Neidajie, Chaoyangmen, Dongcheng, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/32/3f/323f8afc5420c7a45d64c5cdb78e213ab9565922.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.39" OriginalAmount="37.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89393451" Longitude="116.39687246" StarRating="3" HotelCode="269408|233330" HotelName="Qianmen Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Shijia Hutong, Qianmen Street, Xicheng District, 100051 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/6f/036fdcd428effb64fe302dd8e266b8072d8d1818.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.47" OriginalAmount="37.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.924442" Longitude="116.395036" StarRating="3" HotelCode="899509|115922" HotelName="King Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Shatanhou Street, Dongcheng Ditstrict, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bd/a6bd7baa796cb8905585a93cdeb0d74af055bdc4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.85622422" Longitude="116.2923124" StarRating="2.5" HotelCode="615255|247280" HotelName="Jinjiang Inn Beijing Fengtai East Street Subway Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Youyongchang North Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1a/5b1a34ae3e618b19bdcd15980171e716533a9b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.937145792146" Longitude="116.4157716589" StarRating="2" HotelCode="111175|452545" HotelName="Home Inn Beijing Beixinqiao South Luogu Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Xiguan Alley, Dongsi North Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad1a5380b4a8280f91949cd616dae1a6e0fab02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9722284" Longitude="116.31309997" StarRating="3" HotelCode="449973|148501" HotelName="Jinjiang Inn Beijing Yizhuang Economic &amp; Technical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1f/f11f0a43c226bcb8f72d1eade4d56e24a71ffb60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="41.78" OriginalAmount="39.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.889241416947" Longitude="116.4386844635" StarRating="4" HotelCode="899558|115254" HotelName="Xizhao Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Xizhaosi Middle Street, Chongwen District, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/33/8233fac63e3defeaa59f5aca82edad1be20c70ac.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="42.40" OriginalAmount="39.63" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|989471" HotelName="Xizhao Temple Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>15 MIDDLE XIZHAO TEMPLE STREET, DONGCHENG BEIJING</AddressLine>
          </AddressLines>
          <CityName>BEIJING</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1190268_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.904461" Longitude="116.382784" StarRating="2" HotelCode="181160|392003" HotelName="7 Days Inn Tiananmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Xirongxian Hutong, Xicheng, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0f/d30fc0595f2ccb5539436ce150692a44c990f9ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.065115824201" Longitude="116.56943678856" StarRating="4" HotelCode="166810|35972" HotelName="Ramada by Wyndham Beijing Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Tianzhu Fuqian Avenue, Shunyi District, 101312 Beijing, Huabei (North China)</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769df1fd8318244d0a3408e12330f8515e10238.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.68" OriginalAmount="41.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90455" Longitude="116.213408" StarRating="4" HotelCode="111282|115255" HotelName="Mercure Wanshang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yinhe Street, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ae/11ae2d946b275e39928f703b687690cc129d9338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.78517424" Longitude="116.49928033" StarRating="3" HotelCode="705040|392909" HotelName="James Joyce Coffetel BDA Internaltional Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Block A 6 Disheng West Road, Yizhuang Economic Development Area, 102600 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.900573" Longitude="116.475465" StarRating="2" HotelCode="111234|451258" HotelName="Home Inn GuoMao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No.20 Baiziwan Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ba/35bab38571b174d6d5cfc0d4d2fd24bb33ece398.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.001842524854" Longitude="116.42146641601" StarRating="2" HotelCode="181142|60878" HotelName="Jinjiang Inn Beijing Olympic Village Datun Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, 220 Datun Road, Andingmenwai, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/2e/8d2e797792b5449cbb5bca5555b321236e81833f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="658804|420940" HotelName="Jinjiang Inn Beijing Wanfeng Road Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1f/6b1f67aa26188e5e4f02f708c6603354fe1aedaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.976661010959" Longitude="116.47321569894" StarRating="4" HotelCode="34347|24461" HotelName="Metropark Lido Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiang Tai Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/de/7bdeecf2835cc0a12111d4d1da91b6657f3f4a8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.023059" Longitude="116.528224" StarRating="3" HotelCode="916488|35956" HotelName="Holiday Inn Express Beijing Airport Zone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 6 Court Jingshun East Road, Chaoyang District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/91/cd91d164288b0208dc7c7e0f5bd151e65a8e1dd0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.13" OriginalAmount="46.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94352083" Longitude="116.41379363" StarRating="2.5" HotelCode="369345|694732" HotelName="Nostalgia Hotel Beijing Confucius Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 North 3rd Road, Jiaodaokou Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/8f/888f190175c9110320baf3173cb8c9fc052956c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.12977882" Longitude="116.61564204" StarRating="4" HotelCode="381180|223108" HotelName="Holiday Inn Beijing Airport Zone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.35 Nanchen Road, Nanfaxin, Shunyi District, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555202daa5c330f0bd7c6b5524d650de16cbcdf8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.84990083" Longitude="116.38816377" StarRating="3" HotelCode="76809|317906" HotelName="Lavande Hotel Beijing South Railway Station Yangqiao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 East Majiabao Road, Fengtai District, 118305 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b0/a9b0067a99dec67dd284926ab29288b2569b096c.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.26" OriginalAmount="47.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.929559904308" Longitude="116.23963820905" StarRating="4" HotelCode="931002|589080" HotelName="Holiday Inn Beijing Shijingshan Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>555 Tiancun Road, Shijingshan District, 100049 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a0/4fa0375dc63c1951a2b9712005ac1fdb19678edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9226559" Longitude="116.15546659" StarRating="3" HotelCode="779139|375127" HotelName="Holiday Inn Express Beijing Shijingshan Parkview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Shijingshan Road, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/cc/f7cc000704441cec15c4faa83bcebb9d5ebe0ac3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="93654|148202" HotelName="Beijing Dong Dan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>120 Dongdan North Main Street, Dongcheng District, 100005 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0f/600f77948def96061e01f1d12a7e954b48dd6679.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.930632530056" Longitude="116.37189742496" StarRating="2.5" HotelCode="200735|62433" HotelName="Beijing 161 Beihai Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Xisi North Qi Tiao, 100035 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/9e/d09e5100cb1bef155c7bcf859b821082189d274b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.935231612762" Longitude="116.44559365145" StarRating="3" HotelCode="331071|63875" HotelName="The Sanlitun Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 10, Xingfuyicun, North Gongti Road, 100027	Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fd/3bfd8bd5b1e974da8fb1bc8aa42b0cfe894043ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.989484" Longitude="116.404233" StarRating="4" HotelCode="93758|59199" HotelName="Continental Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, Beichen Dong Road, Chaoyang District, Beijing 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/32/82327bb6fed4c6dd6da924697a0811a40d9e8c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973422|350517" HotelName="Lavande Hotels Daguanyuan Guanganmen Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 17, 2 Nancaiyuan Street, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/bb/9bbbf0e4a890784f63af64274788b864e27c2160.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.89" OriginalAmount="51.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913494" Longitude="116.400189" StarRating="4" HotelCode="93649|110717" HotelName="Jade Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Nan He Yan Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/02/9902e8e61b14f0971184048534456f6b6f1e6fd5.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.941182618819" Longitude="116.43819093704" StarRating="4" HotelCode="114182|61987" HotelName="AC Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Dongzhimen Outer Street, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e0/6de01711e8d45b0f44fbca5374978667e81a756d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97718" Longitude="116.370752" StarRating="2" HotelCode="133413|452343" HotelName="Home Inn Mudianyuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Jia Huayuan Dong Lu, Haidian-Qu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/49/96496781f68c01b7ba4df538309bccfd17773bb8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="697790|513069" HotelName="Lavande Hotel Beijing South Railway Station Muxiyuan Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongluoyuan, Beijing South Station, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/06/d606881849d1ab0e27d90e2387cd4587da738958.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907777557078" Longitude="116.2591534853" StarRating="4" HotelCode="34345|16612" HotelName="Holiday Inn Beijing ChangAn West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Yongding Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/1b/bd1b4905a07ef1a4bc14b03ca9c04965075992f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.898667" Longitude="116.474035" StarRating="4" HotelCode="166440|49634" HotelName="Mercure Beijing Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16 Jia Xi Da Wang Road, Chao Yang District, 100124 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4d9b1de30c9548ab0fe038883594385473e18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91881049" Longitude="116.41235023" StarRating="2.5" HotelCode="439789|375150" HotelName="Jinjiang Inn Beijing Wangfujing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Dengshikou Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a8/baa8e25917fb01308a4347225bd0c802baaf0495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973418|348026" HotelName="Lavande Hotels Beijing Xueyuan Road Liudaokou Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 2 Shengxi Shopping Center, 8 Xueqing Road, Haidian, 100083 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fb/a3fb3c5bf37bd37a6956c4cc51deb086196c9267.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.084265" Longitude="116.304343" StarRating="3" HotelCode="181111|45440" HotelName="Ramada by Wyndham Beijing North" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>319 Changping Road, Changping District, 102208 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/27/e227e0dd02638c54bba4f7ff5598abb9d9c6d2d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.931360260475" Longitude="116.43289089203" StarRating="5" HotelCode="10871|24445" HotelName="Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Xinzhong Xijie, Gongti Beilu, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/82/6382b42837d9980334ee574060fb068f9a20450a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.04828937352" Longitude="116.61266876127" StarRating="5" HotelCode="162039|24459" HotelName="Cordis, Beijing Capital Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yi Jing Road, Terminal 3, Capital International Airport, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/zz/4fad0bdb59f865110d2935a220d76e701b3766a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89635547" Longitude="116.38317607" StarRating="2" HotelCode="440795|375153" HotelName="Jinjiang Inn Beijing Hepingmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Anpingli, South Xinhua Street, Xicheng District, Peking 100054</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a3/10a36db07dda04f651cad5350dc06463b4d93db6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.00" OriginalAmount="55.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.910097" Longitude="116.411395" StarRating="4" HotelCode="93678|108885" HotelName="North Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218-1 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/70/7570a5ed063a22735612684d0eceb7db49750431.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907053" Longitude="116.448662" StarRating="4" HotelCode="132943|247260" HotelName="Gotel Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, Yongan xili, Jianguo Men Wai Street, Peking 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/31/a731ea80683156aa50fe3b84440668cf81eb42ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="756766|405497" HotelName="Hampton By Hilton Beijing Fangshan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 66th Yanfu Road, Industrial Park East, Fangshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/41/264197f5ea8a8e96c8ae2d19b6d08cd4c128d107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.956885" Longitude="116.280265" StarRating="4" HotelCode="111352|35961" HotelName="Aloft Beijing Haidian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower 2, No. 25 Yuanda Road, Stadtteil Haidian, Peking 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5b/1b5bc81803be9b191c1f2c7116da64612dcd611f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.43" OriginalAmount="58.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.879227" Longitude="116.385922" StarRating="3" HotelCode="111289|110371" HotelName="Holiday Inn Express Beijing Temple of Heaven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Nanwei Road, Xuanwu District, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/c9/62c965469a4baab8caf80c379df3bdd390e79cbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.52" OriginalAmount="58.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.789266" Longitude="116.514443" StarRating="3" HotelCode="298611|587331" HotelName="Holiday Inn Express Beijing Yizhuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Building, 10 Courtyard, Ronghua South Road, Ec&amp;tech Development Zone, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9b/309b5b102fd645ef4add5e79bdcd18b8ef17a944.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.02" OriginalAmount="58.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.919113" Longitude="116.411607" StarRating="4.5" HotelCode="34351|88944" HotelName="Crowne Plaza Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Wangfujing Avenue, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7e/877e60fd1e2c770aeb277ec806e40e9e9b106910.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.799581" Longitude="116.503437" StarRating="4.5" HotelCode="395080|35967" HotelName="Jinjiang Fuyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ronghua Middle Road, Economy Technology Development Area, Beijing 100176</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0f/e90f61e52b9a348e2c632f3f545829d2f11645ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906052819645" Longitude="116.42830131349" StarRating="4" HotelCode="68578|24455" HotelName="Howard Johnson Paragon Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18A Jian Guo Men Nei Avenue, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c3/f8c37fde3d76273d51e342a67c620c6308364cf7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.65" OriginalAmount="59.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94528318" Longitude="116.3932495" StarRating="3" HotelCode="705112|691183" HotelName="James Joyce Coffetel (Beijing Gulou)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>47 Jiugulou Street, Xicheng District, Xicheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.16" OriginalAmount="59.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.900180979891" Longitude="116.41070365906" StarRating="4" HotelCode="19466|90719" HotelName="Novotel Beijing Xin Qiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 West Street, Chongwenmen, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/7d/0e7d85a3f23828ade29a0ee5aad342cc04c5dc3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="111361|59975" HotelName="Holiday Inn Express Beijing Huacai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16 Guangshun North Street, Wangjing, Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/e5/81e5e4d376719cca6253c08513234c51f986aabe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.86138" Longitude="116.4142" StarRating="4" HotelCode="34352|7291" HotelName="Holiday Inn Beijing Temple Of Heaven" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Ding An Dong Li, 3rd South Ring Road, 100075 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3259be0869ead90b4e18775301d8823e7be946.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.31711655" Longitude="116.63092827" StarRating="2" HotelCode="269599|372610" HotelName="Jinjiang Inn Beijing Huairou Qingchun Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Internet,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Qingchun Road, 101400 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/09/b809b17a2fcce2fae05fbc5f84a6265b049e4a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.79" OriginalAmount="60.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.975919746195" Longitude="116.33884996176" StarRating="4" HotelCode="26340|113695" HotelName="Park Plaza Science Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Zhichun Road, Beijing 100083</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/1e/eb1eb5e58bdd172d2a443f691ae9ea5ef2a75409.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93307" Longitude="116.429449" StarRating="4" HotelCode="93702|59539" HotelName="Poly Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 South Dongzhimen Street, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e6/40e6ac6e6bb140e3bb7b81135be90e330b2bf0f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906316742262" Longitude="116.4369893074" StarRating="4" HotelCode="141151|304319" HotelName="Broadcasting Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Jian Guo Men Wai Avenue Jia, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/60/fd604812a8ea78dc7c66a0829d88071f3aa4e2af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.951776681012" Longitude="116.46913290024" StarRating="4" HotelCode="133029|60823" HotelName="Guangming Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Liangmaqiao Road, Chaoyang District, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/23/c9234927e0cf7e0c7906012a9fd472f093566559.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.035577" Longitude="116.308699" StarRating="3" HotelCode="79045|148403" HotelName="Holiday Inn Express Shangdi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Shangdi Road, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/de/1bded9ef87c60c23a52761ec054824f6c8098d99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.902979383665" Longitude="116.42784833908" StarRating="5" HotelCode="888088|24446" HotelName="Beijing Pudi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Jian Guo Men South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/36/1136c2095a1d4f570773b01e733867bc7a113a17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="571360|475631" HotelName="Beijing Jinyu Badaling Spa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 North Guishui Street, 102100 Yanqing, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fc/16fc406280e8c27da3dc7d3b44c580e0fafa76b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.902189" Longitude="116.36864" StarRating="4" HotelCode="317937|4599" HotelName="Grand Mercure Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Xuanwumen Nei Avenue, Xicheng District, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40b304423288f05a869dfd58acac2dbfcc96ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.20" OriginalAmount="66.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.001222429114" Longitude="116.37135798252" StarRating="4" HotelCode="410136|93301" HotelName="Beijing Ya Ao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Datun Road, Beishatan, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/fb/f9fb2bc689cd5708d0114a15612c007104e4847c.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.939031736122" Longitude="116.42135049232" StarRating="3" HotelCode="200744|226193" HotelName="Ming Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>34 Xintaicang Hutong, 100007 Beijing, Dongzhimen District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a587276e20d129e61cf31cbbbfeed63ff6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.943255" Longitude="116.422993" StarRating="3" HotelCode="93664|24945" HotelName="Traveler Inn Hua Qiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Beixinqiao 3rd Alley, Dongcheng, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/da/a2daf1ea0b7b4d4575912269b4a4d2450c28aa0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.063006" Longitude="116.550414" StarRating="4.5" HotelCode="409215|24448" HotelName="Crowne Plaza Beijing International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>60 Fuqian 1 Street Tianzhu, Shunyi District, 101312 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/05/9c051be315ff3361e28971d4a2df5fa60050b264.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.957463550275" Longitude="116.45257269783" StarRating="4" HotelCode="497447|148374" HotelName="Grand Metropark Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Beisanhuan East Road, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7c/b87c4bad22cf0aa9cc8c256cbdb5c17830926388.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.936712" Longitude="116.443571" StarRating="3" HotelCode="173350|60973" HotelName="Holiday Inn Express Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Chunxiu Road, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/38/f7383102c922c7746f52a6d128b1c4c4c6ede8b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="972784|350507" HotelName="Lavande Hotel Beijing Zhongguancun Renmin University of China Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8A Shuangyushu Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b1/04b16598249e641ff13e4c8ab6e99fdc17f29a5d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.98995152" Longitude="116.40542787" StarRating="5" HotelCode="78604|375246" HotelName="V-Continent Beijing Parkview Wuzhou Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Bungalow Complex,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 North 4th Ring Middle Road, Chaoyang District, 100010 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a4/55a4a589b3d6c749744c248fc901281e5eb09b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.905650106559" Longitude="116.22133433819" StarRating="5" HotelCode="134762|148743" HotelName="Wanda Realm Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, A-18 Shijingshan Road, Shijingshan Lu, Beijing 100040</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/06/7206a04801918737130b96b53b3049a6b519ffa3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.956530315365" Longitude="116.37586712837" StarRating="4" HotelCode="148897|60268" HotelName="Holiday Inn Beijing Deshengmen" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Deshengmenwai Street, Xicheng District, 100088 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/5f/e75f60a21e7e1d46751885fc4c1fa0cc899536bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907869" Longitude="116.417132" StarRating="4" HotelCode="65719|35978" HotelName="Jian Guo Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Jianguomen Nei Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/25/67259ae86a8e9fcfae4a950c2c4c5c72f7cffcbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.049811" Longitude="116.329226" StarRating="5" HotelCode="181156|32607" HotelName="Taishan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 An Ning Bei Li, Xi San Qi, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c7/e4c71ce54b3a13e4f9fbd5e598668d4510603d56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.65" OriginalAmount="72.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90569076007" Longitude="116.4189771914" StarRating="4" HotelCode="904624|147665" HotelName="Inner Mongolia Grand Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chong Wen Inner Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/11/dd11d1befb1c5b5528172706c8374e773c96ebb7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914468102346" Longitude="116.41939401627" StarRating="4" HotelCode="395073|35986" HotelName="Xinhai Jinjiang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.61 Jinbao Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a3/dba3cf32eee1628b47cd3db53997855b5f193909.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92038489" Longitude="116.4603464" StarRating="4" HotelCode="111205|247279" HotelName="Jingguang Center Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hujialou, Chaoyang, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8f/f88f53e2687732782501d630b8e1b54ef8046e40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.785415" Longitude="116.509934" StarRating="5" HotelCode="111369|45439" HotelName="Pullman Beijing South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ronghua South Road, Beijing Economic Technological, Development Area, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ceb972745fef964211f6bcae51bc3e2ae514a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.79" OriginalAmount="74.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.912575" Longitude="116.46529" StarRating="5" HotelCode="111236|110146" HotelName="Radegast Hotel Beijing Bohao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Guanghua Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/65/cf65d18685bfb019b5ae8a1646c1e5ee9236c778.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.936034" Longitude="116.322021" StarRating="5" HotelCode="76032|35977" HotelName="Nikko New Century" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Southern Road, Capital Gym, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/61/4261c5c27850ac71ab2504b6babf8aa0c461ccb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93235424" Longitude="116.41478185" StarRating="2" HotelCode="632399|261681" HotelName="Peking Yard Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Wangzhima Hutong, Dongsi Beidajie, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a6c35e7cd10fd49c374add8604ae321a97a571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.86" OriginalAmount="75.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.935919" Longitude="116.326122" StarRating="4.5" HotelCode="93018|172855" HotelName="Xiyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Sanlihe Road, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/44/4b44f4d24021268296bf8a8736e09530115f7b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.23" OriginalAmount="76.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.048900274341" Longitude="116.61956679237" StarRating="5" HotelCode="87268|136309" HotelName="Hilton Beijing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Beijing Capital International Airport, 1 Sanjing Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/58/325894ae43b2bbecc852ee532a8ac32683227e8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.916933" Longitude="116.406964" StarRating="4" HotelCode="410139|10752" HotelName="Sunworld Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Dengshikou Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/78/4a78770a025aa892efcbe2bf1b916dbe7d82af64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.90" OriginalAmount="79.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.988357990057" Longitude="116.47456169128" StarRating="4" HotelCode="168463|142274" HotelName="Holiday Inn Beijing Focus Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 3 Yard 6 Futong Street, Wangjing Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/84/1584727ba5f14f165dffaf6c85430d1b7e04e7ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915826" Longitude="116.452221" StarRating="5" HotelCode="98198|35955" HotelName="Grand Millennium Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fortune Plaza, 7 DongSanHuan Middle Road, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/zz/39ad0f77527be25aeab88b2d8113cd3567211ed9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.88" OriginalAmount="80.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.78197433" Longitude="116.3225199" StarRating="4" HotelCode="855670|718897" HotelName="Hyatt Place Beijing Daxing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 4 Yard 15, Xinya Street, Daxing District, 100162 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/29/cf2951373a4c9c3d3628cb311fc89db51f3a9193.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.003243089171" Longitude="116.40216350555" StarRating="5" HotelCode="74615|24460" HotelName="Marco Polo Parkside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Anli Road, Chaoyang District, Peking 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3203063de53e4dbe1bd51043b7d99092aed721.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.29" OriginalAmount="82.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906245" Longitude="116.360637" StarRating="4" HotelCode="14880|91533" HotelName="Minzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.51 Fuxingmennei Dajie, Xichang District, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/11/e91130686572f19029a3b73669a3cd34ac9154c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9605435072" Longitude="116.46655797958" StarRating="5" HotelCode="173320|226202" HotelName="Grand Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Xiaoyun Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/bd/7fbd7461aa18b015f1792bcba8e3b4e3c8bce294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.25" OriginalAmount="83.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.944556251733" Longitude="116.45679355225" StarRating="4" HotelCode="93021|98677" HotelName="Beijing Landmark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 North Dongsanhuan Road, Chaoyang, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/a4/a6a4d1d4f975dea1da8d3a695c6d8d172af9d199.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.958106907603" Longitude="116.27980908221" StarRating="4" HotelCode="111353|35973" HotelName="Four Points by Sheraton Beijing, Haidian Hotel &amp; Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, 25 Yuanda Road, Haidian District, 100097 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c2/88c2af575bf6bd617fbe6b4c69bdf17504c4e8fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.871453632113" Longitude="116.45801235582" StarRating="5" HotelCode="76794|32606" HotelName="Chang An Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hua Wei Li, Chao Yang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a1/7ba1e209a612c028098b35a2a428462a760c90c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.978417569394" Longitude="116.47887767096" StarRating="4" HotelCode="933990|61560" HotelName="Crowne Plaza Beijing Lido" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiangtai Road, Building A, Chaoyang District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/fa/eafa105b285a6e5e8a2d50e5043839397e1a4c0f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.932923" Longitude="116.435535" StarRating="5" HotelCode="17571|24469" HotelName="Swissôtel Beijing, Hong Kong Macau Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chao Yang Men Bei Da Jie, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/e3/27e34c2173ec8d4ace58b4a5215ecbd8784811a9.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.23431651" Longitude="116.19582846" StarRating="4" HotelCode="779039|361579" HotelName="Beijing Marriott Hotel Changping" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nan Kou Road, Cheng Nan Street, Changping District, 102200 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e0/3ee0763547d3d591455851c779944601f91556c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.87427157" Longitude="116.46956779" StarRating="4" HotelCode="631189|261620" HotelName="Ascott Riverside Garden Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>33A Zhou Zhuang, Jiayuan Dongli, Chaoyang District, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6e/ab6e12f14b214004626a8dc9799911b91808563a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.970878" Longitude="116.428183" StarRating="4.5" HotelCode="103352|60043" HotelName="Crowne Plaza Beijing Sun Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yunnan Dasha, North-East Corner of Taiyanggong Bridge, Xibahe, North-East 3rd Ring Road, Chaoyang District, Beijing 100028</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/70/a770dc7849b83036ed81ec8b2ccee71c00fba761.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.857979" Longitude="116.309035" StarRating="5" HotelCode="111312|402053" HotelName="West International Trade Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>16 Fengguan Road, Fengtai, 100071 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/74/4674cfcfabe50e1708d154bf4374bf965c63b121.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.888850290161" Longitude="116.34040390675" StarRating="4" HotelCode="409213|11673" HotelName="DoubleTree by Hilton Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Guang'anmen Wai Main Street, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/58/d1585a5f159535df2ff50df610ccb1f3d51f645d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93384128" Longitude="116.44424029" StarRating="3" HotelCode="965185|226214" HotelName="Sanlitun Xin Xiang Ya Yuan Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Room 605, Unit 2, Yong Li International Plaza, 21 North Gong Ti Road, Chaoyang District, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/cc/b2ccf4ec49d9e3617ad5dff6fd8cba020663ee22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.916571" Longitude="116.405527" StarRating="5" HotelCode="135304|8097" HotelName="Sunworld Dynasty" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/48077f3a0e7efdcec90584e7ac8c96a84a3b049b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.931682" Longitude="116.454789" StarRating="4.5" HotelCode="79348|59338" HotelName="Zhaolong Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Gongti Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8484613420ce7cefb9e8d6f0627e566dbe5a70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="134322|64038" HotelName="Beijing Marriott Hotel Northeast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26A Xiao Yun Road, Chaoyang, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c8/fec8e466a14e63e417be8ece9f4e35d626dc84e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.000711782786" Longitude="116.38810873032" StarRating="5" HotelCode="98032|16553" HotelName="InterContinental Beichen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen West Road, Chaoyang District, Beijing 100105</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/16/cb169cfe49fca6adea46977811a9d916933b7bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94912" Longitude="116.464202" StarRating="5" HotelCode="32264|24458" HotelName="Kempinski Lufthansa Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Liangmaqiao Road, 100125 Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ca/a5caf9e725943a78f045a6e7c89cbc1aa2e75dc3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914410498964" Longitude="116.40960931778" StarRating="4" HotelCode="58467|8084" HotelName="Novotel Beijing Peace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jinyu Hutong, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/fa/5efa70c8919b4e0661789374f769fe00b5920fd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.904721" Longitude="116.445604" StarRating="5" HotelCode="111218|30134" HotelName="Fairmont Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Yong An Dong Li, Jian Guo Men Wai Avenue, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/e4/b5e447d5849e7e4c451731632532a702cf9e82c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.95178" Longitude="116.274672" StarRating="4.5" HotelCode="111344|148334" HotelName="Empark Grand Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No. 69 Banjing Road, Banjing Haidian District, Beijing 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/34/ea34a983b6d4c240cffa819872149909325b7882.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908526712042" Longitude="116.43279925662" StarRating="4.5" HotelCode="15135|6631" HotelName="New Otani Chang Fu Gong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Jianguomen Wai Street, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b9fc5727af2467b5b4ed5c16089b9d4c0e825.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.40" OriginalAmount="97.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97665381" Longitude="116.48071301" StarRating="5" HotelCode="320052|431497" HotelName="NUO Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2A Jiangtai Road, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/47/d6474bb4bd35b869f0455c1e924e560db48d97b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.951743782738" Longitude="116.45642995834" StarRating="5" HotelCode="34346|6626" HotelName="Hilton Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Fang/North Dong Sanhuan Rd, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93dc26d0f8f4079c61d634113b4e36b50dcf94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91126367" Longitude="116.37153066" StarRating="5" HotelCode="571252|229066" HotelName="Pan Pacific Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Hua Yuan Street, Xi Dan, Xicheng Qu, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/99/2599fd1f0490492dc03ed2d1b5c1fe14a261f171.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.944296" Longitude="116.307824" StarRating="5" HotelCode="17630|45442" HotelName="Shangri-La Hotel, Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Zizhuyuan Road, 100089 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06eda6ce2f2f46d03834ed91821b392e9b389f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.963664258955" Longitude="116.3874489069" StarRating="4.5" HotelCode="132859|59984" HotelName="Gehua New Century Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Gulouwai Avenue, Chaoyang, Beijing 100120</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e7/07e74b9906f67b99ceda48cb68a51fb947f2a92a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.70" OriginalAmount="101.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915389749864" Longitude="116.41313374042" StarRating="4" HotelCode="60357|88945" HotelName="Park Plaza Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Jinbao Street, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7a/d77a41cd2248821ef3db073e4936418aeabd5626.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.96703357591" Longitude="116.40902550926" StarRating="5" HotelCode="173782|61490" HotelName="Sheraton Grand Beijing Dongcheng Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 North Third Ring Road East, Dongcheng District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/74/42746ee203cbbd38953085e8b352d1dd2ba686a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909205" Longitude="116.469819" StarRating="5" HotelCode="387594|24468" HotelName="Wanda Vista Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower C Wanda Plaza – 93 Jianguo Road, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e755e8e2aa51ece81f84ce7128d1f22c87d63eeb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.06" OriginalAmount="106.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908127" Longitude="116.4103" StarRating="5" HotelCode="59247|89091" HotelName="Beijing Hotel NUO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Chang'an Avenue, Dongcheng District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ac/2dacad64a5256713e3e903d9b8f46bc18b2c0e97.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.17" OriginalAmount="106.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="168488|2539088" HotelName="Crowne Plaza Chaoyang U-Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Sanfeng North Area, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/2e/292e9a1889d699bf8b33e663025e2be11b5d072b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="980776|388250" HotelName="Beijing Yunzen Jinling Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 1 South Lianhuachi Road, Lianhuachi Lu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d8/a8d80f4de8690e3d90aba666f5a8ff83694664a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.99676276" Longitude="116.48060179" StarRating="4" HotelCode="738781|331390" HotelName="Hyatt Regency Beijing Wangjing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Guangshun South Street, Lei Shing Hong Center, Chaoyang District, 100102 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fc/f0fc0257d902878b280ecb23275833b0a618dcde.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.65" OriginalAmount="110.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913378566983" Longitude="116.4515799828" StarRating="5" HotelCode="888299|673377" HotelName="Kerry Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Guang Hua Road, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fe/4bfeddfe7fd3c73c6fed390d61f288c892226e14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.948368" Longitude="116.459658" StarRating="5" HotelCode="26337|6284" HotelName="Kunlun" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Xin Yuan Nan Lu, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c00dd78a85fcf0abe1d2f1942e9068569f59a6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.977317414599" Longitude="116.34688854217" StarRating="5" HotelCode="141153|62057" HotelName="Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Xueyuan Road, Haidian, Beijing 100191</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/15/b315c8f49c96ff2998acb1253ddb30d850fcbfc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.991667" Longitude="116.321555" StarRating="5" HotelCode="111412|203144" HotelName="Wenjin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Gate of Tsinghua University, Chengfu Road, Haidian District, 100084 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/75/c3752c2e6a032f3639681f8a47d82a0ddd7979f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.92" OriginalAmount="111.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.974488" Longitude="116.316837" StarRating="4.5" HotelCode="111338|121288" HotelName="Crowne Plaza Beijing Zhongguancun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>106 Zhi Chun Road, Haidian District, Beijing 100086</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/aa/32/aa3271f4f979b98f8d16496205c0b0fdce0ac4a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909338177203" Longitude="116.45942727382" StarRating="5" HotelCode="34350|30611" HotelName="China World Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b669e18b1f029f765d5bd0b4768363027b11bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.898604381062" Longitude="116.4123500086" StarRating="5" HotelCode="931011|63470" HotelName="New World Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chongwenmen, 8 Qinian Street, Dongcheng District, 100062 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9e303054533482bad31c10c64bd6b66c0a955c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="132236|476581" HotelName="Xi Nan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Taiping Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/da/7eda63fdad563ae945dd3bb93d602c4a2e1bf9e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.76" OriginalAmount="120.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.921018" Longitude="116.422589" StarRating="4" HotelCode="176681|156269" HotelName="Cote Cour Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>70 Yan Yue hutong, Dong Cheng Qu, 100010 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/20/cf20c07e982e7231d2651c1c0ec98570d89ba8a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.938456" Longitude="116.426539" StarRating="5" HotelCode="900384|62131" HotelName="Ascott Raffles City Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dongzhimen South Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e6/01e6cad6cb9fa0a27289b2b3823d4294b4410860.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.896569" Longitude="116.454761" StarRating="5" HotelCode="887962|30613" HotelName="Renaissance Capital Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Dongsanhuan Middle Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f6/6bf6460c5f9987af52f7f9ab679fdfddd5255e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907477166716" Longitude="116.40409469604" StarRating="5" HotelCode="26539|59734" HotelName="Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Changan Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f7/b4f714a2840ef540b9873f003db4697c02d29222.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.912168" Longitude="116.52595" StarRating="4" HotelCode="134323|60049" HotelName="The Sandalwood Beijing - Marriott Executive Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Jian Guo Road, Chaoyang, 100123 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c2/75c26b419f5af27771e98e1a604ebe50fd03a81a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.903008042485" Longitude="116.40750060852" StarRating="5" HotelCode="936073|59843" HotelName="Sofitel Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomen South Avenue, Chaoyang District, 100022 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/bd/1cbda1c2e505d3ba8a08e21aaa4af6726d5cb950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.39" OriginalAmount="130.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913804" Longitude="116.412594" StarRating="5" HotelCode="111168|116213" HotelName="Legendale Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Jinbao Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/df/56df2b20bce6e594db366df73618865d0ba1613b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.38617285" Longitude="116.67200435" StarRating="5" HotelCode="375656|150507" HotelName="Sunrise Kempinski Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Jia, Yanshui Road, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/e9/e0e9d58465b4ea5064cc4368e44333c4750addf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909262" Longitude="116.433821" StarRating="5" HotelCode="93681|35984" HotelName="The St. Regis Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Jianguomenwai Dajie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/09/da09902c5c33a2bbc4414eeef45bccd70bb07563.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91309776117" Longitude="116.46089309856" StarRating="4.5" HotelCode="730490|223112" HotelName="Hotel Jen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/44/12446a9751d2a38b07225cf489b9c2ff22056851.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.07" OriginalAmount="142.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.919352" Longitude="116.449493" StarRating="5" HotelCode="293218|195227" HotelName="Hotel Eclat Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongdaqiao Road, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1f/f61f7e8ab48af188615132fc28fcd9833d80eb3e.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90685580713" Longitude="116.39742672443" StarRating="5" HotelCode="336607|8104" HotelName="Grand Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East Chang An Avenue, 100006 Beijing, China</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/a2/fba225d59d83f9e002529fbfd4051f5c626e03dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89558164" Longitude="116.37546425" StarRating="5" HotelCode="935122|60903" HotelName="JW Marriott Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Xuanwumenwai Street, Xicheng District, Beijing 100052</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/93/62934ec64de2dfa500b5541aab6aabef104f8ff6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97505061" Longitude="116.35255094" StarRating="5" HotelCode="494457|148739" HotelName="Tylfull Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 1 1 Yard, Xitucheng Road, Haidian District, 100191 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/b5/f3b5f1d9a4e307f707cd4bb59aa5b3492751582c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.28" OriginalAmount="152.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.922115" Longitude="116.405054" StarRating="5" HotelCode="16196|101263" HotelName="Prime Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wangfujing Avenue (Wangfujing Dajie), Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/11/94110e5c371271832a19fb93b883d3ed9b7a553a.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913299567126" Longitude="116.40715241432" StarRating="5" HotelCode="888098|23274" HotelName="Hilton Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Wangfujing East Street, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/9b/f49bfe29d396cdcea72d821b69f26c84b03a2ac4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908241" Longitude="116.471772" StarRating="5" HotelCode="73920|24457" HotelName="JW Marriott Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Jian Guo Road, Chaoyang District, Beijing 100025</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/43/70433f2d5beb9157397935b258be8de43934c152.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915805" Longitude="116.360177" StarRating="5" HotelCode="71278|30366" HotelName="The Westin Beijing Financial Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9C Financial Street, XiCheng District, 100140 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/69/e669f706bc76131ead9686d49c73c08cc0ddade6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.889068543023" Longitude="116.35422170162" StarRating="4" HotelCode="79321|59325" HotelName="Guanganmen Grand Metropark Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>338 Guang An Men Nei, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e5/eae555e7c57f7f182b2a15ca5e526ef47344abd0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915392" Longitude="116.363606" StarRating="5" HotelCode="71203|24465" HotelName="The Ritz-Carlton Beijing, Financial Street" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jin Cheng Fang Street East, Financial Street, 100033 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/0b/590bc5feff7d17afc5645f55f6309529f9586178.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.985966" Longitude="116.489634" StarRating="4" HotelCode="181130|63660" HotelName="Grace Beijing 798 Art District" 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>2 706 Art Street Jiuxianqiao, 798 Art District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/70/8570fd103fc46873e1d48c9589380b9dce73b79d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90973032" Longitude="116.40923411" StarRating="4" HotelCode="931009|62912" HotelName="The Imperial Mansion, Beijing Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Gate, 1 Xiagongfu Street, Dongcheng District, 100004 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b6/edb639585e94ad070c093a314d944679b3280006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.80" OriginalAmount="168.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908316610452" Longitude="116.40835940838" StarRating="5" HotelCode="317935|93175" HotelName="Grand Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 East Chang An Avenue, 100738 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/22/1322327a5b132d261146e1f9849366688caec7e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914611" Longitude="116.41242" StarRating="5" HotelCode="410146|20058" HotelName="Regent Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Jinbao Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088f1c8991601b05d5d049510487957420296a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.921192892466" Longitude="116.40984021559" StarRating="4.5" HotelCode="935125|59477" HotelName="Renaissance Beijing Wangfujing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wangfujing Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b2/1fb26eaa2108d61bfaf485d6d63c74e3bf79bde6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.927547" Longitude="116.46064" StarRating="5" HotelCode="200697|38265" HotelName="Conrad Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 North Dongsanhuan Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/05/fb05e505a3bdafac4383e3b2fbcb6299890d8cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.77" OriginalAmount="192.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.950893021418" Longitude="116.46753743453" StarRating="5" HotelCode="200702|181232" HotelName="Four Seasons Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Liang Ma Qiao Road, Chaoyang District, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/22/74221095bc2c0b0f61c3358afda21ac3460ee355.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913957899279" Longitude="116.357370615" StarRating="5" HotelCode="62362|24466" HotelName="The Ritz-Carlton Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83A Jian Guo Road, Chaoyang District, 100025 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b5/59b53f53580bc427743b69be71edccf557fd8553.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93298468" Longitude="116.45152402" StarRating="5" HotelCode="111241|148293" HotelName="CHAO Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 East Workers' Stadium Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7c/1d7cb0e3d3fc40fec630425cfa2828fbac6d2432.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.39410008" Longitude="116.68183419" StarRating="5" HotelCode="320147|150826" HotelName="Yanqi Hotel managed by Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yanqi Island, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/28/a12842aa858690334e22c4d4810f6bd430ef8337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.911810067276" Longitude="116.47346735001" StarRating="5" HotelCode="168486|36015" HotelName="China World Summit Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/29/f72979b2ca6902d7ed53e5daaa2d1d32f7ef554b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906441" Longitude="116.452964" StarRating="5" HotelCode="111221|24463" HotelName="Park Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomenwai Street, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/72/1a72f5a165fefeec1362b135563d65e6a81b95d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.918907706709" Longitude="116.4543945075" StarRating="5" HotelCode="931012|60286" HotelName="Rosewood Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jing Guang Centre, Hujialou, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c76c9817da5adff1707cd2b30a7ebe20d0cd9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.933172001181" Longitude="116.45529720031" StarRating="5" HotelCode="433650|148450" HotelName="Intercontinental Beijing Sanlitun" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 South Sanlitun Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/589094/589094a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="955397|372600" HotelName="Huairou Xiangcun Pushe Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Mutianyu Village, Bohai, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/01/7b01ff75bb9c63e046980777c57c15e2491afc1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915488" Longitude="116.411175" StarRating="5" HotelCode="284341|61133" HotelName="Waldorf Astoria Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Jinyu Hutong Wangfujing, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/ca/92cabb807b62bb69af6d154b091378c7a9ed7c8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92398962" Longitude="116.41029594" StarRating="5.5" HotelCode="638017|375238" HotelName="The Puxuan Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Wangfujing Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7b/b37b53a220fb2d886c598e08159d3792f9086a91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913712" Longitude="116.410314" StarRating="5" HotelCode="18400|30612" HotelName="The Peninsula Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Goldfish Lane, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c7/aac7d5a8a4b3d35233892fcd83eb61dfaee9f96c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.81" OriginalAmount="483" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.948525326812" Longitude="116.45732501062" StarRating="5.5" HotelCode="545778|229070" HotelName="Bulgari Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8 Xin Yuan South Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f468cc722cb9af0382bf384a341cd0d9071159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="599.20" OriginalAmount="560" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91217274" Longitude="116.4112282" StarRating="5" HotelCode="785238|452182" HotelName="Mandarin Oriental Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Wangfujing Street, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530a14531c8df5c125690b29cefce73fc1fd9f3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1087.10" OriginalAmount="1015.98" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D0A757" HotelName="SHANGRI-LA SHOUGANG PARK BEINJING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK A 1F-3F;BLOCK B 1F-3F BEIJING</AddressLine>
          </AddressLines>
          <CityName>BEIJING</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31635_image63172053_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.23" OriginalAmount="1089" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608184|372614" HotelName="Mutianyu GreatWall Wangshanyuan Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mutianyu 11, Bohai Town, 101405 Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/22/8d2275cebfda6989948ee670648c304fe670d0c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Swimming Pool,Shopping Arcade,Diet Meals,Golf,Jacuzzi,Lounge,Nightclub,Wheelchair Access,Heated Pool,Spa,Kitchen,Garden,Beauty Salon,Business Centre,Elevator,Parking,24 Hour Room Service,Concierge,24 Hour Front Desk,Luggage Storage,Coffee Shop,Dry Cleaning,Meeting Room</BasicAmenities>
    <HotelRating>4,5,4.5,3,2,3.5,2.5,1,5.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>BUSINESS HOTEL,CITY HOTEL,FINCA,VILLAGE,COUNTRY HOUSE,HISTORIC HOTEL,HOTEL DE CHARME,CONFERENCE HOTEL,SPA HOTEL,APARTMENT HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,AIRPORT HOTEL,APARTHOTEL,HOSTELS,BUNGALOW COMPLEX</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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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="a7aa1e07-d82b-4d3f-9744-b7aadb23b413">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="77186" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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
a7aa1e07-d82b-4d3f-9744-b7aadb23b413|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="2025-11-24T05:41:12.7270767+00:00" Version="0" EchoToken="Search" TransactionIdentifier="a7aa1e07-d82b-4d3f-9744-b7aadb23b413" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="23.65" OriginalAmount="22.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|101480" HotelName="MAINGATE LAKESIDE RESORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>7769 W IRLO BRONSON MEMORIAL HWY KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931306_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="30.71" OriginalAmount="28.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.507823334541" Longitude="-81.41651503638" StarRating="2" HotelCode="121903|1363794" HotelName="Days Inn Orlando Near Millenia Mall" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2500 West 33rd Street, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/1d/3e1d6c1a459079f25720207e603a4223d31b598e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.55" OriginalAmount="36.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456321" Longitude="-81.471617" StarRating="2" HotelCode="907356|1514668" HotelName="Heart Of I-Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>7200 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2d/1c2de1ea8d1ef456d2e7a9ec099a769780d2243f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.78" OriginalAmount="37.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436979" Longitude="-81.404854" StarRating="3" HotelCode="888339|48284" HotelName="Baymont Inn &amp; Suites Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8820 S Orange Blossom Trail, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/54/c054a35a1c292b891404c268fc9770d016bbfc2e.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.85" OriginalAmount="37.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462570931032" Longitude="-81.398067465772" StarRating="2.5" HotelCode="226326|91698739" HotelName="Great Value Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>7100 South Orange Blossom Trail, Orlando, Florida 32809-5717</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/25/4d2512b54249b7f18f0d0b91ce7c677b1f4f4e56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.78" OriginalAmount="38.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450968059096" Longitude="-81.464859545231" StarRating="2" HotelCode="37482|12899" HotelName="Baymont by Wyndham Orlando Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7825 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/57/4657dbf067764d96c45b6a4c5ba286241e98bd84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="42.07" OriginalAmount="39.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461854431584" Longitude="-81.466774642467" StarRating="3" HotelCode="21215|4658210" HotelName="Monumental Movieland Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6233 International Drive, Orlando, Florida 32829</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b7/4db7d11f41146b4e26a303b7316b2fa850993337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="47.64" OriginalAmount="44.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.430420853867" Longitude="-81.476202607155" StarRating="3" HotelCode="47671|13619" HotelName="Quality Suites Universal South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9350 Turkey Lake Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/1e/981e50a70a6d684ddfbaaa2563da4af07a782407.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="51.75" OriginalAmount="48.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.422649521657" Longitude="-81.461164230778" StarRating="2" HotelCode="396001|2441943" HotelName="Days Inn Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9990 International Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/77/5e7725e0608790fecf1447ca8f4db5b9e2c6b843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.22" OriginalAmount="50.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331431" Longitude="-81.586227" StarRating="3" HotelCode="16472|36179" HotelName="Ramada Gateway Kissimmee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7470 W. Irlo Bronson Memorial Highway 192, Kissimmee, Florida 34747</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/49/e749d35f3f71ad1c64ed2cd800a5734f64b32607.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.46" OriginalAmount="50.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.372141" Longitude="-81.503047" StarRating="3" HotelCode="13526|12805" HotelName="Holiday Inn Resort Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13351 State Road 535, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/44/5344d3737f8d878b612214e686eaf37e746742a7.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.70" OriginalAmount="51.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451983831215" Longitude="-81.337730936176" StarRating="2" HotelCode="64491|2205515" HotelName="La Quinta Inn Orlando Airport West" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7931 Daetwyler Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/06/8f06019d344a2b44f401530c0b11e6d42d08b689.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.87" OriginalAmount="51.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444690169821" Longitude="-81.473284363747" StarRating="3" HotelCode="75937|1000320" HotelName="Red Roof Inn Orlando Convention Center / Int'l Dr" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8342 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2d/cf2d85e904bd449447636c5488a27a9b65daabee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.05" OriginalAmount="51.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456368305974" Longitude="-81.473261087687" StarRating="2" HotelCode="84927|186828" HotelName="Econo Lodge International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7102 International Drive, Florida, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/17/30172bcbc0302102e2bf2d935b8f0267e73b8592.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.65" OriginalAmount="52.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450727" Longitude="-81.356334" StarRating="2" HotelCode="35112|1047418" HotelName="Best Western Airport Inn &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8101 Aircenter Court (McCoy Road), Orlando, Florida 32809-7414</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/cd/dccdae10001296eb6c322239aa81b3e7ee55691b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.38" OriginalAmount="52.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.445289203137" Longitude="-81.472849845886" StarRating="2.5" HotelCode="259968|2437485" HotelName="Quality Inn at International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8300 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9b/979b0709dd6ba15f86e034977775788acccc307b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="58.14" OriginalAmount="54.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567660285714" Longitude="-81.210326857143" StarRating="2" HotelCode="121229|3955156" HotelName="Days Inn &amp; Suites Orlando / UCF Research Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11639 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/21/b921e712794a69a633bc833fbe87595dbdc013b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="58.78" OriginalAmount="54.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.659396571429" Longitude="-81.476055142857" StarRating="2" HotelCode="124484|209664" HotelName="Rodeway Inn Apopka Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1317 South Orange Blossom Trail, Apopka, FL 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/66/4166f44a4aa2bf92d4a263157de017c0ef259e8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="60.89" OriginalAmount="56.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450715015896" Longitude="-81.357478668648" StarRating="2" HotelCode="86637|71209" HotelName="Sleep Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1700 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/e0/fbe04fe2f22d759eb5df1193c8931809786109c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.26" OriginalAmount="58.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458502449119" Longitude="-81.470655798912" StarRating="3" HotelCode="13482|1116711" HotelName="Avanti Palms Resort &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6515 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/dd/ccdd9999214c075e0fb075ef0ac8f78978b87d1f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.31" OriginalAmount="58.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333447" Longitude="-81.498623" StarRating="2.5" HotelCode="14626|48900" HotelName="Parkside Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5367 W. Irlo Bronson Memorial Hwy, Kissimmee, Florida 34746</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/21/6521539ba9d06dace3970e2c7223ec86d953dbde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.35" OriginalAmount="60.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.417409334475" Longitude="-81.462351679802" StarRating="3" HotelCode="17530|13655" HotelName="DoubleTree by Hilton Hotel Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10100 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/37/2437ed8713a3e472f0a784cf0c57b2805da1ce40.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.35" OriginalAmount="60.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451946" Longitude="-81.350875" StarRating="2" HotelCode="11597|129287" HotelName="Quality Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2601 McCoy Rd., Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a2/0ca226893b47b729a90bbf5e5d758bca2f1b29a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.65" OriginalAmount="60.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390076" Longitude="-81.47269" StarRating="3" HotelCode="100091|48202" HotelName="Monumental Hotel Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12120 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/81/b2813856f21da351d1fb7c2b0839facd3abbad67.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.21" OriginalAmount="61.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.550187512805" Longitude="-81.48345617791" StarRating="3" HotelCode="123882|1073704" HotelName="Holiday Inn Express &amp; Suites Orlando-Ocoee East" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7474 West Colonial Drive, Orlando, Florida 32818</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/b7/b0b73b71b4d55b7d4391d9678abe6f9da9dd95bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="66.41" OriginalAmount="62.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462867197495" Longitude="-81.461461186409" StarRating="3" HotelCode="45066|1187960" HotelName="Four Points by Sheraton Orlando International Drive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/7d/fb7df06bc58606a35c63bcd9d02fe25cf8811797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="67.69" OriginalAmount="63.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460456" Longitude="-81.469744" StarRating="3" HotelCode="16864|632971" HotelName="Rosen Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6327 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f1/2ef1e5c0f1f10c07a330cfe81cf43b89b25a2cc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.01" OriginalAmount="63.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.357433767815" Longitude="-81.508985154596" StarRating="3" HotelCode="59120|1301474" HotelName="Holiday Inn Resort Orlando Suites - Waterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14500 Continental Gateway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3d/643dd547f6dc7eb0d840bc362cf5d8f0b0915a24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.13" OriginalAmount="63.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459028303557" Longitude="-81.313161849976" StarRating="2" HotelCode="39112|1984647" HotelName="La Quinta Inn &amp; Suites Orlando Airport North" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>7160 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/e5/86e5587c1501120c13c373759da9b49fe813d9b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.13" OriginalAmount="63.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.409892" Longitude="-81.470653" StarRating="3" HotelCode="49151|2189218" HotelName="Hilton Garden Inn Orlando at SeaWorld" 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,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6850 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c7/d6c710c19641fceba8f8b78b95d2bfd79ec0229e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.00" OriginalAmount="64.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462917894486" Longitude="-81.466172486544" StarRating="2" HotelCode="55998|1246047" HotelName="SonoHotel International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>6825 Visitor’s Circle, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/a9/e2a95de4d3c7660b045d2c114fbb1251047ce84d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.62" OriginalAmount="65.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.650072400463" Longitude="-81.349662165676" StarRating="2" HotelCode="68996|284157" HotelName="Days Inn N Orlando/Casselberry" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8245 South US Highway 17-92, Fern Park, Florida 32730</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/5d/fd5de9aeb8430b1515051901be8aff76bf5b3e52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.71" OriginalAmount="65.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.429194780264" Longitude="-81.408519778955" StarRating="2" HotelCode="125455|129293" HotelName="Suburban Extended Stay South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9435 Delegates Drive, Orlando, FL 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/ca/7aca3724cc193e51e259bd07fc83e07110485d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459424461225" Longitude="-81.308746933937" StarRating="3" HotelCode="22633|1498722" HotelName="Holiday Inn Orlando - International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5750 T.G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/90/e39089b9aaf889455119d7118e4c79c7a1799557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384839325067" Longitude="-81.50279134512" StarRating="3" HotelCode="396013|1584557" HotelName="Royale Parc Hotel Orlando - Lake Buena Vista" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8686 Palm Parkway, 32836 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/47/1547be33ad410c5ee4748dabcde30d86f6fdb42c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.60" OriginalAmount="65.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.476519136371" Longitude="-81.457274258137" StarRating="3" HotelCode="56812|1498869" HotelName="Holiday Inn &amp; Suites Across From Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5905 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1e/c51e2dbfcb313fb97fabcc8a9781f07e04ac9563.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.68" OriginalAmount="66.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486199" Longitude="-81.45724" StarRating="3" HotelCode="99574|2628826" HotelName="Wingate by Wyndham Convention Center Closest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5661 Windhover Drive, Windhover and Kirkman, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bc/d8bcb4982b06e36934063fd9d937f73090f58e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.01" OriginalAmount="66.36" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|955593" HotelName="Wyndham Garden Lake Buena Vista Disney Springs� Resort Area" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1850B HOTEL PLAZA BOULEVARD LAKE BUENA VISTA, FL</AddressLine>
          </AddressLines>
          <CityName>LAKE BUENA VISTA, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/898947_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.06" OriginalAmount="66.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442111" Longitude="-81.472307" StarRating="3" HotelCode="142104|123292" HotelName="Rodeway Inn International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8444 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4b/ef4b2a64d2ad69aa172cb52273fba63b9b23dcd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.27" OriginalAmount="66.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.384179776018" Longitude="-81.506731510162" StarRating="3" HotelCode="23531|1771077" HotelName="Delta Hotels Orlando Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12490 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2e/462ecc4b406cdff839f1ff90ac81686087624fe4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.34" OriginalAmount="66.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.564514" Longitude="-81.195979" StarRating="2" HotelCode="119799|321792" HotelName="HomeTowne Studios Orlando - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Golf,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12350 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fd/abfd49cb8bd278674b59ade9d56324e1703badc6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.40" OriginalAmount="66.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.435662" Longitude="-81.403523" StarRating="2" HotelCode="88192|87482" HotelName="Travelodge Orlando Near Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1850 West Landstreet Road, Orlando, Florida 32809-7981</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/b3/59b37f678d1ae8cfff797b809f4a0c310bf225d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="72.06" OriginalAmount="67.35" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|807953" HotelName="ROSEN INN LAKE BUENA VISTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>8442 PALM PARKWAY ORLANDO</AddressLine>
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/928957_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.08" OriginalAmount="67.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.427279" Longitude="-81.403569" StarRating="2" HotelCode="102725|108034" HotelName="Days Inn Orlando - Florida Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9301 S Orange Blossom Trail, Fl Trnpk/Beachline/528/441 S., Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/91/ba915b3f9af76b5a8600232da5e465986ac3aa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.13" OriginalAmount="67.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451496309263" Longitude="-81.472490429878" StarRating="3" HotelCode="163167|13645" HotelName="Rosen Inn International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7600 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9b/3b9b7c2d06fd62755cae4720a5e85f7e7be0aa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.77" OriginalAmount="68.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433798492248" Longitude="-81.472914218903" StarRating="3" HotelCode="16467|12908" HotelName="Rosen Inn at Pointe Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9000 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/66/e6663181d22d53b0b6490da100f2265ec8f21d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.52" OriginalAmount="68.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4585909089" Longitude="-81.307370573189" StarRating="3" HotelCode="40711|131094" HotelName="Hilton Garden Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7300 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/6d/ec6d3cb7199001a79cdf83541000bbeb9fb0d6fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.80" OriginalAmount="68.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481988" Longitude="-81.454734" StarRating="3" HotelCode="31917|88231" HotelName="Holiday Inn Express Hotel &amp; Suites Nearest Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5605 Major Boulevard, Olrando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/5a/335a0d4b2680ef19e56471a71f1af5f88bdd77cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.87" OriginalAmount="69.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439025127964" Longitude="-81.472141742707" StarRating="3" HotelCode="11010|184072" HotelName="Avanti International Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8738 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f5e2d8976b39cdb1f919e13683315a591054.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.88" OriginalAmount="69.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.428905" Longitude="-81.405579" StarRating="2" HotelCode="64442|3895809" HotelName="La Quinta Inn &amp; Suites Orlando South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2051 Consulate Dr, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/13/5713ad24a679f2c09f257baff425745c47287574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.30" OriginalAmount="69.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459871283866" Longitude="-81.313870119049" StarRating="3" HotelCode="42210|135887" HotelName="Country Inn &amp; Suites by Radisson, Orlando Airport, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5440 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d1/31d10d26763d8afb7cb7d1330b7d1c302290d25f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.85" OriginalAmount="69.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447399943098" Longitude="-81.471846699715" StarRating="3" HotelCode="29486|1439082" HotelName="Best Western International Drive - Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Heated Pool,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8222 Jamaican Court, International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/b8/02b8e1373f3efa062a384fbef6f34b47f17858fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.81" OriginalAmount="70.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.567614311188" Longitude="-81.267869944005" StarRating="2" HotelCode="891619|1767565" HotelName="Best Western Orlando East Inn &amp; Suites" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Golf,Internet,Kitchen,Lounge,Meeting Room,Pets allowed,Restaurant,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>8750 East Colonial Drive, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/cb/64cbdcb451eba0c51078e4b3d701cb5f3e1dcf0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.07" OriginalAmount="71.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437183" Longitude="-81.468478" StarRating="3" HotelCode="396009|1769320" HotelName="Springhill Suites Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>8840 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/18/55189ea41602a2db32d3233796bb510d7a6c744a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.41" OriginalAmount="72.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.588771" Longitude="-81.207257" StarRating="2" HotelCode="64523|4501935" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando UCF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11805 Research Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b52107c70de08fff46b32ba1c00291c95186ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.72" OriginalAmount="72.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386633691178" Longitude="-81.502512775463" StarRating="3" HotelCode="69973|1184381" HotelName="Courtyard Orlando Lake Buena Vista at Vista Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8501 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ce/21ceb47fd0b7df7f767daa841d95edc25e31fe42.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.69" OriginalAmount="73.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456161" Longitude="-81.308679" StarRating="3" HotelCode="396002|1137843" HotelName="Ramada Suites Orlando Aiport" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/59/7759d13b3f6e25b97a1f286ca3c40cd2215df099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.69" OriginalAmount="73.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.455543" Longitude="-81.473154" StarRating="3" HotelCode="88021|2814462" HotelName="Holiday Inn Express Orlando - International Drive" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7276 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/eb/b8ebfafebfd2809dddd45afe07cb97248e3ed0db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.82" OriginalAmount="73.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573839" Longitude="-81.207034" StarRating="3" HotelCode="84340|371177" HotelName="Comfort Suites UCF Area - Research Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12101 Challenger Parkway, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/13/fd13059ad0ce092ca323ea48ec9a39e3c3ffb274.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="79.64" OriginalAmount="74.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464815" Longitude="-81.4605" StarRating="3" HotelCode="260607|1042771" HotelName="Sunsol International Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Eco Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5859 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07a2fc706dfce211e11263efb7b7c09f345036.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.86" OriginalAmount="74.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45258976" Longitude="-81.33336704" StarRating="3" HotelCode="973997|685932" HotelName="avid hotel Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7976 Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8f/778fec180340f9d067a5d4e7cc7f62d5c874f0c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.47" OriginalAmount="75.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56824782663" Longitude="-81.208134591579" StarRating="3" HotelCode="32855|1404644" HotelName="Holiday Inn Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1724 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/a3/e1a39da71e3265b557328fcc502490c8726a71a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.60" OriginalAmount="75.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.55889406284" Longitude="-81.3785366714" StarRating="3" HotelCode="56823|2194137" HotelName="DoubleTree by Hilton Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 South Ivanhoe Boulevard, Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/f7/bcf79a7e3e85a49bfac996e16779e0b30c9d4ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.65" OriginalAmount="75.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.411572" Longitude="-81.468095" StarRating="4" HotelCode="30074|1999917" HotelName="Renaissance Orlando Resort at SeaWorld" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6677 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d4/3cd44f7961a6eb3e12784ae3b921d4961a865bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.72" OriginalAmount="75.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460991" Longitude="-81.313817" StarRating="3" HotelCode="149841|129989" HotelName="Hyatt Place Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5435 Forbes Place, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/54/35543902738b20df44fa466da218f28052aa3961.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.15" OriginalAmount="75.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.436546362389" Longitude="-81.468539397631" StarRating="3" HotelCode="55938|14849" HotelName="Hampton Inn Orlando International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8900 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/0a/490a374a37e8500fbbebfecc7b3e5f1c24e287ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.57" OriginalAmount="76.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.486256" Longitude="-81.456591" StarRating="3" HotelCode="64448|1406958" HotelName="Quality Inn &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5635 Windhover Drive, 32819 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceebc868b00f33a50010fa2da43c6f507b983b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.86" OriginalAmount="76.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377010602594" Longitude="-81.501935720443" StarRating="3" HotelCode="20706|14844" HotelName="Courtyard Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8623 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/64/9764601a3cb38ed6fb7c9d1253c112c6df1ba0a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.64" OriginalAmount="79.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.331076526567" Longitude="-81.538189002956" StarRating="4" HotelCode="88224|94214" HotelName="Meliá Orlando Suite Hotel at Celebration" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Celebration Place, 34747 Kissimmee, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/4d/244d8220b7caeb59df46ceda30ac8c20d3874dbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.68" OriginalAmount="79.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44146985204" Longitude="-81.468504879781" StarRating="2" HotelCode="64500|1201585" HotelName="La Quinta Inn &amp; Suites Orlando Orlando I Drive/Conv Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8504 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e1/7ee1a52d4c3071dc00124ae7c5fd0524b71bbffe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.54" OriginalAmount="79.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460808706799" Longitude="-81.307773804005" StarRating="3" HotelCode="40957|130802" HotelName="Hampton Inn Orlando-International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5767 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/bb/cabb7c7bd88054cd40bd60cbf88cd59d791ec42c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.00" OriginalAmount="80.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451340427382" Longitude="-81.357034742832" StarRating="2" HotelCode="16452|176810" HotelName="Days Inn &amp; Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1853 McCoy Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e7/28e78189076c7783c6a7a25c1d403ec5a0f88908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.11" OriginalAmount="80.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386548942053" Longitude="-81.505682766438" StarRating="4" HotelCode="17525|2143770" HotelName="Sheraton Lake Buena Vista Resort" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12205 S. Apopka-Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b7/97b72bfd5ec83f8782fa6d17f68bbcc1180c8f15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.36" OriginalAmount="80.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.438337613691" Longitude="-81.469581574202" StarRating="3" HotelCode="88160|2004380" HotelName="Hyatt Place Orlando/Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8741 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/39/8d39899ec3cd1e259deab6461a40540514160fec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.67" OriginalAmount="81.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452609399191" Longitude="-81.467831432819" StarRating="2" HotelCode="39187|2026458" HotelName="The Floridian Hotel &amp; Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7531 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4f/274f68a7dfad664e749dcc79a0667483eb321de7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.32" OriginalAmount="81.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.464244026467" Longitude="-81.311896215083" StarRating="3" HotelCode="84477|1448491" HotelName="DoubleTree By Hilton Hotel Orlando Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5555 Hazeltine National Drive, Orlando, FL 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0a/c60ac4873118e8c4a61a70d986522f4984bc91c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.32" OriginalAmount="81.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477092054821" Longitude="-81.455002427101" StarRating="2" HotelCode="55985|1810458" HotelName="Clarion Inn &amp; Suites Across From Universal Orlando Resort Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5829 Grand National Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/b0/a0b0c43538a744cd1ee6a925d64f09041993baf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.83" OriginalAmount="83.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463282" Longitude="-81.459874" StarRating="2" HotelCode="26724|1403826" HotelName="La Quinta Inn Orlando International Drive North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5825 International Drive, Orlando 32819, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b6/bdb6d86c61f0ccfbd9a99d3744ada6d4074afa01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.90" OriginalAmount="83.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.508449041108" Longitude="-81.397656811242" StarRating="2" HotelCode="121901|317946" HotelName="Days Inn by Wyndham Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3300 South Orange Blossom Trail, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f3/a5f31479548c1549a6d15ca4c46d6fd991b80c45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.24" OriginalAmount="83.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.446" Longitude="-81.4447" StarRating="3" HotelCode="981411|93054541" HotelName="La Quinta Inn &amp; Suites by Wyndham Orlando IDrive Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>11545 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e6/c4e6497a8c319fa713af7da15a7788bde454cc68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.36" OriginalAmount="83.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453166623884" Longitude="-81.467632465536" StarRating="3" HotelCode="128502|1315251" HotelName="Comfort Inn &amp; Suites Universal - Convention Center" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7495 Canada Avenue, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/0c/ea0ca04c2d0a21fb93dcb2a0814976f3462ed0cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.04" OriginalAmount="84.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46260310115" Longitude="-81.308006644249" StarRating="3" HotelCode="89585|2339081" HotelName="Wingate Inn @ Orlando Airport" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5750 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/46/cf4600056ccfa737d002567280965ae044677f9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.20" OriginalAmount="84.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552426125465" Longitude="-81.383530944586" StarRating="4" HotelCode="59712|1369311" HotelName="Crowne Plaza Orlando Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>304, West Colonial Drive, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/bf/b3bf818086fd4401779bd79efba13008be4cd836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.24" OriginalAmount="84.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481212591073" Longitude="-81.452961266041" StarRating="2" HotelCode="893469|2450921" HotelName="La Quinta Inn Orlando - Universal Studios" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5621 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/f8/96f8c079724f8bd999cad0bb6b7d7bf909ea772d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.31" OriginalAmount="84.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43817959091" Longitude="-81.472734510899" StarRating="3" HotelCode="35582|1834095" HotelName="Embassy Suites by Hilton Orlando International Drive Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8978 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/07/350738347e31bee8b4f6e455868329dce01e5ec0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.48" OriginalAmount="84.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.485602946426" Longitude="-81.456118226051" StarRating="3" HotelCode="40958|1283737" HotelName="Hampton Inn Closest to Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5621 Windhover Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/92/9a92f6b3129f243974f6af4411f1166a2e4aa06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.54" OriginalAmount="85.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599939" Longitude="-81.211203" StarRating="3" HotelCode="564444|384596" HotelName="DoubleTree by Hilton Hotel Orlando East - UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12125 High Tech Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227bcf273ac8085eaa8e6dca77da964994ca279f.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.62" OriginalAmount="85.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.632290083502" Longitude="-81.40046775341" StarRating="3" HotelCode="71392|87763" HotelName="Extended Stay America - Orlando - Maitland - Pembrook Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1776 Pembrook Drive, Orlando, Florida  32810</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/96/199690b7dbe88ca0ff67cbddf1081de4ac8b48c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="91.76" OriginalAmount="85.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.599279437242" Longitude="-81.216353288407" StarRating="3" HotelCode="40706|160261" HotelName="Hampton Inn &amp; Suites Orlando/East UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3450 Quadrangle Boulevard, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/zz/81ad387870bc6710b9c428bc5ccdcf9006fdc7c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="92.21" OriginalAmount="86.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.478407853689" Longitude="-81.456536650657" StarRating="3" HotelCode="58808|1308382" HotelName="Doubletree by Hilton at the Entrance to Universal Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5780 Major Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/88/3d88a2da91268a226c89ee1a22267c2097711e79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.76" OriginalAmount="86.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.450563" Longitude="-81.353731" StarRating="3" HotelCode="166908|144880" HotelName="Comfort Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1936 McCoy Road, Orlando, 32809 Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060023b4dfdeb564ac676c5005c301c9b75b6d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.74" OriginalAmount="87.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.399451" Longitude="-81.463629" StarRating="3" HotelCode="16321|13642" HotelName="Parc Corniche" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Parc Corniche Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c4/56c4076f8b05435dc72e6f84857046249a827eba.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.03" OriginalAmount="87.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.442268059576" Longitude="-81.47112518549" StarRating="3" HotelCode="18440|1017821" HotelName="Sonesta ES Suites Orlando - International Drive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8480 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c7/6dc712c19403a403d42f08aaf93ca3eddca9a24f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.03" OriginalAmount="87.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.408016318593" Longitude="-81.458014552396" StarRating="3" HotelCode="510741|37875630" HotelName="Holiday Inn Express &amp; Suites Orlando At Seaworld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>10771 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/3c/713c857506603e8f07d18cdaa97675b10e1bad3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.06" OriginalAmount="87.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.573778" Longitude="-81.373309" StarRating="3" HotelCode="65492|71206" HotelName="Comfort Suites Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2416 N. Orange Ave., Orlando, Florida 32804</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/0e/dc0e76e87827fc5496275630e48b59f28ee9b161.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.64" OriginalAmount="88.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46354854" Longitude="-81.3152525" StarRating="3" HotelCode="850007|648161" HotelName="Home2 Suites By Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5445 Hazeltine National Drive, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/80/9d80f27efc86cba57a12e3ce23b7d32f91f82cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.06" OriginalAmount="88.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.42662" Longitude="-81.467208" StarRating="4" HotelCode="31963|1466262" HotelName="Hyatt Regency Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9801 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/fc/7ffc2fe816ff283c2b47f83c33b10a2b04c998fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.16" OriginalAmount="88.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389243686077" Longitude="-81.496860980988" StarRating="3" HotelCode="396004|3086901" HotelName="Quality Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>8200, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/97/8397ffce6ad7a5b750d35275f7ee63c5238b68ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.52" OriginalAmount="89.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457277542685" Longitude="-81.311666589067" StarRating="3" HotelCode="263868|189684" HotelName="Hampton Inn &amp; Suites Orlando Airport @ Gateway Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5460 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/85/ee85e710f60d87302f78f579c6789fca4cf7ed6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43002458755" Longitude="-81.471707224846" StarRating="4" HotelCode="16941|1649309" HotelName="Rosen Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9700 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/f5/e3f5959df98e5516364eee830b6505301e489998.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.37" OriginalAmount="90.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.437605" Longitude="-81.469929" StarRating="3" HotelCode="29257|13632" HotelName="Homewood Suites by Hilton Orlando-International Drive/Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8745 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0db31c5f78d8e14417f35e195aed3940520ea7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.75" OriginalAmount="90.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452885311619" Longitude="-81.334174275398" StarRating="3" HotelCode="64058|68220" HotelName="Holiday Inn Express &amp; Suites Orlando International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7900 S. Conway Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/2e/ca2e160c2d011f4843090edd4c3671b5d1175950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.75" OriginalAmount="90.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.56464" Longitude="-81.198286" StarRating="2" HotelCode="263869|591010" HotelName="Holiday Inn Express &amp; Suites Orlando East-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Golf,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12250 East Colonial Drive, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/51/fe5111d4df8d6a671e66e7c4aaf1f8833895ef9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.24" OriginalAmount="90.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.571735380237" Longitude="-81.206564020763" StarRating="3" HotelCode="40712|160188" HotelName="Hilton Garden Inn Orlando East/UCF Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1959 North Alafaya Trail, Orlando, FL 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/49/d54972c2b2651e03949638456675fc43418701db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.88" OriginalAmount="92.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.459347061138" Longitude="-81.459311" StarRating="3" HotelCode="40709|12900" HotelName="Hampton Inn Orlando Near Universal Blv/International Dr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7110 South Kirkman Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/60/1260040abd569472e998c624a593707f34813013.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.23" OriginalAmount="92.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.439106809933" Longitude="-81.427992716983" StarRating="3" HotelCode="123109|131138" HotelName="Hampton Inn &amp; Suites Orlando John Young Pkwy S. Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Futures Drive, Orlando, FL 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/84/2284e4880643c1350bbef244a1c4e1e65b5119b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.80" OriginalAmount="93.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.456148452069" Longitude="-81.307647898793" StarRating="3" HotelCode="70767|1447995" HotelName="Sheraton Suites Orlando Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7550, Aususta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/3e/103e1069030339c179ee4dbd98fa10052f849b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.92" OriginalAmount="93.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39327565" Longitude="-81.49560131" StarRating="3" HotelCode="731347|628781" HotelName="TownePlace Suites Orlando Lake Buena Vista/Palm Parkway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Pets allowed,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8040 Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/66/7f66ea9e021e0afb266bd41394785b037bfa4c47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.04" OriginalAmount="93.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377081399961" Longitude="-81.502574086189" StarRating="3" HotelCode="56495|12757" HotelName="Fairfield Inn &amp; Suites Orlando Lake Buena Vista in the Marriott Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8615 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/01/0e014a837f5869ab36bc419b0eb8ddbdf7bca7b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.16" OriginalAmount="93.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457243" Longitude="-81.307902" StarRating="3" HotelCode="41928|223734" HotelName="Staybridge Suites Orlando Airport South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7450 Augusta National Drive, Orlando 32822, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/71/03710e09f016896ffc508c88813c80e8c0e6bc9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.45" OriginalAmount="93.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424519162729" Longitude="-81.46412730217" StarRating="4" HotelCode="31915|1440186" HotelName="Rosen Centre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9840 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b9/dbb953209c3df6f06891d45a5db0123f54ee51d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.75" OriginalAmount="94.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.475138696644" Longitude="-81.456941664219" StarRating="3" HotelCode="395999|1612225" HotelName="Hyatt Place Orlando / Universal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>5895 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c3/3ec38ce48e9673be94637de5918fa66bfd6ce2af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.77" OriginalAmount="94.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.38873649" Longitude="-81.24364462" StarRating="3" HotelCode="779108|50195219" HotelName="Holiday Inn Express &amp; Suites Orlando - Lake Nona Area" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>10115 William Carey Drive, Orlando, Florida 32832</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/9a/809ac77c296c316f97d709261c8f12757dbe94c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.97" OriginalAmount="94.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.391776510413" Longitude="-81.493258774281" StarRating="3" HotelCode="21216|13303" HotelName="Residence Inn Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11450 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c6/09c6d6b75cff2ebdbb9dd84b1795a6c16d0068fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.37" OriginalAmount="95.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39334453" Longitude="-81.49327818" StarRating="3" HotelCode="849666|78665964" HotelName="Holiday Inn Express &amp; Suites Orlando Lk Buena Vista Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>11409 Marbella Palms Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/99/a099e3778f54ede1df5f5887e7e86e6aaf2a9a2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.46" OriginalAmount="95.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.458529706753" Longitude="-81.311667235323" StarRating="3" HotelCode="263870|189683" HotelName="Homewood Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5425 Gateway Village Circle, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/e3/66e394b29c405345b31a6734e5fc5238c7bd99c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="103.99" OriginalAmount="97.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.674031" Longitude="-81.460867" StarRating="2.5" HotelCode="906481|132265" HotelName="Hampton Inn &amp; Suites Orlando-Apopka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>321 S. Lake Cortez Drive, Apopka, Florida 32703</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/zz/b7adc775da05c722cf64e110836ab040e862118d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.22" OriginalAmount="97.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.377796450717" Longitude="-81.502049714327" StarRating="3" HotelCode="46044|1873725" HotelName="SpringHill Suites Orlando Lake Buena Vista in Marriott Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8601 Vineland Avenue, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ff/70ffdcd482050295cf8c42e69947d44d5b460a56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.54" OriginalAmount="97.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.419343707953" Longitude="-81.465774178505" StarRating="3" HotelCode="88022|1258960" HotelName="Four Points by Sheraton Orlando Convention Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6435 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/94/6f9453fc12b689c5ccf75077b9bd16c0d5898c18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.59" OriginalAmount="97.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390642669091" Longitude="-81.494744587172" StarRating="3" HotelCode="39111|1198233" HotelName="Embassy Suites by Hilton Orlando Lake Buena Vista Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>8100 Lake Street, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/b6/03b630042b76e9587061a8aeb7c60e7315807bbd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.77" OriginalAmount="97.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.537272242294" Longitude="-81.38032302998" StarRating="3" HotelCode="440583|189687" HotelName="Hampton Inn &amp; Suites Orlando/Downtown South - Medical Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Columbia Street, Orlando, Florida 32806</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/5e/ec5ed9a307f269f89b666b82a10248c0c5431473.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.85" OriginalAmount="97.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.554187708333" Longitude="-81.377080575" StarRating="3" HotelCode="891363|252363" HotelName="Courtyard Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>730 North Magnolia Avenue, Orlando, Florida 32803</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/ab/8aabe9ea8e9592482d1e33aecce3c3dcdb79e92e.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.51" OriginalAmount="99.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389423365359" Longitude="-81.501096679901" StarRating="3" HotelCode="208386|1989677" HotelName="Grande Villas Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12118 Turtle Cay Circle, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b3/23b34a826f58e6f1446aaee689937dadf06adcd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.07" OriginalAmount="100.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.463966" Longitude="-81.473334" StarRating="3" HotelCode="255692|1201008" HotelName="Universal's Cabana Bay Beach Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Beach Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6550 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/1f/471f802c9b6a52ab14728e3b5ab0ecf20670d125.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.40" OriginalAmount="100.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C4DB71" HotelName="SPOT X Hotel Orlando/Intl Dr by The Red Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>12235 REGENCY VILLAGE DRIVE ORLANDO</AddressLine>
          </AddressLines>
          <CityName>ORLANDO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2345576_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.51" OriginalAmount="100.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.44697" Longitude="-81.472998" StarRating="3" HotelCode="31960|13621" HotelName="Embassy Suites by Hilton Orlando International Drive I Drive 360" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8250 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/b6/7cb648954a63bf4ab3eadb78dad6a7b43ad256bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.68" OriginalAmount="100.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.552249333333" Longitude="-81.42789" StarRating="2" HotelCode="126857|701674" HotelName="Quality Inn &amp; Suites Downtown Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Motel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3956 West Colonial Drive, Orlando, Florida 32808</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f46a5ca13b3aa06e9348fbeeaa7da71908a709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.33" OriginalAmount="102.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.452510925307" Longitude="-81.464010542328" StarRating="3" HotelCode="32914|12895" HotelName="Country Inn &amp; Suites by Radisson, Orlando, FL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7701 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/07/d207d95f6fbf19c2f726150be8f1821a96f42df8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.04" OriginalAmount="102.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.59947542" Longitude="-81.22073732" StarRating="3" HotelCode="955386|658944" HotelName="Home2 Suites by Hilton Orlando Near Ucf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3414 Technological Avenue, Orlando, Florida 32817</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/90/c09080a5068ae6df87887f036f75193dbc8b8952.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.73" OriginalAmount="103.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406043" Longitude="-81.469245" StarRating="4" HotelCode="370676|80681" HotelName="Hilton Grand Vacations at Seaworld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6924 Grand Vacations Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/b8/51b83d043b2e4b9bdcbe3c3dc0657f061290c7aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.74" OriginalAmount="103.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.407085830091" Longitude="-81.471130705572" StarRating="3" HotelCode="318760|409945" HotelName="Hampton Inn &amp; Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7003 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/0f/640f21ff02bcbd131122895f8586234710c9732b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.83" OriginalAmount="103.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.443906587858" Longitude="-81.472540434359" StarRating="3" HotelCode="293643|650191" HotelName="Allure Resort International Drive Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8368 Jamaican Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ca/49ca9446739e7f241a746c71d2ac497671d032f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.02" OriginalAmount="103.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46443599" Longitude="-81.46207558" StarRating="2" HotelCode="943503|653961" HotelName="Home2 Suites by Hilton Orlando Near Universal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5910 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/23/ef2323408df2b1b1f2325de421ea9d05b108a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="111.25" OriginalAmount="103.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444808090033" Longitude="-81.402860283852" StarRating="2" HotelCode="42211|063219" HotelName="Red Roof Inn Orlando South - Florida Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8296 South Orange Blossom Trail, 32809 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32adde65be068a1f35a6943b852d0f2c75de6de2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.32" OriginalAmount="104.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4594507" Longitude="-81.46353121" StarRating="4" HotelCode="878441|73867825" HotelName="Universal’s Endless Summer Resort - Dockside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7125 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/10/3910fb49dfa5de2ae76be63346d713cd55319107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.96" OriginalAmount="104.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481537371999" Longitude="-81.453118175268" StarRating="3" HotelCode="59781|35021" HotelName="Comfort Suites Universal Studios Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5617 Major Blvd., Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/59/4c594e3d17e5a55e8947c08504bb4ac76a167624.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.61" OriginalAmount="105.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.424891861191" Longitude="-81.457738280296" StarRating="4" HotelCode="899707|115113" HotelName="Hilton Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6001 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/1b/2f1b0144c9eeee91e45e3ba31d6a6e67ce6ee63e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="113.39" OriginalAmount="105.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.583938" Longitude="-81.208336" StarRating="3" HotelCode="99152|160274" HotelName="Homewood Suites by Hilton Orlando-UCF Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3028 North Alafaya Trail, Orlando, Florida 32826</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/1c/a01c26fd9928292628d92bea4b74e6fea92f1634.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="113.45" OriginalAmount="106.03" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A33D38" HotelName="Red Lion Hotel Orlando Lake Buena Vista South" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>5150 WEST IRLO BRONSON MEMORIAL HIGHWAY KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1361916_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.64" OriginalAmount="106.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45329813816" Longitude="-81.473381125509" StarRating="3" HotelCode="88020|3068622" HotelName="Hampton Inn &amp; Suites Orlando Intl Dr N" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7448 North International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/37714c995330c8593e81231a8ca32ad3921c2bbd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.29" OriginalAmount="106.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39061609" Longitude="-81.48681118" StarRating="3" HotelCode="853462|31189969" HotelName="Holiday Inn &amp; Suites Orlando - International Dr S" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>12005 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/d5/15d58c55fd8b689afd2236c5a08f1f279cdaa2b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.32" OriginalAmount="107.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.425789847099" Longitude="-81.43493719079" StarRating="4" HotelCode="396015|807927" HotelName="Rosen Shingle Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel">
        <Address>
          <AddressLines>
            <AddressLine>9939 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9c/c99ccff0820c3b7b452a02292ab448a7c5d4b343.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.47" OriginalAmount="107.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.453937073759" Longitude="-81.468940526248" StarRating="3" HotelCode="16319|1816721" HotelName="Quality Suites Near Orange County Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7400 Canada Avenue, 32819 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/d1/3fd16322e99053b397221e89b66bd60eca0e6ef7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.04" OriginalAmount="108.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451699118894" Longitude="-81.465896219015" StarRating="4" HotelCode="27052|980211" HotelName="Crowne Plaza Orlando - Universal Blvd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/39850/p_39850_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.73" OriginalAmount="109.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.406141" Longitude="-81.476771" StarRating="3" HotelCode="14603|14872" HotelName="Residence Inn Orlando at SeaWorld" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11000 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d7/c2d78d7dd5ef5a004dd567e84fec9cb6f522dcf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.22" OriginalAmount="109.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547813666667" Longitude="-81.376477666667" StarRating="2" HotelCode="897015|321733" HotelName="Travelodge Orlando Downtown Centroplex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409 North Magnolia Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/04/dc044bcbd507c55fb908047b38531c5951bfa58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.77" OriginalAmount="110.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.444935443715" Longitude="-81.395602226257" StarRating="4" HotelCode="48393|1487000" HotelName="The Florida Hotel and Conference Center Best Western Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1500 Sand Lake Road, Orlando, Florida 32809</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/48/3f488aec5a7be7f8eccd96ee4c259765bbf4dba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.68" OriginalAmount="110.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465751336562" Longitude="-81.461382705522" StarRating="3" HotelCode="55942|16138" HotelName="Hilton Garden Inn International Drive North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5877 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/67/ce67b559cf7a78fb86e0b4f7f82c0d4d03dea17c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.90" OriginalAmount="111.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.45892944375" Longitude="-81.464106317791" StarRating="3" HotelCode="741216|50036912" HotelName="Universal’s Endless Summer Resort - Surfside Inn and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7000 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0a/9c0a15cb634b39de44dfffa48baec57ed9b005ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.11" OriginalAmount="111.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.47540449" Longitude="-81.45707517" StarRating="3" HotelCode="640440|624783" HotelName="Hyatt House across from Universal Orlando Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5915 Caravan Court, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/66/21665b14ec99064fc2729c8cdc44c3211987aed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.47" OriginalAmount="111.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.460542183787" Longitude="-81.305697262287" StarRating="3" HotelCode="40703|131071" HotelName="Embassy Suites by Hilton Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5835 T. G. Lee Boulevard, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/a1/8aa1f637e787575daced425536eee6d121bc0584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.47" OriginalAmount="111.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687623" HotelName="COMFORT SUITES MAINGATE EAST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2775 FLORIDA PLAZA BLVD,2775 KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/931584_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.33" OriginalAmount="112.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461111" Longitude="-81.306908" StarRating="3" HotelCode="22273|1657328" HotelName="Fairfield Inn Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7100 Augusta National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/52/8852a029b1125a019c5bc102a66fd03b86b59a6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.54" OriginalAmount="112.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457896416322" Longitude="-81.463682055473" StarRating="3.5" HotelCode="31961|1529661" HotelName="Best Western Orlando Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7299 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0ccc5d8881afdee857e5477e5d537d002dc5282.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="120.56" OriginalAmount="112.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.389937418199" Longitude="-81.496319174766" StarRating="3" HotelCode="40708|1575862" HotelName="Hampton Inn Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8150, Palm Parkway, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/53/7653842d8e9268aa1911bf2cd8922c5b62e91264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.19" OriginalAmount="113.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40755103" Longitude="-81.47227711" StarRating="3" HotelCode="510822|57644982" HotelName="Homewood Suites by Hilton Orlando Theme Parks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6940 Westwood Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/1d/181d207422c991bd03bf25fa4e1bc9d3001257f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.54" OriginalAmount="116.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.387867" Longitude="-81.505198" StarRating="3" HotelCode="29510|1882555" HotelName="Fairfield Inn &amp; Suites Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Laundry,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12191 South Apopka Vineland Road, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1b/461b559748e2c9fbb5171cc5f5060b16f107c982.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.21" OriginalAmount="117.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.454189400788" Longitude="-81.471063494682" StarRating="3" HotelCode="165436|128537" HotelName="CoCo Key Hotel &amp; Water Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7400 International Drive, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/97/f297d6219d8377a24cef18ad8be13a9d0d6bdba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.84" OriginalAmount="117.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.482017139145" Longitude="-81.456676125526" StarRating="3" HotelCode="122217|124473" HotelName="Fairfield Inn &amp; Suites Orlando Near Universal Orlando" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5614, Vineland Road, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/14/a31418b056fc91402b31e33df84ceb8fa58a6700.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.62" OriginalAmount="118.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.547082877637" Longitude="-81.38405317791" StarRating="4" HotelCode="42212|2766232" HotelName="Marriott Orlando Downtown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 West Livingston Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/91/a7912d30d59b304e6e715e8acd598e0bffebadc6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="126.67" OriginalAmount="118.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.440211" Longitude="-81.469284" StarRating="4" HotelCode="52839|2124205" HotelName="Castle Hotel - Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8629 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/9a/6a9a863b38355d2b18dc548572f5e603575efb12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.58" OriginalAmount="120.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.382216442941" Longitude="-81.509880423546" StarRating="4" HotelCode="13641|1722578" HotelName="Hyatt Regency Grand Cypress" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Grand Cypress Boulevard, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/b2/82b25aeaa6b09d983cd7bd62775ade44cbf09ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.84" OriginalAmount="120.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.465724" Longitude="-81.461989" StarRating="3" HotelCode="31962|13631" HotelName="Homewood Suites by Hilton® Orlando-Nearest to Universal Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5893 American Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/7e/e07e22c75b1668e05c03a9178679462b730bd377.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.92" OriginalAmount="123.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.536517" Longitude="-81.378911" StarRating="3" HotelCode="262140|321609" HotelName="Aloft Orlando Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>500 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f2a6ac090e952b88cb2a93e0e76855b6cdb634.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.63" OriginalAmount="123.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386058123158" Longitude="-81.489951610565" StarRating="4" HotelCode="69835|1638111" HotelName="Hilton Grand Vacations at Tuscany Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8122 Arrezzo Way, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25afe79834036c5b8cbfdd36784d387baeb74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.69" OriginalAmount="124.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.481151906399" Longitude="-81.456820964813" StarRating="3.5" HotelCode="426699|167961" HotelName="Best Western Plus Universal Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5618 Vineland Road, Orlando, Florida 32819-7827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0d/fa0d38ab7b02d9810c1f5df84e7a001456dbfabc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="124.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390532042118" Longitude="-81.503137350082" StarRating="3" HotelCode="36277|16164" HotelName="Cypress Pointe Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Jacuzzi,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8651 Treasure Cay Lane, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/3701d0b34fbb9fc78e35639959b2a8d66b5ad9e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="133.02" OriginalAmount="124.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400130509563" Longitude="-81.492510437965" StarRating="4" HotelCode="100038|105750" HotelName="Parc Soleil by Hilton Grand Vacations Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11272, Desforges Avenue, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d8/88d888b77f78260a2ed99d6ac96f6c7d17c30e41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.38" OriginalAmount="124.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.40741" Longitude="-81.47041" StarRating="3" HotelCode="421785|42639160" HotelName="Staybridge Suites Orlando at SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Business Centre,Internet,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>6985 Sea Harbor Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439f0f8263dd1f8802e9b086261cfa54fd6f4c86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.76" OriginalAmount="127.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.393202279491" Longitude="-81.493305588518" StarRating="3" HotelCode="40713|131058" HotelName="Homewood Suites by Hilton Orlando/Lake Buena Vista" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11428 Marbella Palm Court, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/15/bb15d78a07216d76230e7a6a861be4b269c7e9d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.18" OriginalAmount="129.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358072970529" Longitude="-81.535339951515" StarRating="4" HotelCode="175656|1319380" HotelName="Wyndham Grand Orlando Resort Bonnet Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14651 Chelonia Parkway, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f3/ccf36ef9cbe542ef0b6d168a97f5a3062b4577cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.53" OriginalAmount="131.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.46603645" Longitude="-81.47191266" StarRating="3.5" HotelCode="562840|13065652" HotelName="Universal's Aventura Hotel" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6725 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb529de958615394e1d60ba5ae0bcaeb36dcd9e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.27" OriginalAmount="132.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.386117115934" Longitude="-81.476712226868" StarRating="4" HotelCode="19242|1555066" HotelName="Sheraton Vistana Villages Resort Villas, I-Drive/Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Village,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12401 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e345fcc8632a6f64029354defcc65801549a2584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.44" OriginalAmount="134.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.541548527868" Longitude="-81.375781547767" StarRating="3" HotelCode="40704|131148" HotelName="Embassy Suites Orlando Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>191 East Pine Street, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/94/1a945b64c1f97112ee35673d5b3097da990c94da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.01" OriginalAmount="134.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.457665321188" Longitude="-81.468469798565" StarRating="3" HotelCode="24630|1621544" HotelName="Ramada Plaza by Wyndham Orlando Resort &amp; Suites Intl Drive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6500 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f9/28f9135100a94c0aeb570665cbb064b3cfb44fcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.57" OriginalAmount="141.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.3897" Longitude="-81.4868" StarRating="3" HotelCode="445347|25940586" HotelName="Home2 Suites by Hilton Orlando / International Drive South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Golf,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>12107 Regency Village Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f0/a7f095b97be152cb9029071c5907782225bafb34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="152.57" OriginalAmount="142.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.35784873854" Longitude="-81.495715677738" StarRating="3" HotelCode="20707|1520793" HotelName="Buena Vista Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8203 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3f/0f3f59ba6d449c40c51b7255f7e4beb9982b52b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.47" OriginalAmount="144.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.431246403928" Longitude="-81.306172013283" StarRating="4" HotelCode="13642|1068830" HotelName="Hyatt Regency Orlando International Airport" Meals="ROOM ONLY NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9300 Jeff Fuqua Boulevard, Orlando, Florida 32827</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dc/23dcd3a049730c79540d67c74c3dd2c1ba9d3e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="154.49" OriginalAmount="144.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.358" Longitude="-81.492968" StarRating="4" HotelCode="11459|1269307" HotelName="Caribe Royale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8101 World Center Drive, 32821 Orlando, Florida</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/73/aa731ce897d489941ea65b0da7530e127a884f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.47" OriginalAmount="147.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.360985583008" Longitude="-81.510926485062" StarRating="4" HotelCode="14606|13305" HotelName="Marriott Orlando World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8701 World Center Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7c/4b7cb3c90b1e8c5a16109beea2baadb2b82ee0f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.25" OriginalAmount="152.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A76107" HotelName="PARK ROYAL ORLANDO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1500 NORTH TRACKER AV KISIMMEE KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29231_image61513544_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.45" OriginalAmount="154.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.350005041578" Longitude="-81.50711774826" StarRating="4" HotelCode="59771|2102147" HotelName="WorldQuest Orlando Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8849 WorldQuest Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/08/ce08ef23e5bedd0197823c0436e803f158cdb06a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.18" OriginalAmount="155.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.410626236084" Longitude="-81.456117343551" StarRating="3" HotelCode="552266|602929" HotelName="TownePlace Suites Orlando At SeaWorld" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10731 International Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c0/e5c04b73ac4de6af334c9b5700b61e4c6fede7e1.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.61" OriginalAmount="155.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.451227" Longitude="-81.477067" StarRating="3" HotelCode="213501|5227070" HotelName="Drury Inn &amp; Suites Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Jacuzzi,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7301 West Sand Lake Road, Orlando 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11150317</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.41" OriginalAmount="161.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43772828" Longitude="-81.42773391" StarRating="2" HotelCode="733120|626444" HotelName="Home2 Suites By Hilton Orlando South Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Business Centre,Fax,Internet,Pets allowed,Printer,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2800 Destination Parkway, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/79/b0790ef3d496eb3cfe72b46d6717033f1136847d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.64" OriginalAmount="166.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.361997" Longitude="-81.496835" StarRating="3" HotelCode="40705|156416" HotelName="Grand Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8317 Lake Bryan Beach Boulevard, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/20/522086d1f5e1d456cf726804b42a605b33bbde29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.46" OriginalAmount="168.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.462676920037" Longitude="-81.306608813929" StarRating="3" HotelCode="125122|2102212" HotelName="SpringHill Suites Orlando Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5828 Hazeltine National Drive, Orlando, Florida 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/1b/c11b7ee272e588a75f3a4d5a840140824ecf0817.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.49" OriginalAmount="170.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4590465" Longitude="-81.31203575" StarRating="3" HotelCode="891329|252360" HotelName="Courtyard Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7155 North Frontage Road, Orlando, Florida 32812</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/25/582538f24c7a2acb4268f43925fc2c3e99cb34d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.14" OriginalAmount="174.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.39698" Longitude="-81.45491" StarRating="4" HotelCode="29923|1127899" HotelName="Marriott's Grande Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5925 Avenida Vista, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/71/c771ee9675375d026d0a4fb8378acfbc4e884b87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.72" OriginalAmount="175.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.461865348098" Longitude="-81.305975899312" StarRating="3" HotelCode="99379|230334" HotelName="Residence Inn Orlando Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7024 Augusta National Drive, Orlando, FL 32822</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/27/6327223662db123aa8e63d15ba87966f4935ea9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.92" OriginalAmount="179.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.48441253" Longitude="-81.434884" StarRating="3" HotelCode="620153|41549204" HotelName="Residence Inn Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b2fe687422eb6c0a53c57abda878298e27d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.67" OriginalAmount="184.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.447966666661" Longitude="-81.47297007791" StarRating="3" HotelCode="20588|2068517" HotelName="Comfort Inn International Dr." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8134 International Drive, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/14/811479d7ea435275a5b86a25034cd5c095b3de8f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.70" OriginalAmount="187.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.378349" Longitude="-81.50825" StarRating="3" HotelCode="10992|16962" HotelName="Best Western Lake Buena Vista - Disney Springs Resort Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2000 Hotel Plaza Boulevard, Lake Buena Vista, Florida 32830-8406</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8f/8f42dc50f576b694/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.11" OriginalAmount="187.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.388229035684" Longitude="-81.482296586037" StarRating="4" HotelCode="59824|2760718" HotelName="Floridays Resort Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12562 International Drive, 32821 Orlando</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/70/4b701f096425e92d400320ab92f275596309557b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.15" OriginalAmount="192.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.43766" Longitude="-81.46846" StarRating="3" HotelCode="29214|3325896" HotelName="Residence Inn Orlando Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9a/a09adf7b898c7f3160e9ecc4b21abd7f3721ac5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.64" OriginalAmount="193.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.367689716666" Longitude="-81.504153907299" StarRating="4" HotelCode="29514|2660401" HotelName="Sheraton Vistana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8800 Vistana Centre Drive, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/ac/a6acc12f3a15bb621329ca7241d2f3f1b9914540.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.10" OriginalAmount="197.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.4844151" Longitude="-81.43492375" StarRating="5" HotelCode="638039|79381168" HotelName="SpringHill Suites Orlando at Millenia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>5403 Millenia Lakes Boulevard, Orlando, Florida 32839</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/67/f067984c3dd9c0bc096589ae7e28349a4cc6f2f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="214.94" OriginalAmount="200.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.538633976635" Longitude="-81.378608152115" StarRating="4" HotelCode="122827|1550986" HotelName="Grand Bohemian Hotel Orlando, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>325 South Orange Avenue, Orlando, Florida 32801</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/b7/b6b74a856a0306dd94be25d51f50ed1c23886550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.44" OriginalAmount="204.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.466184687731" Longitude="-81.47021757093" StarRating="4" HotelCode="317762|8572522" HotelName="Loews Sapphire Falls Resort at Universal Orlando Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6601 Adventure Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a3/d5a3b6ec62f851e7238adc24a5ef8a033304c1b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.96" OriginalAmount="227.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.400503293859" Longitude="-81.472592353821" StarRating="4" HotelCode="14604|387202" HotelName="Marriott's Cypress Harbour Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11251 Harbour Villa Road, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ca/c1ca2bc0edde2ab3371bf42bc4dec74bf52170a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.23" OriginalAmount="256.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.433949966142" Longitude="-81.459721046627" StarRating="4" HotelCode="897020|133293" HotelName="Las Palmeras by Hilton Grand Vacations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9501 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e7/1fe7614356b680af671b7560257dbcd17fd415e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="286.93" OriginalAmount="268.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.390844" Longitude="-81.496443" StarRating="3" HotelCode="17550|2335441" HotelName="Extended Stay America - Orlando - Lake Buena Vista" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8100 Palm Pkwy, Orlando, Florida 32836</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/65/c9651cacdbb3c7d991a2bc2d79d1918236fce0e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.03" OriginalAmount="268.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.401451" Longitude="-81.428204" StarRating="4" HotelCode="28333|13637" HotelName="JW Marriott Orlando Grande Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4040 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/a3/47a3a8cb8c407d3510379b72637031bbdd0b84e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.77" OriginalAmount="336.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.353527" Longitude="-81.533899" StarRating="5" HotelCode="899719|117573" HotelName="Waldorf Astoria Orlando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14200 Bonnet Creek Resort Lane, Orlando, Florida 32821</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/93/ac930085c338a6baf9a33e44a6628a8b9f2e81e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="436.52" OriginalAmount="407.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|632984" HotelName="PALAZZO LAKESIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4944 WEST IRLO BRONSON MEMORIAL HIGHWAY, KISSIMMEE, FL</AddressLine>
          </AddressLines>
          <CityName>KISSIMMEE, FL</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/89188_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="543.43" OriginalAmount="507.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.403586971882" Longitude="-81.429222375154" StarRating="5" HotelCode="26001|1962476" HotelName="The Ritz-Carlton Orlando Grande Lakes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4012 Central Florida Parkway, Orlando, Florida 32837</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7a/8b7a91c07fb5d13c9afe863e996dddc35903d1f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="566.20" OriginalAmount="529.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.468265" Longitude="-81.467324" StarRating="4" HotelCode="317059|2453981" HotelName="Loews Royal Pacific Resort at Universal Orlando Resort" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6300 Hollywood Way, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/e9/29e9bb249a3256a163b33df0d3c74770b2cac337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="574.15" OriginalAmount="536.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.477122704691" Longitude="-81.46458864212" StarRating="4" HotelCode="13208|1102974" HotelName="Hard Rock Hotel Orlando" Meals="ROOM ONLY 5" BedType="ROOM ONLY 5" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5800 Universal Boulevard, Orlando, Florida 32819</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/f2/01f2be06bc925481d523309cccd4375f3f6f5683.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="761.67" OriginalAmount="711.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.415050294604" Longitude="-81.574848890305" StarRating="4" HotelCode="11791|1288363" HotelName="Disney's Contemporary Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4600 North World Drive, Lake Buena Vista, Florida 32830</AddressLine>
          </AddressLines>
          <CityName>Orlando</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/a8/39a8612d3440b085b94149a2e6efd912bcbe8201.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="75.10" OriginalAmount="70.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A22984" HotelName="Nobile Hotel Parkway at Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3104 PARKWAY BOULEVARD CELEBRATION, FL</AddressLine>
          </AddressLines>
          <CityName>CELEBRATION, FL</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="174.40" OriginalAmount="162.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="28.333245024611" Longitude="-81.526712652779" StarRating="3" HotelCode="|FSKQ" HotelName="Fairfield Inn &amp; Suites by Marriott Orlando Kissimmee/Celebration" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6073 West Irlo Bronson Memorial Highway, Kissimmee</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access,Bicycle Rental,Designated Smoking Area,Jacuzzi,Lounge,Swimming Pool,Heated Pool,Spa,Shopping Arcade,Currency Exchange,Sauna,Massage Centre,Garden,Diet Meals,Business Centre,Meeting Room,Pets allowed,Wake-up Call Service,Printer</BasicAmenities>
    <HotelRating>3,2,4,3.5,5,2.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,CLUB RESORT,HOTEL DE CHARME,COUNTRY HOUSE,BEACH HOTEL,APARTMENT HOTEL,GOLF HOTEL,VILLAGE,HOTEL,HISTORIC HOTEL,MOTEL</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
61f5d897-4281-446e-9571-b0d569df1319|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="61f5d897-4281-446e-9571-b0d569df1319">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="40324" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
61f5d897-4281-446e-9571-b0d569df1319|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
61f5d897-4281-446e-9571-b0d569df1319|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
61f5d897-4281-446e-9571-b0d569df1319|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
61f5d897-4281-446e-9571-b0d569df1319|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
61f5d897-4281-446e-9571-b0d569df1319|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
61f5d897-4281-446e-9571-b0d569df1319|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="2025-11-24T05:41:18.2141353+00:00" Version="0" EchoToken="Search" TransactionIdentifier="61f5d897-4281-446e-9571-b0d569df1319" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.475777" Longitude="-0.037176" StarRating="2" HotelCode="170193|411695" HotelName="New Cross Inn Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>323A New Cross Road, London SE14 6AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/01/e10155f88146690207812dedb0c9d81999270861.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537098630397" Longitude="0.079697557672148" StarRating="1" HotelCode="205288|225952" HotelName="Travelodge London Barking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Arboretum Place, Barking, London IG11 7RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/c9/19c9cfcc6bdbbe1bd0def3bbe1c0d22f0987c413.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557313" Longitude="0.07302" StarRating="2" HotelCode="114929|225953" HotelName="Travelodge London Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Clements Road, Ilford, London, Essex IG1 1BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e5/bae54af0353f25846022633fc80a2905bde7d7d5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47885806353" Longitude="-0.40939391534425" StarRating="3" HotelCode="115077|457515" HotelName="Travelodge London Heathrow Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>700 Bath Road, Hertz House, Hounslow TW5 9TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6c1a6abb62ce75744129ccdff83e088e85e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.530038388319" Longitude="-0.2255118981476" StarRating="2" HotelCode="149178|200253" HotelName="Kensal Green Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>639 Harrow Road, London NW10 5NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e6/8ae6d3f717c4c06f0d875ce1785e56d9601652fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527091" Longitude="-0.278704" StarRating="2" HotelCode="97132|225954" HotelName="Travelodge London Park Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>614 Western Avenue, London W3 0TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5e/6d5e2663f2042301aa7a0c55e58ea65e149b19f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.563565467413" Longitude="0.070720004574127" StarRating="2" HotelCode="78576|37498" HotelName="Cranbrook" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Coventry Road, London IG1 4QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/3f/183f02fff2fd71834d3b117b20e72c8cf6555c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49515804" Longitude="-0.38781902" StarRating="2.5" HotelCode="520441|478599" HotelName="Old Oak Tree Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 The Common, London UB2 5PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b4f2e64df0a748fbebc07c56e923d0be57ac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58285391" Longitude="-0.31699178" StarRating="3" HotelCode="235880|93611" HotelName="Premier Inn London Harrow" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Kenton Road, Kenton, Middlesex HA3 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/6c/c26c9f98dd91de56f569454d25c594a64ec149dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.22" OriginalAmount="46.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.659922971867" Longitude="-0.26589262024233" StarRating="3" HotelCode="114983|2215769" HotelName="ibis London Elstree Borehamwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Elstree Way, Borehamwood, London WD6 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/49/9249dd1d9febf6cc547497dfb7b218a94d8be6a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.541270966214" Longitude="-0.26164692899101" StarRating="3" HotelCode="145163|200143" HotelName="The Bridge Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Hillside, London NW10 8BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/36/bf36fc0fb7ade627a022fc2854bc2c969034a628.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.575697368969" Longitude="-0.19733849754425" StarRating="2" HotelCode="145797|212612" HotelName="Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Hoop Lane, London, Greater London NW11 8BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/26/952623b12a1a6423dec64a9d0490407a91e4103b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.37492242" Longitude="-0.09034449" StarRating="2.5" HotelCode="502934|411127" HotelName="easyHotel Croydon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Addiscombe Road, Croydon, London CR9 5DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7c/877ca104b49306d756a18ab01d660d84cfcc349b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.559376" Longitude="0.068355399999973" StarRating="3" HotelCode="382732|167943" HotelName="Lucky 8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21 -25 York Road, Ilford IG1 3AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/25/d8254e05cc532176c3fa573a3fca8034364f34c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518309" Longitude="-0.405527" StarRating="3" HotelCode="152808|93958" HotelName="Premier Inn London Hayes, Heathrow (North A4020) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>362 Uxbridge Road, Hayes, Middlesex UB4 0HF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/d5/ccd5308333b4e6d4daf3b32ea53e9f79f7594e12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4981705" Longitude="-0.2222168" StarRating="2" HotelCode="902818|63725" HotelName="Star Hotel - B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>97-99 Shepherd's Bush Road, London W6 7LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/2d/742d81bb6e8213478d4fba576be7d9b92f312e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49100038" Longitude="-0.30423647" StarRating="3" HotelCode="467740|93606" HotelName="London Brentford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Alfa Laval, Great West Road, Hounslow, Greater London TW8 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/2f/ca2f80c7c48d922cdb5ed11f351c2c03c5cd9904.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.480113377207" Longitude="-0.42460441589356" StarRating="3" HotelCode="96634|93612" HotelName="Premier Inn London Heathrow Airport (Bath Road)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Bath Road, Hounslow, Middlesex TW6 2AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5b/165b7ad99eced9f05d876c81c2b06ea12ceb07e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.459723" Longitude="-0.43972940000003" StarRating="3" HotelCode="566250|227185" HotelName="Premier Inn London Heathrow Airport Terminal 4" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheffield Road, London Heathrow Airport, Heathrow TW6 3FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0e/650edb5413b138eb2c85bdee8d5b1d1f4a6c06de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485029" Longitude="-0.30106" StarRating="3" HotelCode="152862|93607" HotelName="Premier Inn London Kew Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 High Street, Brentford, London TW8 0BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/2b/d12b1b1031b65491c9217e56980a9a790885ca56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506814363375" Longitude="0.22592239776998" StarRating="3" HotelCode="159632|93959" HotelName="Premier Inn Hotel London Rainham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>New Road, Wennington, Rainham, Essex RM13 9ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/dd/57dd01d59a4f72f424c2726d786cd889db1ee354.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55518388" Longitude="0.07769766" StarRating="2" HotelCode="440067|167950" HotelName="Woodlands Lodge Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>92-94 Woodlands Road, Redbridge, Ilford IG1 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a7f9d05bfd3b4756f903fe903dd7bb36f6a68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.534944" Longitude="0.070981" StarRating="2" HotelCode="53449|456664" HotelName="ibis budget London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking IG11 7BA, Essex</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/77/fe7726ebca9e4c6db7ed7ae72475fee089e7bfd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531369182767" Longitude="0.14852929354754" StarRating="3" HotelCode="263522|93733" HotelName="Premier Inn London Dagenham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chequers Corner, 2 New Road, Dagenham, London RM9 6YS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/1a/5e1a37c5a4e6b17d6e36f63b85717ac0d96e54a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.67540449" Longitude="-0.02019138" StarRating="3" HotelCode="159605|93956" HotelName="Premier Inn Enfield" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Innova Park, Corner Of Solar Way, Enfield EN3 7XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f1/41f15a5b7e42f2c79ca9f5dac08be5b4ab314f0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.357256" Longitude="-0.117071" StarRating="4" HotelCode="76390|49517" HotelName="London Croydon Aerodrome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>680 Purley Way, Croydon, Surrey  CR9 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1d/e21dcb334d38fcbabcd5b8340473849bdd5dbc53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.562809" Longitude="-0.28102" StarRating="3" HotelCode="152864|30796" HotelName="Premier Inn London Wembley Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>151 Wembley Park Drive, Wembley, London, Middlesex HA9 8HQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857932|406160" HotelName="London Wembley Stadium hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Wembley Park Boulevard, Wembley, London HA9 0GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d13a09bf75d2ccd64e2016958b176a1c43e48a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095825" Longitude="-0.2727159" StarRating="3" HotelCode="144992|200293" HotelName="London Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51-53 Steyne Road, Acton, London W3 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/5d/ef5d65093385f676d7c4cdba7c7cf66d5d5b8d20.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496062897283" Longitude="-0.44802596198087" StarRating="3" HotelCode="186140|227194" HotelName="Premier Inn London Heathrow Airport (M4/J4)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Shepiston Lane, Hayes, Middlesex UB3 1RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5c/285c1619957feeeb14d975236b4dd4d3fcd7c4b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857897|406154" HotelName="London Hayes, Heathrow (Hyde Park) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Millington Road, Hayes, London UB3 4AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/74/e0744b4c9382759ab7cb4fe2c2e75dcdc07e21cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.89" OriginalAmount="55.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481015" Longitude="-0.433617" StarRating="3" HotelCode="28980|1314404" HotelName="Best Western London Heathrow Ariel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Bath Road, Harlington, Hayes, Greater London UB3 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8b9620a59d70240b6fb0c84c5758b67ae3cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52835484" Longitude="-0.01856488" StarRating="2" HotelCode="449861|492706" HotelName="CityLodge London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>167 Bow Road, Tower Hamlets, London E3 2SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/84/f384f87ee3ea1a6558e3e9b2abc9442582849f34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.563977" Longitude="0.065688" StarRating="3" HotelCode="915074|45424" HotelName="Arinza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mansfield Road, Ilford IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/14/b214a2859517195edfa9e17782b7b7e916746a42.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.78" OriginalAmount="56.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.473649140562" Longitude="-0.027244538068771" StarRating="2" HotelCode="189775|3497965" HotelName="Venture Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>86 Tanners Hill, Greater London SE8 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f8/40f82175482640a24ca5554d8cfcce74d5741672.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560028289343" Longitude="0.067192073645401" StarRating="3" HotelCode="165984|37497" HotelName="Best Western London Ilford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Argyle Road, Ilford, Essex IG1 3BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555266b9446590325964ab484df5706861622cbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.575316" Longitude="-0.203934" StarRating="2" HotelCode="94563|36992" HotelName="King Solomon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155-159 Golders Green Road, London NW11 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ae/62ae17d8f934fe5dc88b4cce0b6c307d073f23ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.629146791747" Longitude="-0.2638758981476" StarRating="3" HotelCode="94603|16493" HotelName="Ramada London North M1" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Between Junction, Gateway Services, London NW7 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/cb/c5cb517500d5dee2d9ff90847060282fdf45f94e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48008" Longitude="-0.483259" StarRating="3" HotelCode="28977|13283" HotelName="Thistle London Heathrow Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Longford, London UB7 0EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/73/ff735807bac2a3a779e6a0e9f1620963357e27e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469928636398" Longitude="-0.36700065704599" StarRating="2" HotelCode="266416|215502" HotelName="Travelodge London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lampton Road, Hounslow, London TW3 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/73/927375911e3ac84bd9244d239775a549ca8e41c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.39" OriginalAmount="57.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498423" Longitude="-0.208623" StarRating="2" HotelCode="888829|3764469" HotelName="Holland Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Holland Road, London W14 8HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e3/64e3c484ac78a25af789781c5661ec2ee9af0d0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533859557254" Longitude="0.071743467744341" StarRating="2" HotelCode="115102|200628" HotelName="ibis London Barking Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Essex, Barking IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/bb/80bbdd6421a3c22c5a56ed656be0a20eea59d0f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.32" OriginalAmount="58.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.478673" Longitude="-0.363676" StarRating="3.5" HotelCode="189438|183891" HotelName="Park Grand London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>449 Great West Road, Hounslow, Middlesex TW5 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28af140a30fc41adff4025e206290dd4d8ec4376.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.567596" Longitude="0.065121" StarRating="2" HotelCode="114512|37499" HotelName="Park Hotel Ilford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>327 Cranbrook Road, Ilford, Essex, London IG1 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/28/66289b159e3674895776baef3c51e8e340d08006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508276236287" Longitude="0.038858318227767" StarRating="3" HotelCode="94604|93672" HotelName="London Docklands (Excel) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Royal Victoria Dock, London E16 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/88/2288ebc7d50a93008224c0b30d5c258454d6b5b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49542657" Longitude="-0.18946535" StarRating="2.5" HotelCode="623394|237256" HotelName="easyHotel South Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14 Lexham Gardens, Kensington, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/c7/b0c722e57294f893e5094c0b1e8365bd35d6291b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58476111" Longitude="-0.24823842" StarRating="3" HotelCode="465391|93736" HotelName="Premier Inn London Hendon (The Hyde)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Hyde House Hendon, London NW9 6LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/39/3039949cb2246105cf7e63921f96482bd5b388ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48083" Longitude="-0.430632" StarRating="3" HotelCode="13247|65910" HotelName="ibis London Heathrow Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>112 Bath Road, Hayes, Middlesex, London Heathrow Airport, London UB3 5AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/11/3011dc0d5bc6300aee1154292676b19c8fcabb94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53443" Longitude="0.07154" StarRating="3" HotelCode="152630|93953" HotelName="Premier Inn London Barking" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Highbridge Road, Barking, London, Essex IG11 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/47/6b479981019b126efdff81d9c7d6df30292374ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513571759843" Longitude="-0.19265100359917" StarRating="2" HotelCode="19337|3416" HotelName="Wedgewood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Leinster Square, Bayswater, London W2 4PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56866427391857b3dc671bc65ec2ad5d0a2911.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56211915" Longitude="0.0702969" StarRating="0" HotelCode="957477|490048" HotelName="Wellesley Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Wellesley Road, Ilford IG1 4JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/0e/e40e832a25fd342b9046bd80254414062e1ab8fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.05" OriginalAmount="62.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515976855675" Longitude="-0.17133054844476" StarRating="2" HotelCode="101996|313156" HotelName="White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>102 Sussex Gardens, Westminster Borough, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ff/8dff2be2db4fc54c144e8264ffd912d5d7e794a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.580207" Longitude="0.14071" StarRating="3" HotelCode="152963|93961" HotelName="Premier Inn London Romford West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Whalebone Lane North, Chadwell Heath, Romford, Greater London RM6 6QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/28/272811fa7521c7c6dddd9d44c2f7979e36eb751b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4109" Longitude="-0.30002" StarRating="2" HotelCode="114427|215503" HotelName="Travelodge London Kingston Upon Thames" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/23 Old London Road, Kingston upon Thames, London KT2 6ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/fd/b7fd8faa421cf6ec18146db657070692e176e8be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.486602313202" Longitude="-0.25394305753025" StarRating="3" HotelCode="639205|227188" HotelName="Premier Inn London Chiswick" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Hogarth Roundabout, Axis House, Chiswick, London W4 2TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c3/06c3afd026e7060d7a7a2a2b0b54870d321e3f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.06" OriginalAmount="64.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.559171" Longitude="-0.284036" StarRating="3" HotelCode="81370|70242" HotelName="Wembley International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Empire Way, Wembley, London, Middlesex  HA9 0NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/16/33167e7bad3589a0ef982ed8dd294da11f2deadd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.459071" Longitude="-0.443305" StarRating="3" HotelCode="639038|405706" HotelName="Holiday Inn Express London Heathrow T4" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/b2/e7b2491e3d66d4bad8cb32b7e39e3062f5a70cd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56052292" Longitude="0.06982376" StarRating="4" HotelCode="547518|167946" HotelName="Signature Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/57/2a57725a292fda17da33be585ee9a61604ae4ee5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537966" Longitude="-0.283278" StarRating="3" HotelCode="79028|200494" HotelName="Travelodge London Wembley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Circular Road, Ealing NW10 7UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/65/e265e97b808aa710c04440e627c4ad1f6de11cad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.81" OriginalAmount="65.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.467242" Longitude="-0.366724" StarRating="2" HotelCode="213192|2807890" HotelName="ibis budget London Hounslow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Staines Road, 65 Grove Road, London TW3 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/a9/c6a922fc6eedee3d8518dc4e0a0c38e0020485a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.29" OriginalAmount="65.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53798516" Longitude="0.08007575" StarRating="3" HotelCode="639569|73670787" HotelName="Bank Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Ripple Road, Barking IG11 8DN, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/2f/492f863deaf9544961ab84ab9980b4712c61d67a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560459" Longitude="0.069839000000002" StarRating="3" HotelCode="284651|38768" HotelName="Best Western Greater London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Cranbrook Road, Ilford IG1 4NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/0d/9c0d4b1d44e4f60ed434560a7931a9fa2a792dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.38" OriginalAmount="66.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481488838842" Longitude="-0.44854511946674" StarRating="3" HotelCode="460824|463002" HotelName="ibis Styles London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>272 Bath Road, Harlington, Heathrow, London UB3 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/19/08192663a81ed8004a6ea93db7512b12439b1691.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54755913" Longitude="-0.05631847" StarRating="2" HotelCode="440136|227717" HotelName="Kip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Aspland Grove, Hackney, London E8 1JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/74/1d747aae4141f989a0ddac2882c7ad9fd6dbbb93.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49403273" Longitude="-0.19764208" StarRating="0" HotelCode="975447|402579" HotelName="Point A Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 West Cromwell Road, Kensington, London SW5 9QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/ff/89ff22953448841e4651dad6b3a245c04c8ec1bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.84" OriginalAmount="67.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516200700913" Longitude="-0.17155140638351" StarRating="2" HotelCode="17452|133506" HotelName="Seymour Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Sussex Gardens, Hyde Park, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/73/a8731b06a3c5e6dabd722b7b06411135c3e39c5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514654234271" Longitude="-0.1730078458786" StarRating="3" HotelCode="173037|16365" HotelName="Alexandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159-161 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e6/07e67fe632459689b4b2cdd7a617119d07ad635a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5066264527" Longitude="-0.24444177746773" StarRating="2" HotelCode="189752|199447" HotelName="Hotel 261" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>261 Uxbridge Road, Shepherds Bush, Greater London W12 9DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/780953efa985a495e700bb8643ae27de431b7fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47408326" Longitude="-0.28660063" StarRating="3" HotelCode="440156|128186" HotelName="Kew Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>271 Sandycombe Road, Richmond, Greater London  TW9 3LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a6/55a6c28f4d39e5a1a972f502987af47b28a539c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4802948886" Longitude="-0.41473552820275" StarRating="3" HotelCode="599677|307725" HotelName="Moxy London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>804-834 Bath Road, Heathrow Airport, Hounslow, England TW5 9US</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/9e/ea9e7d5d447fd1e234942cb600da959aef439539.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5508762" Longitude="0.07421761" StarRating="0" HotelCode="958822|414874" HotelName="Premier Lux Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>210 Ilford Lane, Ilford IG1 2LW, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/f1/d4f155ee4357eb281f698c2ecfc5320808678a1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.40" OriginalAmount="68.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509916693513" Longitude="-0.32486897916795" StarRating="3" HotelCode="445643|598981" HotelName="Holiday Inn Express London - Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Broadway Ealing, London, W13 9BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/40/7140856f7db4dd0310e3acbca728e0c2a24a4e15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532734570265" Longitude="-0.031045274594817" StarRating="1" HotelCode="323533|493891" HotelName="City View Hotel Roman Road Market" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Meeting Room,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>527 Roman Road, London E3 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/b0/95b0a924670b0835cb37ee02f9024573551531da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525458" Longitude="-0.125797" StarRating="2" HotelCode="148308|199428" HotelName="Goodwood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921c2d54f2b8bdbb771db7a04cc55406f21ba5db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.542333974493" Longitude="0.0045330744701459" StarRating="2" HotelCode="114400|38963" HotelName="ibis London Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Romford Road, Stratford, London E15 4LJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/f5/b7f5b78602e5fd7194ff174f666814f061de233f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557111607577" Longitude="-0.39774903258899" StarRating="3" HotelCode="78711|35773" HotelName="Savera Hotel South Ruislip" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Long Drive, Station Approach, London HA4 0HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e0/02e0fec85a84406941910d4d6e338595b41c0b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4751637" Longitude="-0.33592561" StarRating="2.5" HotelCode="580093|490320" HotelName="The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>457 London Road, Isleworth, Greater London TW7 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a5/3aa5f1d13f867bb3f8acdc122f86e521bf494e18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5084899" Longitude="-0.29820233804605" StarRating="2" HotelCode="142742|200108" HotelName="Abbey Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>51 Grange Park, Ealing, London W5 3PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a5/44a5d9f248a6b6a97b519c228c9078ce47eb1fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491567835524" Longitude="-0.19707262516022" StarRating="2" HotelCode="52705|10350" HotelName="Garden View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-31 Nevern Square, London SW5 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/55584bcbbd20c302ecba3cc5edf408dbee599312.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49158181813" Longitude="-0.14238339206543" StarRating="2" HotelCode="432583|199426" HotelName="Golden Star Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>75 Warwick Way, Victoria, London, SW1V 1QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/95/519548c9c169e1b6694d8ea2ad36edca9d720171.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.70" OriginalAmount="70.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512283" Longitude="-0.186194" StarRating="1" HotelCode="173552|169275" HotelName="Smart Hyde Park Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>48-50 Inverness Terrace, Bayswater, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/14/9914aa9f445b1b2eb62e4e921eff7d509cc66b72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.62269825" Longitude="-0.27793154" StarRating="0" HotelCode="785809|493754" HotelName="Edgware Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>130 Edgwarebury Lane, Edgware  HA8 8NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9970dac52ad8004e4ff87bb41f776ecf5e34e06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544521878123" Longitude="-0.088979601860046" StarRating="3" HotelCode="189758|199461" HotelName="Islington Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>366 Essex Road, Highbury, Islington, London N1 3PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/bc/c3bcb81107134ddcac873daa21b39aee7b178813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516089472533" Longitude="-0.17358681797145" StarRating="2" HotelCode="37782|2117" HotelName="Shakespeare Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Golf,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Norfolk Square, Paddington, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0a/ef0a5e7717a4e4f15b55ad299b0b6d800a8bad17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.77" OriginalAmount="71.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49127" Longitude="-0.143472" StarRating="1.5" HotelCode="93109|314819" HotelName="Colliers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95/97 Warwick Way, SW1V 1QL London, Victoria</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/c6/1cc614ddca1e0bb4d573e359f0b484bdecfb0aa9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514802" Longitude="-0.176746" StarRating="3" HotelCode="408634|17798" HotelName="Ascot Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Craven Road, Paddington, London W2 3BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/01/560138dd9a361122118d6f594249f375aa521d85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.567960741476" Longitude="-0.099287331104279" StarRating="3" HotelCode="899481|37228" HotelName="Best Western London Highbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>372-374 Seven Sisters Road, London N4 2PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/01/87013e37459132b47a5e2ac6384980c9163b72ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4810220906" Longitude="-0.46161332931149" StarRating="4" HotelCode="727762|404902" HotelName="Holiday Inn London - Heathrow Bath Road" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>276 Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/77/4777e9e2440bbd17685a0cd116e3ae2765e44c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="2" HotelCode="151700|495517" HotelName="Macdonald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-46 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/2f/362f19683c4f3360f494bfdd7facc8e7b6e22f07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481547" Longitude="-0.43671" StarRating="4" HotelCode="28976|31910" HotelName="Sheraton Skyline Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Heathrow Airport, Hayes UB3 5BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece8436a8a475eff8060897b5f0c1bebd1fcbf55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494528690641" Longitude="-0.20707726478577" StarRating="4" HotelCode="189748|56832" HotelName="Simply Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avonmore Road, London W14 8RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/5a/cc5ae7692d2dd5b9e4c9df5e0d9ac570d8bbfeed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.92" OriginalAmount="72.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.446473" Longitude="0.154033" StarRating="3" HotelCode="79586|1012975" HotelName="Holiday Inn London - Bexley" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Southwold Road, Bexley DA5 1ND</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b7/e6b733ccfa4e1efebc0e7215ac04642c857bc3ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49887" Longitude="-0.2224" StarRating="3" HotelCode="171244|56961" HotelName="Comfotel GRN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Shepherds Bush Road 120, London W6 7PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/7f/717ff2841bcd6d986b5f1301ebc43f073cfbd8fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52434518" Longitude="-0.09469895" StarRating="3" HotelCode="502921|408399" HotelName="easyHotel Old Street / Barbican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>80 Old Street, London EC1V 9AZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/58/2b58bc6fb9a31734e48cc57726a7a820eb067b4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.553607017664" Longitude="0.033790469169617" StarRating="2" HotelCode="94551|457372" HotelName="Forest Gate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Godwin Road, London E7 0LW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/d4/0bd4306ba0fafa7cf2ab574dc07f31e17295287a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481882" Longitude="-0.468293" StarRating="4" HotelCode="76622|205395" HotelName="Hyatt Place London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, The Grove, West Drayton UB7 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/7f/4d7f3be9859ebf539548441c4300bfb3001795fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.564921289556" Longitude="0.10105855212032" StarRating="3" HotelCode="335002|167944" HotelName="O'Gradys Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>699 High Road, Ilford, Essex IG3 8RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/48/3148762bc9cf7a8aad0d7c9c5bbb61930b6bdc01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521045131387" Longitude="-0.077661588954925" StarRating="2.5" HotelCode="915051|31568" HotelName="Point A Hotel London Liverpool Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Folgate Street, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/7a/8c7adabc81991254c6ed4fc70b3498e3d9d50d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.66114533" Longitude="-0.08672" StarRating="0" HotelCode="986041|493711" HotelName="Six Bells" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>187 Chase Side, Enfield EN2 0PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1e/7c1e6fd84839c7fddf34c6603f3513b379048b93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.28" OriginalAmount="73.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="0.010090470314026" StarRating="3" HotelCode="27215|1191457" HotelName="Holiday Inn Express London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bugsby Way, Greenwich, London SE10 0GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.63" OriginalAmount="73.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529604271707" Longitude="-0.29428124427795" StarRating="4" HotelCode="29190|2869175" HotelName="Crowne Plaza London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Hanger Lane Gyratory System, Ealing, London W5 1HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/ef/7defbc1cb47550c1e938986054d2a90f3373ad16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499019" Longitude="-0.2224" StarRating="2.5" HotelCode="142808|57461" HotelName="Comfotel Blu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Shepherds Bush Road, London W6 7PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e250de3e97c67fed829e8cb7f2967ae8d976ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.574924130774" Longitude="-0.20316794232792" StarRating="0" HotelCode="237212|410941" HotelName="Golders Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>175 Golders Green Road, Golders Green, Barnet, London NW11 9BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/86/5b8668e95ea2104d79d5e2f94239141e652d3eb0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503987676285" Longitude="-0.33376733201601" StarRating="4" HotelCode="77777|200142" HotelName="Boston Manor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146-152 Boston Road, Hanwell, London W7 2HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/37/5d37bdba412428846db838f50511769ae936f6a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="151563|199493" HotelName="London Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Horn Lane, Acton, London W3 6PP, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4d/f64d3640d1d5698347703595f9e24ed34ebc03ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.36340974" Longitude="-0.19418475" StarRating="3" HotelCode="986257|406155" HotelName="Premier Inn London Sutton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>St. Nicholas Way, Sutton, London SM1 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/8d/608d58861e279f092c69d99d1ccb18f65f09b0ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857491|406159" HotelName="London Tolworth hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Kingston Road, Tolworth, London KT5 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/96/88961759ad43d76f1b30d52b2dd5cd07ddad5c59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50406791566" Longitude="0.040630102157593" StarRating="3" HotelCode="97131|18851" HotelName="Travelodge London City Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Connaught Road, London E16 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1a/6a1a427810a127a9027e10ecc5886097272ccb04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.3465257" Longitude="-0.31551454" StarRating="3" HotelCode="159593|93568" HotelName="Premier Inn Chessington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Leatherhead Road, Chessington, Surrey KT9 2NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/0428cbfd8d5dca21470e8dcc160f50eabb72f02d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.612338444048" Longitude="-0.048261828172372" StarRating="3" HotelCode="336049|93732" HotelName="Premier Inn London Edmonton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Advent Way, Edmonton, Enfield N18 3AF, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ec/86ecf9dc18b69cfb6e8cfe928a13d8ed779e5601.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492223" Longitude="0.063517000000047" StarRating="3" HotelCode="199810|215511" HotelName="Travelodge London Woolwich" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125-157 Powis Street, Woolwich, London SE18 6LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/d9/96d9728b0a971852e590a03478994642fefe5d76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.92" OriginalAmount="75.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490937" Longitude="-0.30211499999996" StarRating="4" HotelCode="298478|1061402" HotelName="Novotel London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Great West Road, Brentford, London TW80GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/cf/23cf0e8ce6ae744bb803aa7079825a6495732703.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.95" OriginalAmount="75.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508380857035" Longitude="0.04285975082621" StarRating="3" HotelCode="305705|4592417" HotelName="Holiday Inn Express London - Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1018 Dockside Road, E16 2FQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6f/b46fc941f9de5f11a5cb85ec4c6c960f1b1eb1a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4850475" Longitude="-0.4422486" StarRating="2" HotelCode="199581|75094" HotelName="Apple House Guest House Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 West End Lane, Harlington, Hayes, Greater London UB3 5LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/b2/9cb25d50a51334ada0e4c52d6906b2005bc5d8dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.486409" Longitude="-0.197955" StarRating="2" HotelCode="14114|3420" HotelName="Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23-33 Lillie Road, London SW6 1UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ff/e6ffd4b25863ef5898432b4e2dfe2669be354bbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514392060161" Longitude="-0.1729316864909" StarRating="3" HotelCode="114626|444201" HotelName="Linden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Sussex Place, London, Greater London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/a8/e9a8f09ae9b91864459d9044ceb403935b50db26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.480574457705" Longitude="-0.4460181031023" StarRating="4" HotelCode="28981|24972" HotelName="Renaissance London Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Hounslow TW6 2AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/18/1f182a3633c3fa76850c85ea3879e75608c08b4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.45990844" Longitude="-0.30250824" StarRating="3" HotelCode="467883|215506" HotelName="Travelodge London Richmond Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Paradise Road, Richmond TW9 1RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/64/31/6431d5771a1fc5a642108bddec4dc2bf1a66d289.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494557079184" Longitude="-0.22833108901978" StarRating="4" HotelCode="888771|45422" HotelName="Axiom W6 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Glenthorne Road, Hammersmith And Fulham, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/bc/17bc8baefef07cc4b1598540d7a2a7c23b1cd6a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="967018|493730" HotelName="Home2Home Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Southfield Road, Chiswick, London W4 1AG, England</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/8e/488e4b741e34b840949ac79771079a1797c5f279.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.64688724" Longitude="-0.08014731" StarRating="2.5" HotelCode="580163|486187" HotelName="Kathleen House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 London Road, Enfield EN2 6ES, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/4b/f54b8ae7e0cc95cdf19eb2e9d03968e481d87e3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5152043" Longitude="-0.17452649999996" StarRating="2" HotelCode="429123|62853" HotelName="Atlas Hostels London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Talbot Square, Paddington, London, W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/f3/cff3ff8d7e55a5fb7628896ed386020968bbba8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498955833161" Longitude="-0.31481508197567" StarRating="2" HotelCode="389614|58109" HotelName="Northfields Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Northfield Avenue Northfield Avenue, Brentford W5 4UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f9/e4f9ad6d53b97a154d62acb9c7156a5f08b39711.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.425900241164" Longitude="-0.17821142023774" StarRating="3" HotelCode="450240|444260" HotelName="Pelican London Hotel And Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>203 Blackshaw Road, Tooting, London SW17 0BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/06/ec06bbf5afa0fc251b3a4f3da2b677630846049c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529199627244" Longitude="-0.29108941555023" StarRating="3" HotelCode="262251|23259" HotelName="Premier Inn London Hanger Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-6 Ritz Parade, Hanger Lane, Ealing, London W5 3RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/df/e5dfa94297ca4b7a384bf8450a887a106e4e98f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="84.38" OriginalAmount="78.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.3741755535" Longitude="-0.101894438267" StarRating="4" HotelCode="64367|EX9" HotelName="Holiday Inn Express London - Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Priddy's Yard, Frith Road, Croydon</AddressLine>
          </AddressLines>
          <PostalCode>(0)2082531201</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/11/58110197dc56ae89ed5080f32e9c72ab93f629a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.41" OriginalAmount="78.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.564039" Longitude="0.065391" StarRating="3" HotelCode="906395|1327768" HotelName="Britannia Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Garden,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Mansfield Road, Ilford, Essex IG1 3BD, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/75/a475ef8e1ff86d5683c973b2bc17aedce4dd9ac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.560902840735" Longitude="-0.1141538668054" StarRating="4" HotelCode="901159|444213" HotelName="Mondrian Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dining,Internet,Kitchen,Laundry,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>105 Seven Sisters Road, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/c5/02c59e68c232c829fdb5f4ee953a831736d34f3e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.66497113" Longitude="-0.04434452" StarRating="2.5" HotelCode="519888|488459" HotelName="Dharma Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>446 Hertford Road, Enfield, London EN3 5QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/bb/91bb7c2444fd1a88c09106d3de77d904bb84dfea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491502" Longitude="-0.142723" StarRating="2" HotelCode="94590|404302" HotelName="Enrico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Warwick Way, Victoria, London SW1V 1QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/60/c56077699cbdd69598388e940bd47ce2842e4ab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506496666667" Longitude="-0.2247716" StarRating="3" HotelCode="142734|395481" HotelName="Abbey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Wood Lane, London, Greater London W12 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/07/ed07c40fc202b9a290e33ebcdcce9d9cb78796cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522625993344" Longitude="-0.084360480985652" StarRating="3" HotelCode="539896|224599" HotelName="Point A Hotel, London Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Paul Street, London EC2A 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/14/4b14b30abbc509c367c2f741daf4c3cc8b2bb849.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49234665" Longitude="0.06717043" StarRating="3" HotelCode="857187|227173" HotelName="Premier Inn London Woolwich Royal Arsenal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>91 Beresford Street, Woolwich, London SE18 6BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/00/f60053ba81597ff6f9acbeb13c994f6430b68ceb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508002608716" Longitude="0.047314900226196" StarRating="3" HotelCode="199815|32868" HotelName="Travelodge London Excel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1016 Dockside Road, London E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/zz/63ada080c4245975639783b6481496dc0262097a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474325966622" Longitude="-0.15710104026448" StarRating="4" HotelCode="244305|45014" HotelName="Axiom Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>140 Battersea Park Road, London SW11 4NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1d/f71db17f5bbf1ce85c1219864da8c4d786b82e3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529092" Longitude="-0.120078" StarRating="1" HotelCode="170218|199953" HotelName="Clink261" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>261-265 Gray's Inn Road, London WC1X 8QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f3/0bf33e5abf1b267653fd784517b812bbc6e0b752.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51700155" Longitude="-0.07480804" StarRating="3.5" HotelCode="498681|200658" HotelName="Monopoly Accommodations" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Wentworth Street 41-43, Tower Hamlets, London E1 7TD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.376666" Longitude="-0.096126" StarRating="3" HotelCode="262105|93567" HotelName="Premier Inn London Croydon Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Phillips House, 6 Lansdowne Road, Croydon, CR0 2BX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/9f/329f41e89d168e7120a31dd8c8e78e9ca7a1311a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515059" Longitude="-0.172309" StarRating="2.5" HotelCode="24545|2004" HotelName="Queensway Hotel, Sure Hotel Collection by Best Western" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147-149 Sussex Gardens, Paddington, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/60/cf60daea82ece7d949f6d1b521f07409e6809dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512905205399" Longitude="-0.17914268129971" StarRating="3" HotelCode="146470|56936" HotelName="The Craven Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10/11 Craven Terrace, Paddington, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/0e/c60e3644c1bdd256b0610f5b2c5ef8d8564a59e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535019486819" Longitude="-0.27528584003448" StarRating="3" HotelCode="915063|200110" HotelName="Abbey Point Cafe and B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Twyford Abbey Road, London NW10 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/af/49afe4c1d02482d3507d0565e80dbcff00096efa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490231" Longitude="-0.13759400000004" StarRating="1" HotelCode="293776|457961" HotelName="Astor Victoria Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/9b/709bf6f0ce05819ba27db68fd3ce5e485c15782f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5488633" Longitude="-0.1923206" StarRating="2" HotelCode="267544|94232" HotelName="Charlotte Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-197 Sumatra Road, London NW6 1PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/70/7f70de06e191b6683f6e71c2423aa2a8d6c9fad8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474129333333" Longitude="-0.089675333333333" StarRating="3" HotelCode="114486|55651" HotelName="Church Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-33 Camberwell Church Street, London, Greater London SE5 8TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a6/a3a6c622e59237e63ae6bcc6bb6a23738711ab93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52754499" Longitude="-0.28598678" StarRating="4" HotelCode="986085|409780" HotelName="Hampton by Hilton London Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Park Royal, Greater London, London W5 3BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/56/c8566a9697d0f7d974724ab6f61e0ddc8bd5344c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.60805176" Longitude="-0.27684555" StarRating="3" HotelCode="159619|93571" HotelName="Premier Inn London Edgware" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>435 Burnt Oak Broadway, Edgware, Middlesex HA8 5AQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/9f/329f5a479a4ed0451ef94e4310029072dc15aeef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57648785" Longitude="-0.02977875" StarRating="0" HotelCode="519616|491804" HotelName="The Commongate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>131-133 Markhouse Road, Walthamstow, London E17 8DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a7/e7a7839f3df3c3e874db3ff2745c7235dcc7257c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522072289278" Longitude="-0.16418874263763" StarRating="3" HotelCode="25120|199893" HotelName="Travelodge London Central Marylebone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Harewood Row, Marylebone, London NW1 6SE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c1/0bc15731070c34e78f0eb0c3bdbf9c3cbc9faf11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52252796664" Longitude="-0.086988244274835" StarRating="3" HotelCode="67591|17183" HotelName="Travelodge London Central City Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23 City Road, London EC1Y 1AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b4/e8b4f3f5c168b3d6dbfc8be795be5de878bd19ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51218628858" Longitude="-0.31157076358795" StarRating="3" HotelCode="906927|23639" HotelName="Travelodge London Ealing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Uxbridge Road, Ealing, London W5 5ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/09/01097dc91d72eec6729a935a6e32ad7698d44032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.69" OriginalAmount="81.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50286" Longitude="-0.091832" StarRating="1.5" HotelCode="316281|6307558" HotelName="St Christopher's at The Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,ATM/Cash Machine,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161-165 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/d1/dcd1e67a6cf8c2435bd11d5b48b2a64450d40d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.94" OriginalAmount="81.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515644" Longitude="-0.172399" StarRating="3" HotelCode="27216|1665549" HotelName="Nayland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132-134 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ff/b7fffdd66d98b67e1bb1011dbc8758310f69be12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4815" Longitude="-0.457295" StarRating="4" HotelCode="326334|11601" HotelName="Leonardo Hotel London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Sipson, West Drayton UB7 0DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/zz/2aada39abe8f1dc85546dc8b11f15f93daf16d32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58873899" Longitude="-0.06250125" StarRating="3" HotelCode="495957|227179" HotelName="London Tottenham Hale Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Tottenham Hale, Tottenham N17 9LR, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/3f/443f6feabff46ffdf9b517588f08ee02deb1ed5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.446831724276" Longitude="-0.4112734546311" StarRating="2.5" HotelCode="115390|225951" HotelName="Travelodge London Feltham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Street, Res Centre, Feltham TW13 4GU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/3d/443d3fde54e1a99ae7c9e6678f7b6bf7dc4dc12f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47405" Longitude="-0.021159" StarRating="3" HotelCode="199817|36943" HotelName="Travelodge London Greenwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blackheath Road, Greenwich, London SE10 8DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/c1/0fc16492b0d8c133713074fcace7c4eb4fc51e8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.38213651" Longitude="-0.08582943" StarRating="3" HotelCode="586633|408170" HotelName="Westciti Caroco Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>35 Morland Avenue, Croydon CR0 6EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da0c4f8f4bb9ff31c6bc23259501e32d75d018.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.81" OriginalAmount="82.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.458919087761" Longitude="-0.44298153551256" StarRating="4" HotelCode="806237|20524833" HotelName="Crowne Plaza London Heathrow T4" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Swindon Road, Terminal 4, London Heathrow Airport, Hounslow TW6 3FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb56add2a5c03cb00b1861c5f11eb24a73681f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41202569" Longitude="0.02149359" StarRating="0" HotelCode="663169|478886" HotelName="Avis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Rodway Road, Bromley, Kent BR1 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/a6/35a66fa563672a863edc982de5bfc0db2685ca1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517473" Longitude="-0.29106400000001" StarRating="4" HotelCode="158880|199448" HotelName="Hotel 55" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Hanger Lane, London W5 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/f0/d1f03d4149c3ee73e9f0d16a14202cc4067060b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514617321542" Longitude="0.0091424115319268" StarRating="3" HotelCode="573045|407355" HotelName="ibis London Canning Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Silvertown Way, London E16 1ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/31/603130cece40dd521ead0328bddd4a1a22793494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514466451423" Longitude="-0.174520611763" StarRating="2" HotelCode="35450|2128" HotelName="Mitre House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178-186 Sussex Gardens, London W2 1TU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/35/ab35f6f65b6ac93f496708db6e55e85e1374017b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4907589386" Longitude="-0.14459335737729" StarRating="2" HotelCode="144514|395486" HotelName="Bakers Hotel - B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Warwick Way, London SW1V 4JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/c0/4fc0cc277ecd4e71aca504e37353ebb642a1fe95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55315067" Longitude="-0.2854628" StarRating="3" HotelCode="522802|395502" HotelName="The Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>324 Harrow Road, Wembley, London HA9 6LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4a/fc4a392673235b98b52f88320f645ad20411cd51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.414106" Longitude="-0.180625" StarRating="3" HotelCode="152865|93660" HotelName="Premier Inn London Wimbledon South" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>27 Chapter Way, London SW19 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/0c/e80cf18728119986199dfd90b509da1c4db879e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507519" Longitude="-0.203564" StarRating="2" HotelCode="153417|56635" HotelName="Ravna Gora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Holland Park Avenue, Notting Hill, London W11 3RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3b3e654d4eb76f458aa725b3d0f45735ec2f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511726402961" Longitude="-0.18296286463737" StarRating="1.5" HotelCode="37204|229029" HotelName="Smart Hyde Park View Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Leinster Terrace, London W2 3EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/d5/e8d5a287021955e1a34d30063c24ffc63c8aeca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.583194333463" Longitude="-0.40081937301636" StarRating="3" HotelCode="82537|493872" HotelName="Tudor Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Field End Road, Eastcote HA5 2QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/29/a6295a7185c6de9ced7921e031684325b36be499.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.17" OriginalAmount="83.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.35397609" Longitude="-0.19470433" StarRating="3" HotelCode="429965|22290228" HotelName="Flexistay Sutton Aparthotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="aparthotel" HotelFacility="Internet,Laundry,Lounge,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Camborne Road, Sutton, London SM2 6RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ac/f4ac9f6247f28b0e9940b7f1c838598216519df2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.56" OriginalAmount="83.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57421157" Longitude="-0.09779431" StarRating="3.5" HotelCode="324163|655956" HotelName="United Lodge Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368-370 Green Lanes, London N4 1DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/31/af3164645837f2723c671ed48b7009bb9f30905d.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.82" OriginalAmount="83.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52863508" Longitude="-0.05564725" StarRating="3" HotelCode="769821|10592339" HotelName="The East London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>309-317 Cambridge Heath Road, London E2 9LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fe/5afea8b37be27d0c285032207dc88486f812996b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493625257775" Longitude="-0.17535209655762" StarRating="3" HotelCode="189755|200145" HotelName="Brompton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Old Brompton Road, London SW7 3DL, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/d4/82d42121b69bbd2d42bfe3cb0b9e0891e0f224ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514035799833" Longitude="0.031639337539673" StarRating="3" HotelCode="189757|200664" HotelName="Prince Regent Excel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>361-363 Prince Regent Lane, London E16 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/d8/bcd84ef059696013dec574b5e92777f3eeaddc63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.74" OriginalAmount="84.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506946810816" Longitude="-0.0070553715787582" StarRating="3" HotelCode="114269|9560924" HotelName="ibis London Docklands Canary Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Baffin Way, Off Preston Road, London E14 9PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eab5f4b117fe04916abdd51f912686785a43d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.95" OriginalAmount="85.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513909730137" Longitude="-0.17549104662703" StarRating="2" HotelCode="61842|592363" HotelName="Lancaster Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>202-204 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/2c/e52c7cc021858f1ec4543dc04f674fafe7f5f7fc.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515484642476" Longitude="-0.16070991754532" StarRating="2" HotelCode="43814|490860" HotelName="Berkeley Court Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Upper Berkeley Street, London W1H 7PF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceaec893cf6e7f05e85f3cd91728c9728212268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.317214109357" Longitude="-0.12298464775085" StarRating="4" HotelCode="35640|444202" HotelName="Coulsdon Manor Hotel and Golf Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coulsdon Court Road, Old Coulsdon, Coulsdon, Surrey CR5 2LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ac/80ac1ca3b378abadd22990b76328493637703e50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41304511" Longitude="-0.12410182" StarRating="3" HotelCode="630322|478687" HotelName="Guest House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1530 London Road, Norbury, London SW16 4EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a6/9fa6e17f2ae97cfd3829f80406fc2e84f264979e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520244" Longitude="-0.124098" StarRating="0" HotelCode="114695|495427" HotelName="Lonsdale London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Concierge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9-10 Bedford Place, Bloomsbury, London WC1B 5JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/f5/f0f50a586b870d8e67364d7dadf3f4db26d04b1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481191278215" Longitude="-0.20971506427361" StarRating="3" HotelCode="378901|199832" HotelName="The Captain Cook Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203-205 Dawes Road, Fulham, London SW67QY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/cf/e2cf958ec933390862be935400f825021d35d10d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469545735515" Longitude="-0.36629442327876" StarRating="4" HotelCode="94520|37413" HotelName="The Continental Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 Lampton Road, Hounslow, Middlesex TW3 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e7283cc7a51632419ef3dc2c06b40fa205206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.416995" Longitude="-0.21595396666667" StarRating="4" HotelCode="199823|444298" HotelName="Wimbledon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Dry Cleaning,Golf,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>78 Worple Road, Wimbledon, London SW19 4HZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/dd/41ddb021b83ba25839737b39a2c0697f613955f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.57347226" Longitude="0.01757071" StarRating="0" HotelCode="967231|494945" HotelName="Wanstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2B Lonsdale Road, Wanstead, London E11 2PH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/37000000/36510000/36502800/36502755/7a90f2d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494926487329" Longitude="-0.25509799874192" StarRating="2" HotelCode="145963|458385" HotelName="Chiswick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Turnham Green Terrace, Chiswick, London W4 1QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/49/f7494b1912bcbabdae5f51330223f8e5aa1c00b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523308097102" Longitude="-0.17449378967285" StarRating="3" HotelCode="97053|24615" HotelName="Comfort Inn Edgware Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>450 Edgware Road, London W2 1EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/45/e3457523c77c0b139f93a74272b2780d5089a392.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525971350104" Longitude="-0.13615290674591" StarRating="3" HotelCode="34471|49593" HotelName="Euston Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>152-156 North Gower Street, London NW1 2LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/2f/482f3da4a08d17822ead5d2c92dfd24add8a4d62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508456518883" Longitude="0.041359795700828" StarRating="3" HotelCode="511022|225648" HotelName="MOXY London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1014 Dockside Road, London, England E16 2FQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/f8/22f80028b1ca7b1d5c3776be8832bf9d8da92dde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.356886" Longitude="-0.113381" StarRating="3" HotelCode="152727|93565" HotelName="Premier Inn London Croydon Purley A23" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>The Colonnades Leisure Park, 619 Purley Way, Croydon, Surrey CR0 4RQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0dea083d91ba770de7d08cda4069e163b52b81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.555377" Longitude="-0.28642" StarRating="4" HotelCode="320112|54005" HotelName="St George's Hotel Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>43-51 Wembley Hill Road, Wembley, London HA9 8AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/23/b223360b2660c2dba86f8e03b6a6a038d6df136e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51446055241" Longitude="-0.1915351673083" StarRating="3" HotelCode="888710|10772" HotelName="Royale Chulan Hyde Park London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Leinster Square, Westminster, London W2 4NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/10/6910848e7f51f60ca6ed6386bbaf0e6b301ddc13.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491572171259" Longitude="-0.14219519510652" StarRating="3" HotelCode="462272|218742" HotelName="The Tudor Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30763ca07b1338450bea3bafa476197bd6ecde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55355" Longitude="-0.21201799999994" StarRating="3" HotelCode="296644|200486" HotelName="The Windmill Gastropub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Cricklewood Broadway, Cricklewood NW2 3JX, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/46/6e462d7578935d1f5aa12667229f9910956b5ebf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49003" Longitude="-0.137899" StarRating="2" HotelCode="94596|200152" HotelName="Carlton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Belgrave Road, Victoria, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/54/2354138d1ec90e4d538af67df7b622dabfabb6db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528920962779" Longitude="-0.11943072080612" StarRating="3" HotelCode="915064|30282" HotelName="Point A Hotel London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>324 Gray's Inn Road, Kings Cross, London WC1X 8BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/7f/757fad03cb625ff436c84708db51df38573efea0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.59156737" Longitude="-0.14359801" StarRating="3" HotelCode="502836|200356" HotelName="Roseview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Avenue, Muswell Hill, London N10 3NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/64/0f64d67fac10c02ed1c9fea2278799edac058f7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500918" Longitude="-0.22175500000003" StarRating="3" HotelCode="296997|200378" HotelName="Sapphire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Shepherds Bush Road, London W6 7LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/10/06100e1a12f3dc8c632cd733f665274a164802c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="93.74" OriginalAmount="87.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495083002218" Longitude="-0.19042234873064" StarRating="3" HotelCode="76159|155310" HotelName="1 Lexham Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Lexham Gardens, Kensington, London W8 5JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ab/4cab95c6da889f2da1c09bfcf0ed20859fa6ab85.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498497905328" Longitude="-0.19086867570877" StarRating="4" HotelCode="24570|5055" HotelName="Copthorne Tara Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scarsdale Place, Kensington, London W8 5SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d2/8cd25e8852650b2cf553639c220c04eda8806059.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529784" Longitude="-0.122451" StarRating="2" HotelCode="36442|2136" HotelName="Crestfield" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Crestfield Street, King's Cross, London WC1H 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/20/8d207bc029b89318fe043611139bb5fcd7111da8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511987645271" Longitude="0.011246502399445" StarRating="3" HotelCode="33049|7069" HotelName="Holiday Inn Express Royal Docks, Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Silvertown Way, E16 1EA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d4/16d467bbd4e88d89cd4b9c973eb7301344ab5d06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516700293906" Longitude="-0.17273716733564" StarRating="2" HotelCode="15692|416609" HotelName="Hyde Park Court Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/10/c310389d7b61c45bf6647a721f3f05c39c67db65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512488630899" Longitude="-0.31159205146584" StarRating="3" HotelCode="460470|200248" HotelName="ibis Styles London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>32-38 Uxbridge Road, Ealing, London W52BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5a/c85ab3694df3d6d662d35d27f66e0d07fcee064a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.462039" Longitude="-0.298364" StarRating="2" HotelCode="104146|458062" HotelName="Shandon House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Church Road, Richmond - Upon - Thames, London TW9 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/zz/f9ad092df16819bae0ea64b4c9451abab28d0928.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517472553179" Longitude="-0.13051360845566" StarRating="3" HotelCode="17889|1957" HotelName="St Giles London - A St Giles Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bedford Avenue, London WC1B 3GH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/6a/c06ac30ec990e6d74d3479f9e0ddd410a68ae657.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491665354229" Longitude="-0.21061167757591" StarRating="3" HotelCode="186224|45339" HotelName="The W14 Hotel Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Gunterstone Road, West Kensington, London W14 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/0a/310a1228b6c73db886d55b45e21468b78bf9d5ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.45" OriginalAmount="88.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.479684490969" Longitude="-0.0090626804764042" StarRating="3" HotelCode="114501|1351297" HotelName="ibis London Greenwich Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Bar,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Stockwell Street, Greenwich, London SE10 9JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/9c/4e9c78d3bc3e46b541c57d69c45e193b3872c22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516297503676" Longitude="-0.17123838773159" StarRating="3" HotelCode="510435|55590" HotelName="Belmont Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e5/a0e567bd3a275f17a2d05231fcbe2e23aaf99f22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516071761151" Longitude="-0.1727731525898" StarRating="1" HotelCode="141808|94921" HotelName="Dolphin Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/6c/c56ca37be7e923e6d83ae46a3840b0a9c6e5ea12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48308846165" Longitude="-0.31244873659705" StarRating="4" HotelCode="38270|33988" HotelName="Holiday Inn London-Brentford Lock" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Commerce Road, Brentford, London TW8 8GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a5/c8a5bd47625d999494d3bd3d3c2cdae1cd7e2d14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532326560141" Longitude="-0.12003950777705" StarRating="2" HotelCode="150155|57837" HotelName="Home London Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54-58 Caledonian Road, London N1 9DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/3a/bc3a100070166baa3e0fe90acb4154b199654b33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490945301892" Longitude="-0.14381694990095" StarRating="3" HotelCode="114417|394335" HotelName="OYO Townhouse New England Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 St George's Drive, Pimlico, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/62/ff62a5b9a96e2e7113e0e14565deb0fbfed54152.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5287" Longitude="-0.049052999999958" StarRating="3" HotelCode="309866|199531" HotelName="Plaza London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115A-117A Roman Road, Bethnal Green, London E2 0QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ed/5aedb2ed64a4df42bf0f2e1844a6f668d8dddc2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50716071124" Longitude="-0.025383423278754" StarRating="2.5" HotelCode="307983|54072" HotelName="Point A Hotel, London Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Hertsmere Road West, E14 4AS London, Canary Wharf</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/6a/e86a6583b18b5d0d72b63addf942796df6f94dc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482067753461" Longitude="-0.48179984092712" StarRating="3" HotelCode="196611|93485" HotelName="Premier Inn London Heathrow Airport Terminal 5" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>420 Bath Road, Heathrow Airport Terminal 5, Longford UB7 0EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/50/4950b6e5c3c25033d932c972e57793056d8bcbf2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515937" Longitude="-0.171949" StarRating="3" HotelCode="13655|21669" HotelName="The Gresham Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 Sussex Gardens, London, Greater London W2 1UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/d8/c7d8fd2277a0eb38909ae4d6213db740ff770110.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529201295888" Longitude="-0.11563271284103" StarRating="3" HotelCode="36914|9450" HotelName="Travelodge London Kings Cross Royal Scot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Kings Cross Road, London WC1X 9DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/d2/cbd2572926dc6e2f0000209434e0d1178ca15e35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41013" Longitude="-0.30098" StarRating="2" HotelCode="199807|227920" HotelName="Travelodge Kingston Upon Thames Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Wheatfield Way, International House, Kingston upon Thames KT1 2PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/fc/1efc36b38f1bb2a9fc5464ce7361bbc6d6cd86ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.380376627664" Longitude="-0.28072755208018" StarRating="2" HotelCode="114990|215284" HotelName="Travelodge Chessington Tolworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ewell Road, Tolworth Tower, Tolworth, London KT6 7EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0c/8f0c34ecda1c279bac60ac825f2dab0161886bf1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.384314" Longitude="-0.291716" StarRating="3" HotelCode="114510|490296" HotelName="Warwick Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>319-321 Ewell Road, Surbiton, Surrey, KT6 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/7d/197df0ab9837c54d5694f790f3c9b9b5108414ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493537970857" Longitude="-0.19889353395039" StarRating="2" HotelCode="114644|200092" HotelName="West Cromwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 West Cromwell Road, Earls Court, London, Greater London SW5 9QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/78/e17830557f8af5d9995c20be54de8b32765879e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4907074" Longitude="-0.05346" StarRating="3" HotelCode="267546|58074" HotelName="London Stay Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>187 Rotherhithe New Road, London SE16 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/33/9e3385144516511c2e02186ff42e778e3fa272c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515125277875" Longitude="-0.16160033798883" StarRating="2" HotelCode="114580|55966" HotelName="The Marble Arch Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49/50 Upper Berkeley Street, Marble Arch, London W1H 5QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/c9/27c911454407ec9e9b425d27dad10f4ee66f67ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510044770374" Longitude="-0.19313810401371" StarRating="3" HotelCode="114652|400043" HotelName="Notting Hill Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Clanricarde Gardens, Royal Borough of Kensington and Chelsea, London W2 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/05/25053040f3270455f7e7b18c516990efe19a4b73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.91" OriginalAmount="90.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491181025435" Longitude="-0.14341276712197" StarRating="2" HotelCode="114282|6528855" HotelName="Vegas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Warwick Way, London, Greater London SW1V 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/26/76261cc131ebb812bff0f01190f3a763062148f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.95" OriginalAmount="90.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504215" Longitude="-0.218171" StarRating="2" HotelCode="421613|2043271" HotelName="St Christopher's Shepherd’s Bush" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,ATM/Cash Machine,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Shepherd's Bush Green, Shepherd's Bush, W12 8Ph London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d5/fbd56c1bce19ea7e94fad394c09b11ab2d7838f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49202858" Longitude="-0.14193942" StarRating="0" HotelCode="503201|511769" HotelName="easyHotel Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34-40 Belgrave Road, London SW1V 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/87/50873c1224bc424f497aec0260b5d552e326c76a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.471743585025" Longitude="-0.38179372023774" StarRating="2" HotelCode="147716|456835" HotelName="The Firs Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>289 Bath Road, Hounslow, London TW3 3DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc755262088b73fd657d86dd8f2f6d23f6dedb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.483290448835" Longitude="-0.48135727643967" StarRating="4" HotelCode="28975|9381" HotelName="Sheraton Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow Airport, Colnbrook Bypass, West Drayton UB7 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9c/d49c36258867130339dbb992c174086f563f166d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.43" OriginalAmount="91.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522798" Longitude="-0.123331" StarRating="1" HotelCode="173555|169277" HotelName="Smart Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>71-72 Guildford Street, London WC1N 1DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/fb/c0fba1ef05027c651dd89d2c14b2608279e5aa7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49130465" Longitude="-0.19310795" StarRating="4" HotelCode="986226|408317" HotelName="Merit Kensington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 &amp; 24 Penywern Road, Kensington, London SW5 9ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d4/e1d4679095f4283de9d77202c9c3fe42fe303fc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523264" Longitude="-0.160131" StarRating="2" HotelCode="94585|14227" HotelName="Somerset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gloucester Place 6 Dorset Square, London, Baker Street</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/69/1c69ab942cf3eb70b5108d4b15be7442a0d72845.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492212" Longitude="-0.1944" StarRating="3" HotelCode="17039|200047" HotelName="Rushmore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/86/6f86715cc1b128ef4cfcd4ad3dd6f8c887404f77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.71" OriginalAmount="92.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.376191" Longitude="-0.097858" StarRating="3" HotelCode="37754|1385763" HotelName="Jurys Inn London Croydon" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Wellesley Road, Croydon, South London CR0 9XY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/a4/85a453b2906ec3a7c962bbf96fb8c8a81067b21b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.76" OriginalAmount="92.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514864" Longitude="-0.172657" StarRating="2" HotelCode="94561|314809" HotelName="Europa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Sussex Gardens, Hyde Park, London W2 2RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/9e/0a9e5f14daef0215774c442cfe3f27a98614ea51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.78" OriginalAmount="92.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52850556374" Longitude="-0.12211350019072" StarRating="2" HotelCode="334178|662502" HotelName="The Angus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Argyle Square, Kings Cross, London WC1H 8AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/6a/fb6a3c107b73ac651023dd9070c3445028de9c7d.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.16" OriginalAmount="92.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521031767128" Longitude="-0.26280011190261" StarRating="3" HotelCode="34468|2511612" HotelName="Holiday Inn London - West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business 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>4 Portal Way, Gypsy Corner/A40, London W3 6RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/79/14796ee2a6c0b6eb62743a87d9bad903a7b6c066.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.37" OriginalAmount="92.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523023555531" Longitude="-0.25941252708435" StarRating="3" HotelCode="33048|2176220" HotelName="Holiday Inn Express London - Park Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Victoria Road, North Acton, London W3 6UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d4/16d467bbd4e88d89cd4b9c973eb7301344ab5d06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52545072" Longitude="-0.12598619" StarRating="3" HotelCode="442191|200129" HotelName="Albany Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Tavistock Place, situated just north of Russell Square, Bloomsbury, United Kingdom, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f3/80f3147b94168747095ef335864abb3241a82926.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516329" Longitude="-0.171174" StarRating="3" HotelCode="510433|62376" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Sussex Gardens, Paddington, London, Greater London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/79/2d7936df1b224894f2aba6dcba2a3153c632e594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516407757841" Longitude="-0.17266462684694" StarRating="2" HotelCode="114593|444410" HotelName="Belvedere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Norfolk Square, London, Greater London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/c8/b5c834799af775f065e2125b7b4ed161e172d0b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.617243" Longitude="-0.178919" StarRating="3" HotelCode="148739|490677" HotelName="Heatherbank Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>25/29 Woodside Park Road, North Finchley, London N12 8RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/bb/33bbeee2f940aac3b941736c7f8cff0b21a727a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53269931" Longitude="-0.3223355" StarRating="3" HotelCode="159620|93957" HotelName="Premier Inn London Greenford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Western Avenue, Greenford, Middlesex UB6 8TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19c7fb18bcde7f50875b324c164b49f773cec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481601408492" Longitude="-0.44115863558193" StarRating="4" HotelCode="29412|5500" HotelName="Radisson Blu Edwardian Heathrow Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Bath Road, Hayes Middlesex, Hillingdon, London UB3 5AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7d/777d9846f8e43cadbf3e223182f44b066c90ffe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513973" Longitude="-0.180074" StarRating="2" HotelCode="148231|495215" HotelName="Glendale Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Devonshire Terrace, Paddington, London W2 3DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/c5/f0c5260c2a09c2691179d9165dfae24ecd81ad96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.58" OriginalAmount="94.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524139" Longitude="-0.116486" StarRating="2" HotelCode="94586|312462" HotelName="Guilford House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/53/d25317b6255b02da4521eb9390c2337f65fe4ac7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.63" OriginalAmount="94.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514309547827" Longitude="-0.19181817770004" StarRating="2" HotelCode="25512|14991" HotelName="Lords" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Leinster Square, Bayswater, London W2 4PR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/80/a08087fd15a4d4f8378aa28c5f21dbac7a01cd85.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503914626013" Longitude="-0.22438322453695" StarRating="4" HotelCode="284152|38411" HotelName="Dorsett Shepherds Bush" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Shepherds Bush Green, London W12 8QE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/6a/5d6a66bfafd136eaba53bf8d2675afa3b5c9ad96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.536606" Longitude="-0.192046" StarRating="4" HotelCode="136308|35772" HotelName="Maitrise Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-59 Kilburn High Road, Maida Vale, London NW6 5SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/bf/09bfd6e31e782b434a5b7fc542054af352fbc4b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490535" Longitude="-0.138908" StarRating="1.5" HotelCode="94588|55306" HotelName="Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8a/bd8a11c4ae3f9a89ff259e335493f4b497446653.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515738196911" Longitude="-0.17375903115073" StarRating="3" HotelCode="114281|444291" HotelName="Tudor Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ae/33ae283f39fcc1bbc9d050ec1389ce2e1fda02bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504463" Longitude="-0.21912900000007" StarRating="4" HotelCode="284371|199919" HotelName="W12 Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Uxbridge Road, Shepherd's Bush, London, W12 8LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8d/618ddd54de496f2b4b07fc110621b150caa01a22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495682573722" Longitude="-0.14630639993061" StarRating="3" HotelCode="263538|406052" HotelName="Z Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5 Lower Belgrave Street, London SW1W 0NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/36/db364d37fd8d34c5e7014e1040f4e97dd692b140.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.68" OriginalAmount="95.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50744031283" Longitude="0.038681477308273" StarRating="4" HotelCode="61557|38759" HotelName="DoubleTree by Hilton Hotel London ExCel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Festoon Way, Excel, Royal Victoria Dock, London E16 1RH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/b1/2db1a9287de7d49689bd2dd9ebf3b581be372ba1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.56" OriginalAmount="95.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494542049957" Longitude="-0.22776380181313" StarRating="2" HotelCode="94574|3995243" HotelName="Heeton Concept Hotel - Luma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28-36 Glenthorne Road, Hammersmith, London W6 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/bd/19bde4152085992346ee605578ba6b8ca230e883.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512047739136" Longitude="-0.18657982349396" StarRating="3" HotelCode="10844|14257" HotelName="Berjaya Eden Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Inverness Terrace, Bayswater, London W2 3JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/72/c5722bc14a5ec98f108ac61d8c6610efedc78b17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493462" Longitude="-0.205909" StarRating="2" HotelCode="73256|22033" HotelName="Best Western Kensington Olympia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Matheson Road, Kensington, London W14 8SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/40/234013beb87dbd17c5720a12c469e93f4eb30736.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511430938607" Longitude="-0.17967984080315" StarRating="2" HotelCode="36439|2112" HotelName="Columbia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95-99 Lancaster Gate, London W2 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/af/62af5c7f51064bf16d86be20b45a267ace0b3d64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50831085" Longitude="0.04103809" StarRating="3.5" HotelCode="556570|229010" HotelName="Hampton by Hilton London Docklands" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dockside Road, London E16 2QT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a0/53a09cee41e69cc80b02fdb4b98ece5e3b201b30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490891414142" Longitude="-0.19382429458221" StarRating="3" HotelCode="94573|200031" HotelName="Mowbray Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/32 Penywern Road, Earls Court, London SW5 9SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4a/124ad08b1b48179823280bff4472e508443aabb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.02" OriginalAmount="96.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51196526717" Longitude="-0.1807791226845" StarRating="4" HotelCode="47679|1205893" HotelName="Commodore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lancaster Gate, Hyde Park, W2 3NA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/4c/094c980a93cf90ea086a25c71ab98ad1d71af103.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455138" Longitude="0.152269" StarRating="4" HotelCode="80348|228979" HotelName="Marriott Bexleyheath" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Broadway, Bexleyheath, England, DA6 7JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/78/2d787180255df54797088bafb3c136c37599b116.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.361716079655" Longitude="-0.19653618335724" StarRating="3" HotelCode="36913|200700" HotelName="Holiday Inn Sutton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Gibson Road, Sutton SM1 2RF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f1/0af19dbb5d82bc7fa3cfd16b3a1be206f12c7e8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525212129347" Longitude="-0.12637577911585" StarRating="1.5" HotelCode="114418|199566" HotelName="St Athans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Tavistock Place, Russell Square, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/30/863006bd442ff38fa140c9ebfcc14f126e502c0f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52855141" Longitude="-0.12267787" StarRating="2" HotelCode="325132|200007" HotelName="King's Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Argyle Street, London WC1H 8ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c5/c5c5b5b0b9f1794032522a0d904fabf8c0c75084.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531986" Longitude="-0.061487" StarRating="4" HotelCode="78710|17799" HotelName="Mama Shelter Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>437 Hackney Road, London E2 8PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d8/1fd82be30cdffd847d1feea17cce306940df3add.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53411213" Longitude="-0.13889375" StarRating="0" HotelCode="726166|495505" HotelName="The Hurdwick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Hurdwick Place, London NW1 2JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/72/fe72679ae0278e24c0d799725d19cc816868cc31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47732429" Longitude="-0.01505847" StarRating="3" HotelCode="496620|215336" HotelName="Travelodge London Greenwich High Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Greenwich High Road, Greenwich, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/a7/61a756fa7fffef911a9df7681a9f09f2fbd876d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.92" OriginalAmount="98.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507920413108" Longitude="0.022419490476523" StarRating="3" HotelCode="79815|1463214" HotelName="ibis London Excel Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Western Gateway, Royal Victoria Dock, London E16 1AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/37/343777452a6719bb5151975a9f447d7ba806ac95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511294890817" Longitude="-0.29053151607513" StarRating="4" HotelCode="22116|17196" HotelName="DoubleTree by Hilton Hotel London - Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Hanger Lane, Ealing W5 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e1/50e10982588914196993a6c5b3c9c78bb57e4f36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505795" Longitude="-0.226092" StarRating="3" HotelCode="318946|94228" HotelName="Tulip Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/12 Poplar Mews, Uxbridge Road, London W12 7JS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/c2/c5c248394595fc8d0f5e07726cdfdc41ae999e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494243134313" Longitude="-0.19715443253517" StarRating="3" HotelCode="47648|93557" HotelName="Premier Inn Kensington Olympia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-32 West Cromwell Road, London SW5 9QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/76/9d762332578bf36e475718f39e92b6c405d287d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.65" OriginalAmount="99.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494466367886" Longitude="-0.18739014599805" StarRating="3" HotelCode="387912|1106177" HotelName="K Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>131-137 Cromwell Road, Kensington, London SW7 4DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b3/22b37c3b9aa86b651def2c1b8ae3f19cdaf81e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.87" OriginalAmount="99.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.468317690451" Longitude="-0.41878938674927" StarRating="3" HotelCode="370530|1099905" HotelName="Hilton Garden Inn London Heathrow Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Eastern Perimeter Road, Hatton Cross, London, Heathrow TW6 2SQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/7c/ad7c4935cf98aab9ca9304490340ef5bb4429d36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518149" Longitude="-0.170865" StarRating="3" HotelCode="915070|30283" HotelName="Point A Hotel, London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Praed Street, Paddington, London W2 1NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/5f/a05ff6493c9e9b16df3d4419a181e79181b28147.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.362324" Longitude="-0.071093" StarRating="3" HotelCode="152726|93566" HotelName="Premier Inn Croydon South A212" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104 Coombe Road, Croydon, Surrey CR0 5RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/cb/8ecb78e2c01cd1be6f20cb65989f44c10c7276ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.442871822629" Longitude="-0.15299800546904" StarRating="2" HotelCode="199812|225950" HotelName="Travelodge London Balham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Balham High Road, Balham, London SW12 9BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/cd/9fcdda974f6219fc1b2d72c1c009a64bc9e8bee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.39" OriginalAmount="101.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492359419686" Longitude="-0.27853667736054" StarRating="4" HotelCode="387606|1302354" HotelName="Clayton Hotel Chiswick" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>626 Chiswick High Road, London W4 5RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9d/749ded77c3ae54f43c052e088c26abc83bec6710.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.13" OriginalAmount="101.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523558" Longitude="-0.127674" StarRating="3" HotelCode="17453|6607" HotelName="The Royal National Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-51 Bedford Way, London WC1H 0DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/34/5534128151e55dae31ad2c9ec8edc15a24bc1294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529324655129" Longitude="-0.12266880501856" StarRating="3" HotelCode="143216|56466" HotelName="Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/19 Argyle Street, London, Greater London WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5d/c85d198d41ee53e9da4b1710b39e085b46e4d65f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.623156" Longitude="-0.35227399999997" StarRating="4" HotelCode="296888|203684" HotelName="Best Western Plus Grim’s Dyke Hotel" 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>Old Redding, Harrow Weald, London HA3 6SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9f3dcd31597a94a570d8195df907bcb2e6b4e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3.5" HotelCode="534048|229008" HotelName="Best Western Plus Vauxhall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>152 Old South Lambeth Road, Vauxhall, London SW8 1XX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/61/93611953e33470ece72dcea8a81584a6a761a674.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524297" Longitude="-0.184563" StarRating="4" HotelCode="114410|32931" HotelName="The Colonnade" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Warrington Crescent, Little Venice, London W9 1ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/79/ae7947d669650921aff08c9f63acefec9a36bb8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.410995023811" Longitude="-0.054952248809059" StarRating="2.5" HotelCode="199809|215313" HotelName="Travelodge London Crystal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61-63 Croydon Road, Yeoman House, Penge, London SE20 7TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/7b/277b6d42c3ba5c64f3bebae5371aaf5080ee17ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="667935|489744" HotelName="Vilenza Accommodation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>36a/38  Newark Street, Tower Hamlets, London E1 2AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbc0a8e66c89bd4dfacbbf3909cc2691552223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="109.31" OriginalAmount="102.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524433729464" Longitude="-0.12829542160034" StarRating="3" HotelCode="18178|TSO" HotelName="The Tavistock Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48-55 Tavistock Square</AddressLine>
          </AddressLines>
          <PostalCode>(0)2078374653</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b0/73b0a113e1c6124fe044d3510d00accfca21ebde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.57" OriginalAmount="102.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.458986956818" Longitude="-0.4410544047546" StarRating="4" HotelCode="28979|15126" HotelName="Hilton London Heathrow Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 4, Hounslow TW6 3AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/46/d746a66a02265eb6143478a4bf783fb23e9fc609.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.85" OriginalAmount="102.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4912" Longitude="-0.1934" StarRating="3" HotelCode="32001|13900" HotelName="Oxford Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 &amp; 24 Penywern Road, Earls Court, SW5 9ST London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42ee5357248313cd87a8a168b6f4022110a7f2d.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492647" Longitude="-0.16722" StarRating="3" HotelCode="56991|57846" HotelName="Chelsea Cloisters" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea Cloisters, London SW3 3DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/38/db38efcfd2381f94f691e4a39d04035bbe466dd3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.393693126852" Longitude="-0.30339002609253" StarRating="4" HotelCode="164138|411742" HotelName="Bosco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 St Mark's Hill, Surbiton, London KT6 4LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b2003dc44f97921893b6a023a00995365dabd705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4921138" Longitude="-0.14158237" StarRating="3" HotelCode="519461|490790" HotelName="The Beverley Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Belgrave, Victoria, SW1V 1RB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a28c1148a0b783f6e56b530b5457e564589d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.96" OriginalAmount="103.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513891" Longitude="-0.178426" StarRating="2.5" HotelCode="35455|711056" HotelName="Prince William" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Gloucester Terrace, London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f3/42f3669e239e8d3f669311d3815abba24e4794e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51264547" Longitude="-0.1749701" StarRating="3" HotelCode="519932|456280" HotelName="Assaha Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>16 Westbourne Street, Westminster Borough, London W2 2TZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/7b/227b449e7cea4c65205f843f5eef6301cf03f975.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.557591" Longitude="-0.28238" StarRating="4" HotelCode="199829|30587" HotelName="Hilton London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lakeside Way, Wembley, London HA9 0BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/fe/0cfeae5eab197c916995bdc117cc689b9c7e0b73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.606130790241" Longitude="0.05867063999176" StarRating="4" HotelCode="98294|37425" HotelName="London Chigwell Prince Regent Hotel, BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Manor Road, Chigwell, Woodford Green, Greater London, Essex IG8 8AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/78/0478bf90337909b2a487b217dc8640dab56db9b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499112" Longitude="-0.112541" StarRating="2.5" HotelCode="915048|199903" HotelName="Point A Hotel, London Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118-120 Westminster Bridge Road, Lambeth, London SE1 7RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/0c/800cd38007d01b63e6d4cb3d31a0ad46e63c790f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485512438434" Longitude="-0.12385655826643" StarRating="3" HotelCode="263544|212601" HotelName="Travelodge London Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Bondway, Vauxhall, London SW8 1SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/05/93059857c3c2bf16b6265d2ac975038608cbf659.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.61" OriginalAmount="104.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901383|369950" HotelName="Kings Cross Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Euston Road, London NW1 2SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/60/0260113051c04a4b198b93f7ade8dea38604d2af.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.00" OriginalAmount="104.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52416" Longitude="-0.116373" StarRating="2" HotelCode="148446|315632" HotelName="Grenville Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Guilford Street, London WC1N 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/15/911516e716763c920efac6878f88cf1281f849ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533759" Longitude="-0.29564800000003" StarRating="3" HotelCode="61558|455943" HotelName="Fox &amp; Goose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hanger Lane, Ealing, London W5 1DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ba/ecba90f9e8eb54d8152b91a7c80df49e5c4467b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.602972" Longitude="-0.019518" StarRating="3" HotelCode="34555|35329" HotelName="Holiday Inn Express Chingford - North Circular" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Walthamstow Avenue, London E4 8ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/5e/415e1897feed941137df37e3aa5ae11535d8adf6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492435" Longitude="-0.19409" StarRating="3" HotelCode="94553|6297" HotelName="My Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1- 3 Trebovir Road, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/5f/985f9f1c7986754e24edf3ac2004ac7c9b7c40f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516385" Longitude="-0.171086" StarRating="3" HotelCode="114702|14782" HotelName="Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96 Sussex Gardens, Paddington, London W2 1UH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ea/dbeabe7d5fe5bc01ddcd1b5f305a2e6b6b2f31ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.75" OriginalAmount="105.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515699268803" Longitude="-0.072465332079219" StarRating="3" HotelCode="75511|3267740" HotelName="ibis London City - Shoreditch Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Commercial Street, London E1 6BF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/4c/ee4c607d1b7ae13ae4d5990ebc352f4e5367f520.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.94" OriginalAmount="105.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522064270659" Longitude="-0.097726101852459" StarRating="3" HotelCode="37816|25858" HotelName="Citadines Barbican London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-21 Goswell Road, London EC1M 7AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9e/a09ebf2f97c0a0be2db8ece18bb0d29f5bffb9ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529186138172" Longitude="-0.1239431721292" StarRating="2" HotelCode="145792|199328" HotelName="Central Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Street, Kings Cross, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/e9/3be9bdc737c1ab1eb0ae2225576dea423565a8f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.434443" Longitude="0.063892" StarRating="3" HotelCode="639213|227186" HotelName="Premier Inn London Eltham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>738 Sidcup Road, New Eltham, London SE9 3NS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b0/8ab021e10f79883d05114990d3a3f373d7f9f03a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482560198505" Longitude="-0.4506762356167" StarRating="4" HotelCode="28974|5501" HotelName="Radisson Hotel &amp; Conference Centre London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building A, Heathrow, Middlesex UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/96/3a965a2ff728b3fa575a4a6a97a33b3ae870353f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52703066" Longitude="-0.13743933" StarRating="3" HotelCode="447494|444296" HotelName="Studios 2 Let North Gower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Laundry,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>192 North Gower Street, London NW1 2LY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/21/012199850a262729e4458669b72a23d934afbcaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491544615869" Longitude="-0.14228504910852" StarRating="2" HotelCode="462032|218741" HotelName="The Blair Victoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78-84 Warwick Way, Victoria, London SW1V 1RZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/59/ce597e94c53426034f758d3c75378967cd854dd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.90" OriginalAmount="106.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512715" Longitude="-0.075829" StarRating="4" HotelCode="173525|3022590" HotelName="Indigo London - Tower Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>142 Minories, London EC3N 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b0/57b063e240ad15ebfbad5a4c62cbfeff46c07d1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.27" OriginalAmount="106.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515830154596" Longitude="-0.17211467027664" StarRating="3" HotelCode="24546|1503992" HotelName="The Royal Cambridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124-126 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/03/9e03fb7310a26810c092b7dcfbd8305fd8aa7270.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.28" OriginalAmount="106.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503764" Longitude="-0.091196" StarRating="2" HotelCode="65658|314074" HotelName="St Christopher's at The Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Concierge,Designated Smoking Area,Internet,Laundry,Lounge,Luggage Storage,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>121 Borough High Street, Southwark, London SE1 1HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/c6/5ac63159157d7c1140226cd2290d46b9f742fc90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.29" OriginalAmount="106.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49457" Longitude="-0.186061" StarRating="4" HotelCode="409521|710747" HotelName="Ashburn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Cromwell Road, London SW7 4DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/5a/165a0b0aa95595d5e49de785fff329128987382f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.44" OriginalAmount="106.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.377813" Longitude="-0.095798" StarRating="3" HotelCode="905882|316062" HotelName="Hampton by Hilton London Croydon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Dingwall Road, Croydon CR0 2NB, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/df/c4df0c94a2de66040687e6bf53925ddd0b753d43.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514071" Longitude="-0.184051" StarRating="3" HotelCode="310306|32969" HotelName="Hyde Park Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-48 Leinster Gardens, Westminster, W2 6DR London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b3/ebb33b47e1a6449781dc63abe7cedbaf8f9c017c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54290135" Longitude="-0.00035488" StarRating="2.5" HotelCode="571845|229022" HotelName="Moxy London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>86 Great Eastern Road, London E15 1GR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/67/1d67c5d3ad4577ebfa6de7978f5f22fb834471d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495733" Longitude="-0.18927" StarRating="4" HotelCode="115167|31827" HotelName="Park City Grand Plaza Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Lexham Gardens, London W8 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/3a/d13a5a64b2319c8780be2c1a729b79f4d3955b04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47384257" Longitude="-0.06353817" StarRating="3" HotelCode="490353|458460" HotelName="Peckham Rooms Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Queens Road, Peckham, London, England SE15 2PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/5b/715bf42439fdaffd97a89e0e5441f2a2f0dd4be6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455777851334" Longitude="0.1428425223279" StarRating="3" HotelCode="349329|93954" HotelName="Premier Inn London Bexleyheath Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Albion Road, Bexleyheath, Kent DA6 7AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f8/a5f8630cc7b8b4b5feb295020b4f742726eed2d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527565" Longitude="-0.129224" StarRating="3" HotelCode="152861|93608" HotelName="Premier Inn London Euston" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>1 Dukes Road, London WC1H 9PJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b0/59b032eee97a2899395202c63be7bbf88994193c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="450201|205315" HotelName="Copthorne Hotel at Chelsea Football Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/5/3/6/0/0/3/7/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4689982" Longitude="-0.32419207" StarRating="3" HotelCode="481866|457287" HotelName="The Swan Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Swan Street 1, TW7 6RJ Isleworth</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d9/b8d942b8e5f6299bdc95317853495f4c00ccddb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.60" OriginalAmount="107.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|971846" HotelName="JURYS INN LONDON WATFORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CLARENDON ROAD WATFORD</AddressLine>
          </AddressLines>
          <CityName>WATFORD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/974910_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="114.96" OriginalAmount="107.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52232679667" Longitude="-0.12418359518051" StarRating="3" HotelCode="16150|PRE" HotelName="The President Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56-60 Guilford Street</AddressLine>
          </AddressLines>
          <PostalCode>(0)2078374653</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/4e/7f4eb199c3443bf30b7f018888621329aa80798f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497683" Longitude="-0.08133" StarRating="4" HotelCode="899697|37277" HotelName="Bermondsey Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bermondsey Square, Tower Bridge Road, London SE1 3UN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/99/149935fa4a6c7cb3ec076a50d96953b25873f449.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54427002" Longitude="-0.01030856" StarRating="3" HotelCode="263528|227181" HotelName="Premier Inn London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 International Square, Montfichet Road, Westfield Stratford City, London E20 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e2/35e2710d4a86242201b4d263a813d68f446a75bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.39" OriginalAmount="108.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544330048204" Longitude="-0.16245603561401" StarRating="3" HotelCode="32099|14141" HotelName="Britannia Hampstead Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Primrose Hill Road, Hampstead, London NW3 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/c4/9ac468779df799e73f22f14020be61b7e31831b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5625" Longitude="-0.13234699999998" StarRating="4" HotelCode="293245|45036" HotelName="SO Archway Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Pemberton Gardens, Archway, London N19 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/95/1695e42fe410b86cc0b4bfcc0a376de8863b2bab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5287427" Longitude="-0.12658357" StarRating="3" HotelCode="445857|93609" HotelName="Premier Inn London St. Pancras" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 Euston Road,, London, NW1 2RA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/2e/e02e4d3d322fb3b56245452c0bc0631ba9586921.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.56599406" Longitude="-0.10226167" StarRating="3" HotelCode="325741|200665" HotelName="Queens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>324 Seven Sisters Road, Finsbury Park, London N4 2AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/73/bc7355f6fcae07b93e8a76881c10de7d67afdabc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51815" Longitude="-0.15829" StarRating="4" HotelCode="114603|458283" HotelName="Z Gloucester Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Place, London W1U 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/348936/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513519900158" Longitude="-0.12964480244671" StarRating="3" HotelCode="199824|444282" HotelName="Z Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Moor Street, London W1D 5AP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/12/30120a9f8ee270b26e59c96af1ab088f1584c0a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.66" OriginalAmount="109.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.532038750126" Longitude="-0.10957106825698" StarRating="4" HotelCode="259003|7573" HotelName="DoubleTree by Hilton London Angel Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Pentonville Road, London N1 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/1a/651aa3a5343546bce48dc2141fad10b362b03912.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.76" OriginalAmount="109.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519838" Longitude="-0.124077" StarRating="4" HotelCode="905071|775101" HotelName="Grange Clarendon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34-37 Bedford Place, London WC1B 5JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/43/9443db966e9632bf60a1e3f48b1a25f0c1dacb5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.81" OriginalAmount="109.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504934" Longitude="-0.21454" StarRating="4" HotelCode="259330|6560" HotelName="Hilton London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>179-199 Holland Park Avenue, London W11 4UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/0f/080f88ed357dd0ed31b4bb63c0570f7867ea7df9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.21" OriginalAmount="109.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527139" Longitude="-0.127648" StarRating="3" HotelCode="915065|313589" HotelName="Studios 2 Let Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Cartwright Gardens, Camden, London WC1H 9EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/56/9556cfed548e0e7711d0d032c8184f261573f97e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.36" OriginalAmount="109.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522289246488" Longitude="-0.14261305332184" StarRating="4" HotelCode="29460|2030261" HotelName="Holiday Inn London Regent's Park" 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,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Carburton Street, London W1W 5EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b2192ab4731f10862f27fa6fee56fdae519f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.50" OriginalAmount="109.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481309398602" Longitude="-0.18987625837326" StarRating="4" HotelCode="14859|1079140" HotelName="Millennium &amp; Copthorne Hotels at Chelsea Football Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stamford Bridge, Fulham Road, Chelsea, London SW6 1HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d8/08d843c720ce1bd5e7569f9925821010601f556f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49883" Longitude="-0.192032" StarRating="4" HotelCode="16086|823" HotelName="Holiday Inn London - Kensington High St." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wrights Lane, Kensington, London W8 5SP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353f472d6418c18bdd52d2025be2fa7dc007ed6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517758" Longitude="-0.064875" StarRating="2" HotelCode="210603|400330" HotelName="ibis budget London Whitechapel - Brick Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Whitechapel Road, London E1 1JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/53/0453804b180369719205048d8e134c0de7e3f854.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55014165" Longitude="-0.07505637" StarRating="3.5" HotelCode="986332|507087" HotelName="Kingsland Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>130 Kingsland High Street, Dalston, London E8 2LQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e6/92e657ec07bc14e82b3d3a69590449db3094a156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="986374|518576" HotelName="Premier Inn London Romford Town Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25-29 Market Place, London RM1 3AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51631386" Longitude="-0.17310918" StarRating="0" HotelCode="419799|519800" HotelName="Rove London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36-42 Norfolk Square, Paddington, London W2 1RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/0d/500dc77e33ee8c2a6daf2d1d5b7e361e0c77a480.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.57" OriginalAmount="110.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510638850984" Longitude="-0.04358321428299" StarRating="3" HotelCode="34469|3118982" HotelName="Holiday Inn Express Limehouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" 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>469-475 The Highway, London E1W 3HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/75204585767ff7a2786a788f3aae7464d873061f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.67" OriginalAmount="110.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493082714469" Longitude="-0.23150191534421" StarRating="3" HotelCode="49821|2516249" HotelName="Holiday Inn Express London - Hammersmith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 King Street, Hammersmith, London W6 0QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/8d/908d4b470fa451a4837c9b26adf00f260e11c615.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52183" Longitude="-0.132131" StarRating="3" HotelCode="114661|444184" HotelName="Cavendish" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>75 Gower Street, Bloomsbury, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a6/50a6c14fb19383f4f1441d439dcd5ff66860bc59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525472709017" Longitude="-0.12576226069166" StarRating="3" HotelCode="146476|56446" HotelName="City Inn Russell Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Tavistock Place, London WC1H 9RE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/ae/caaed46e9190d35fed20c9d52234d7c94d015582.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.55238215" Longitude="-0.21056942" StarRating="2.5" HotelCode="503026|410119" HotelName="Cricklewood Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Cricklewood Broadway, London, Greater London NW2 3JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/a2/fca2ca27e3c15e3b7c8069f869ab2e4338fe599c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.14" OriginalAmount="111.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53509449" Longitude="-0.20103697" StarRating="3" HotelCode="737807|845338" HotelName="London Queens Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>138 Brondesbury Villas, Brent, Greater London NW6 6AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/aa/c5aa572f8b1aac5c6771941722cffde502593f32.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.50" OriginalAmount="111.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512012155127" Longitude="-0.1782367830981" StarRating="4" HotelCode="67796|3376579" HotelName="Best Western Mornington Hotel Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Lancaster Gate, London W2 3LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7d/8b7d257c61f04e4b044ce857c1c56e225627fd64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="119.55" OriginalAmount="111.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515788" Longitude="-0.180123" StarRating="4" HotelCode="17625|2000709" HotelName="Park Grand London Hyde Park" Meals="ROOM ONLY,BREAKFAST FOR 2" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78-82 Westbourne Terrace, Paddington, London W2 6QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/0b/320b78f5c00ea6d3ee792d84aa2af5effd7b55ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528818088833" Longitude="-0.11848107695555" StarRating="2" HotelCode="76625|55150" HotelName="Arriva Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>47-55 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/25/f82585227e8085c301d2f3f7c9733997516028fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51695446" Longitude="-0.068312" StarRating="3.5" HotelCode="986393|520369" HotelName="Hyatt Place London City East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Whitechapel Road, Black Lion House, London E1 1DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4f/6f4f2110fef03f37f7d1bab25618a0c01a3e1309.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507849324229" Longitude="0.023040175437927" StarRating="4" HotelCode="37279|32867" HotelName="Novotel London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Western Gateway, Royal Victoria Dock, London E16 1AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/1d/861d17f7a34b4d1158a579a1f209d9895e9a26e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4936" Longitude="-0.190816" StarRating="3" HotelCode="114291|93556" HotelName="Premier Inn London Kensington Earls Court" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Knaresborough Place, London SW5 0TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/24/882404ae22ecef575c9dd5ccd6a66e15ac82380e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515716653319" Longitude="-0.17449647188187" StarRating="0" HotelCode="16992|444295" HotelName="The Pilgrm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 London Street, W2 1HH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/b0/e2b015cf5efb4f967d1f61d472e7a7832c8107a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493872409395" Longitude="-0.18573492765427" StarRating="3" HotelCode="94548|231342" HotelName="The Villa Kensington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Ashburn Gardens, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/eb/04eb4b0e0eaafd24e0ca4b9cf9df015e49f2e361.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.11" OriginalAmount="112.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51510499" Longitude="-0.1730636" StarRating="2" HotelCode="517310|849619" HotelName="Balmoral House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="24 Hour Front Desk,Elevator,Internet,Luggage Storage,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156/157 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ef/c1ef9d6729eb89ef31e80009619015ef66f570f0.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.46" OriginalAmount="112.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49200704953" Longitude="-0.21974265575409" StarRating="4" HotelCode="25549|7546" HotelName="Novotel London West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Shortlands, Hammersmith International Centre, Hammersmith, London W6 8DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3b/023bc796984c8b4a5de5bc60ee5ef37292b8c189.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.80" OriginalAmount="112.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481009629761" Longitude="-0.46171178772124" StarRating="4" HotelCode="779886|632082" HotelName="Staybridge Suites London - Heathrow Bath Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>276a Bath Road, West Drayton UB7 0DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/bf/b8bf9a8f4ab148f9ec8386251b9fe1b32701bba1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.87" OriginalAmount="112.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513451669222" Longitude="-0.19086486011884" StarRating="4" HotelCode="29762|450865" HotelName="Grand Plaza Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Princes Square, London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5e/ac5ead7625e70edf26ce7fdea195742f3d128041.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522127363129" Longitude="-0.13247430324554" StarRating="3" HotelCode="189731|444156" HotelName="Arran House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>77 Gower Street, WC1E6HJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/66/c0665fc47be03bd07153b25eb2486679749f0869.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513282984369" Longitude="-0.043230503797531" StarRating="4" HotelCode="96722|53435" HotelName="Marlin Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mission Court, 577 Commercial Road, Limehouse, London E1 0HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/1a/591a5c98a5e4efd709ea5c2fae4fc3b4ceaaf42d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51267103" Longitude="-0.30992639" StarRating="3" HotelCode="263524|31857" HotelName="Premier Inn London Ealing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Uxbridge Road, Ealing, London W5 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/57/d95729deef8fa83074fde925c9d2e6ef0ddd83cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514223" Longitude="-0.178275" StarRating="3" HotelCode="18495|1446" HotelName="The Royal Eagle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-30 Craven Road, London W2 3QB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/24/b42419402ef73905d4c6f3ca8d08cd8812f0bc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.74" OriginalAmount="113.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514726008844" Longitude="-0.057320147752762" StarRating="4" HotelCode="175781|1650636" HotelName="Holiday Inn London - Whitechapel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Cavell Street, London E1 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/27/99276d73b2f79dd9eeb1b9cdee9910f3d62ecc25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="121.94" OriginalAmount="113.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493458665009" Longitude="-0.19224969023037" StarRating="3" HotelCode="12281|2119942" HotelName="ibis Styles London Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business 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>15-25 Hogarth Road, Earls Court, London SW5 0QJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c1/3bc1ad5d210b3e92752bb53972530fd78008000c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524615630378" Longitude="-0.16077429056168" StarRating="3" HotelCode="58768|199927" HotelName="Americana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>172 Gloucester PLace, Regents Park, London NW1 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/20/f120670def3bc0a4aabac54d4bafa13860e0992b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515087576903" Longitude="-0.17351995713216" StarRating="3" HotelCode="145731|199943" HotelName="The Castleton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-166 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ac/01ac509840c0e5bfa730753b5852fbe236bce58e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514150974494" Longitude="-0.17517238855362" StarRating="2" HotelCode="35638|199969" HotelName="Edward" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, W2 3RA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/e1/dce15ffd44253f30c53966efce3fff08dd0e2b09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503300805404" Longitude="-0.22012234078238" StarRating="3" HotelCode="213141|37433" HotelName="ibis London Shepherds Bush - Hammersmith Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rockley Road, London W14 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/4c/3b4cb9a32dc7a147a383ccef23af7cfa94582d9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490601619768" Longitude="-0.13861015815832" StarRating="3" HotelCode="151374|408384" HotelName="Lidos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-45 Belgrave Road, Victoria, London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2e/f42e8c6423b7ba296f693680f6d36fc80d11f8ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524150987025" Longitude="-0.16093725644873" StarRating="3" HotelCode="101994|200325" HotelName="Park Avenue Baker Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Gloucester Place, NW1 6DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/fa/d9fa4f76c5c6316b97e31172c7bab290adec29a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492615" Longitude="-0.186329" StarRating="2" HotelCode="902781|55838" HotelName="St Simeon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>38 Harrington Gardens, London SW7 4LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/28/422836b23d5202a42da72c1e52517f93127dd9af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="122.71" OriginalAmount="114.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512464" Longitude="-0.178238" StarRating="3" HotelCode="94569|315264" HotelName="Elysee Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-26 Craven Terrace, London W2 3EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9c/fa9c30aae98afb38341e418b0120a458998f62f4.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="901532|408383" HotelName="Oliver" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Elevator,Garden,Internet,Luggage Storage,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>198 Cromwell Road, Earls Court, London SW5 0SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/83/08835cb9dfb26cb43dc87b22d8e6a74320c23df2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52946671" Longitude="-0.11622125" StarRating="0" HotelCode="986376|478737" HotelName="London Queen's Eurostar Kings Cross" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Flat 2 Swinton Street, London WC1X 9NL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/77/687702fd231e6d0bacb62a095ce7ab868f0d3565.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505423582543" Longitude="-0.099322199821472" StarRating="4" HotelCode="32567|30701" HotelName="Mercure London Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-79  Southwark Street, London SE1 0JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/45/78455bb85419d0d18a517264eb0cbb07ff8a6fb5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.561469" Longitude="-0.27925099999993" StarRating="4" HotelCode="298481|80496" HotelName="Novotel London Wembley" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Olympic Way, Wembley, London HA9 0NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/35/a33547fe6d895332b34e580abbcff8f0554d5ac3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492285939878" Longitude="-0.19428312778473" StarRating="3" HotelCode="114654|199930" HotelName="The Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Trebovir Road, Earls Court, London SW5 9LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/341073/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.58137547" Longitude="-0.2263524" StarRating="4" HotelCode="324386|456925" HotelName="The Hide London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Hendon Way, London NW4 3NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/4c/de4c70569a321daf2b11718af15a29a7cccc4ad3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="123.51" OriginalAmount="115.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490286761096" Longitude="-0.14034162223238" StarRating="4" HotelCode="145734|120341" HotelName="Mornington Hotel London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Gloucester Street, London SW1V 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/65/72658ffd63c98e3cddd867125c0e90b3e3d5c863.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.72" OriginalAmount="115.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50383958" Longitude="-0.09479968" StarRating="0" HotelCode="960920|661091" HotelName="PubLove @ The Rose &amp; Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>65 Union Street, Southwark, London SE1 1SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/39/a4395c184c82bf0c3278579d9c52ae270f5a78f2.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513991" Longitude="-0.189569" StarRating="3" HotelCode="21204|44999" HotelName="London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Kensington Gardens Square, Bayswater, West London W2 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c6/f1c69f234e5ae80065f9818a4e02ef73b25baa57.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516322546566" Longitude="-0.1719805598259" StarRating="3" HotelCode="15202|17191" HotelName="Norfolk Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Norfolk Place, Paddington, W2 1QW London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c6/f5c61d0778b2fa3eadb4523867828d1b42e8b768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497008446685" Longitude="-0.22692561149597" StarRating="2.5" HotelCode="167350|200346" HotelName="Room 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Hammersmith Grove, London W6 7HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e6/6ee657dfb6e47138ff8d722136a527403504698a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5289658" Longitude="-0.1228894" StarRating="3" HotelCode="267557|58155" HotelName="The Melville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>38-39 Argyle Square, Kings Cross, London WC1H 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c4/adc4be7685b457c0c52a3d23cb63f8b9dc3786eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="124.86" OriginalAmount="116.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490679303105" Longitude="-0.13861995353187" StarRating="3" HotelCode="114585|120342" HotelName="Victor Hotel - London Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Belgrave Road, Westminster Borough, London, Greater London SW1V 2BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/82/0f8241e4af01322716c5c9fdf374a4c25a5ed5b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="125.00" OriginalAmount="116.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51075313" Longitude="-0.0966464" StarRating="4" HotelCode="986165|716882" HotelName="Locke At Broken Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2 Broken Wharf, London EC4V 3DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f124b91bf6799b8350b37a2b188dce691cfe94a.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.36050953" Longitude="-0.19032467" StarRating="0" HotelCode="986334|511112" HotelName="Aparthotel Adagio London Sutton Point" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sutton Court Road, Sutton, London SM1 4FS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/34/9234cf52b6bf41df4e298c147a3ef0d2223068f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491717811242" Longitude="-0.14166750062907" StarRating="3" HotelCode="114632|35756" HotelName="Best Western Victoria Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60-64 Warwick Way, Victoria, London SW1V 1SA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/a9/a2a9bdf2c85c7d79e86f23b97d8eb924cfd86cf2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.474028723377" Longitude="-0.18375302801292" StarRating="3" HotelCode="27281|10169" HotelName="DoubleTree by Hilton Hotel London - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Imperial Road, Imperial Wharf, London SW6 2GA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3e/8b3ed1a888041d7de6bd725acb1b285555c6221c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495079759198" Longitude="-0.18420875072479" StarRating="3" HotelCode="87667|16339" HotelName="ibis Styles London Gloucester Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Cromwell Road, London SW7 4ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/ca/2fca71473c3b07c128416763df4f9159444986df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52732067596" Longitude="-0.28311407040269" StarRating="4" HotelCode="510863|141680" HotelName="Park Plaza London Park Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>628 Western Avenue, London W3 0TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/4f/884f32b6ace8190df952d8e240ab19022a33fa74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54638795" Longitude="-0.07374894" StarRating="3" HotelCode="339696|93734" HotelName="Premier Inn London Hackney hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27 Dalston Lane, Hackney, London E8 3DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/10/4810e7cd6c15584119993a9a5b592e01ba40958f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52786908" Longitude="-0.13658654" StarRating="2" HotelCode="398181|61171" HotelName="The Exmouth Arms Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Starcross Street, London NW1 2HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ee/73eedec5fcbb549fbf718fb82af16f96bd259e04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.69" OriginalAmount="117.47" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|010030" HotelName="NORFOLK TOWERS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>34 NORFOLK PLACE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/869947_image45033677_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="126.17" OriginalAmount="117.92" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D44545" HotelName="GRAND CONCERTO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>164-166 SUSSEX GARDENS LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37061_image67298061_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489897227411" Longitude="-0.13713241104506" StarRating="2.5" HotelCode="47807|2113" HotelName="Best Western Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85-89 Belgrave Road, Victoria, London SW1V 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/a3/89a35548104c5d12fb1c99146606df3ec93980c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494874707544" Longitude="-0.18997013568878" StarRating="4" HotelCode="14336|13495" HotelName="Xenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Cromwell Road, South Kensington, London SW5 0TL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/f5/97f5862a4cc21df76d509f82d20db31541d1a0c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4392836" Longitude="-0.36017961" StarRating="3" HotelCode="159644|93739" HotelName="Premier Inn Twickenham East" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Corner Sixth Cross/Staines Road, Twickenham, Middlesex TW2 5PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d201c61c34e2b415ac21a69de21abd39658898.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5374087" Longitude="0.0058355" StarRating="4" HotelCode="735579|408400" HotelName="Roomzzz London Stratford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 West Ham Lane, London E15 4PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/30/4f30a5209a663a5dbcbdbb7760a4de64f94eb1a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.69" OriginalAmount="118.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47595429" Longitude="-0.01870235" StarRating="3" HotelCode="323927|662503" HotelName="Greenwich High Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Kitchen,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>65 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e8/5ae8b09c7e1c50135a4446d491c26495995a841c.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.99" OriginalAmount="118.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51327676" Longitude="-0.19303982" StarRating="2" HotelCode="665331|816041" HotelName="Notting Hill Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Designated Smoking Area,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/848034/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.00" OriginalAmount="118.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529508" Longitude="-0.123886" StarRating="2" HotelCode="93104|312272" HotelName="The Fairway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/15 Argyle Street, King's Cross, London, WC1H 8EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/63/f763ec612d3b077f6bbc1161757d20fdaad74801.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="127.24" OriginalAmount="118.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501250494388" Longitude="-0.023310967418153" StarRating="4" HotelCode="446550|95970995" HotelName="Novotel London Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>40 Marsh Wall, London E14 9TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c2/5cc20af7d06d1d7f77ddb8a67c51b5c2b0aec840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508275026069" Longitude="0.035791397094727" StarRating="4" HotelCode="175055|31882" HotelName="Aloft London Excel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Eastern Gateway, Royal Victoria Dock, London E16 1FR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a51e32c39f6039a5d5da8bf707272a8e3368d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511671" Longitude="-0.18544099999997" StarRating="3" HotelCode="284906|478825" HotelName="Astor Kensington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45 Queensborough Terrace, London, W2 3SY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9b/529ba26e571f2f79fc98025df58acdeca08ed5b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492374449631" Longitude="-0.19117176532745" StarRating="3" HotelCode="18269|2119" HotelName="Best Western Burns Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-26 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/f1/e0f1132ea63614b10b85de9193f52f6dbe34b5c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522228519974" Longitude="-0.074702731410428" StarRating="0" HotelCode="986338|518713" HotelName="hub by Premier Inn London Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Quaker Street, Shoreditch, London E1 6SN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455103" Longitude="-0.339707" StarRating="4" HotelCode="141807|128188" HotelName="London Marriott Hotel Twickenham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>198 Whitton Road, Twickenham TW2 7BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/202697/a_202697_D1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491010044337" Longitude="-0.18083989620209" StarRating="4" HotelCode="35442|362618" HotelName="Roland House Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Old Brompton Road, London SW7 3RX, South Kensington</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/91/ab91eb887ee0583ba507762e0346a139b6a00a6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526724383286" Longitude="-0.13585538828102" StarRating="4" HotelCode="900920|199883" HotelName="TheWesley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81-103 Euston Street, London NW1 2EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/b5/8db5a47e7c4f4b1b7787ece84c487fa6c7daa5bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51344" Longitude="-0.189912" StarRating="2" HotelCode="63779|31831" HotelName="Kensington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Golf,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/cc/3acc1ea694acdce2d62e72d3b42f5457203c242b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="128.08" OriginalAmount="119.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514300208022" Longitude="-0.17276257991076" StarRating="3" HotelCode="114312|A2F954" HotelName="Barry House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sussex Place, Hyde Park, London W2 2TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ec/70ecad2ce466bcb42fa4e9efbc1bf145f336a456.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.13" OriginalAmount="119.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492050950233" Longitude="-0.14618813743436" StarRating="3" HotelCode="36438|109733" HotelName="Best Western Buckingham Palace Rd" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-12 Saint Georges Drive, Victoria, London SW1V 4BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1f/0e1f2449f82865056dc8fd853ab46f8c38c3bf6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.20" OriginalAmount="119.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491932" Longitude="-0.191898" StarRating="4" HotelCode="10674|1184125" HotelName="Indigo London Kensington - Earl's Court" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34-44 Barkston Gardens, London SW5 0EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ac/6cac416070acd7389be2e461b71b8116d1c22d1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.33" OriginalAmount="119.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526643192282" Longitude="-0.11383295059204" StarRating="4" HotelCode="13485|1040741" HotelName="Crowne Plaza London - Kings Cross" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kings Cross Road, London WC1X 9HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/c0/3ac0565fde6a0067479e9c7d07799385589616f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.33" OriginalAmount="119.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524039886465" Longitude="-0.12509286403656" StarRating="4" HotelCode="41977|1290567" HotelName="Holiday Inn London-Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coram Street, London WC1N 1HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/5c/b65cbefca16ace709f13ed5a12bb23d678aaaba3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512506" Longitude="-0.186734" StarRating="4" HotelCode="13656|8902" HotelName="La Suite West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41-51 Inverness Terrace, Hyde Park, London W2 3JN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/7f/087f9704f83163aa62b0825c3b685115fbbb821a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.409681" Longitude="-0.301294" StarRating="3" HotelCode="350601|93673" HotelName="Premier Inn London Kingston Upon Thames" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Wheatfield Way, Combined House, Kingston Upon Thames KT1 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d5/cad58aeeb49663b8f538c1e615cf2d5a722316e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.488671" Longitude="-0.13956" StarRating="3" HotelCode="114287|57801" HotelName="St George's Pimlico" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 &amp; 115 St. Georges Drive, London SW1V 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b793daae2a0ce70c18b21df15afc8fdb9951612b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490739" Longitude="-0.144067" StarRating="3" HotelCode="89406|30143" HotelName="The 29 London Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 St. George's Drive, Victoria, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/3d/dd3dc91ddb8754d156ee1c4ccb80ecd07b58b559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5037586684" Longitude="-0.10131107007182" StarRating="3" HotelCode="101238|13538" HotelName="Travelodge London Central Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>202-206 Union Street, Southwark SE1 0LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/66/be66840add6620999dc0df2e9f5d08cf3c107c7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.449825825015" Longitude="-0.33001022104895" StarRating="2" HotelCode="204206|215508" HotelName="Travelodge London Twickenham" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>London Road, Twickenham TW1 3QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/21/9a21e5d074c323db7a91e23d1716449d8cde079a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.44" OriginalAmount="120.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.419341" Longitude="-0.195034" StarRating="3" HotelCode="115492|312590" HotelName="Antoinette Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>249-263 The Broadway, Wimbledon, London SW19 1SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/b6/52b69d42b218b69221bc265ba7831de49eff6fcf.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.69" OriginalAmount="120.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499058" Longitude="-0.10186" StarRating="3" HotelCode="170197|150646" HotelName="The Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Borough Road, London SE1 0AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f2/2ef22f7e3c826981696d2782fe4e1b8ae708fe56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.36" OriginalAmount="120.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.537449" Longitude="-0.00239" StarRating="4" HotelCode="209781|6593118" HotelName="The Westbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335-337 High Street, London E15 2TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/13/ca134dd94bc5c68cd2456dc6f4689ace4e9108e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.42" OriginalAmount="120.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51040225" Longitude="-0.1332864" StarRating="3" HotelCode="986345|58695667" HotelName="Zedwell Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Great Windmill Street, Piccadilly Circus, London W1D 7DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/4a/6c4a2ac08449566f25cc92eef0df7102341b762a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546371854665" Longitude="-0.0076075158691538" StarRating="3" HotelCode="986134|465348" HotelName="Aparthotel Adagio London Stratford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 Celebration Avenue, Penny Brookes Street, London E20 1BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a5/fba5c9f5bc8c5199e0f0fa22112ae0a9fab6cfab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.471354" Longitude="-0.137138" StarRating="3" HotelCode="114531|199335" HotelName="Chelsea Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Wandsworth Road, London, SW8 4TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/c9/26c9e804c7a7224d03b22a444a7e7c37bd2c905b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493093930698" Longitude="-0.23861154480937" StarRating="3" HotelCode="18886|18058" HotelName="Premier Inn London Hammersmith" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 King Street, Hammersmith, London W6 9LU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8d/9c8d7f69e6a0852a8b2f05a4fc4a18b8112bce4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49351912" Longitude="-0.19604394" StarRating="2" HotelCode="498360|458335" HotelName="Saint James Backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Longridge, London SW5 9SB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/zz/2cadc49e8b6302efded270ece6684d714eff0dcb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525294709562" Longitude="-0.055639185470454" StarRating="3" HotelCode="263539|36793" HotelName="Travelodge London Bethnal Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231-237 Cambridge Heath Road West, London E2 0EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1c/db1ccf9b436c9ab1c8fc3b8cc3477e863825cc56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510877563772" Longitude="-0.18519580364227" StarRating="3" HotelCode="47647|35757" HotelName="Comfort Inn Hyde Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Queensborough Terrace, London W2 3SU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dadc1e49454fdf6df1d4ae1c4f0e8c213c7f6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519652" Longitude="-0.123854" StarRating="4" HotelCode="52867|9755" HotelName="Grange The Portland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-32 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/95/4f958ad3304c69d9403e3e69bfe5c7d9c5001928.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531903" Longitude="-0.122277" StarRating="3" HotelCode="94572|93559" HotelName="Premier Inn London Kings Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>26-30 York Way, Kings Cross, London N1 9AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/82/1b82fadb2d21ce611330ab337d052c4cdd5630b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515082329316" Longitude="-0.17309691877645" StarRating="3" HotelCode="902935|246064" HotelName="Stylotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>160-162 Sussex Gardens, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bdac373e5bba25b6c3c79b670b8d6f755e19686.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.75" OriginalAmount="122.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.556472121351" Longitude="-0.21453380584717" StarRating="4" HotelCode="36712|19877" HotelName="Clayton Crown Hotel London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>142-152 Criklewood Broadway, London NW2 3ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/a6/04a62cab0ddc30110b5720670e5a33f6d069c07f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="130.90" OriginalAmount="122.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52873437" Longitude="-0.11862456" StarRating="4" HotelCode="540879|572644" HotelName="The House of Toby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>61-65 Swinton Street, Kings Cross, London WC1X 9NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/37/ed37f6799af6eebfda6533fb6708cccdd5194e62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512009" Longitude="-0.185137" StarRating="3" HotelCode="18270|44942" HotelName="The Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-38 Queensborough Terrace, Bayswater, London W2 3SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c9/bbc963fd8e10010a6424b0de683f7967a7713f83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513297376958" Longitude="-0.18695681901431" StarRating="3" HotelCode="94592|205785" HotelName="Imperial Court Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>77-79 Inverness Terrace, London W2 3JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/05/4c05f177cb498bbc6203eb29f0a5f7f87c2eb80b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54068026" Longitude="-0.2041579" StarRating="0" HotelCode="986076|490690" HotelName="The Kilburn Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99-101 Willesden Lane, London NW6 7SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/88/fa88176419393bd1e612361acd3a4640169e9910.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513526690959" Longitude="-0.18950343132019" StarRating="3" HotelCode="45316|10242" HotelName="Phoenix Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Kensington Gardens Square, London W2 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/d4/54d437598cfd65542d8b862700cc0cc3c20c6ff5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.47" OriginalAmount="123.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506738896538" Longitude="-0.073898127647453" StarRating="4" HotelCode="18522|7544" HotelName="The Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St Katharine's Way, London E1W 1LD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/cf/e5cf129e386b5a2ff6f64e92240be93aff872d56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521606462475" Longitude="-0.13449276353435" StarRating="0" HotelCode="795884|406212" HotelName="hub by Premier Inn London Goodge Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Brook House, Torrington Place, London WC1E 7HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/69/9469ad150e8c87db9758a6c0d7e89810e8e52643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511744070906" Longitude="-0.30586257795972" StarRating="4" HotelCode="199789|57468" HotelName="Hotel Xanadu" 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>26-42 Bond Street, Ealing, London W5 5AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0c/aa0c05f6000c3f1a7479dd25ff295538f2f1124c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49718337" Longitude="-0.20780357" StarRating="3.5" HotelCode="630123|444192" HotelName="Kensington Prime Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Russell Road, London W14 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/8c/ad8c85dd0cdf82185dfccdd9590869a9c1266cd1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513584991845" Longitude="-0.18002293958023" StarRating="4" HotelCode="15500|247870" HotelName="Park Grand Paddington Court London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Devonshire Terrace, Paddington, London W2 3DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/10/f2106b0f10e94adbe17ea2a6368cdf66bed74508.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.39914486" Longitude="0.0179356" StarRating="3" HotelCode="857831|405412" HotelName="London Bromley hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Simpsons Road, Shortlands, Bromley BR2 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/41/57416cdf167fb6a2bba78f0f81aaa4967a795b01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.80" OriginalAmount="125.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529468278196" Longitude="-0.16856610774994" StarRating="4" HotelCode="39961|1978176" HotelName="Danubius Hotel Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Lodge Road, St. John’s Wood, London NW8 7JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/8e/078e0fb93acc4fd894e263ea6c1e357e407ed848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="134.01" OriginalAmount="125.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510892587612" Longitude="-0.078449249267578" StarRating="4" HotelCode="165403|164990" HotelName="DoubleTree by Hilton London - Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Pepys Street, London EC3N 4AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2c/702cc6a12830a2b8ea0b23505264d87705b99588.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520456" Longitude="-0.124752" StarRating="4" HotelCode="114448|12406" HotelName="Grange Beauchamp Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24-27 Bedford Place, London WC1B 5JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fc/0afcc1f3ff75ee05825dbca05764bac4dda095a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522636" Longitude="-0.103728" StarRating="4" HotelCode="82455|318042" HotelName="The Zetter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>St John's Square 86-88, Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/55/6d55ae50b84fad846f4dce0d5f2e8daf652a198e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51339" Longitude="-0.192298" StarRating="3" HotelCode="15788|45005" HotelName="Pembridge Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Prince’s Square, W2 4PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/67/6c671d43959706ba27b5b83c8957da5c4dfe9d6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.416709254573" Longitude="0.0022007055225686" StarRating="3" HotelCode="77032|85039" HotelName="The Bromley Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bromley Hill, Bromley  BR1 4JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ce/5dce6e92843677479cd64e6a8e447259527aad0a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520823096308" Longitude="-0.12307450175285" StarRating="3" HotelCode="25645|13361" HotelName="Thistle Bloomsbury Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Southampton Row, London WC1B 5AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/e1/57e106bdc211639cc1e9ed1f39a195e48c10c05d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="135.09" OriginalAmount="126.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.462221096318" Longitude="-0.18891334533691" StarRating="3" HotelCode="34473|38699" HotelName="Holiday Inn Express London - Wandsworth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Smugglers Way, Riverside West, Wandsworth, SW18 1EG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/7a/557a3f243892b96ade126dea7ece164522e2c138.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546418448671" Longitude="-0.17377227544784" StarRating="2" HotelCode="189764|56034" HotelName="Avoca House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Belsize Park, London NW3 4EG, Hampstead</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/fe/76fe66da0c14eb4cce0c4d174ed5ed701f04d2d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.391517888889" Longitude="-0.32015933333333" StarRating="4" HotelCode="158851|49183" HotelName="Crowne Plaza London - Kingston" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Portsmouth Road, Surbiton, London, Surrey KT6 5QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/f1/3bf14e28d7b848722bc275f7a39dea1965aafd4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51513764" Longitude="-0.0688986" StarRating="4" HotelCode="986156|456957" HotelName="The Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 White Church Lane, London E1 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/41/c04143222b23abe66aa90c11e9d9ebbfd5b200aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.469554" Longitude="-0.36766899999998" StarRating="3" HotelCode="297004|169510" HotelName="Homestay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bulstrode Road, Hounslow, Middlesex TW3 3AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/43/4443fb32273b4f5c5ef144010019e4ea14237aea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495225039799" Longitude="-0.18277645111084" StarRating="3" HotelCode="14976|411141" HotelName="Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67-69 Gloucester Road, Kensington, London SW7 4PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/2d/692d37b50a4b1de5aa0cc7217a7e3883a344c284.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495882" Longitude="-0.181302" StarRating="4" HotelCode="35405|9750" HotelName="Strathmore Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Queens Gate Gardens, London SW7 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/3f/073f2f2c97d13bc3617c6cc284570d939dea8f98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52276145" Longitude="-0.10426755" StarRating="4" HotelCode="986347|417421" HotelName="YOTEL London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>96-100 Clerkenwell Road, London EC1M 5RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/a2/dea2985bcd0824aee6d209f639035da7e324488a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529453" Longitude="-0.122089" StarRating="2" HotelCode="149811|199988" HotelName="Howard Winchester Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>9 Argyle Square, London WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/af/b4af25ca2713d151bad0f7e90f9cf6bbd8cc018a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5135639" Longitude="-0.18706559999998" StarRating="4" HotelCode="476605|234017" HotelName="Imperial Court Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81-83 Inverness Terrace, Bayswater, Westminster Borough, London W2 3JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/89/b589c482232c830d82a564acc7a10991659a1ef6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515076" Longitude="0.060926" StarRating="3" HotelCode="152859|93519" HotelName="Premier Inn London Beckton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Woolwich Manor Way, Beckton, London E6 5NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/ab/2cab7a6a7c3b588ccaed6daeb9233dfdfa8639a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46198313" Longitude="-0.11486525" StarRating="3" HotelCode="495991|227199" HotelName="London Brixton hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>434 Coldharbour Lane, Brixton, London SW9 8HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/0d/a70dce43f579a0207f5d73ee9fbcf7c847e75ac4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="986343|480524" HotelName="Premier Inn London New Southgate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Ladderswood, New Southgate, London N11 1FH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/d3/43d3e997e80b80762428f5e034e059b1b31b419d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51755035" Longitude="-0.16405707" StarRating="3" HotelCode="586650|444304" HotelName="The Duke Rooms London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>45 Harrowby Street, London W1H 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/16/2e16bc77a8d7485ba2f77c4c51063aa8e779d97d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.77" OriginalAmount="129.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507246" Longitude="0.024864" StarRating="4" HotelCode="305710|89651584" HotelName="Sunborn London" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1XL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/cd/89cdfefa84a2c87471d5b6f46f5e24d8839b54ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.84" OriginalAmount="129.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512837298397" Longitude="-0.19210785627365" StarRating="3" HotelCode="10915|7570" HotelName="Bayswater Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Princes Square, Bayswater, London W24NT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/0d/ed0db5113240df1bf7f09046f16a34a3bdd92367.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.357941" Longitude="-0.114574" StarRating="4" HotelCode="36911|49182" HotelName="Hilton Croydon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Waddon Way, Purley Way, Croydon CR9 4HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/d6/a5d6df1f29e74a4230d3edd379d35fc59e07be60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505702" Longitude="-0.095268" StarRating="3" HotelCode="68976|37432" HotelName="ibis Styles London Southwark - near Borough Market Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43-47 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/2c/f82c8f502955430a36414ba7c5a9b13d2e32f394.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54990112696" Longitude="-0.18099009990692" StarRating="3" HotelCode="35169|35771" HotelName="Quality Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Frognal, Hampstead, London NW3 6AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3d/3e3db05e366b7f9961ed156596cdc9557db9fedf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515294" Longitude="-0.160074" StarRating="3" HotelCode="35458|200350" HotelName="Rose Court Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35/35a Great Cumberland Place, Marble Arch, London W1H 7DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a1/e4a1fb23512685ffdd3fa2f13d261540293da19c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522165" Longitude="-0.108716" StarRating="4" HotelCode="437547|199830" HotelName="The Bryson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>124-132 Clerkenwell Road, London EC1R 5DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e0/93e0f1b1f048688daee072d05fb483de85162acd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46857" Longitude="0.00977" StarRating="3" HotelCode="522585|199843" HotelName="The Clarendon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-16 Montpelier Row, Blackheath Village, Borough of Greenwich, London SE3 0RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e7177bc1303bb815c2f0620f44abf50ebb814.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="139.15" OriginalAmount="130.05" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D26691" HotelName="VILENZA HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>36A/38 NEWARK ST, TOWER HAMLET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34060_image64365486_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="140.12" OriginalAmount="130.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491633801396" Longitude="-0.19477397203445" StarRating="3" HotelCode="35170|1003381" HotelName="Mayflower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-28 Trebovir Road, Earls Court, London SW5 9NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/8f/498fe05f86df3bf2a0574593c0a784a40e581cb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49602388" Longitude="-0.01449762" StarRating="4" HotelCode="971257|478807" HotelName="The Collective Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Crossharbour Plaza, Tower Hamlets, London E14 9YF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5f/015f34cd03eb265322096ddcb0ad7b798f40469c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505154360949" Longitude="-0.098252881614712" StarRating="4" HotelCode="199763|54780" HotelName="citizenM London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lavington Street, London SE1 0NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee5914a8de27589bfc02b987118802d7d75cf12d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="140.29" OriginalAmount="131.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526467140075" Longitude="-0.12728556990623" StarRating="3" HotelCode="189765|171594" HotelName="Judd Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Cartwright Gardens, Bloomsbury, London WC1H 9EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/14/91143449c928a3604eab9d41b8d1160b812d0add.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51226447" Longitude="-0.09351085" StarRating="4" HotelCode="440132|199544" HotelName="Cove - Cannon Street, The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>46 Cannon Street, London EC4N 6JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8b/ea8b444d11b2e7f9f03e6c70717b6d3643153c3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510993338623" Longitude="-0.18634162946512" StarRating="4" HotelCode="148402|24978" HotelName="Grand Royale London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9 Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/ac/51ac3038fb5e619a60b1b8e85303b0f7d75f6740.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53493577" Longitude="-0.10557035" StarRating="3" HotelCode="263525|93541" HotelName="Premier Inn London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>18 Parkfield Street, Islington, London N1 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/33/6333ab6416c4cde89441d0ea6826a2fc2ca05242.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49273767182" Longitude="-0.22999942302704" StarRating="3.5" HotelCode="169979|24795" HotelName="Seraphine Hammersmith Hotel, Sure Hotel Collection by Best Western" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 King Street, Hammersmith, London  W6 0QW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0f/070fcf6eeec279c39818e454c6671d2f05b765a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492744351742" Longitude="-0.19035771489143" StarRating="3" HotelCode="401780|199570" HotelName="St. Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Barkston Gardens, Earl’s Court, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f9/b4f9a92a298a5a8240b10c341903013418114005.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491946750254" Longitude="-0.19442496197132" StarRating="3" HotelCode="130405|199901" HotelName="The Trebovir Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-20 Trebovir Road, Kensington, London SW5 9NH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/cf/fccf73dde88fb2ffd940081efaf532b0acea3733.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.27" OriginalAmount="132.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496651102955" Longitude="-0.20635843276978" StarRating="4" HotelCode="31270|6550" HotelName="Hilton London Olympia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>380 Kensington High Street, W14 8NL London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/2d/0b2d40d38427e833bf83b9d5e33b2f7ef0aa50be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.11" OriginalAmount="132.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514063079805" Longitude="-0.075827998469919" StarRating="4" HotelCode="533725|574881" HotelName="Dorsett City London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Aldgate High Street, London EC3N 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/92/ed92537f069012380fb971ba20f3bf9022091ebd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.27" OriginalAmount="132.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493331481527" Longitude="-0.19194234477459" StarRating="3" HotelCode="56987|1384036" HotelName="Dreamtel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-36 Hogarth Road, Earls Court, London SW5 0PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/81/278111a24c29a6578529794aa4cd195989a7fe65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54404006" Longitude="-0.1528324" StarRating="3.5" HotelCode="580389|492814" HotelName="Camden Enterprise Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Haverstock Hill, London NW3 2BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/27/79275c603030bcac443da3a5071cb652ecadc422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49828022" Longitude="-0.01936466" StarRating="4" HotelCode="563814|398176" HotelName="Lincoln Plaza London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2 Lincoln Plaza, Millharbour Canary Wharf, London E14 9BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d4/88d4203b8ebafd2c1dffd4bdd47796457111b974.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.534949" Longitude="-0.461146" StarRating="3" HotelCode="81468|456773" HotelName="Red Lion Hillingdon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Royal Lane, Hillingdon, Uxbridge, Middlesex, UB8 3QP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/55/5e5574bf9738d5b69b439efed38492c26ba16b0d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509009931614" Longitude="-0.13140498749874" StarRating="4" HotelCode="307493|425737" HotelName="Z Piccadilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Elevator,Internet,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Orange Street, London WC2H 7DF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/66/e566b086510d91204d5967a22edfe988681370fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493301286729" Longitude="-0.18310904502869" StarRating="4" HotelCode="44236|7071" HotelName="Millennium Gloucester Hotel London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18 Harrington Gardens, London SW7 4LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/a3/e9a3bd74d016afd62a1db8d1dd10493ff0208d26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.477895" Longitude="-0.013643" StarRating="4" HotelCode="38303|26133" HotelName="Novotel London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>173-185 Greenwich High Road, London SE10 8JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/ee/34ee33f8845a5cc22ad5f4b5dea06248bfdf689c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506655668443" Longitude="-0.0041788816452026" StarRating="4" HotelCode="394765|20720" HotelName="Radisson Blu Edwardian New Providence Wharf Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Fairmont Avenue, Canary Wharf, London E14 9JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/a6/1ba6e2a49d5e980e77f3a842cfb53c83c7631682.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49210151" Longitude="0.00813078" StarRating="4" HotelCode="986307|425754" HotelName="Radisson Red London Greenwich The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>228 Tunnel Avenue, London SE10 0PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/1d/e91d276537e6321789a1f9b9bed89205ad357aa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490395" Longitude="-0.138633" StarRating="3" HotelCode="17547|29986" HotelName="Sidney London-Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68-76 Belgrave Road, Victoria, London SW1V 2BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921e9900cb2455a579a120a92a7df140b7c71e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491939" Longitude="-0.141855" StarRating="2" HotelCode="147016|55963" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42-44 Belgrave Road, Victoria, London SW1V 1RG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/31/5731c94fe9b64be329bdeadde3072285d678eb5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901566|55566" HotelName="Opulence Central London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Gloucester Place, London W1U 8JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a8/16a8f935741f1549fb9d980b65221b1937b341dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516115083519" Longitude="-0.06239357344657" StarRating="4" HotelCode="263537|411696" HotelName="The Whitechapel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 New Road, Whitechapel, London E1 1HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6b/376b934ea20e5482fdc3aa58f8f094413b975493.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.64" OriginalAmount="135.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515216" Longitude="-0.178218" StarRating="4" HotelCode="45308|1007411" HotelName="The Chilworth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Westbourne Terrace, Paddington, London W2 3UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/18/001809526385d55706bbfda4dc624f5def662e0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.544577" Longitude="-0.172655" StarRating="3.5" HotelCode="18450|29289" HotelName="Best Western Swiss Cottage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Adamson Road, Swiss Cottage, London NW3 3HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/b3/aab3384856c8c6b69535db6beb610a1b77693be9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.479682365424" Longitude="-0.31497303572087" StarRating="4" HotelCode="171079|45064" HotelName="Hilton London Syon Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>London Syon Park, Middlesex, London TW8 8JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/67/47670cfeece334a0d6eb325464833379504737d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524215948057" Longitude="-0.13784274458885" StarRating="4" HotelCode="16387|12605" HotelName="Radisson Blu Edwardian Grafton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Tottenham Court Road, London W1T 5AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/04/aa04701f3e4de33c5dbf2741046c8b7fb3a2f0f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514658943243" Longitude="-0.10890111488993" StarRating="4" HotelCode="400832|200049" HotelName="City2Stay Serviced Apartments Red Lion Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Red Lion Court, Holborn, London EC4A 3EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/cb/4dcb05ecc0882c624da8c2ac616032b9e3146d52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.67" OriginalAmount="136.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.473495" Longitude="-0.492047" StarRating="5" HotelCode="888197|1549069" HotelName="Sofitel London Heathrow" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 5, London Heathrow Airport, London TW6 2GD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76dd03d721686f23cd859dd7e9f69e19cdbde145.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.91" OriginalAmount="136.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51223790495" Longitude="-0.034141046951731" StarRating="2" HotelCode="377905|690950" HotelName="Via Limehouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>628-634 Commercial Road, Limehouse, Tower Hamlets, London E14 7HS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/3d/4c3daac3e708175e17ecc21da7609d3923cb7115.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="145.92" OriginalAmount="136.37" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|510007" HotelName="REGENCY HOUSE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>71 GOWER STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/7351_image64319739_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="146.37" OriginalAmount="136.79" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37F43" HotelName="DORSETT CANARY WHARF LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>48 MARSH WALL LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35694_image65840718_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4909" Longitude="-0.3029" StarRating="4" HotelCode="316396|399381" HotelName="Aparthotel Adagio London Brentford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ealing Road, Key Eye Tower, Brentford, London TW8 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a8/aaa8f3e6581da95bf6f4df92978ac20aa041ea10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490792372379" Longitude="-0.19351391413733" StarRating="4" HotelCode="94566|35754" HotelName="BEST WESTERN The Boltons Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Penywern Road, Earls Court, London SW5 9TT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ce6ca660417c14299a32fe9191df792ca8c13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508222" Longitude="0.020218" StarRating="4" HotelCode="54523|4793" HotelName="Crowne Plaza London Docklands" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Royal Victoria Dock, Western Gateway, London E16 1AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9a/b59a62d196433934322abcfd1a98782471dae39b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495701790701" Longitude="-0.19507437944412" StarRating="3" HotelCode="14175|31953" HotelName="London Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134-136 Lexham Gardens, Kensington, London W8 6JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/79/d079cbc96beb8685a623a5ccecb64be473201e73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49159962976" Longitude="-0.19546241104513" StarRating="3" HotelCode="15386|45264" HotelName="Oliver Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Trebovir Road, Earls Court, London SW5 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f6/a4f6bce08245766a730cd088e298329e2b152327.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492992343124" Longitude="-0.14307707548141" StarRating="3" HotelCode="46196|93558" HotelName="Premier Inn London Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>82-83 Eccleston Square, Off 55 Gillingham Street, London Victoria SW1V 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/337968/2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500408" Longitude="-0.107602" StarRating="3" HotelCode="165982|31571" HotelName="Travelodge London Central Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>195-203 Waterloo Road, London SE1 8UX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/83/85839448450df6f6555cb4e56101162dde676f45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.79" OriginalAmount="137.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.540234703535" Longitude="-0.14607310295105" StarRating="4" HotelCode="33051|1538237" HotelName="Holiday Inn Camden Lock" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Jamestown Road, NW1 7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.44" OriginalAmount="137.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51966065684" Longitude="-0.12395828962326" StarRating="4" HotelCode="35639|16057" HotelName="The Buckingham Grange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39-40 Bedford Place, London WC1B 5JT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1f/7d1fac5184261ca935744e0c420331f931a13114.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51248932" Longitude="-0.18650429" StarRating="3" HotelCode="530949|142312" HotelName="Hyde Park Superior Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>34 Inverness Terrace, Westminster, London W2 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/58/4658efabe4fd2e61ef47efe2014887b6fad47216.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492820949851" Longitude="-0.19419885110312" StarRating="3" HotelCode="20412|199489" HotelName="London Court Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-196 Earls Court Road, Kensington, London SW5 9QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72dc816a4c32e3ac8778ead313aaca77b003ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52660481129" Longitude="-0.12978136539459" StarRating="4" HotelCode="200908|6199" HotelName="Ambassadors Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Upper Woburn Place, Euston, London WC1H 0HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d2db3931113fb8adeec39b8fa1e819f1c809c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.92" OriginalAmount="138.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5644351" Longitude="-0.011468199999968" StarRating="3" HotelCode="429631|15030502" HotelName="Lion &amp; Key Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>475-477 High Road Leyton, London E10 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/8c/168ccd526a9eb8e2b99690dc2da8a7853d7c605c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.18" OriginalAmount="138.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5154213" Longitude="-0.1716391" StarRating="3" HotelCode="263502|440234" HotelName="Abc Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 Sussex Gardens, London, Westminster W2 2RU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/3c/653c3469853f07cabcd94540e65047435b250271.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.482571799992" Longitude="-0.45067897613159" StarRating="4" HotelCode="986178|425094" HotelName="Radisson RED Hotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Building B, West Drayton, Heathrow, London UB7 0DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/cc/e8cc12743c2512641564d61c85287018db26f035.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.88" OriginalAmount="139.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510936" Longitude="-0.186224" StarRating="3" HotelCode="258581|64196615" HotelName="Jones" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Inverness Terrace, Bayswater, London W2 3JP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/15/9d15c632823c4d70842dd123d750339629b3ab39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.16" OriginalAmount="139.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491434233466" Longitude="-0.12186884880066" StarRating="4" HotelCode="37642|1215214" HotelName="Park Plaza London Riverbank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>18 Albert Embankment, London  SE1 7TJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f4/faf433b85703b277832d76ed09fc5d1ab0597c2c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="149.16" OriginalAmount="139.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D2F629" HotelName="The Hoxton Shepherd's Bush" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>65-69 SHEPHERD'S BUSH GREEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34830_image64870744_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492703115102" Longitude="-0.19050005029715" StarRating="4" HotelCode="153196|56521" HotelName="Presidential Kensington Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-12 Barkston Gardens, Kensington, London SW5 0EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/dc/f4dc4fc0e79a08d926e0f57bd3947f93f7a4335a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510525308147" Longitude="-0.079341273015825" StarRating="4" HotelCode="76295|37398" HotelName="Apex City Of London Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Seething Lane, London EC3N 4AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71e0d8fdf7ef00f2e60019ebb04ad669a98d3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.533671698033" Longitude="-0.1219763452973" StarRating="3" HotelCode="795902|227138" HotelName="hub by Premier Inn London King's Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>50 Wharfdale Road, Kings Cross, London N1 9FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/93/2b931ceb6fd777c852d5d663232d157fbf6bb3f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517691201369" Longitude="-0.12424528598785" StarRating="4" HotelCode="18751|4149" HotelName="Thistle Holborn The Kingsley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36-37 Bloomsbury Way, London WC1A 2SD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/7c/4f7c74c760746333769e2fd354b88062acae4d19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="151.94" OriginalAmount="142.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522023574778" Longitude="-0.13216771334444" StarRating="3" HotelCode="153453|316137" HotelName="Regency House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/61/ff61b98d6bf61158d8aee0fc6a99b7ed0b7918f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="986104|495205" HotelName="Admiral Hardy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 College Approach, Greenwich SE10 9HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c4/74c4b348f66dc10f80ae889c9101b3b9a3006076.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.485936169226" Longitude="-0.1996636390686" StarRating="3" HotelCode="18403|3091" HotelName="ibis London Earls Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Lillie Road, Earl's Court, London SW6 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/72/5f7289c492f4b9d8375df968f1270503163cb2d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512574" Longitude="-0.180237" StarRating="4" HotelCode="34458|94225" HotelName="Signature Townhouse Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Lancaster Gate, London W2 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/62/eb621db6b386a802765a69e25eec065160ee609d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51119" Longitude="-0.069877" StarRating="3" HotelCode="58829|215277" HotelName="Travelodge London Central Aldgate East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-13 Chamber Street, London E1 8BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/1420d0e172ed5b53bfe6e16201dbc78e0fa188ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52985498" Longitude="-0.07732457" StarRating="3" HotelCode="323930|61580" HotelName="Central Hoxton Shoreditch SH Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Kingsland Road, Hackney, London E2 8DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/17/0a1777fe701485114bcea6ca1cf0f2505d746eb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="0" HotelCode="972200|488631" HotelName="Flying Butler Baker Street Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>York Street, Marylebone, London W1U 6PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/e7/16e76a65734f5879c319b9b8105743cd5099dbad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52175" Longitude="-0.142616" StarRating="4" HotelCode="18324|9764" HotelName="Fitzrovia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-28 Bolsover Street, London W1W 5NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/78/2b7868acc9195df3ef08069d09ab8bf125303d89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519183917099" Longitude="-0.14124705289533" StarRating="4" HotelCode="35404|9758" HotelName="Langham Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 Langham Street, London W1W 6BU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e8371b601a4a55c00ba72bad1190f4a9343147a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="153.12" OriginalAmount="143.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD5F99" HotelName="CITY SLEEPER AT ROYAL NATIONAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>38-51 BEDFORD WAY - RUSSELL SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31693_image63209629_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.17" OriginalAmount="143.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49089147108" Longitude="-0.14482453465462" StarRating="2" HotelCode="901540|133845" HotelName="Sheriff Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Warwick Way, Victoria, London SW1V 4HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/73/727389ecf0241b9ddec02223aad9c33f9f985a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.23" OriginalAmount="143.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490582511143" Longitude="-0.1384449005127" StarRating="3" HotelCode="34472|2278263" HotelName="Huttons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 - 57 Belgrave Road, SW1V 2BB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/73/91739b2e55ff9ae0a4b21553da76fe726417f31e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528668075858" Longitude="-0.12302296808821" StarRating="5" HotelCode="114557|244840" HotelName="OYO Apollo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>43 Argyle Street, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/7e/f07efec3d4037bbe84d4a8c3db446d9201a36d33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515331" Longitude="-0.172982" StarRating="3" HotelCode="89407|9727" HotelName="Days Inn Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148-152 Sussex Gardens, Paddington, London W2 1UD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/64/9e64de848a8b23c40082a593c78cc7dd3c0b9628.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54261688776" Longitude="-0.0062844157218933" StarRating="3.5" HotelCode="175726|35774" HotelName="Staybridge Suites London - Stratford City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10b Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a1/3ea158865ab9ab7cb30a0178d0c3ccc980ae6337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513492" Longitude="-0.183276" StarRating="4" HotelCode="318223|2132" HotelName="The Caesar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-33 Queen's Gardens, Hyde Park, London W2 3BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/94/df945e43c331ba4067e20b98851ad43138cb90ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49482644819" Longitude="-0.19450172781944" StarRating="4" HotelCode="58828|17189" HotelName="NH London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>202-220 Cromwell Road, London SW5 0SW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/df/df20e51642b01181/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.470082" Longitude="-0.45359762" StarRating="3" HotelCode="883354|456829" HotelName="Hilton Garden Inn London Heathrow Terminals 2 and 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrow T2, Heathrow TW6 1AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6a/906aa56354fb2d159c9d2a12c98acb93c9b34c0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51418876" Longitude="-0.07077318" StarRating="4" HotelCode="522806|199481" HotelName="Leman Locke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Leman St, London E1 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/5d/be5d9d62a66847846a803d7804c9461d000813ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.545476" Longitude="-0.17607" StarRating="2" HotelCode="901725|46479" HotelName="Palmers Lodge Swiss Cottage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 College Crescent, London NW3 5LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/09/dd09c971ea7a827664eef425d94f888bca906951.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.546416891045" Longitude="-0.0077738128280771" StarRating="4" HotelCode="986135|474852" HotelName="The Gantry London Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Celebration Avenue, Stratford, London E20 1DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/8d/c98d9f6de87ebcbedd1813deb45181b2fdd94fce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.74" OriginalAmount="145.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516566" Longitude="-0.069878" StarRating="3" HotelCode="64682|2859234" HotelName="Arbor City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12-20 Osborn Street, London E1 6TE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/85/cb8513a866741142ed47404d68bf10cbd5631879.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493098588254" Longitude="-0.14424671899588" StarRating="3" HotelCode="34554|35758" HotelName="Comfort Inn Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-24 Belgrave Road, London SW1V 1QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/7a/5c7a7445ac652753ef88e8e8608aedd2bfa36773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490215096601" Longitude="-0.080782771110535" StarRating="3" HotelCode="97105|55666" HotelName="Eurotraveller Hotel-Premier @Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>194-202 Old Kent Road, London SE1 5TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a1/07a1297fcca8609896dffb366fcb90f74d41d894.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.48688225" Longitude="-0.196914" StarRating="2" HotelCode="986339|480511" HotelName="Hub by Premier Inn London West Brompton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Lillie Road, Fulham, London SW6 1TX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e7/6de7b876def02dcf7f17cd48d7c24addb4277a83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52022124" Longitude="-0.11705855" StarRating="3" HotelCode="464472|93666" HotelName="Premier Inn London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27-29 Red Lion Street, Holborn, London WC1R 4PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/76/8b7674c6f4afc8fee8cfb3d7b7efd2ebaa2dda44.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517499726848" Longitude="-0.12958578406142" StarRating="3" HotelCode="165983|16389" HotelName="Cheshire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Great Russell Street, London WC1B 3NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/dd/01dd7ce0a44bd231da71d6818250b8ef8c3ddaf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="156.84" OriginalAmount="146.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498140856845" Longitude="-0.11316447301635" StarRating="4" HotelCode="495561|47288826" HotelName="Park Plaza London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6 Hercules Road, London SE1 7DP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a3/baa31aca73233cd2d15ecf7c5eb8109ccfac27b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.86" OriginalAmount="146.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500878905749" Longitude="-0.10792167228317" StarRating="3" HotelCode="292107|315129" HotelName="Hampton by Hilton London Waterloo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>157 Waterloo Road, London SE1 8XA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/77/1577b0f1e2a72d09e2738c736d0ad51d10147028.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="156.86" OriginalAmount="146.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526498011838" Longitude="-0.13015016913414" StarRating="4" HotelCode="12322|6639" HotelName="Hilton Euston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-18 Upper Woburn Place, WC1H 0HT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/d8/07d8d78625a19b3eb80a24b717f9ad887c048049.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514761" Longitude="-0.164836" StarRating="3" HotelCode="94549|200230" HotelName="Griffin House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Connaught Street, Hyde Park, London W2 2AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/13/4c131d2022713b5fab1031b82665db8a4d0e1b29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499123834707" Longitude="-0.11320132712342" StarRating="4" HotelCode="552260|211117" HotelName="Marlin Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>111 Westminster Bridge Road, London SE1 7HR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6f/df6f45a902eaa4766ad0063a52a21322e0a77705.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50904267" Longitude="-0.01557323" StarRating="4" HotelCode="551994|236932" HotelName="Lansbury Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Poplar High Street, E14 0AE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/8c/a68c94d2906a6e99aae0c8fd13291ecc566cbfce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510896976166" Longitude="-0.18393900000001" StarRating="4" HotelCode="52837|4188" HotelName="Thistle Kensington Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>104 Bayswater Road, London W2 3HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/26/5426ae049bb3b8c97b3f5c483e4a586053584a82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51019636" Longitude="-0.0767426" StarRating="4" HotelCode="450238|444187" HotelName="citizenM Tower of London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Trinity Square, London, Greater London EC3N 4DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/0f/520f6460e0fd133742ca54debfb108e8e1f2f20e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529044996796" Longitude="-0.1233396816987" StarRating="3" HotelCode="150137|56037" HotelName="The Jesmond Dene" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Argyle Street, Kings Cross St Pancras, London WC1H 8EP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/85/ab8587b9aecf0b40d405c24cc23235bd26a98576.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49230931983" Longitude="-0.19531309604645" StarRating="4" HotelCode="259023|13488" HotelName="K+K Hotel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/28/0a28f5e150e351e8baa657d5f85c700f667e1ec2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512765520848" Longitude="-0.19263356924057" StarRating="4" HotelCode="31271|31832" HotelName="The Premier Notting Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Princes Square, Bayswater, London W2 4NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/24/0e24e56f4cee8464bf2ff0db7017c366ef82f4a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.53" OriginalAmount="148.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513012992287" Longitude="-0.1834044110451" StarRating="3" HotelCode="11952|626814" HotelName="Duke of Leinster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Leinster Gardens, London W2 3AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/67/8e677f91bb4431ce36afaa46f1f6944cc84e2b6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="159.14" OriginalAmount="148.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495751" Longitude="-0.147698" StarRating="4" HotelCode="114443|153296" HotelName="Tophams Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-32 Ebury Street, Belgravia, SW1W 0LU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7d/187d9789347f824ed4e7b9a50becca4190443b4f.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.18" OriginalAmount="148.77" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|660610" HotelName="MORGAN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>24 BLOOMSBURY STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33943_image64319703_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514351" Longitude="-0.190775" StarRating="3" HotelCode="221715|457398" HotelName="Garden Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-31 Kensington Gardens Square, Bayswater, London W2 4BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/dd/d0dd4b5d7a6a9d8147b689fc42336ca8a9c04fca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51406363" Longitude="-0.13199634" StarRating="3.5" HotelCode="943331|276311" HotelName="Mimi’s Hotel Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>56-57 Frith Street, Soho, London W1D 3JG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fee1e91ea4a8e376c8da18d385bc9442c9192c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.44" OriginalAmount="149.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504927138539" Longitude="-0.10474718440867" StarRating="3" HotelCode="213140|2011152" HotelName="ibis London Blackfriars Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>49 Blackfriars road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/3c/1c3c18e546b00e8828c8c3fa640d63f05d3848cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="160.43" OriginalAmount="149.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493516711031" Longitude="-0.15023052692413" StarRating="4" HotelCode="87668|2929278" HotelName="Astors Belgravia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106-112 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/92/0e92173ace27dc9afd09550b45af09bcf02d2923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498728332923" Longitude="-0.10616719722748" StarRating="4" HotelCode="137292|17403" HotelName="H10 London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>284 to 302 Waterloo Road, SE1 8RQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/18/1518c0d3d0a0d8dbecd5084547c6e4a6905e6c2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529298615361" Longitude="-0.09690978902438" StarRating="4" HotelCode="845146|379852" HotelName="nhow London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Macclesfield Road, London EC1V 8DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3b/dc3bb8f24e482e72307e239f9ae85f98e30b96d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51198193" Longitude="-0.0892075" StarRating="3" HotelCode="986329|405413" HotelName="Hub by Premier Inn London City Bank" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>St Swithins Lane, London EC4N 8AL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a4/c9a49427683b251e2da334c8bc1567bd8926f03f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512417426132" Longitude="-0.18620018650817" StarRating="4" HotelCode="56989|31919" HotelName="Shaftesbury Hyde Park International" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-56 Inverness Terrace, London W2 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798ddfabb7f019935818201cf0c0edc71af44eda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515212505226" Longitude="-0.17414442551671" StarRating="4" HotelCode="59052|37426" HotelName="Hotel Indigo London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 London Street, Paddington, London W2 1HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab9d620657dad46258d437013380dde7186d839.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516098" Longitude="-0.174844" StarRating="4" HotelCode="14173|14854" HotelName="Mercure London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Praed Street, Paddington, London W2 1HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e4/62e447fc4679ac7b14c7c399408d0d6a2f966ca3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.23" OriginalAmount="150.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4952400688" Longitude="-0.18171563744545" StarRating="4" HotelCode="44705|3526009" HotelName="Radisson Blu Edwardian Vanderbilt Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>68-86 Cromwell Road, London SW7 5BT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/65/a565b7d7bb9209208a4296a30282964a3d4ad213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513819673914" Longitude="-0.10120150199561" StarRating="4" HotelCode="34456|51876" HotelName="Club Quarters Hotel St. Paul's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Ludgate Hill, London, Greater London EC4M 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/1a/3a1a255fe8972c33bb8de5ab69c0dd75ffa9a44b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513794" Longitude="-0.17599100000007" StarRating="4" HotelCode="915057|57453" HotelName="Go Native Hyde Park Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>208 Sussex Gardens, Paddington, London W2 3UA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e7/b7e791fc11b68ab13b9c7b59ea0f4fab20d1a13f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="857926|406153" HotelName="London Farringdon (Smithfield) hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24-30 West Smithfield, West Smithfield, London EC1A 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513272969002" Longitude="-0.19036710262299" StarRating="3" HotelCode="25121|17949" HotelName="The Princes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Princes Square, Off Ilchester Gardens, Bayswater, London W2 4NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/56/6456891fb57ef5fb5b4b819b6038d7f75e44deaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53042" Longitude="-0.055908" StarRating="5" HotelCode="165985|34010" HotelName="Town Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Patriot Square, London E2 9NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/57/2657ad1434136ecc6898efc4c86935286d02b398.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.609168082034" Longitude="0.059336633236967" StarRating="2" HotelCode="266410|215308" HotelName="Travelodge London Chigwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>735 Chigwell Road, Woodford Green, Redbridge Waltham Forest, Greater London  IG8 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01882badba997cdb5493dde190f8edcfff365ed1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47561903" Longitude="-0.01975671" StarRating="3" HotelCode="265054|93572" HotelName="Premier Inn London Greenwich" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>43-81 Greenwich High Road, Greenwich, London SE10 8JL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/eb/bbeb686db849a7200af150d17eb9e697717e4f74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.43309421" Longitude="0.10212969" StarRating="3" HotelCode="467756|94092" HotelName="Premier Inn London Sidcup Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>101-108 Station Road, Sidcup, DA15 7BS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/c6/bcc6685f39ad7c7fb3265b1e6dbce986a92e6429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.40968467" Longitude="-0.23192575" StarRating="2" HotelCode="475608|215504" HotelName="Travelodge London Raynes Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amity Grove, Durham House, SW20 0LQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/ab/37abb69b17eb26759dc317c3149fce876b90b7f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="163.71" OriginalAmount="153.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513428206946" Longitude="-0.19193217158318" StarRating="3" HotelCode="16526|626810" HotelName="Reem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-51 Prince's Square, London W2 4PX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/b6/c6b6be513b952ecb8749d4ff117208b8fd5b1cca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517906510393" Longitude="-0.079725980758667" StarRating="4" HotelCode="38251|33981" HotelName="196 Bishopsgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Bishopsgate, London EC2M 4NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/32/d132759a4ebac8b70717f75d5c5b18b39e21abd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500889" Longitude="-0.019559" StarRating="4" HotelCode="60729|17101" HotelName="Hilton Canary Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>South Quay, Marsh Wall, London E14 9SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/28/9428a1c6d0f7c22b64de17d14fffcd7da17afc10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513794699817" Longitude="-0.10887244791614" StarRating="4" HotelCode="186603|29287" HotelName="Apex Temple Court Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Serjeant's Inn, Fleet Street, London EC4Y 1LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20dfda2c57cf7767b57e540f67fd55c13a9555b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514841874148" Longitude="-0.070705715299482" StarRating="4" HotelCode="563109|229018" HotelName="Clayton Hotel City of London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 New Drum Street, London E1 7AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/7c/40/7c40f4bb846bbb18d44a32453a095bd37b9d2f85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492639977861" Longitude="-0.19628271460533" StarRating="3" HotelCode="259328|199464" HotelName="The Kensington Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-35 Nevern Place, Earls Court, London SW5 9NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d4/e6d43d172b22f362806c3da56d8a64771bc6a0a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510989" Longitude="-0.074045" StarRating="3" HotelCode="137293|36332" HotelName="Travelodge London Central Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Goodmans Yard, Lloyds Court Business Centre, London E1 8AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/57/8357825ac4b23858f524a4e20506bb56dd60880d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494383902424" Longitude="-0.14911236441799" StarRating="3" HotelCode="187908|200721" HotelName="B+B Belgravia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64-66 Ebury Street, London SW1W 9QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ed/2aedc6846a2f0a8793914672cae1f9f2d9c9ba60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512699713145" Longitude="-0.084646650042596" StarRating="4" HotelCode="34460|51874" HotelName="Club Quarters Hotel Gracechurch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Gracechurch Street, London, Greater London EC3V 0DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/71/637105353253de625144561772c68348ee751dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498971494016" Longitude="-0.1426873887629" StarRating="4" HotelCode="445901|199860" HotelName="The Resident Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>10 Palace Place, London SW1E 5BW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="165.91" OriginalAmount="155.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49326" Longitude="-0.22441" StarRating="2" HotelCode="386328|8136646" HotelName="St Christopher's Hammersmith" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Hammersmith Broadway, Hammersmith, London W6 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/f4/b2f4921f11d70c05d03343d68e9bec9055b83c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492708" Longitude="-0.250816" StarRating="3" HotelCode="78070|35750" HotelName="Best Western Chiswick Palace &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71-73 Chiswick High Road, London W4 2LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/59/145993d1e6bbd5e753f904d5dacf3cb31a19ab5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528997" Longitude="-0.12166" StarRating="2" HotelCode="147327|199392" HotelName="Elmwood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Argyle Square, WC1H 8AS London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/fe/02fe154376350b4bdfa248d16b378739bd08cbb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.61180464" Longitude="-0.10938655" StarRating="2.5" HotelCode="580019|491041" HotelName="Forest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Green Lanes, Wood Green, London N13 6BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/c1/fac1935de7db02cc1ba38de9046988822f0af0d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5109113" Longitude="-0.3021573" StarRating="3" HotelCode="481765|200480" HotelName="The Kings Arms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 The Grove, Ealing, London W5 5DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/53/4b53b3ad8f07e3f0afc919fbbd407fca5ebc2aed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.49" OriginalAmount="156.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529497601416" Longitude="-0.12343034324442" StarRating="3" HotelCode="11325|367768" HotelName="The California" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8 Belgrove Street, Kings Cross, London WC1H 8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/37/0237a0e4bf50a267bb8d2f0d2bd1fe047e811895.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.63" OriginalAmount="156.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489657288863" Longitude="-0.13725131750107" StarRating="3" HotelCode="29188|36765" HotelName="Holiday Inn Express Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106 - 110 Belgrave Road, London SW1V 2BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/71/247101f1351e4e8bf01ede9c03e9f7ae0bd39239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505271656365" Longitude="-0.088126659393311" StarRating="4" HotelCode="14172|4119" HotelName="London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-18 London Bridge Street, London SE1 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/f5/2af5fea77b1bdcc5df75e77436e126eb920d2f85.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46679401" Longitude="-0.29138034" StarRating="3" HotelCode="263526|93738" HotelName="Premier Inn London Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Lower Mortlake Road, Richmond, London TW9 2JZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5d/855d19f7eb7ea0ae96db3779c0ee2a421a54f6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51727059" Longitude="-0.08919489" StarRating="3" HotelCode="872137|416220" HotelName="The Moorgate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 London Wall, London EC2M 5QX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8d/798d5fc9126f56b194f1c1caff3e1fe09abc00af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="168.51" OriginalAmount="157.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515009353317" Longitude="-0.17435254232782" StarRating="4" HotelCode="31277|1953401" HotelName="Mercure London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Talbot Square, Paddington, London W2 1TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/fd/68fd075037e754c211c4b22e18e454075a9c5994.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500585" Longitude="-0.025219" StarRating="4" HotelCode="74679|64085" HotelName="Marlin Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Byng Street, Canary South, Westferry Road, Canary Wharf, London E14 8GG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/73/7c7301d1c4fcc9dbdd98e8e856a1f77398446a2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525693670417" Longitude="-0.077440738677979" StarRating="4.5" HotelCode="53667|4132" HotelName="One Hundred Shoreditch Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Shoreditch High Street, Shoreditch, London E1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/86/3086e9d6bf1cf335aaca81ba84bc67b90da34bad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502662929214" Longitude="-0.1180290171967" StarRating="3" HotelCode="152860|93561" HotelName="Premier Inn London County Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>County Hall, Belvedere Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/4f/4c4f34479636e85980e9f90c63a707c92ab4096e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5018359" Longitude="-0.11665829" StarRating="3" HotelCode="263529|93560" HotelName="Premier Inn London Waterloo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>85 York Road, Waterloo, London SE1 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7f/497fadd166334be1332af323969a7d4c1bf93ce4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.457525838165" Longitude="-0.20607835910801" StarRating="3" HotelCode="77360|54248" HotelName="The Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52-54 Upper Richmond Road, Putney, London SW15 2RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/c7/bac7fe3d5a015e81ddd2355e9eda1fe3e8954518.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.618766614432" Longitude="-0.13603906745914" StarRating="4" HotelCode="434471|199307" HotelName="Bay Tree House B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>59 Brookdale, New Southgate, London, N11 1BS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5c/9d5c62808c9373686b0a845b661f40723e48ac2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.524415452626" Longitude="-0.076311928761811" StarRating="4" HotelCode="199761|360123" HotelName="Boundary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel,boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Babysitting,Banquet Hall,Bar,Boutique,Conference Hall,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Meeting Room,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4 Boundary Street, Entrance in Red Church Street, Shoreditch, London E2 7DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/48/b34802e6320871d12304308f799b341a08eaa149.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5136209" Longitude="-0.049418800000012" StarRating="4" HotelCode="140912|41296" HotelName="Marlin Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Commercial Road, London, E1 1LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/20/87208927da0b4d75db119cdd3d387813422de7ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.470483575" Longitude="-0.1774337" StarRating="5" HotelCode="199801|60952" HotelName="Hotel Rafayel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 Lombard Road, London SW11 3RF, Adjacent to London Heliport</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/2a/bb2a2e1e6223a63906519ec6ef8e79a5b428a09e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.09" OriginalAmount="159.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5209587" Longitude="-0.0918594" StarRating="5" HotelCode="904260|1088801" HotelName="The Montcalm At The Brewery London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 Chiswell Street, EC1Y 4SA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/fd/47fdefcdf6a1b74062034412fafa91c96e415d60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490051429169" Longitude="-0.13817667961121" StarRating="3" HotelCode="29255|200783" HotelName="The Belgrave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80-86 Belgrave Road, SW1V 2BJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/77/3a7711478d7e8eeaf96e4921b55e2a21c6e7ba84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490286" Longitude="-0.137825" StarRating="3" HotelCode="18525|408381" HotelName="Victoria Inn London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>65-67 Belgrave Road, Victoria, London SW1V 2BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/35805b9bfd86f58e2f46974ac9da7cf03f7286ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.46" OriginalAmount="160.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521211960317" Longitude="-0.15590071678162" StarRating="3" HotelCode="43845|314748" HotelName="Blandford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Chiltern Street, W1U 5AF London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9a/6c9a47f4988b359b9efc8117f7fc9fcd12e3eef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.96" OriginalAmount="160.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5131037" Longitude="-0.105612" StarRating="3" HotelCode="263523|906412" HotelName="Premier Inn London Blackfriars (Fleet Street)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dorset Rise, London EC4Y 8EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f1/f8f198668a709fdb97793f9045057f6db7b13854.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="172.10" OriginalAmount="160.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54254462" Longitude="-0.00508673" StarRating="4" HotelCode="175782|316925" HotelName="Holiday Inn London Stratford City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10A Chestnut Plaza, Westfield, Stratford City, London E20 1GL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6e/e06e4008eccf3a6c46aabed54ca4d77435123033.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51306798" Longitude="-0.07527726" StarRating="4" HotelCode="986390|495383" HotelName="Canopy by Hilton London City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Minories Street, London EC3N 1AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/f0/b6f06dfa3f2f0ebe9568c3762e838e646cbc529f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519382" Longitude="-0.07159475" StarRating="2" HotelCode="641648|227095" HotelName="hub by Premier Inn London Spitalfields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>86 Brick Lane, London E1 6RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9f/7c9f10f82823e799c013b645c6e5069823286048.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="3" HotelCode="900881|444209" HotelName="Mermaid Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Babysitting,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Blenheim Street, London W1S 1LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a3fcee987e9dc19f8c852adce126f3753a5bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515499664797" Longitude="-0.17266988754272" StarRating="3" HotelCode="25447|45417" HotelName="Olympic House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138-140 Sussex Gardens, London W2 1UB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/af/91afacff120dae8fc9f7809031838fd8d767280f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.577558" Longitude="0.186787" StarRating="3" HotelCode="152962|93960" HotelName="Premier Inn London Romford Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mercury Gardens, Romford, Essex RM1 3EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/15/5915d0146caeb80c79546701e42beee1b6b50e27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510850896669" Longitude="-0.12079666927548" StarRating="4" HotelCode="17983|33772" HotelName="Strand Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Strand, London WC2R 0JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/1f/a31ff64ab47eb40dfd057aa4da83e5d841b710f8.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513565232592" Longitude="-0.17822197536446" StarRating="3" HotelCode="67829|199868" HotelName="The Crescent Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Gloucester Terrace, London, Greater London W2 3DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a3/daa3344d0e3dade6cb732a6ad5f218a6458658e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523619331151" Longitude="-0.11115895337298" StarRating="4" HotelCode="477345|371102" HotelName="The Rosebery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rosebery Avenue, EC1R 4SX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/ca/24cae69bc5f8bc0715f9f82fdf4ffb979bdedaa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="173.34" OriginalAmount="162.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|400515" HotelName="SUNBORN YACHT LONDON HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ROYAL VICTORIA DOCK LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/744_image49421364_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.625389" Longitude="0.032119" StarRating="3" HotelCode="79027|93965" HotelName="Premier Inn Loughton/Buckhurst Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>High Road, Buckhurst Hill, Essex IG9 5HT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/28/f1285662ca0c8d0ff4cd991a1dd2f19e03c54ee6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51636307881" Longitude="-0.077857656992308" StarRating="5" HotelCode="450239|199964" HotelName="Devonshire Club by Mantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Devonshire Square, London EC2M 4YD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c6/5fc6250dd638615202e69c3a2ce6f6c698c6140a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="174.70" OriginalAmount="163.27" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FD31" HotelName="Gower House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>57 GOWER STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1355396_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522186582238" Longitude="-0.13233033151499" StarRating="3" HotelCode="114680|199268" HotelName="Arosfa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Gower Street, London, Greater London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca316311392870e6189b8590ee6a5e78ea70c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51493301" Longitude="-0.06524645" StarRating="4" HotelCode="986368|513819" HotelName="Wilde Aparthotels by Staycity London Aldgate Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Commercial Road, Tower Hamlets, London E1 1RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/96/87/96877d2ee9907cdc975cc16673dc26092bdc1a11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="176.08" OriginalAmount="164.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535975798274" Longitude="-0.10512383928676" StarRating="4" HotelCode="13335|1119021" HotelName="Hilton London Angel Islington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Upper Street, Islington, London N1 0UY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/91/7391aa59d7eee203b6cc0095ae31f051a222bb1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.38" OriginalAmount="164.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5216407" Longitude="-0.131875" StarRating="2" HotelCode="267556|649003" HotelName="Gower House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Central Heating,Garden,Housekeeping,Internet,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Gower Street, London WC1E 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/97/82974b717d534b3f846970de3c9f18dcdc60d4ff.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507236454909" Longitude="-0.020957633100579" StarRating="5" HotelCode="293422|31896" HotelName="London Marriott Hotel Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/f5/29f5b28c2d4ff5e39bfef63d447b2f6e05214c24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500865036197" Longitude="-0.11686955092614" StarRating="4" HotelCode="140852|17526" HotelName="Park Plaza Westminster Bridge London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>200 Westminster Bridge Road, London SE1 7UT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1f/4d1f63d6338cb3b57e37043aa18ff98f93fefa14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513445" Longitude="-0.163074" StarRating="3" HotelCode="152028|199529" HotelName="Parkwood at Marble Arch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Stanhope Place, Marble Arch, London W2 2HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f7/d2f7f2db4c60896f76b8f84bff433270001a030e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513211692436" Longitude="-0.17790871630109" StarRating="3" HotelCode="64681|214825" HotelName="The Westbourne Hyde Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>51 Gloucester Terrace, London W2 3DQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/e4/6ce40cfab873604e544f3a88c9d0cb61c9599b94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52404865682" Longitude="-0.078709268856073" StarRating="4" HotelCode="498298|199344" HotelName="citizenM London Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Holywell Lane, London EC2A 3ET</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/0b/680b37824031474333c39e9da066be6b710a9f5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.468138071051" Longitude="-0.21088063716888" StarRating="3" HotelCode="75512|30831" HotelName="Premier Inn London Putney Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Putney Bridge Approach, Putney, London SW6 3JD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/b1/9bb17c12db2e915dd152233d549345bbbc9f6fe7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503233716875" Longitude="-0.078158900201743" StarRating="5" HotelCode="524948|227447" HotelName="The Lalit London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181 Tooley Street, Southwark, London SE1 2JR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613142/613142a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5453578" Longitude="-0.00703971" StarRating="5" HotelCode="785654|416305" HotelName="The Stratford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 International Way, Olympic Park, London E20 1GQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/5b/685b6cafb7bbe8775ffaf15345a747ffaf91a45c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="178.57" OriginalAmount="166.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.475704865485" Longitude="-0.18238881888294" StarRating="5" HotelCode="31758|1037234" HotelName="The Chelsea Harbour Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chelsea Harbour, London SW10 0XG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/80/a680ee7a000a0c67785e93e9bdd42384de0ad856.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509338" Longitude="-0.08119425" StarRating="3" HotelCode="571176|227139" HotelName="hub by Premier Inn London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Great Tower Street, London EC3R 5AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/a3/60a3ab482b7cf69d9cd45040e7acc32c0aa1c3bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.454650262323" Longitude="-0.19229370588528" StarRating="3" HotelCode="335087|93570" HotelName="Premier Inn London Wandsworth" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45 Garratt Lane, London SW18 4AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4d/8b4d74bba1801a53c8de666bad8ce4b2172b85ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525598550264" Longitude="-0.0829017162323" StarRating="4" HotelCode="61170|444244" HotelName="The Hoxton Shoreditch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Country House,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Great Eastern Street, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/8f/d48fa31f5dc94a0a2d12a51a0eb8b2e51d1fad91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="179.76" OriginalAmount="168.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D29811" HotelName="DAO BY DORSETT WEST LONDON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>56 SHEPHERD'S BUSH GREEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34303_image64429200_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490725965195" Longitude="-0.14387225375274" StarRating="4" HotelCode="36437|200744" HotelName="Georgian House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 - 39 Saint George's Drive, City of Westminster, London SW1V 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ef/b2efb80df631f3ccd990d4b51a6ec82b465451e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505103" Longitude="-0.104784" StarRating="4" HotelCode="208031|39481" HotelName="Novotel London Blackfriars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Blackfriars Road, London SE1 8NZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/36/3536aa539890c467393c432c9fdd4dc29dcb10a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502199936687" Longitude="-0.076830365131173" StarRating="4" HotelCode="777107|358282" HotelName="The Dixon, Tower Bridge, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>211 Tooley Street, London SE1 2JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/8d/768d329d1bcaaebcf7ea06b4bacadb9a7a6f0d24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520075879103" Longitude="-0.12216108159737" StarRating="4" HotelCode="31278|2135" HotelName="DoubleTree by Hilton Hotel London - West End" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Southampton Row, London WC1B 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/fc/7ffc69653ebd25ce0045799ddf9231f43823cdbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521068" Longitude="-0.091959999999972" StarRating="5" HotelCode="284132|94246" HotelName="London City Suites By Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>42-46 Chiswell Street, EC1Y 4SB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/eb/47eb33c4b9819015253d7a8bba0a157a2edd2901.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5047745" Longitude="-0.1014748" StarRating="3" HotelCode="263527|93590" HotelName="London Southwark (Tate Modern) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15a Great Suffolk Street, Southwark, London SE1 0FL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/347706/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499373886206" Longitude="-0.079210506555939" StarRating="3" HotelCode="267545|34714" HotelName="Premier Inn London Tower Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>159 Tower Bridge Road, Southwark, London SE1 3LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/352760/2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="180.97" OriginalAmount="169.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501331" Longitude="-0.115941" StarRating="4" HotelCode="70877|1127202" HotelName="Park Plaza County Hall" 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,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Addington St, London SE1 7RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/6f/316f0f5cddaa2ee20793b1c4becd26ade67d1ca4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.77" OriginalAmount="169.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52496601" Longitude="-0.14378499" StarRating="4" HotelCode="872518|6555" HotelName="Meliá White House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/58/58c71cc8ad42ec86/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491137" Longitude="-0.144963" StarRating="5" HotelCode="114527|199390" HotelName="Eccleston Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Eccleston Square, London SW1V 1PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/55/16559c18f27d2d35bac831791be69c077e20c19f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51688676" Longitude="-0.10959905" StarRating="0" HotelCode="957209|487230" HotelName="The Chronicle Supercity Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Norwich Street, London EC4A 1DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f3/51f335a0e27fb524be5bf00ce45d1c68af8a337a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525389" Longitude="-0.117676" StarRating="4" HotelCode="148307|240824" HotelName="The Goodenough on Mecklenburgh Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Mecklenburgh Square, London WC1N 2AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/53/6553b7db1eb0ec7bc15db644339a858dc9a5a593.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="182.39" OriginalAmount="170.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.528520483915" Longitude="-0.12813448905945" StarRating="4" HotelCode="25445|1180324" HotelName="Pullman London St Pancras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100-110 Euston Road, London NW1 2AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c4/c49bb05f8d14494a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="182.97" OriginalAmount="171.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491531094997" Longitude="-0.1962947845459" StarRating="4" HotelCode="35463|163860" HotelName="Twenty Nevern Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Nevern Square, Earls Court, London SW5 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/71/5f71c8d1cf80c8f56772f1ed7a4683438648635f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520793" Longitude="-0.100249" StarRating="4" HotelCode="80303|55335" HotelName="Malmaison London" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" 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>18-21 Charterhouse Square, London EC1M 6AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ed/00ed443a5afa6a1ae16032259b6f4fd6abd78d4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.63112766" Longitude="-0.1265736" StarRating="3" HotelCode="641295|227183" HotelName="Premier Inn London Southgate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>John Bradshaw Road, Southgate, London N14 6BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/5d/ce5d4d275bfb93e1d84782c558b560142d2cc59b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="183.93" OriginalAmount="171.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|450286" HotelName="KENSINGTON COURT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>33, NEVERN PLACE EAR LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/3795_image49633151_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.42654863" Longitude="-0.33346181" StarRating="2" HotelCode="199819|215507" HotelName="Travelodge London Teddington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Station Road, Park House, Teddington TW11 9AD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c0/e0c0c4f69b2643402d113ea439a2c3de9ccbdfc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.90" OriginalAmount="172.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.47173496" Longitude="-0.45700118" StarRating="3" HotelCode="735444|10987853" HotelName="Aerotel London Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Arrivals Hall, Heathrow Airport, Hounslow, London TW6 2GW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f4/51f4fbfbcc0f70790b922b9c21b6f03cd246f787.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507107322185" Longitude="-0.09287241104505" StarRating="3" HotelCode="152863|93589" HotelName="Premier Inn London Southwark Bankside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>34 Park Street, Bankside, London SE1 9EF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/24850bd95a981811a7c558923728ffdedb997400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="185.52" OriginalAmount="173.38" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D19908" HotelName="CARING HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>CRAVEN HILL GARDEN LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32819_image63986442_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.11" OriginalAmount="173.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517856" Longitude="-0.118583" StarRating="4" HotelCode="47459|1913015" HotelName="Citadines Holborn-Covent Garden London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94-99 High Holborn, London WC1V 6LF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/06/91061fe6dbb571dcb5e6c5488c818ab653346eda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495437125426" Longitude="-0.18085244907377" StarRating="4" HotelCode="35441|11154" HotelName="Fraser Suites Queens Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39B Queen's Gate Gardens, London SW7 5RR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ff/a1ff474b2283ee9b9a5842c58085ec5676296cd5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510741907561" Longitude="-0.076686844983215" StarRating="4" HotelCode="26240|9768" HotelName="Leonardo Royal Hotel London City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-14 Cooper's Row, London EC3N 2BQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/93/8693d1bee130e053657810d2697a099d1324e3f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511438" Longitude="-0.072214" StarRating="4" HotelCode="904267|27937" HotelName="Leonardo Royal Hotel London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>45 Prescot Street, London E1 8GP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8e/e48e52a96b51c30b1ac0e4e48f8abbe83d798d0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="186.45" OriginalAmount="174.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|609050" HotelName="GARDEN COURT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>30-31 KENSINGTON GARDEN SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32815_image63986344_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49378838" Longitude="-0.18987626" StarRating="2" HotelCode="409058|457352" HotelName="Anwar House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>31 Collingham Place, Earls Court, London SW5 0QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/8c/c48c2c44654e1a7e768834593ab21dd32d1990e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516032338254" Longitude="-0.088068000000008" StarRating="4" HotelCode="130202|56554" HotelName="Apex London Wall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Copthall Avenue, London EC2R 7NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/1f/401f7e7b1b1403aa41053cdc6ad5ee3b9219f9f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515960346889" Longitude="-0.11874675750732" StarRating="4" HotelCode="189771|51875" HotelName="Club Quarters Hotel Lincoln's Inn Fields" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lincoln's Inn Fields, (Near Covent Garden), London WC2A 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e5/b7e5a7504d3aa3b828698bceffbfb11223027992.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46648451" Longitude="-0.14979161" StarRating="3" HotelCode="946175|227187" HotelName="Premier Inn London Clapham" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>638-640 Wandsworth Road, Clapham, London SW8 3JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/10/201070477b151eddf037a53cf1989ecdf293636e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.551672386913" Longitude="-0.16704797744751" StarRating="3" HotelCode="29461|93735" HotelName="Premier Inn London Hampstead" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 Haverstock Hill, Hampstead, London NW3 4RB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/3f/603f816e46173d09eb0f35454da1ea32724a298d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4941321" Longitude="-0.21412880000003" StarRating="4" HotelCode="303760|39797" HotelName="St Paul's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Hammersmith Road, London, Hammersmith W14 0QL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/67/2767e71669fa06fdc3898a24b254c0b1ddc1756a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5570262" Longitude="0.06681187" StarRating="2.5" HotelCode="432731|394336" HotelName="OYO Townhouse 16 Ilford Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Ilford Hill, Ilford, IG1 2DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/zz/2bad26ad81f0cfd827a186cdde9883765c38b1f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.64" OriginalAmount="176.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4942" Longitude="-0.141289" StarRating="4" HotelCode="316785|1124225" HotelName="Park Plaza Victoria London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>239 Vauxhall Bridge Road, London SW1V 1EQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ce/02ce8e9d52b944ac0a9d032c9451584a13a56efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.87" OriginalAmount="176.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49322780844" Longitude="-0.12700259685516" StarRating="4" HotelCode="27519|164991" HotelName="The Westminster London Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 John Islip Street, London SW1P 4DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/ae/7eae4f56aec259369803c88e0b0a6a79914758dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.93" OriginalAmount="176.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506203323333" Longitude="-0.10221754666725" StarRating="3" HotelCode="34461|36766" HotelName="Holiday Inn Express London Southwark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>103-109 Southwark Street, London SE1 0JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507825996468" Longitude="-0.27304219517714" StarRating="4" HotelCode="489498|165304" HotelName="The King's Head Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>214 High Street, Acton, London W3 9NX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/bc/e0bcb7e5431c937e8818bcd2fcba470ed2a15d8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5104638" Longitude="-0.07525538" StarRating="5" HotelCode="986115|409753" HotelName="Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>100 Minories, London EC3N 1JY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7f/55/7f55252d96e99f1d664f17882ebe29090e30cfdc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51046977328" Longitude="-0.19061309325411" StarRating="4" HotelCode="258819|342" HotelName="DoubleTree by Hilton Hotel London - Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Bayswater Road, London W2 4RT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/3b/673b9b33ebfd82b478edfa35fd45aa3cfeb12047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515683270537" Longitude="-0.1758348941803" StarRating="4" HotelCode="316783|17884" HotelName="Hilton London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Praed Street, London W2 1EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2d/3f2dbeca7c569cc8dd335f94742558fc28169500.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.09" OriginalAmount="178.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511687" Longitude="-0.092959" StarRating="4" HotelCode="75691|94501" HotelName="Marlin Queen Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Queen Street, London EC4R 1BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/9e/9c9eb9abc7384a6a072598ffd145a84f7eff1149.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.94" OriginalAmount="179.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494733254746" Longitude="-0.1187427341938" StarRating="4" HotelCode="15255|1120891" HotelName="Novotel London Waterloo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>113 Lambeth Road, London SE1 7LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/39/87399a287f01798ce8e36a973f639ac9bd44da4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.31" OriginalAmount="179.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494032723243" Longitude="-0.18251091241837" StarRating="4" HotelCode="14857|1964357" HotelName="The Bailey's Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Gloucester Road, London SW7 4QH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/25/ed25ebe29c839414dd861b863522628310248c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.489165" Longitude="-0.120649" StarRating="3.5" HotelCode="935439|58455" HotelName="Staybridge Suites London - Vauxhall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Vauxhall Walk, London SE11 5EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d4/a9d45ef330cae4fa37b5ba040dbc5be13abfd41e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.53910059" Longitude="-0.10414342" StarRating="0" HotelCode="977943|400022" HotelName="Citadines Islington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Shelley Place, Islington, London N1 1WF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/76/3b766f2cd94b37295543ef6fa0220a8f28dc8a02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495114826971" Longitude="-0.18358647823334" StarRating="4" HotelCode="51569|24974" HotelName="Doubletree By Hilton London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Cromwell Road, London SW7 4ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/77/64770778ef7bdd6f8064bc0b73e39f69ab71c8b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.573121" Longitude="-0.431205" StarRating="3" HotelCode="263530|93569" HotelName="Premier Inn London Ruislip" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Ickenham Road, Ruislip, Middlesex HA4 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/94/0394c60c99b0f1731aca7306c81c3abceb8fd0ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522590525" Longitude="-0.118826925" StarRating="4" HotelCode="902144|62712" HotelName="SACO London - Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spens House, 72 - 84 Lamb's Conduit Street, London WC1N 3LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b6/71b65904ddf56066f0148e57a09c36293bbb3a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.542051" Longitude="-0.170353" StarRating="4" HotelCode="29186|31633" HotelName="Marriott Regents Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Henry's Road 128, London NW3 3ST</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c7/53c7f5b2e2298c798f08c42e3c199bf2bfe803d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52494558" Longitude="-0.08157733" StarRating="4" HotelCode="986117|409119" HotelName="Hart Shoreditch Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>61 - 67 Great Eastern Street, Hackney, London EC2A 3HU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/19/d1199d1134aa6c7aa813696f567e602eae2e1302.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.42377932118" Longitude="-0.27213706182829" StarRating="4" HotelCode="160237|86779" HotelName="Warren House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Warren Road, Kingston-upon-Thames, Surrey KT2 7HY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/92/ef928187827a00212b4cbf4783607306d5e58e5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="196.45" OriginalAmount="183.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497793746265" Longitude="-0.18355160951614" StarRating="3.5" HotelCode="33050|743229" HotelName="Citadines South Kensington London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35A Gloucester Road, London SW7 4PL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/c6/f6c67b382dcc39eee36462d13a22ecdf9ddebd2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527342" Longitude="-0.079624" StarRating="5" HotelCode="440144|228174" HotelName="Courthouse Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>335-337 Old Street, London EC1V 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/83/f883fd17abfdf3f92c4bf40bb05c1c2cc1934e7f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510331694228" Longitude="-0.18751055002212" StarRating="4" HotelCode="29185|31379" HotelName="Hilton London Hyde Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Bayswater Road, London W2 4RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/86/7c86aa9e4df15c889b6649a557a37961a2e8dcec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504610521162" Longitude="-0.082579851150513" StarRating="4" HotelCode="76294|16428" HotelName="Hilton London Tower Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 More London Place, Tooley Street, London SE1 2BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/49/28492fdc987a5cc510fa896310420419b80cdaac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499625825179" Longitude="-0.13154207546313" StarRating="3" HotelCode="795969|406165" HotelName="hub by Premier Inn London Westminster Abbey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Tothill Street, Westminster, London SW1H 9LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498971" Longitude="-0.13266925" StarRating="2" HotelCode="637457|227100" HotelName="hub by Premier Inn London Westminster, St James's Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Dacre Street, Westminster, London SW1H 0DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/a6/faa6293711430747fa649b5f477d7241d487506b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="197.42" OriginalAmount="184.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503163931718" Longitude="-0.0004963380058598" StarRating="4.5" HotelCode="318621|52289759" HotelName="Intercontinental Hotel London - The O2" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR TWO GUESTS" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Waterview Drive, Greenwich Peninsula, London SE10 0TW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/01/f7014edf25af4e11afb402031827e6aba9d4cc07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521001646489" Longitude="-0.12323315628737" StarRating="4" HotelCode="45651|11254" HotelName="Mercure London Bloomsbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130-134 Southampton Row, London WC1B 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/a3/fba3f8a779c783fec56ce346b3423e13334943e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51286" Longitude="-0.17896" StarRating="3" HotelCode="915050|408382" HotelName="Paddington Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Craven Terrace, London W2 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/7f/3c7f0e3075299344e22acdd7470c2158f4bca8a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.565284012105" Longitude="-0.13554167768643" StarRating="3" HotelCode="467754|227198" HotelName="London Archway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Macdonald Road, Hamlyn House, London N19 5DD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e2/39e26c852681c070d1a233a1240728f8378ab144.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41897817" Longitude="-0.19885975" StarRating="3" HotelCode="959019|406169" HotelName="Premier Inn London Wimbledon (Broadway)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>153-163 The Broadway, Wimbledon, London SW19 1NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/90/f6903a0589e99b2f4c500c9e9231e86ca5fdb4c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51697997" Longitude="-0.0767977" StarRating="4" HotelCode="433679|411697" HotelName="Park Lane City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>92, Middlesex Street, Aldgate, London E1 7EZ, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fa/edfa3a28193215b19b9fbd49cbb6e65277205ab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518614185596" Longitude="-0.13561248779297" StarRating="4" HotelCode="52566|30918" HotelName="Rathbone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rathbone Street, W1T 1LB London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/20/79208cec2809a32387d74b73902117d149547224.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="199.34" OriginalAmount="186.30" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A1E044" HotelName="THE LION &amp; KEY HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>475-477 HIGH ROAD LEYTON LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16293_image51032519_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.425397113449" Longitude="-0.33453224396487" StarRating="3" HotelCode="115344|456681" HotelName="The Park Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Park Road, Teddington, Middlesex TW11 0AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/8c/498c0d35509c46351951701af8ff84adfa0d2729.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493989290856" Longitude="-0.19110422453696" StarRating="3" HotelCode="147529|199982" HotelName="Hotel Moonlight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Knaresborough Place, London SW5 0TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/15/0a152c43568819f6b524070ea94fb21be96b5450.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512150399307" Longitude="-0.13186812400818" StarRating="4" HotelCode="17454|54250" HotelName="The Piccadilly London West End" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65-73 Shaftesbury Avenue, London W1D 6EX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/70/7d700dccad413b6303f337e3147d431211151c87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523087735961" Longitude="-0.12580821891015" StarRating="4" HotelCode="433381|415585" HotelName="The Morton Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Woburn Place, London, WC1H 0LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/ca/c1ca005eeb45a0b13a2db760ce973785cb39178a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.80" OriginalAmount="188.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516443557337" Longitude="-0.15101909637451" StarRating="4" HotelCode="31998|2214075" HotelName="The Mandeville Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mandeville Place, Marylebone, London W1U 2BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/4d/e24d11b0341ab0b09eb020f71ecdbf399e226205.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51004379" Longitude="-0.12713057" StarRating="2" HotelCode="571166|227090" HotelName="hub by Premier Inn London Covent Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 St Martins Lane, London WC2N 4BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/82/1f8213a83c93c74a2d26c3f76e5e98b976c5f10e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516733147325" Longitude="-0.17063409090042" StarRating="4" HotelCode="114665|31833" HotelName="Inhabit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25-27 Southwick Street, Paddington, London W2 1JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/d3/d9d37256e0aea8389ae236821891899029a5307e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5116" Longitude="-0.138379" StarRating="4" HotelCode="189747|56429" HotelName="Sanctum Soho Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Warwick Street, London W1B 5NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/fd/8bfd36b760a8b0333a0cf6a9205e722e8fdfca80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512639" Longitude="-0.099261" StarRating="4" HotelCode="114278|16345" HotelName="Leonardo Royal Hotel London St Paul’s" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Godliman Street, London EC4V 5AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd2e4d2af9a81af6bd3846d8c5c77d41b95c768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491271623332" Longitude="-0.17191980530743" StarRating="4" HotelCode="18117|200411" HotelName="Sydney House Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Sydney Street, Chelsea, London SW3 6PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/f9/90f9b3ceacd72d6628544b710ad8cfe936938df0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5058445" Longitude="-0.10446383" StarRating="0" HotelCode="964411|487236" HotelName="The Hoxton Southwark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40 Blackfriars Road, London SE1 8PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/5a/985a452db73a8f15593ae92a39ad092a5829f694.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51056113" Longitude="-0.12855342" StarRating="3" HotelCode="726230|354762" HotelName="Assembly London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Garden">
        <Address>
          <AddressLines>
            <AddressLine>27-31 Charing Cross Road, London WC2H 0LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fe/b5fed12cce1514b3fa35397225ed9c2d9a69642e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509642" Longitude="-0.083524" StarRating="3" HotelCode="262250|93564" HotelName="Premier Inn London Bank (Tower) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>20 St Mary At Hill, City Of London, London EC3R 8EE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/95/9595e901d1a61485b7da01d7d7639397bed62020.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.03" OriginalAmount="192.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4923823" Longitude="-0.1950967" StarRating="4" HotelCode="903118|682008" HotelName="Templeton Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>17 Templeton Place, London SW5 9NB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/64317755f4057928871a4bf8d556037c8c0499a6.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527750223819" Longitude="-0.08900307220199" StarRating="5" HotelCode="305708|49171" HotelName="M by Montcalm London Shoreditch Tech City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151-157 City Road, EC1V 1JH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/f0/86f0e32e248eb9fa4afbc06946c85ecf6e589739.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.54724127" Longitude="-0.16288757" StarRating="2" HotelCode="323926|54774" HotelName="Primrose Guesthouse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Primrose Gardens, Belsize Park, Greater London, London NW3 4TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63becd9bcf51b407624c650ff8c9997e77ebdd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.427805" Longitude="-0.318894" StarRating="4" HotelCode="199792|284306" HotelName="The Lensbury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Broom Road, Teddington, Middlesex TW11 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e9/51e99e14ee4457858db581ef30e5d8e0e8b90865.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.58" OriginalAmount="194" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.411780042033" Longitude="-0.31110329755" StarRating="3" HotelCode="114249|456855" HotelName="The White Hart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 High Street, Hampton Wick, Kingston upon Thames, Surrey KT1 4DA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/29/3d29c106bfe104e0d3cff56adae7edddfa5d6f87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49205537" Longitude="-0.12139442" StarRating="3.5" HotelCode="530951|403525" HotelName="Crowne Plaza London - Albert Embankment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10-11 Albert Embankment, London SE1 7TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c3/90c377b3591fdb8f37eff3ed75843119bce71d2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499940563258" Longitude="-0.15992939472199" StarRating="4" HotelCode="29221|12320" HotelName="Millennium Hotel London Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sloane Street, Knightsbridge, London SW1X 9NU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/99/f199d684639e08c5e9077b93292ea6135bd79446.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.44687216" Longitude="-0.35787494" StarRating="3" HotelCode="159645|93740" HotelName="Premier Inn London Twickenham Stadium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>Chertsey Road, Whitton, Twickenham TW2 6LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/fa/a8fae51b4f22514bc45d68679773ab1ff75024e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509076" Longitude="-0.13027617790988" StarRating="4" HotelCode="18498|13303" HotelName="Thistle Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Whitcomb Street, Trafalgar Square, London WC2H 7HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/9b/0c9b36aa275e2715a8368cc0b0af5ade012e3b16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51154" Longitude="-0.194449" StarRating="3" HotelCode="94555|408378" HotelName="Blue Bells" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Pembridge Square, Notting Hill Gate, London W2 4EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/33/f0338e7d9e17d4f1390e2a44eb50e47f007e5536.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529736843821" Longitude="-0.12366212505287" StarRating="4" HotelCode="93106|56483" HotelName="Hotel Megaro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgrove Street, St. Pancras, London WC1H8AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/85/aa853f5d4103570dc40516300e2692c1ede2a4b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49798782" Longitude="-0.22760436" StarRating="4" HotelCode="433345|40265" HotelName="Lamington - Hammersmith Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>109 Hammersmith Grove, London W6 0NQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6f/5c6f58df0edc77521d2b86eccd632becb2335a2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495635830716" Longitude="-0.14538645744324" StarRating="4" HotelCode="18519|13280" HotelName="The Clermont, Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Buckingham Palace Road, London SW1W 0SJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f3dd07829eb17b9daa694a676edebaa17a4294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519747" Longitude="-0.143166" StarRating="3" HotelCode="35636|13263" HotelName="Astor Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Hallam Street, London W1W 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/60/8660f0eaf0e4a0585bd0c52ca8d81b9128e77efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505672192255" Longitude="-0.10117476301377" StarRating="5" HotelCode="263514|51172" HotelName="Hilton London Bankside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8 Great Suffolk Street, London SE1 0UG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/1f/8a1ff60100a56901be77686d8e8bc376ce4368e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519348553898" Longitude="-0.12082278728485" StarRating="4" HotelCode="18325|9766" HotelName="NYX Hotel London Holborn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-60 Southampton Row, London WC1B 4AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e8/ede81058e6913312ab9ede46e46dc5383c0d889b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508025" Longitude="-0.10686799999996" StarRating="5" HotelCode="284137|40951" HotelName="Sea Containers London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Upper Ground, London SE1 9PD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/af/99afe81899003cd95d59c71241dc416a1f886134.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="217.16" OriginalAmount="202.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496069310993" Longitude="-0.17039849570085" StarRating="4" HotelCode="16606|5640155" HotelName="The Rembrandt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Thurloe Place, Knightsbridge, London SW7 2RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/04/8b04360bb596520852171e5e6ea190743cd930e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517245" Longitude="-0.122045" StarRating="4" HotelCode="935442|458065" HotelName="The Hoxton Holborn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199-206 High Holborn, London WC1V 7BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/02/9f02881277cfe0ff47692aa895c9b1da90fe1b7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.572998" Longitude="-0.070452" StarRating="3" HotelCode="114343|456736" HotelName="Park Avenue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Clapton Common, Stamford Hill, E5 9AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/86/b786facc0e0c7c8ee236be963dc11fe0aa474ecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514776483084" Longitude="-0.134095600401" StarRating="4" HotelCode="263534|444246" HotelName="The Resident Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Carlisle Street, London W1D 3BR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b5/88b529d69b76d4ce04b9cc73a139539b9d5ff2ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="219.35" OriginalAmount="205.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519092" Longitude="-0.18266" StarRating="4" HotelCode="97670|1777181" HotelName="Novotel London Paddington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Kingdom Street, Sheldon Square, Paddington, London W2 6BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/fa/cbfab71f6ce616fa5f4289de5047e3a5f1aee49d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5070733" Longitude="-0.12598055714286" StarRating="4" HotelCode="115319|51877" HotelName="Club Quarters Hotel Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, At Trafalgar Square, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2b/942bd533990ff6dbccfca564b22212a31a65b7b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50697347906" Longitude="-0.1260634196434" StarRating="4" HotelCode="903487|199845" HotelName="The Grand at Trafalgar Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Northumberland Avenue, Westminster, London WC2N 5BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/2f/552f080187734b315cbeb0e4437d07c9892e9357.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="220.37" OriginalAmount="205.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49450030208" Longitude="-0.13629913330078" StarRating="4" HotelCode="55582|1462701" HotelName="Wellington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Vincent Square, London SW1P 2PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/28/2d28e7e98c471849db693d751d906460ded2ea9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51532556" Longitude="-0.1914806" StarRating="0" HotelCode="986068|491224" HotelName="The Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Westbourne Grove, London W2 4UJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/0a/3c0aee2bca7f37bb93395643c7581d3b48e14799.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498233" Longitude="-0.179956" StarRating="4" HotelCode="258822|338" HotelName="The Queen's Gate Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-34 Queen's Gate, SW7 5JA London, Greater London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/0d/8a0daa4f46cfd9005f5445b2435a3076e6bd081a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.41368511" Longitude="-0.30543318" StarRating="4" HotelCode="446572|200811" HotelName="DoubleTree by Hilton Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Skerne Road, Kingston upon Thames, KT2 5FJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c8/15c80546a2a9c554ef22cdaaa30d7de3fcddd5ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.535464955734" Longitude="-0.18991649150848" StarRating="4" HotelCode="29212|35268" HotelName="London Marriott Hotel Maida Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Parade, Maida Vale, London NW6 5RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ec/3cec538d7d4a3387e4094f00d73bda7456d251f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517811028745" Longitude="-0.12800227976231" StarRating="4" HotelCode="44704|4446" HotelName="Radisson Blu Edwardian Kenilworth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Great Russell Street, Bloomsbury, London WC1B 3LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/37/463712d9e69493a3b219a1eebbd11e67e30b0de5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.53" OriginalAmount="207.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507087056375" Longitude="-0.12465727293352" StarRating="4" HotelCode="25513|1951361" HotelName="Citadines Trafalgar Square London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/21 Northumberland Avenue, London WC2N 5EA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/22/4e221c376de3b2f6b7d28adc5a71d8b3dc4f09ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514214403894" Longitude="-0.18090158700943" StarRating="4" HotelCode="114260|19651" HotelName="Park Grand London Paddington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Queens Gardens, London, Bayswater W2 3BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/c7/c7c769c94373030fd60d4d7c99de702f2a25f30d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51150718" Longitude="-0.09381767" StarRating="4.5" HotelCode="848540|399669" HotelName="Vintry &amp; Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Garlick Hill, London EC4V 2AU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/9/8/1/4/5/6/8/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520560986235" Longitude="-0.13074163558201" StarRating="4" HotelCode="50965|46471" HotelName="The Academy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Gower Street, Fitzrovia, London WC1E 6HG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/6e/be6e10173764ed90a6761e3b3597bb20aa228f9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51123395" Longitude="-0.12991401666667" StarRating="4" HotelCode="510217|228175" HotelName="Victory House Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Leicester Place, Victory House, London, City of London WC2H 7BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/47/e647f626d069e6a6a104d09d4ff9ea26de51c4cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.495619" Longitude="-0.182918" StarRating="4" HotelCode="17049|24976" HotelName="Meliá London Kensington Member of Meliá Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Gloucester Road, London SW7 4PE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c5/09c53ebe0f4a7cb98f80ae42dce1be4074c64541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52510996" Longitude="-0.08285078" StarRating="5" HotelCode="535553|230858" HotelName="Nobu Hotel Shoreditch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10-50 Willow Street, Shoreditch, London EC2A 4BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6094007ec763823e5794ba0ba44027fafa263.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52029609" Longitude="-0.17044424" StarRating="2" HotelCode="497131|61385" HotelName="PubLove @ The Green Man" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308 Edgware Road, London W2 1DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f1/f1f1130268b35d93d063b17b7904382523a9c431.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49381122468" Longitude="-0.20226236078258" StarRating="4" HotelCode="114388|20053" HotelName="Residence Inn London Kensington" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>181-183 Warwick Road, Kensington, London W14 8PU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/cc/49cc1e1b7d08e534207477f37df5c41f2bb93f06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523123687665" Longitude="-0.10387390851974" StarRating="4" HotelCode="189767|457954" HotelName="The Zetter Townhouse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-50 St John's Square, London EC1V 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/02/a402c06d6fe22906b38f19a30b474359491b354d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510224" Longitude="-0.131564" StarRating="4" HotelCode="15844|4189" HotelName="Thistle Piccadilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Coventry Street, London W1D 6BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ff/8fffeb639a66867ee37c9b613e2fd7192fbdac06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="225.03" OriginalAmount="210.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481123" Longitude="-0.148804" StarRating="4" HotelCode="160539|689796" HotelName="Pestana Chelsea Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>354 Queenstown Road, London SW8 4AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f4/bdf4031f7f41da6eb5b2ce6d8523a99445e6ad24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515221" Longitude="-0.160916" StarRating="4" HotelCode="154056|444299" HotelName="The Sumner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Upper Berkeley Street, Marble Arch, London W1H 7QR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1f/e11f6aa508333b574117f3c6135e0e6cc1d187b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="225.93" OriginalAmount="211.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5293571" Longitude="-0.1241352" StarRating="5" HotelCode="962161|72793074" HotelName="Standard Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>10 Argyle Street, London WC1H 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/bc/2bbc704542940ab917757876298748008c703963.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="226.47" OriginalAmount="211.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513923963289" Longitude="-0.17632305622101" StarRating="4" HotelCode="17465|992989" HotelName="Roseate House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Westbourne Terrace, Lancaster Gate, Hyde Park, London W2 3UL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/33/dd33342135a5b2e07b4a7ddda3906133c2ee3d3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.481102" Longitude="-0.438241" StarRating="4" HotelCode="28973|360122" HotelName="London Heathrow Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bath Road, Harlington, Hayes UB3 5AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/65/85658b009272a7a214b19e006809dd9a998d8897.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51694675" Longitude="-0.20986918" StarRating="0" HotelCode="986154|480324" HotelName="The KPH" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>139 Ladbroke Grove, Notting Hill, London W10 6HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c7/7ec71d978e7e965e577b20fcfd62152a73814b32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499595247606" Longitude="-0.13184122453686" StarRating="3" HotelCode="17178|444307" HotelName="Sanctuary House" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Tothill Street, London SW1H 9LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/03/a2036f2914e6029b1a726f3dfbcbabe1462cb249.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="227.58" OriginalAmount="212.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516938446317" Longitude="-0.14918446540833" StarRating="4" HotelCode="50198|1556319" HotelName="Holiday Inn Oxford Circus" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57-59 Welbeck Street, London W1G 9BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e3/7ee3a347f65f9af945ed2e620a6a45dbd22558ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511363332087" Longitude="-0.071759819984436" StarRating="3" HotelCode="60630|39111" HotelName="Premier Inn London City (Tower Hill)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Prescot Street, London E1 8BB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/zz/61ad502b18c95f72afe6249ad4e344a35cc76175.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.527649430223" Longitude="-0.086683630943298" StarRating="3" HotelCode="173754|93563" HotelName="Premier Inn London City (Old Street)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corsham Street, London N1 6DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/e4/30e4fe140c147ae51838ddb40d7d1f6f2d2b7efa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514083" Longitude="-0.085596" StarRating="5" HotelCode="82457|55086" HotelName="Threadneedles, 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>5 Threadneedle Street, London, EC2R 8AY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/1000ab31103808ff3189883cfcf4f64946615a77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519360236934" Longitude="-0.17033904790878" StarRating="4" HotelCode="21201|11146" HotelName="Hilton London Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Edgware Road, W2 1JU London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207b6d4df13fe9c1467504335ec3ead42af23236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51435251" Longitude="-0.17254674" StarRating="4" HotelCode="442748|480427" HotelName="Hyde Park Radnor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Sussex Place, London W2 2SX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8b/298ba3ed588e0b075c3f359b1e77fa61ceb7679f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494359" Longitude="-0.189891" StarRating="4" HotelCode="80368|31898" HotelName="London Marriott Hotel Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport 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,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>147 Cromwell Road, Kensington, London SW5 0TH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e2/a0e24f207eef6a726f57bfa7265d6a574f3db45f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518831159281" Longitude="-0.13187080621719" StarRating="4" HotelCode="34463|13501" HotelName="Myhotel Bloomsbury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-13 Bayley Street, Bedford Square, London WC1B 3HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/04199c0ccceda7fbdd025adecef8157d3bb7ad7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5108437" Longitude="-0.089195" StarRating="4" HotelCode="263504|200059" HotelName="BridgeStreet Suffolk Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Suffolk Lane, London EC4R 0AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/5d/dd5d40fcc8f0aa00a40fc88cd38dbf77d86c047e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498581" Longitude="-0.08407" StarRating="3" HotelCode="154178|361571" HotelName="Residence Inn London Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201–211 Long Lane, London SE1 4PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/96/2996ae3ca3185c9de6b517deca8f3a36c4af62a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.451871394971" Longitude="-0.29744709344849" StarRating="4" HotelCode="115393|128193" HotelName="Richmond Hill Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>144-150 Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/92/4a92297b138451bc91fef6c53e188b8a76f002eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="234.05" OriginalAmount="218.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|119270" HotelName="DoubleTree by Hilton London Elstree" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>BARNETT BYPASS, BOREHAMWOOD BOREHAMWOOD</AddressLine>
          </AddressLines>
          <CityName>BOREHAMWOOD</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/954733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="235.29" OriginalAmount="219.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510682614478" Longitude="-0.13087486886059" StarRating="3.5" HotelCode="571806|47109121" HotelName="Hotel Indigo London - 1 Leicester Square" Meals="ROOM ONLY,BREAKFAST FOR TWO GUESTS,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Square, London WC2H 7NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/22/68229ae55f202e8261a412ea53d8ae3d6c2f2ba2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52163832" Longitude="-0.08572789" StarRating="5" HotelCode="469797|200302" HotelName="Montcalm Royal London House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-25 Finsbury Square, EC2A 1DX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/5a/f75a1e60606006eed037a5c610e78a02fad766a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="237.00" OriginalAmount="221.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.519424318073" Longitude="-0.17338851593858" StarRating="4" HotelCode="986352|883303" HotelName="Wilde Aparthotels London - Paddington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 North Wharf Road, London W2 1NW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/49/8d49838ae5239c3d381bd509e0478a308f479225.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="238.63" OriginalAmount="223.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51392884" Longitude="-0.1590018" StarRating="4" HotelCode="878270|22128573" HotelName="Great Cumberland Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, London W1H 7AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006573/006573a_hb_a_945.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517599" Longitude="-0.127656" StarRating="4" HotelCode="16396|3100" HotelName="Radisson Blu Edwardian Bloomsbury Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-13 Bloomsbury Street, Bloomsbury, London WC1B 3QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/80/5f80f1499c2a6132719f7ce3efe66cddb40ab55c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50290595" Longitude="-0.10629025" StarRating="2" HotelCode="986335|506594" HotelName="Premier Inn London Southwark Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 The Cut, London SE1 8LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/2f/062fbb36ea0b39e432d87e3095285c712fde930f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49871018" Longitude="-0.08142383" StarRating="4" HotelCode="610575|408395" HotelName="Residence Inn by Marriott London Tower Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>190 Bermondsey Street, London SE1 3TQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/de/12de71f8e3a36df37d797b3415cda9b240439cf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49074283656" Longitude="-0.14344453811645" StarRating="3" HotelCode="13193|24981" HotelName="The Portico Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 St. George’s Drive, Victoria, London SW1V 4BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/58/4a58fceecf19522e8c8e00d995ba96e15680d3c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514408029934" Longitude="-0.15563249588013" StarRating="4" HotelCode="34455|11058" HotelName="Radisson Blu Edwardian Sussex Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-25 Granville Place, London W1H 6PA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/35/15356a8c2fa67c4e9086e7660d17aeeb5af93dd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507099" Longitude="-0.146076" StarRating="4" HotelCode="28667|12161" HotelName="The Washington Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Curzon Street, Mayfair, London W1J 5HE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/7d/757d229cbd983d3c843b6f3c6c1745e42cbd1ae2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.95" OriginalAmount="226.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512239705121" Longitude="-0.10450154542923" StarRating="4" HotelCode="30026|15894" HotelName="Crowne Plaza London The City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 New Bridge Street, London EC4V 6DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/80/53/8053733d605e07c712d8b24155d1d4ef28cca7b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493188" Longitude="-0.182142" StarRating="4" HotelCode="296643|200431" HotelName="One Harrington Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Harrington Gardens, South Kensington, London SW7 4JJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6442a09881f0a95aaa4d379e26360470952766.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515155354382" Longitude="-0.15995047401373" StarRating="5" HotelCode="64608|200795" HotelName="The Marble Arch London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Great Cumberland Place, London W1H 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72c29bf36191d10cbada0906ddd58a40b45d4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50976523" Longitude="-0.12224967" StarRating="3.5" HotelCode="632695|399611" HotelName="Wilde Aparthotels by Staycity The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Adam Street, London WC2R 0DE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/66/7a66f6fd42e51c75c91f5636c6ae392230d085b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="246.10" OriginalAmount="230.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0B647" HotelName="MORTON HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>2 WOBURN PL LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31690_image63208794_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492527" Longitude="-0.17865" StarRating="4" HotelCode="18471|38829" HotelName="100 Queen's Gate Hotel London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Queens Gate, London SW7 5AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ba/ffbae4cea18519745fc4e0a7b82b64780b8ebd05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507058333333" Longitude="-0.10504483333333" StarRating="3" HotelCode="114530|458351" HotelName="The Mad Hatter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-7 Stamford Street, London Borough of Southwark, London SE1 9NY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/b9/8eb972423493883c73c75ace71755a24eefd2b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493946" Longitude="-0.143333" StarRating="4" HotelCode="56594|19899" HotelName="DoubleTree by Hilton Hotel London - Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Bridge Place, London SW1V 1QA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/e3/06e3568cf3679d06ad4976560be06df6c7c96ca1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515768042722" Longitude="-0.16028242032598" StarRating="4" HotelCode="267551|58674" HotelName="Shaftesbury Suites London Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Great Cumberland Place, London W1H 7LG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d1/9ad17edba66c070e516fa0f8d04ced6a19a885b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="4" HotelCode="901065|199509" HotelName="Montagu Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Montagu Place, London W1H 2ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2e/022e1aeb1adcdb21705beb5162d50e0c0060fb83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="252.25" OriginalAmount="235.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513773381814" Longitude="-0.15890958035664" StarRating="4" HotelCode="47970|1650728" HotelName="Hard Rock Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Great Cumberland Place, Marylebone, London W1H 7DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/bb/bb430d98e182a17b/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514582" Longitude="-0.156604" StarRating="4" HotelCode="32000|2150" HotelName="DoubleTree By Hilton Hotel London - Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Bryanston Street, Marble Arch, W1H7BY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/3e/c03eec81e72344c75ebdbf2def16b850350ed923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518697" Longitude="-0.153904" StarRating="4" HotelCode="166881|175230" HotelName="10 Manchester Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Manchester Street, Marylebone, W1U 4DG London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/38/263836c5d7dd9ab20cb36d17e9dd170f3a688596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.451107" Longitude="-0.296735" StarRating="4" HotelCode="115394|128177" HotelName="Richmond Harbour Hotel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Richmond Hill, Richmond-upon-Thames, Surrey TW10 6RP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/15/f715a546bb78a14ef205324f3a2319f1401f9714.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4655445" Longitude="-0.15625781" StarRating="2" HotelCode="542694|61950" HotelName="PubLove @ The Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>102 Lavender Hill, Battersea, London SW11 5RD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4878e5a108641ec5ca3eac081cfe5a3f3afee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497808" Longitude="-0.164323" StarRating="4" HotelCode="89403|54252" HotelName="The Beaufort Knightsbridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Beaufort Gardens, Knightsbridge, London SW3 1PP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/66/8766490d0c0b0fd5128b4df6db56d56e1fcd267d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514328" Longitude="-0.13945" StarRating="5" HotelCode="366268|11968" HotelName="Courthouse Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19-21 Great Marlborough Street, London W1F 7HL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/a9/dda9bf2fb0b75f3483bbe355d8ab92650e03ce0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514106969634" Longitude="-0.070091294477493" StarRating="3" HotelCode="935611|40916" HotelName="Premier Inn London City (Aldgate) Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>66 Alie Street, E1 8PX London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/94/ee94afeca0ee133bdf2c4c5e24f9334295920890.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517968" Longitude="-0.152979" StarRating="4" HotelCode="147124|32869" HotelName="Durrants Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Street, London W1H 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0d/2e0d36722c92b0eb42063c00397a335d7ef01709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4933628" Longitude="-0.14996719999999" StarRating="0" HotelCode="160047|487149" HotelName="The Lime Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>135-137 Ebury Street, London SW1W 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/53/4153f52dd1ca643051fc1293031df16324940604.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="257.87" OriginalAmount="241" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514641715439" Longitude="-0.14841735363007" StarRating="4" HotelCode="337093|3101" HotelName="Radisson Blu Edwardian Berkshire Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oxford Street 350, London W1C 1BY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0c/8f0ce78bd25b3806c14ddfc19b854d87fd6fbd45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="258.83" OriginalAmount="241.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502647093413" Longitude="-0.18814489245415" StarRating="5" HotelCode="16975|1346533" HotelName="Royal Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-24 Kensington High Street, W8 4PT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff042b273dcc3925933ebef10c8882378ed44d82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="260.01" OriginalAmount="243.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|D0B175" HotelName="SABA ROOMS LONDON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>105 SHEPHERDS BUSH ROAD LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31677_image63176612_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="260.33" OriginalAmount="243.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514386330505" Longitude="-0.15641435980797" StarRating="4" HotelCode="18518|6557" HotelName="Amba Hotel Marble Arch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bryanston Street, Marylebone, London W1H 7EH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/dc/42dc6acc9e68f41f9041c5fdf1c962671b543747.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="263.76" OriginalAmount="246.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517196320568" Longitude="-0.080907493829727" StarRating="5" HotelCode="34465|103836" HotelName="Andaz London Liverpool Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Liverpool Street, London EC2M 7QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/61/64612c15a5f10f2d0f8d2921922ef773949a3471.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51392396329" Longitude="-0.12710452079773" StarRating="4" HotelCode="29234|29290" HotelName="Radisson Blu Edwardian Mercer Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Mercer Street, London WC2H 9HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/f9/5df9587449fae8008040f2c38cbccebff7eec573.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513992" Longitude="-0.122167" StarRating="3" HotelCode="189761|425715" HotelName="The Fielding Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>4 Broad Court, Bow Street, Covent Garden, London WC2B 5QZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/15/08158a1981adf077a8ea1bf21885276d9a0ef709.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506124773726" Longitude="-0.12425065040588" StarRating="5" HotelCode="16979|13338" HotelName="The Royal Horseguards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Whitehall Court, London SW1A 2EJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0a/5d0aebe3d79197c7b4ecb53b78e88698e83bf923.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.46503344" Longitude="-0.01082178" StarRating="3" HotelCode="467724|93963" HotelName="London Lewisham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1-13 Lewisham High Street, Lewisham, London, Greater London SE13 5AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/a3/17a37d920aca3647386afe2f2917e32838bcdcfb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="266.84" OriginalAmount="249.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493795592143" Longitude="-0.19176453351974" StarRating="4" HotelCode="93107|1524944" HotelName="Park Grand London Kensington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27/37 Hogarth Road, Kensington, London SW5 0QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/68/fc68994c42cce523f8d0decff23521b03f206ec0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="267.00" OriginalAmount="249.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49294810442" Longitude="-0.1572887627899" StarRating="4" HotelCode="17673|315567" HotelName="Sloane Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Sloane Square, London SW1W 8EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b9/c4b953829167fedb848af168c01f6c172dc8cfc6.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506676439895" Longitude="-0.027917253967303" StarRating="5" HotelCode="27478|50226" HotelName="Canary Riverside Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Westferry Circus, Canary Wharf, London E14 8RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/31/312034/312034a_hb_a_021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="268.08" OriginalAmount="250.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.531077042918" Longitude="-0.12459899649002" StarRating="5" HotelCode="13079|619843" HotelName="Great Northern Hotel A Tribute Portfolio Hotel, London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pancras Road, King's Cross, London N1C 4TB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/77/ed77293bb62998b2bb27a0e0399b919634eb9a70.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522621" Longitude="-0.125348" StarRating="5" HotelCode="17041|16326" HotelName="Kimpton Fitzroy London" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8 Russell Square, Bloomsbury, London WC1B 5BE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/10/8c102097f68ac83be9bd579bd74b0ce7392cf02b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49284" Longitude="-0.184184" StarRating="5" HotelCode="18346|13273" HotelName="The Bentley Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Harrington Gardens, London SW7 4JX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/56/415608f1d99e02fb8f44735009752ff5566e587b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52910592" Longitude="-0.12176798" StarRating="4" HotelCode="978050|373818" HotelName="The Gyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Argyle Square, London, England WC1H 8AS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/f7/76f7d5f52165e13e734e332412036bc9d82d5a6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514797" Longitude="-0.158564" StarRating="4" HotelCode="147211|457521" HotelName="The Zetter Townhouse Marylebone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28-30 Seymour Street, London W1H 7JB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/aa/32aab6d496df6157f28de13d781c5a1669aa81e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511144653521" Longitude="-0.13121366500854" StarRating="4" HotelCode="189710|56903" HotelName="Leicester House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Street, London WC2H 7BL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/37/e73707e642d724d1f4808f0789349bf1c3ee6bf1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503485483366" Longitude="-0.091296390164644" StarRating="3" HotelCode="946165|227182" HotelName="Premier Inn London Southwark (Borough High St)" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>135 Borough High Street, London SE1 1NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93ed5a0e0af89915435d5413aa4aaa4df3cda61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.583273499905" Longitude="-0.2167996036701" StarRating="4" HotelCode="263535|229030" HotelName="The Pillar Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Brent Street, Hendon, London NW4 2EU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/8a/0f8ae72012c9075f4f40c02ae4888d78a16bd32e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508442091384" Longitude="-0.12480000305845" StarRating="4" HotelCode="45327|31254" HotelName="The Clermont Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Strand, London WC2N 5HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/43/9b43b60abe9ce4e46a4eaf87ec652bd3ccd0e074.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500919" Longitude="-0.0906" StarRating="4" HotelCode="73799|39329" HotelName="Marlin Apartments Empire Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Long Lane, London, SE1 4NA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/52/b35202af8aa7dc100cacf86a80213fbc26799f82.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494234784687" Longitude="-0.17553448677063" StarRating="5" HotelCode="259333|983" HotelName="The Ampersand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Harrington Road, London SW7 3ER</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5b/8a5bb70485f281ea982455e808dd0412d8722269.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.67" OriginalAmount="261.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.525176611433" Longitude="-0.1436474510549" StarRating="4" HotelCode="321892|582162" HotelName="The Level at Meliá White House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albany Street, Regents Park, London NW1 3UP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/a5/d8a5aa35ca606e48bb252566d5b6137d89dd52c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="279.99" OriginalAmount="261.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516160641997" Longitude="-0.17352148890495" StarRating="2" HotelCode="189723|315068" HotelName="Tony's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Norfolk Square, London W2 1RS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/86/80864acc22c0cb7978d6cc4c9485cf4871521218.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="280.62" OriginalAmount="262.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512635319424" Longitude="-0.11892378330231" StarRating="5" HotelCode="18369|9013" HotelName="The Waldorf Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aldwych, WC2B 4DD London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/56/865663db7b587fee44b63434b12b0e8ad0750b61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.52074" Longitude="-0.123507" StarRating="3" HotelCode="10737|10261" HotelName="The Bedford Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83-95 Southampton Row, London WC1B 4HD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/3c/2b3cbefaa3228cb736583d4b322adb10e2265983.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509916862386" Longitude="-0.12972503900528" StarRating="5" HotelCode="326443|31310" HotelName="Radisson Blu Edwardian Hampshire Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-36 Leicester Square, Westminster, London WC2H 7LH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c6/fdc6a5fbbc2b32ef11ebd05469f1ae514d432078.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4906309" Longitude="-0.15733554" StarRating="1" HotelCode="965093|399770" HotelName="Sloane Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Lower Sloane Street, Chelsea, London SW1W 8BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bb/e8bbe556ce18a81af8c51044135b8bb2ec883b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509397691259" Longitude="-0.13622939586639" StarRating="5" HotelCode="13969|2145" HotelName="The Dilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Piccadilly, London W1J 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/89/2b899acfbd4ddea9f0f350682347cf27aae2f8a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.523664886356" Longitude="-0.080555691062955" StarRating="5" HotelCode="556805|277104" HotelName="Mondrian Shoreditch London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Curtain Road, London EC2A 3PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/78/9e78250eb6a9bc703d03761bd0a4d14155e1c3d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="289.92" OriginalAmount="270.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517347372445" Longitude="-0.12910813093185" StarRating="4" HotelCode="259001|1703895" HotelName="The Bloomsbury" Meals="ROOM ONLY" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-22 Great Russell Street, London WC1B 3NN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1c/d51c8a0f5732fdf844868b2259cf10e2727da49e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517419" Longitude="-0.137083" StarRating="5" HotelCode="17190|12109" HotelName="Sanderson London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Berners Street, London W1T 3NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0c/5d0c6327fb86c759bdbd095b5bd1826ba5f42c00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49451206" Longitude="-0.1747939" StarRating="5" HotelCode="44519|35609" HotelName="The Pelham" 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>15 Cromwell Place, South Kensington, London SW7 2LA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/54/cb54b3c7335b84c9a09827532d668aa099f96931.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.18" OriginalAmount="274" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521071897594" Longitude="-0.15601633050585" StarRating="4" HotelCode="52564|2155" HotelName="Holmes Hotel London" Meals="ROOM ONLY" 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Chiltern Street, Marylebone, London W1U 6NF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/11/2b1125e08115177f5cffbe554f1e0f543eafbcf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="293.85" OriginalAmount="274.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50783763824" Longitude="-0.13810157775879" StarRating="4" HotelCode="47280|6626" HotelName="Cavendish St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Jermyn Street/St. James's, London SW1Y6JF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4a/8b4a0fc9c47372a52dab785f6ac6075a4d35c0a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="295.36" OriginalAmount="276.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500181" Longitude="-0.179796" StarRating="4" HotelCode="73789|CP9" HotelName="The Gore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Queen's Gate</AddressLine>
          </AddressLines>
          <PostalCode>(0)2075898127</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/80/e580f81101d614c509a942b6749d53fbc9c163e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.12" OriginalAmount="276.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518067" Longitude="-0.149759" StarRating="5" HotelCode="23056|1579580" HotelName="The Marylebone" 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,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>47 Welbeck Street, London W1G 8DN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/0d/a40dc0d7e0141d642bafe78022c812636ea3c891.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520949616616" Longitude="-0.077968355035068" StarRating="5" HotelCode="318579|199302" HotelName="Batty Langley's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Folgate Street, Spitalfields, London E1 6BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/3a/a33af28c152c462c74f67d356a4f1ab4ca04d7de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.53" OriginalAmount="279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507714" Longitude="-0.147148" StarRating="4" HotelCode="18284|200419" HotelName="The Chesterfield Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Charles Street, Mayfair, London W1J 5EB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd17541ab65aa6005326d1ef52cda859f1331a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50987422" Longitude="-0.12347783" StarRating="0" HotelCode="788875|458459" HotelName="The Nadler Covent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Bedford Street, London WC2R 0PZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/0d/b90d5210e43070ecdff66819fdebe912cd50345d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4921395" Longitude="-0.187852" StarRating="4" HotelCode="34454|55175" HotelName="Collingham Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-27 Collingham Gardens, London SW5 0HN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/a0/d0a0cbc456bd79ef570c233cc9a3d6c2c0b08b0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.450936336712" Longitude="-0.29952169427929" StarRating="4" HotelCode="115309|169419" HotelName="The Petersham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nightingale Lane, Richmond TW10 6UZ, Surrey</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/2c/0d2c820075954267e92713303a2f401b38c1bc4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520184" Longitude="-0.102541" StarRating="4" HotelCode="82430|55224" HotelName="The Rookery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Peter’s Lane, Cowcross Street, London EC1M 6DS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/80/c8/80c838b5b2fc1906b1321ce72d7a089f9a9fb06e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.81" OriginalAmount="283" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498270816124" Longitude="-0.14356791973114" StarRating="5" HotelCode="17019|24983" HotelName="The Rubens at the Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/62/6862d61591eda6b2ce06cba3a11dc67cf9ad12fe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.526437937036" Longitude="-0.12955605983734" StarRating="2" HotelCode="26975|10259" HotelName="The County Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-11 Upper Woburn Place, London WC1H 0JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/c0/c0d7723d847705a1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.02" OriginalAmount="286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492499" Longitude="-0.178154" StarRating="5" HotelCode="258999|16969" HotelName="The Kensington" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>109-113 Queen's Gate, South Kensington, London SW7 5LP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/12/ff128384f21e524b5d4d79748db7240dbfa216a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51103893" Longitude="-0.13022009" StarRating="3" HotelCode="261737|93737" HotelName="Premier Inn London Leicester Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Leicester Place, Leicester Square, London WC2H 7BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/613100/20197301046679.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494038961881" Longitude="-0.17582888905338" StarRating="4" HotelCode="114324|55668" HotelName="Cheval Harrington Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Harrington Road, London SW7 3ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/13/da13f8a93fb19d48f0c44c9533bda167c8d7fab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.522580044626" Longitude="-0.16056864831808" StarRating="4" HotelCode="30104|13412" HotelName="Dorset Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/40 Dorset Square, Marylebone, City of Westminster, London NW1 6QN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/59/2159b0d78dec0029cfc2e0049f547fc2458708dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506430023352" Longitude="-0.14518438280334" StarRating="4" HotelCode="12552|2139" HotelName="Flemings Mayfair Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-12 Half Moon Street, Mayfair, London W1J 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/af/efafede29efe9bc91cef18810195a62ca4048622.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.455175202913" Longitude="-0.30333906412125" StarRating="3" HotelCode="189781|128175" HotelName="The Bingham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61–63 Petersham Road, Richmond Upon Thames, Surrey TW10 6UT T</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/13/a113100021609ef38f151b4b1df9f8d6d964b3c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="319.93" OriginalAmount="299.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C8D385" HotelName="RIU PLAZA LONDON VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1 NEATHOUSE PLACE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/27805_image60993999_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506379" Longitude="-0.145612" StarRating="4" HotelCode="13327|31378" HotelName="Hilton London Green Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Half Moon Street, Mayfair, London W1J 7BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/0684143e4baa2c14/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="303" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507347095143" Longitude="-0.020916965029755" StarRating="5" HotelCode="82911|56553" HotelName="Marriott Executive Apartments London, Canary Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport 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,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Hertsmere Road, Canary Wharf, London E14 4ED</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/95/27956aca86a38afc5ac98218ff8e9081117c845d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518021675267" Longitude="-0.14265596866608" StarRating="4" HotelCode="17096|2156" HotelName="Treehouse London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Langham Place, Marylebone, London W1B 2QS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/4a/5d4aef857bf9589e7861a1f4ec1d23715e475657.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515142466054" Longitude="-0.17216026782989" StarRating="3" HotelCode="25446|230855" HotelName="Kingsway Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>139 Sussex Gardens, Hyde Park, London W2 2RX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/5a/665a5a6340bf77f3346e8ed5ec1160adfa6404b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499449663949" Longitude="-0.13295710086822" StarRating="5" HotelCode="175714|32870" HotelName="Conrad London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Broadway, London SW1H 0BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/c4/afc429e523116f12cb17a8d8d48fa640feb53e17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="336.27" OriginalAmount="314.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516318" Longitude="-0.163792" StarRating="4" HotelCode="14599|1303593" HotelName="Marriott Marble Arch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 George Street, W1H 5DN London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/26/21269206fb470f85b884dfc88e72f94a8fbbd5c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4906193" Longitude="-0.190959" StarRating="4" HotelCode="174962|200035" HotelName="No 1 The Mansions" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>219 Earl's Court Road, Kinsington, London SW5 9BN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/66/f2668314fc9bf7f27f79f5cb91f72dcd7a01ea2c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51595345732" Longitude="-0.15993559632125" StarRating="2" HotelCode="94581|29288" HotelName="The Prince Akatoki London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Great Cumberland Place, Marble Arch, London W1H 7FD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ec/4decf3cb39985f14a16ca07ce7c2303fee22c2c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496248" Longitude="-0.179531" StarRating="4" HotelCode="93108|200205" HotelName="54 Queen’s Gate Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Queen's Gate, South Kensington, London SW7 5JW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ec/f5ec4f8ef6e81bfa2542f07b3ee52e855383e3fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5148795" Longitude="-0.1739265" StarRating="3" HotelCode="144112|56475" HotelName="Aspen Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Sussex Gardens, London, Greater London W2 1TP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/c8/49c89e29f89fb47d5c6c3852a63e21858046fb4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508237" Longitude="-0.143715" StarRating="5" HotelCode="69071|3102" HotelName="The May Fair, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stratton Street, Mayfair, London W1J 8LT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/9b/359b3dd777a1e2d446df6a49197bf32531aa8db9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50930421" Longitude="-0.12660229" StarRating="4" HotelCode="986071|456342" HotelName="Page 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 St. Martin’s Place, London WC2N 4JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/5c/005cf04beca627f2fc1dfe878c08f2f056469d73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.491824199445" Longitude="-0.16179600670335" StarRating="5" HotelCode="114485|200373" HotelName="San Domenico House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Draycott Place, London, Greater London SW3 2SH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/26/b72661cbf097a7ebde1a62ec469d635251ff22e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511704" Longitude="-0.132234" StarRating="5" HotelCode="170589|46457" HotelName="W London Leicester Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Wardour Street, Leicester Square, London W1D 6QF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/0e/850e475bf2d3afb7c691e50dd144e8712bc46901.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509972663317" Longitude="-0.13021677627921" StarRating="0" HotelCode="986146|478534" HotelName="The Londoner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Leicester Square, London WC2H 7DX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/5d/ca5dd8b61aa43ae31aa105369fa71bb83f199566.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50613827443" Longitude="-0.14034234477276" StarRating="5" HotelCode="18135|46436" HotelName="St. James's Hotel and Club Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Park Place, St. James's, London SW1A 1LS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/57/2457f822a81059066adbd5cb5126a9aee4880b22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50472678657" Longitude="-0.1470373836504" StarRating="5" HotelCode="17641|31906" HotelName="Sheraton Grand London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piccadilly, London W1J 7BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/a4/d3a483e9ceb663125b76f53bf1e328bbe94a2f2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.16867608419693" StarRating="5" HotelCode="114472|200426" HotelName="The Franklin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens, Knightsbridge, London SW3 2DB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/eb/5ceb4e3942bc4df6242b0e692d9343f706a15c74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5108881" Longitude="-0.12387874" StarRating="4" HotelCode="558862|320420" HotelName="Henrietta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14-15 Henrietta Street, WC2E 8QH London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b9/84b99de1efdfb974729098c6e5a919a811d6fbcd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="367.29" OriginalAmount="343.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5189932" Longitude="-0.0865441" StarRating="5" HotelCode="199806|56524575" HotelName="South Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 South Place, London EC2M 2AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/3b/e43b473e283073eeb202ec0a31ab7665ffd37c87.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="369.15" OriginalAmount="345" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51552929061" Longitude="-0.17210939762265" StarRating="3" HotelCode="94554|200128" HotelName="Admiral" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>143 Sussex Gardens, Hyde Park, London W22RY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/9b/ef9b685da9575206b3fe1be2e6334f160b102289.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515980376439" Longitude="-0.12021660804749" StarRating="4" HotelCode="259427|1032" HotelName="Middle Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Great Queen Street, Covent Garden, London WC2B 5BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/f3/c9f3fc417452086aaddb411bf0a7a868318b2e8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5104" Longitude="-0.12681" StarRating="5" HotelCode="18145|31915" HotelName="St. Martins Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 St. Martin's Lane, London WC2N 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/ff/d4ff552c7904770374aa10790c8a0f6364aa6471.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="372.90" OriginalAmount="348.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50624217" Longitude="-0.12629783" StarRating="5" HotelCode="986055|67883259" HotelName="Great Scotland Yard Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Great Scotland Yard, London SW1A2HW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/85/c58516daa6bf9ae196789ba8aab64909bcdb4360.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508028235391" Longitude="-0.10528874268163" StarRating="5" HotelCode="775465|360124" HotelName="Bankside Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Blackfriars Road, Upper Ground, London SE1 9JU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1f/001f7e7a10f480a5182098d0b5ae0d644fac8610.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="376.74" OriginalAmount="352.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512291803468" Longitude="-0.17515167361068" StarRating="5" HotelCode="16985|6605" HotelName="Royal Lancaster London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lancaster Terrace, London W2 2TY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/49/fa49ebbaa908832d881e4c31e3954e6ff73bf385.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.78" OriginalAmount="354" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512245" Longitude="-0.203411" StarRating="3.5" HotelCode="81198|200484" HotelName="Portobello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stanley Gardens, Notting Hill, London W11 2NG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6f/f76f363b210874141b3b3dd518fb81968ea1cb5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="385.26" OriginalAmount="360.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499296048113" Longitude="-0.15775680541992" StarRating="5" HotelCode="51493|150200" HotelName="Jumeirah Lowndes Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lowndes Street, Knightsbridge, London SW1X 9ES</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/de/ecdedbe7b4a88dfe8b59e8038c06b0d4de000236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.27" OriginalAmount="361" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497362447992" Longitude="-0.15619575977325" StarRating="5" HotelCode="49088|36766" HotelName="The Hari Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Chesham Place, SW1X 8HQ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/15/fc151b8e679cfae87de3f814a18d2b46b2ab5d78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.66" OriginalAmount="362.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510705623918" Longitude="-0.07741391658783" StarRating="4" HotelCode="35635|14835" HotelName="Novotel London Tower Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Pepys Street, London EC3N 2NR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/f6/89f6b3a4c48c76279dded4c8b2f7d2339386d41b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49732568" Longitude="-0.01896785" StarRating="0" HotelCode="973438|444264" HotelName="Clover Court by Q Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>45 Millharbour, London E14 9TR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c9/0ac9d19364bae6e4e1dd68b44403eac12a2d1c28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.76" OriginalAmount="368" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509681" Longitude="-0.078989" StarRating="4" HotelCode="77804|62189" HotelName="Tower View by BridgeStreet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Byward Street, London EC3R 5BA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/47/6a4781e9c73a4efac243609254350cd0d2bc19ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.90" OriginalAmount="370" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504525374265" Longitude="-0.14747589826584" StarRating="5" HotelCode="318127|31887" HotelName="Athenaeum Hotel &amp; Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Piccadilly, Mayfair, London W1J 7BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/60/10603fb4fd3959d3d3d274159814cfe70debe31f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512352" Longitude="-0.15109" StarRating="5" HotelCode="31999|48554" HotelName="Marriott Grosvenor Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grosvenor Square, W1K 6JP London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/8c/138c14f45bce3f879bb299111631b3e48dd2f3b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505493338509" Longitude="-0.095264581610081" StarRating="4" HotelCode="32568|34005" HotelName="Novotel London Bridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53-61 Southwark Bridge Road, London SE1 9HH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/cf/b6cff310662f2715f82737f8ffda49b76d171154.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500037" Longitude="-0.161528" StarRating="5" HotelCode="35462|54253" HotelName="The Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Basil Street, Knightsbridge, London SW3 1AT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/61/0661249ca961523713fa3ac726813e89be22945e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.490600868249" Longitude="-0.14495156631949" StarRating="4" HotelCode="336018|62165" HotelName="Artist Residence London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Cambridge Street, London SW1V 4QQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/8f/f48feb7dfb2e418779c4c8701e1b399d3e6b9a88.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494301" Longitude="-0.18592149" StarRating="4" HotelCode="433674|200134" HotelName="Ashburn Court Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Ashburn Gardens, Ashbun Court, South Kensington, London SW7 4DG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e0/00e0fe6dd716865ac22a35efdcbf4d5c8a7cba17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.88" OriginalAmount="384" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.424278093582" Longitude="-0.22931191958708" StarRating="4" HotelCode="77873|444183" HotelName="Hotel Du Vin Wimbledon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>West Side Common, Cannizaro House, London SW19 4UE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1f/f41f15cc4078486abd29fcf6deb868c0ab3b23e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.92" OriginalAmount="384.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511674047521" Longitude="-0.11872713988112" StarRating="5" HotelCode="186633|175391" HotelName="ME London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>336-337 The Strand, London WC2R 1HA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/59/4059f8002baac941e5bea3321e6dc8a12417ccde.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="412.97" OriginalAmount="385.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51655674" Longitude="-0.08058442" StarRating="4" HotelCode="986316|39977727" HotelName="Pan Pacific London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>80 Houndsditch, London EC3A 7AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/01/640171b1c9ce9e6dc118494c20d66875b792687d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.529345" Longitude="-0.126088" StarRating="5" HotelCode="173526|31913" HotelName="St. Pancras Renaissance London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Euston Road, London NW1 2AR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3d/ae3de917e40c3fed89e89c179db795b4a199ebc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507345388917" Longitude="-0.12915627116399" StarRating="4" HotelCode="32627|34009" HotelName="The Trafalgar St. James London, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Spring Gardens, Trafalgar Square, London SW1A 2TS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/12/5412040207e13b030b892f7fb33f65c41b191156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.30" OriginalAmount="390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498216" Longitude="-0.164353" StarRating="5" HotelCode="114275|200262" HotelName="Knightsbridge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Beaufort Gardens, London SW3 1PT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7f/df7f7a6e79cc24636dbd918ea03f8383294c7f8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="417.87" OriginalAmount="390.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516080524059" Longitude="-0.15780240297318" StarRating="4" HotelCode="16421|1107099" HotelName="Nobu Hotel London Portman Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Portman Square, Marylebone, London W1H7BG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/48/4834eedc906fae1c/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="419.44" OriginalAmount="392" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49877041" Longitude="-0.1368996" StarRating="5" HotelCode="986142|493178" HotelName="The Guardsman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Vandon Street, Westminister, London SW1H 0AH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/a0/70a01fd5886909498c667c19b792eafb6b941dd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.516748" Longitude="-0.136269" StarRating="5" HotelCode="18259|55196" HotelName="The London Edition" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Berners Street, London W1T 3NP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/fb/4cfb91ba2aa2be5ace9267d0c22382e780a50688.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.72" OriginalAmount="396" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51304781" Longitude="-0.06706478" StarRating="4" HotelCode="969739|274663" HotelName="Aldgate City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Back Church Lane, Twyne House, London E1 1LX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a6/10a628589209199bbbe843d3377e07d3fa588d91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="428.00" OriginalAmount="400.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D45372" HotelName="2 CHESHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>2 CHESHAM STREET LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37285_image67309123_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5095" Longitude="-0.152315" StarRating="5" HotelCode="901347|45435" HotelName="11 Cadogan Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cadogan Gardens, Chelsea, Knightsbridge, London SW3 2RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c9/0bc95fcb3b59bd6d6dc71baa2179f44906e196dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="440.94" OriginalAmount="412.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51368306" Longitude="-0.09016946" StarRating="5" HotelCode="524240|574461" HotelName="The Ned London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>27 Poultry, London EC2R 8AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/ec/4aec767779e3d092b3bfb836bc9a39699f15d22a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="441.82" OriginalAmount="412.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.521488" Longitude="-0.162639" StarRating="5" HotelCode="18350|6640" HotelName="The Landmark London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Marylebone Road, London NW1 6JQ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/d1/35d165f34d36abfee4b47daff664c45d5b39ef42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="441.91" OriginalAmount="413" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509537705242" Longitude="-0.19673321663481" StarRating="4" HotelCode="29187|31451" HotelName="The Laslett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Pembridge Gardens, Notting Hill, London W2 4DU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/e8/37e884769f1caee00334e48fbd4576c9b012a2c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="444.05" OriginalAmount="415" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507818791377" Longitude="0.019602146700297" StarRating="4" HotelCode="503963|200226" HotelName="Good Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Western Gateway, Royal Victoria Dock, London E16 1FA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/b3/37b3adc05b6b17c307d0494e1d70eccaed0fc554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="446.19" OriginalAmount="417" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499136180893" Longitude="-0.18023714351648" StarRating="4" HotelCode="498306|289483" HotelName="Queensgate Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Queen's Gate, Kensington, London SW7 5JE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/bb/42bb7cd88aae9ddb91b58575d51e9a5d70845b04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="449.40" OriginalAmount="420" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493326336119" Longitude="-0.17864316701889" StarRating="4.5" HotelCode="189735|199924" HotelName="Adria Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Queens Gate, London SW7 5AB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/49/bf49597ee35ee63257ff897e1f8f538b653f1ffd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="449.67" OriginalAmount="420.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.503890941391" Longitude="-0.15021979808807" StarRating="5" HotelCode="14174|1151805" HotelName="InterContinental London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Hamilton Place, Park Lane, W1J 7QY London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/13/4f138037604a3f204113c4b6116ec8b9eab2e450.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="450.77" OriginalAmount="421.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.515623181467" Longitude="-0.15703529119492" StarRating="5" HotelCode="47439|1047146" HotelName="Hyatt Regency London - The Churchill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Portman Square, London W1H 7BH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/3d/8c3dc30acda601f69122e9299b1f1ed4a915e06b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="451.41" OriginalAmount="421.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496004202505" Longitude="-0.168676084197" StarRating="5" HotelCode="|FKNA" HotelName="Starhotels The Franklin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 Egerton Gardens</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/FKNA/FKNA_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.518443136553" Longitude="-0.13485417697825" StarRating="5" HotelCode="114346|54254" HotelName="Charlotte Street Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Charlotte Street, London, Greater London W1T 1RJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/2d/c32d5ff43e07611c253b7e0a197173ccbc831f54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493095" Longitude="-0.175575" StarRating="5" HotelCode="114364|200309" HotelName="Number Sixteen" 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>16 Sumner Place, London, Greater London SW7 3EG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/eb/f1eb90d5e4829fe0da938c1b5f967d714e2fcf86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.499124064552" Longitude="-0.13447925448418" StarRating="4" HotelCode="318126|12144" HotelName="St. Ermin's Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Caxton Street, London SW1H OQW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0ef07bca81d4b742a8c46bbd538ef978d422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508375" Longitude="-0.079935999999975" StarRating="5" HotelCode="296638|57967" HotelName="Cheval Three Quays" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Lower Thames Street, London EC3R 6AG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/ab/2aab38388b5aa2aa1230c1ae44535fcaadb3378e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505449" Longitude="-0.150336" StarRating="5" HotelCode="15708|2146" HotelName="London Hilton on Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Park Lane, W1K 1BE London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/2e/c12e335f8bad98acfabdc9c8e81ab167f6a61891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50190892114" Longitude="-0.15873371163934" StarRating="5" HotelCode="17523|31914" HotelName="The Park Tower Knightsbridge, a Luxury Collection Hotel, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Knightsbridge, London, England SW1X 7RN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/db/0adbb3f6cf93be073d2fc8426fa7f364fcff2cdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50105" Longitude="-0.119177" StarRating="5" HotelCode="80367|48502" HotelName="Marriott London County Hall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Westminster Bridge Road, London SE1 7PB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/df/b8dfd08c62e249486a7fb27dbd15c8fa0191d202.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.36" OriginalAmount="448" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51314978" Longitude="-0.1420216" StarRating="5" HotelCode="115310|200307" HotelName="No. 5 Maddox Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Maddox Street, London, Greater London W1S 2QD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d0/98d09f9812c91c27eef24b0fba64301d54ebace4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="480.07" OriginalAmount="448.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507697" Longitude="-0.132475" StarRating="5" HotelCode="49086|1066859" HotelName="Sofitel London St. James" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Waterloo Place, London SW1Y 4AN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/05/da05962a3dee5ba569c2a6292ac87785b92cee82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="483.64" OriginalAmount="452" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514409586445" Longitude="-0.13198996044159" StarRating="4" HotelCode="114622|55087" HotelName="Hazlitts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Frith Street, London Borough of Camden, London W1D 3JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/34/9b34260fbcbbbb29f8ef8bf8aba4cb7b3ff0c590.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="492.20" OriginalAmount="460" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494768" Longitude="-0.178617" StarRating="5" HotelCode="36860|56976" HotelName="130 Queen's Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Queen's Gate, Kensington, London SW7 5LE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/da/d9da5906b08840beff4eab5129eb97e25c512c14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.88" OriginalAmount="484" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510739" Longitude="-0.151052" StarRating="4" HotelCode="14858|989" HotelName="The Biltmore Mayfair, LXR Hotels and Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Grosvenor Square, Westminster, London W1K 2HP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4c/1a4c9960b45cd7cee99eae063a70edaf59364d0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="522.16" OriginalAmount="488" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51798231" Longitude="-0.1202189" StarRating="5" HotelCode="775208|407877" HotelName="L’oscar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6 Southampton Row, London WC1B 4AA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f5/38f57117ce22fd504049231be162fddd3bc859cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="524.30" OriginalAmount="490" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502049" Longitude="-0.186639" StarRating="5" HotelCode="28457|17129" HotelName="The Milestone Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Kensington Court, London W8 5DL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/fc/dbfcfd4484334292d191b7a3bfdfb2b964688a5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.63" OriginalAmount="509" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.508249375" Longitude="-0.1309725" StarRating="5" HotelCode="114264|55596" HotelName="Haymarket Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Suffolk Place, London, Greater London SW1Y 4HX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2f/0a2fdeeb788ea998ebc801f58c50118beea910e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="549.98" OriginalAmount="514" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513921" Longitude="-0.133526" StarRating="5" HotelCode="55615|55383" HotelName="The Soho Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Richmond Mews, London W1D 3DH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/af/9dafe7a897aa89fbcc0687edd0edf15a3a0cde8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.40" OriginalAmount="520" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.513012568682" Longitude="-0.15797674655914" StarRating="5" HotelCode="29213|55118" HotelName="Marriott London Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Park Lane, W1K 7AA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f7/aff7c54bebb84e16a04f537c1ec8cd8d6afcf775.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="559.61" OriginalAmount="523" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494047" Longitude="-0.15739" StarRating="5" HotelCode="263508|57629" HotelName="Cheval Phoenix House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Wilbraham Place, Sloane Street, London SW1X 9AE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/f3/2bf3bf8dbe7f3a3f77e2f61250186ea712003f09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511531" Longitude="-0.119286" StarRating="5" HotelCode="15417|24676" HotelName="One Aldwych" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Aldwych, London WC2B 4BZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4c/944c4e24f4875708d0cf3391194411855cad952f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="566.03" OriginalAmount="529" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49876156976" Longitude="-0.16644406564137" StarRating="5" HotelCode="263507|57672" HotelName="Cheval Knightsbridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Cheval Place, London SW7 1EW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/d3/dbd3cbbf9878a385397887a5c1d141ed2c8bbb65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="567.10" OriginalAmount="530" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.5061811" Longitude="-0.1480249" StarRating="5" HotelCode="429776|287736" HotelName="Mayfair House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>22-28 Shepherd Street, Mayfair, London, W1J 7JH</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/3f/3c3f5e646cc0750d5b8ca982f5224094a993f459.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.83" OriginalAmount="569" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509540422175" Longitude="-0.15525162220001" StarRating="5" HotelCode="35406|31900" HotelName="JW Marriott Grosvenor House London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>86-90 Park Lane, London W1K 7TN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/cd/d8cdc66f9babd1c7b92673fd7bc8f4b275dde472.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="612.04" OriginalAmount="572" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.500755567766" Longitude="-0.15219402610933" StarRating="5" HotelCode="18329|17531" HotelName="COMO The Halkin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkin Street, London SW1X 7DJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/1c/001cd9f0c22aece9c887580c01d3ab6d1a161d76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="619.53" OriginalAmount="579" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504411872346" Longitude="-0.086775407409732" StarRating="5" HotelCode="255954|45031" HotelName="Shangri-La Hotel, At The Shard, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 St Thomas Street, London SE1 9QU</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/12/d11204ed73b6974578350569f20cc7279f56ecd8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="624.88" OriginalAmount="584" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51757073" Longitude="-0.13545472" StarRating="5" HotelCode="570588|416429" HotelName="The Mandrake Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20-21 Newman Street, London W1T 1PG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3c/de3c6fae7b94a3cedb3f13d5796530448373a3ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.21" OriginalAmount="603" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.505857654548" Longitude="-0.14048337936401" StarRating="5" HotelCode="115450|28751" HotelName="The Stafford London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>16-18 St James's Place, SW1A 1NJ London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/45/4f4593db5689011d35a05a511c64aecc634a9784.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="648.42" OriginalAmount="606" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.507656859624" Longitude="-0.14241589814765" StarRating="4" HotelCode="13498|24673" HotelName="Holiday Inn London - Mayfair" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Berkeley Street, London W1J 8NE</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/14279/a_14279_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.89" OriginalAmount="627" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.504998261738" Longitude="-0.1500170846557" StarRating="5" HotelCode="18372|17532" HotelName="COMO Metropolitan London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Old Park Lane, London W1K 1LB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/e7/52e73fb2ee0610f3e4d221d1bae25863d0037630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="717.27" OriginalAmount="670.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51758104287" Longitude="-0.11801719665527" StarRating="5" HotelCode="31272|1101401" HotelName="Rosewood London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>252 High Holborn, London WC1V 7EN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/e8/e9e80751c52631581fd10226e84380851ee1c2c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="730.44" OriginalAmount="682.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.517868" Longitude="-0.143976" StarRating="5" HotelCode="13936|2201733" HotelName="The Langham London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1c Portland Place, Regent Street, London W1B 1JA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/8a/718a2726c85a7fa90ec68bbd7be13744dd787156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="756.94" OriginalAmount="707.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.51009966" Longitude="-0.07802517" StarRating="5" HotelCode="498750|635200" HotelName="Four Seasons Hotel London At Ten Trinity Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>10 Trinity Square, London EC3N 4AJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/f8/a1f879b600c98e1c01419818b4109d0c089fc94f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="778.35" OriginalAmount="727.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.520156" Longitude="-0.125689" StarRating="4" HotelCode="18376|106035" HotelName="Montague on the Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Montague Street, Bloomsbury, London WC1B 5BJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/34760207e8149456f4766f71870f93ce8a6f2a3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="780.03" OriginalAmount="729" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510338579132" Longitude="-0.12081365277868" StarRating="5" HotelCode="18503|34008" HotelName="The Savoy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Strand, London WC2R 0EZ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/59/7f593811208c868cc500259e2de45099f9a40713.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="797.89" OriginalAmount="745.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.510021" Longitude="-0.136549" StarRating="5" HotelCode="208408|222260" HotelName="Cafe Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Regent Street, London W1B 4DY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/08/1b08c94d9f69ed5b86ef41a3b1639eb5c4dba0b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="802.50" OriginalAmount="750" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.492332479851" Longitude="-0.16479287235256" StarRating="4" HotelCode="285086|199518" HotelName="Nell Gwynn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloane Avenue, Chelsea, London SW3 3AX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/c4/e3c4725d943745dfedb4191bc2ede4a2e225e244.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.49899628" Longitude="-0.19807449" StarRating="4" HotelCode="628399|457917" HotelName="Monarch House Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>241 Kensington High Street, London W8 6EL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/6d/676d72064f7a921a9d2b8eb8556ee360360a2986.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="813.20" OriginalAmount="760" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.512969" Longitude="-0.152319" StarRating="5" HotelCode="310898|60647" HotelName="The Beaumont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Brown Hart Gardens, Mayfair, London W1K 6TF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1509ac83d304a576931be6ca0dc03777633a34d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="816.41" OriginalAmount="763" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.514453465874" Longitude="-0.12703617008055" StarRating="0" HotelCode="199777|444219" HotelName="Covent Garden Hotel" 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>10 Monmouth Street, Covent Garden, London WC2H 9HB</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d1/a6d15b4a8a23b064e3091e54bb886d2c18f22b89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="818.55" OriginalAmount="765" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.493024" Longitude="-0.177193" StarRating="4" HotelCode="170767|200028" HotelName="Manson Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Manson Place, SW7 5LT London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b1/acb1238606c99fa13ea610a1afb49b98df2f3fa8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="848.22" OriginalAmount="792.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498224062323" Longitude="-0.13800501823425" StarRating="5" HotelCode="26214|1491423" HotelName="Taj 51 Buckingham Gate Suites and Residences, London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Buckingham Gate, Suites and Residences, London SW1E 6AF</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9f/249f1fc6e4f7f9883947e062d6ac8b5203a70138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="849.61" OriginalAmount="794.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.506459" Longitude="-0.123656" StarRating="5" HotelCode="904535|177807" HotelName="Corinthia Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Whitehall Place, London SW1A 2BD</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/69/916912d326f28631c4b214b7795062f5c33a7b7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="866.70" OriginalAmount="810.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|602971" HotelName="NEW LINDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>58-60 LEINSTER SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/72848_image61704035_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="890.83" OriginalAmount="832.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498578" Longitude="-0.15838" StarRating="5" HotelCode="26021|1259810" HotelName="Jumeirah Carlton Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cadogan Place, Knightsbridge, London SW1X 9PY</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/5a/e55ae77fb56e08678220ba5345bf66a925ac4453.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="897.73" OriginalAmount="839" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.4663643" Longitude="-0.42073768" StarRating="3" HotelCode="780895|399788" HotelName="Atrium Hotel Heathrow" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Great South-West Road, Feltham TW14 0AW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/10/d0107a80d3f0f4d9c6ac7d80e4550f5017eed81b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="900.94" OriginalAmount="842" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.511259005364" Longitude="-0.13487254936319" StarRating="5" HotelCode="341681|58384" HotelName="Ham Yard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ham Yard, London W1D 7DT</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f3/9ff3f7dba27d650c4ddb365aeaafa41c39c83f9b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="906.29" OriginalAmount="847" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.509161474785" Longitude="-0.14233946800232" StarRating="5" HotelCode="11557|31894" HotelName="Brown's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albemarle Street, London W1S 4BP</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/a0/6da071a781c65f623b546bfa3c20c6f3f3b483ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.92" OriginalAmount="900.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496949167896" Longitude="-0.15910729765892" StarRating="5" HotelCode="52563|54475" HotelName="The Cadogan, A Belmond Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Sloane Street, Chelsea, London SW1X 9SG</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/9a/919af05adb3af59d5fb55433c79eef8cec4e1a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1020.78" OriginalAmount="954" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.496829" Longitude="-0.167625" StarRating="5" HotelCode="114379|24985" HotelName="Egerton House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Egerton Terrace, Knightsbridge, London SW3 2BX</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/5d/b05d7cd537c3df4058d476062b05f1a54dded98b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1051.81" OriginalAmount="983" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.494386973724" Longitude="-0.1841045303272" StarRating="5" HotelCode="263506|57673" HotelName="Cheval Gloucester Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ashburn Place, Kensington, London SW7 4LL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/9c/5c9c2f97a7acd990202b8bb1dbfa771b8083dbdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1083.91" OriginalAmount="1013" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502506" Longitude="-0.152444" StarRating="5" HotelCode="28455|55244" HotelName="The Lanesborough" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hyde Park Corner, London SW1X 7TA</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/70/267028f5d40cf48dc81143ffd83580ecce326ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1086.88" OriginalAmount="1015.78" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|B35899" HotelName="THE LONDONER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>38 LEICESTER SQUARE LONDON</AddressLine>
          </AddressLines>
          <CityName>LONDON</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29894_image65129812_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1106.38" OriginalAmount="1034" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.497586453552" Longitude="-0.15632145767211" StarRating="3" HotelCode="498404|289479" HotelName="Chesham Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security">
        <Address>
          <AddressLines>
            <AddressLine>17 Chesham Court, London SW1 8HJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/f2/66f2d521196f8846dc26d06a67dbe8e0b63b98b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1162.02" OriginalAmount="1086" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501459746214" Longitude="-0.18402544049286" StarRating="5" HotelCode="263509|57674" HotelName="Cheval Thorney Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Palace Gate, Kensington, London W8 5NJ</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c1/c0c15abc8c7aa032980be0cce96aa8eaaf79f87b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1197.33" OriginalAmount="1119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498052" Longitude="-0.164031" StarRating="5" HotelCode="114336|199951" HotelName="Claverley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13-14 Beaufort Gardens, Knightsbridge, London, SW3 1PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b8/a9b8309c5bc2ba2ad0e7f310392e43b7a51a989a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1217.66" OriginalAmount="1138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501953" Longitude="-0.156267" StarRating="5" HotelCode="18258|37429" HotelName="The Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wilton Place, Knightsbridge, London SW1X 7RL</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/80/8780d301af4fb39e42dac4276db0f7c1c1345ede.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1218.49" OriginalAmount="1138.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.502092777068" Longitude="-0.15989989042282" StarRating="5" HotelCode="14381|1997200" HotelName="Mandarin Oriental Hyde Park London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Knightsbridge, SW1X 7LA London</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/09/b909c884c4a6ab3644663e8e676fd8486e5f25f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1227.15" OriginalAmount="1146.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50449532238" Longitude="-0.15013933181763" StarRating="5" HotelCode="26020|3946657" HotelName="Four Seasons London at Park Lane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hamilton Place, Park Lane, London W1J 7DR</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/dc/72dcc323480eb931bc10bd8688bfdefdcffdc271.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1385.65" OriginalAmount="1295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.50643159" Longitude="-0.15184217" StarRating="5" HotelCode="199759|63307" HotelName="45 Park Lane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Park Lane, London W1K 1PN</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/c4/37c4b62b42523558bee35bccc34d1e5a3eaf14dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2270.54" OriginalAmount="2122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.498225768117" Longitude="-0.1435808740631" StarRating="5" HotelCode="104131|57600" HotelName="41 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Buckingham Palace Road, London SW1W 0PS</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b8/99b857c99eaf56c7da85aeecee22fe5948054c09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2800.19" OriginalAmount="2617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="51.501567357258" Longitude="-0.16282548710251" StarRating="5" HotelCode="186632|57323" HotelName="Bulgari Hotel London" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Knightsbridge, London SW7 1DW</AddressLine>
          </AddressLines>
          <CityName>London</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/51/bd5175044920b13e4a7ca35679e025cc0b3a4617.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="468.83" OriginalAmount="438.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1" Longitude="2" StarRating="0" HotelCode="|SS01" HotelName="SS100_1_TESTING_DO_NOT_USE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Air Conditioning,Conference Hall,Currency Exchange,Diet Meals,Laundry,Restaurant,Shopping Arcade,Wheelchair Access,Designated Smoking Area,Lounge,Massage Centre,Bicycle Rental,Nightclub,Jacuzzi,Sauna,Swimming Pool,Garden,Golf,Heated Pool,Spa,Kitchen,24 Hour Front Desk,ATM/Cash Machine,Concierge,Dry Cleaning,Housekeeping,Luggage Storage,Parking,24 Hour Room Service,Beauty Salon,Business Centre,Coffee Shop,Elevator,Library,Meeting Room,Wake-up Call Service,24 Hour Security,Smoking Rooms,LCD/Projector,Dining,Pets allowed,Airport Transfer (on Demand),Babysitting,Banquet Hall,Boutique,Printer,24 Hour Power Supply</BasicAmenities>
    <HotelRating>3,4,5,3.5,2.5,2,1.5,1,4.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,CLUB RESORT,APARTMENT HOTEL,AIRPORT HOTEL,ECO HOTEL,GUESTHOUSE,HOSTEL,HOTEL,HOSTELS,APARTHOTEL,APARTMENT,BED AND BREAKFASTS,GUEST HOUSES,BOUTIQUE HOTEL,INNS,COUNTRY HOUSE</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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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="556053df-4e42-4a73-aaa4-64f87b1ca83a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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.SelectServerHelper.WaitingForDescriptionToChange()
   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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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
556053df-4e42-4a73-aaa4-64f87b1ca83a|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="2025-11-24T05:41:24.9785026+00:00" Version="0" EchoToken="Search" TransactionIdentifier="556053df-4e42-4a73-aaa4-64f87b1ca83a" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85097811" Longitude="2.37872098" StarRating="0" HotelCode="588267|238764" HotelName="Bastille Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/2b/5d2b520264a74703a1beb47965537e08805be38a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861266" Longitude="2.382696" StarRating="3" HotelCode="70508|7186" HotelName="Hipotel Paris Père Lachaise République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Servan, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8a8da08890648e977c071079dfb5bfa35067fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882651" Longitude="2.369121" StarRating="2" HotelCode="180071|238988" HotelName="Peace &amp; Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>245 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f75571b87b18856bf62bcc2e3f22171e3cc0f713.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.009794" Longitude="2.31047" StarRating="3" HotelCode="410245|226863" HotelName="Residhotel les Hauts d´Andilly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Route de la Berchére, 95580 Andilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/92/f092887eed241b18dc8d8e74317622915b6ab1e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="52.37" OriginalAmount="48.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.020736916992" Longitude="2.59037822485" StarRating="3" HotelCode="|COMF" HotelName="Geographotel Paris-Roissy CDG Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de Paris</AddressLine>
          </AddressLines>
          <PostalCode>(0)160036500</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/71468/768214.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901298539383" Longitude="2.3890121165676" StarRating="2" HotelCode="933601|203279" HotelName="B&amp;B Hotel Paris Porte de la Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Emile Reynaud, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/92/b89278829735d4350804f153492692cd939e57bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.821036720426" Longitude="2.3763333290376" StarRating="3" HotelCode="355143|200692" HotelName="Lodge In MIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16 Rue Theroigne de Mericourt, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/44/99442d257995ec0d86af19adbce910bd77353ada.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884227" Longitude="2.353513" StarRating="2" HotelCode="180127|200489" HotelName="Residence de Bruxelles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>88 Boulevard de la Chapelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/82/438257e7ccc50da27156e7848db54dbf1eda9516.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858124061447" Longitude="2.3776307702065" StarRating="3" HotelCode="189572|200037" HotelName="Au Royal Mad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue Sedaine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/75/8975a0e7b49b7e8fd423e6cae07cd9f11a692890.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891959461053" Longitude="2.384762763977" StarRating="3" HotelCode="71253|54267" HotelName="Hôtel ibis Paris la Villette Cité des Sciences 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-35 quai de l'Oise, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/82/368291f8e863bbf401301bef52afa8ce43db9737.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.13" OriginalAmount="52.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901090545418" Longitude="2.332599489584" StarRating="1.5" HotelCode="101868|36634213" HotelName="Hôtel hotelF1 Paris Saint Ouen Marché aux Puces" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d454a08d432a9749e1b96d6ff751430e0ae78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|54317" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/bd/52bd4ff7dad93256dbe7b67e11506ce61be1aecb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="2" HotelCode="552021|225302" HotelName="Residhome Paris Rosa Parks" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>3/13 Rue Gaston Tessier, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6ed52441414cc9d353ad7252693a2277975038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890236490461" Longitude="2.3993727564812" StarRating="4" HotelCode="29469|49938" HotelName="Mercure Porte de Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/7a/4b7adf66cf2407e22fef9404f4e017575a0165af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878734978703" Longitude="2.3460155725479" StarRating="2" HotelCode="64661|44403" HotelName="Hôtel de Paris" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/60/ed60fe9c9e80c000356c07a523ac55c83f6ca4ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|13491" HotelName="Bellevue Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|44481" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f5/21f5f74041bbf578a596ecf689213a725a4ecb89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901721" Longitude="2.3595" StarRating="4" HotelCode="82267|44611" HotelName="Novotel Suites Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/84/0d84a1fe1700fe31acb75124c177c8704234d174.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.797203" Longitude="2.347729" StarRating="2.5" HotelCode="111094|191857" HotelName="Campanile Villejuif" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20, Rue Du Docteur Pinel, 94800 Villejuif</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2e/9b2e80f34a218e842eabd62df6e923c76f407dec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86739658219" Longitude="2.3965286839247" StarRating="2" HotelCode="935631|203302" HotelName="Hipotel Paris Gambetta République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>236 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/41/4541bc5a808f0b3e7028ed49eda3b231495c0af3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.81" OriginalAmount="56.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896940675192" Longitude="2.3852439754198" StarRating="3" HotelCode="185980|1844727" HotelName="Forest Hill Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Ter Avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/e2/a4e2229d64fe663e3ab936991626eba919bbbecb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891087" Longitude="2.403294" StarRating="3" HotelCode="88728|50573" HotelName="Campanile Paris Est Pantin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62-64 Avenue Jean Lolive, Pantin 93500</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/5e/d35eea85917be423455c56bcf3fa2a17b7bdea16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887238786594" Longitude="2.3729272595072" StarRating="3" HotelCode="165997|32059" HotelName="Hôtel Tilde" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/5f/7e5f967e59c37a8ade1bea5c009650df401864a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86085251" Longitude="2.378262" StarRating="1" HotelCode="548303|200869" HotelName="Acacia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/29/4429573b84894b34020d083200fcfd53a5c44e33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865546" Longitude="2.417213" StarRating="3" HotelCode="63961|67399" HotelName="Campanile Porte de Bagnolet" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Avenue du General de Gaulle, Bagnolet 93170</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/63/e5639206d9f415acfef929fb7e7dbc09d811c26d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901181183323" Longitude="2.3340728944991" StarRating="2" HotelCode="147432|200581" HotelName="ibis budget Paris Porte de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue du Docteur Babinski, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/97/3e9766ed0e61e835e1749b7956de7667cea4149d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.26" OriginalAmount="58.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|46920828" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/97/3f973893c385bec192a263d9a70e8fbcd5f8a7b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85333041082" Longitude="2.4102050846558" StarRating="2" HotelCode="92757|36949" HotelName="Hipotel Paris Printania Maraîchers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19d6740af325811df8bd10dd461b0b12ec4970.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834019" Longitude="2.295319" StarRating="2" HotelCode="67993|15348" HotelName="Printania Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Olivier de Serres, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/2f/4c2f3ecbb2515e0a54cd88fe4cf428f460a38878.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.818956275893" Longitude="2.3258765084643" StarRating="2" HotelCode="187860|200591" HotelName="ibis budget Paris Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34e58f0e6eece6f9fb10d6b27c026b84325b79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860067" Longitude="2.411938" StarRating="2" HotelCode="172564|200791" HotelName="Résidence Internationale de Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 rue Louis Lumière, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/52/535245fd52f17ea2f8cde3e4d008fb6287b83337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.905884867094" Longitude="2.4575378687172" StarRating="3" HotelCode="888124|50572" HotelName="Hotel Campanile Paris Est - Bobigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Avenue Paul-Vaillant Couturier, 93000 Bobigny</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a4/8da486faa1c421b4b92a8a9aae82c7350bb2621e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8813775989" Longitude="2.3620278603047" StarRating="3" HotelCode="29503|21314" HotelName="Hotel At Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Philippe de Girard, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/27/83271c971171262d45f6be3d3483e174e3f84bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874297960646" Longitude="2.4051853369888" StarRating="2" HotelCode="79723|203306" HotelName="Hipotel Paris Lilas Gambetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Avenue Gambetta, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/27/b9272524ffec5fce6a901d3f9e0cd3d288a00b04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="66.32" OriginalAmount="61.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866191994506" Longitude="2.417441685244" StarRating="3" HotelCode="|MB6" HotelName="Reseda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Du General De Gaulle</AddressLine>
          </AddressLines>
          <PostalCode>(0)149726363</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/87198/993238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901651452649" Longitude="2.3602735159559" StarRating="2" HotelCode="141437|203249" HotelName="ibis budget Paris Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Impasse Marteau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ac/b9ac52ed0abb675f2d06811fe4b5e98308ce983a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|37774" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d6/55d65cba4d6c267433d4468dfd30567e09e2a396.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|280022" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d2/2e/d22ee477c0f608977315c717d9e8f936add6c254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881212410196" Longitude="2.3374177515507" StarRating="3" HotelCode="60436|225149" HotelName="Ibis Styles Paris Pigalle Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Frochot, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/f8/5cf86863ebea05eaf958b995150567f4d7c992ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887179" Longitude="2.386331" StarRating="2" HotelCode="97699|37563" HotelName="Appart'City Paris La Villette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 Avenue Jean Jaures, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c4/b3c4d418eba1a17fbd1f48eaf0e66777626d92bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82630901" Longitude="2.36034563" StarRating="1" HotelCode="440495|298477" HotelName="Hotel Tolbiac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue De Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b4ec1f605980b6480190cefdeeaf03062620d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880190451012" Longitude="2.3515727618077" StarRating="3" HotelCode="74047|37622" HotelName="Metropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Rue de Maubeuge, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/3c/503c7e9fe8a9b6e6fb9b5c6eed87b73aab1f2fbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|200802" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/4f/cc4ffdc7c8f947bd9db80275b798ac3fcaac9b10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.69" OriginalAmount="63.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|1085218" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/03/e3037a35d5b76a5fd9f878a7f752b59d2e383f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|13536" HotelName="Claret" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/cf/f8cf4487dd7dc8dc2b2e0bfc970d9931e5284a03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84942734755" Longitude="2.4163431312828" StarRating="2" HotelCode="213101|200584" HotelName="Ibis budget Paris Porte de Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue Léon Gaumont, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d6/38d6d88bd5978bd0b8a38c6442dd91da0042b34e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81816779335" Longitude="2.4005556106567" StarRating="4" HotelCode="888805|195238" HotelName="Mercure Paris Ivry Quai de Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Allee De La Seine, 94200 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/1d/3b1da154c42c401a67df606b70f31cf23918b942.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|54280" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a4/eca4621ad5fa103dea1862a2c60450159a661868.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2.5" HotelCode="50293|54308" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/18/a218b5b2d0a67638cb3f0a56f6b59cd6dcbe6bec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.40" OriginalAmount="65.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8969944" Longitude="2.3454932" StarRating="3" HotelCode="300871|2844211" HotelName="Hotel Kyriad Paris 18 - Porte de Clignancourt - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b9/d2b9a5639d562cb511691cd665283009bf962046.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896572567973" Longitude="2.3435767740011" StarRating="4" HotelCode="337117|119467" HotelName="Best Western Le 18 Paris Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Letort, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e6/cae6140f1d39feab0c5ae81d9ae5d00dc9e16a80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89103" Longitude="2.321293" StarRating="1" HotelCode="180118|37612" HotelName="HOTEL de l' Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue Des Moines, 17 Arrondissement, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/df/bedf6f00e1d30519ae1cc99dbeba86b73486ef3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|506" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/92/8192ea9efd137133595e4a06915c1a81f0dd4f9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|21313" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/c2/73c2d0682736dbe4b0ffb391d4dbb8ee5afa7b24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|507" HotelName="Belta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/09/2209728b9767923f37c2728fb61361637b55e4a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.940853298132" Longitude="2.3241877555847" StarRating="3" HotelCode="63979|226867" HotelName="Kyriad Villeneuve la Garenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard Charles De Gaulle, 92390 Villeneuve La Garenne</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/44/bb44731a3c51cff7d63b02a895b02fd52813f915.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88266714947" Longitude="2.3421887785215" StarRating="3" HotelCode="933876|57828" HotelName="Regina Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Boulevard de Rochechouart, Montmartre-Pigalle (18e), 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/f3/c3f36cfe22b72d73db90fe57ed0bb9de6df85922.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.817297097111" Longitude="2.3504278063774" StarRating="3" HotelCode="29464|65968" HotelName="ibis Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du Val de Marne, 94250 Gentilly</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/9a/679a4053a3b2082fc597613dc27cf50e78f15339.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.05" OriginalAmount="67.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89286954484" Longitude="2.3428653180599" StarRating="3" HotelCode="74083|329488" HotelName="Hotel Eden Montmatre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/65/9a6551bf2c152fbfd84a29398168ddbfcec00c4b.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890434922994" Longitude="2.324284661333" StarRating="2" HotelCode="25343|55746" HotelName="Paris Legendre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>149 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/dc/16dc2ac3f88a882f2a5e8ec85ce36784936ec1c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|203100" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Brézin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/97/909745393b902064acbbf5efeadf24d1094c0031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864251" Longitude="2.375095" StarRating="2" HotelCode="144690|200166" HotelName="Beausejour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71, Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/81/d8810f6e7a2fc93381842cd08ed9b2eddb5b48d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892981" Longitude="2.373065" StarRating="2" HotelCode="79724|203281" HotelName="Hôtel Paris Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Curial, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fc/a6fc65bdc55e53c32f91c8ad07ce020dfe1ac935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.08" OriginalAmount="69.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827442507044" Longitude="2.3210307955742" StarRating="3" HotelCode="29356|9266" HotelName="Hôtel ibis Paris Alésia Montparnasse 14ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/85/dc8581785612c6871a2d8cd9fc21dc0a4f70c50c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.54" OriginalAmount="69.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868809" Longitude="2.368125" StarRating="2.5" HotelCode="94369|331931" HotelName="Absolute" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue de la Fontaine au Roi, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/de/eddece8d60ef62f4872ba9a4902532d0d0b949f4.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.71" OriginalAmount="69.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="1" HotelCode="385602|2699232" HotelName="St Christopher's Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d1/84d1ecae26777e6b6e549a7bbbb6a5297178f395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877935894884" Longitude="2.3378160595894" StarRating="2" HotelCode="32579|3893" HotelName="Antin Saint Georges" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Notre-Dame De Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0c/d30cbdd644519219bc1e530cd8089d2af34aeaaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880044427" Longitude="2.4077876415253" StarRating="2" HotelCode="300870|89548" HotelName="B&amp;B Hôtel PARIS Porte des Lilas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Avenue René Fonck, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/62/db625a2b8a4cc785c02235b5c3cdedc5d84de8b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880594" Longitude="2.33972" StarRating="3" HotelCode="39464|39260" HotelName="Grand Hotel de Turin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/04/6d04700284e8131fbbc89e7137ee8f6c9cdb6fdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836354" Longitude="2.29473" StarRating="2" HotelCode="76707|224811" HotelName="Avenir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>373 Rue De Vaugirard, 75015 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf756d8aa310c0d2f983d507eed5992ad45f4f4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|6085" HotelName="Kyriad Hotel Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6a/a56a1ea585e1127ceebeb44b9115a8bd455a77c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="0" HotelCode="766912|298484" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/af/8cafcdd8b24be234c3c7bd0c09ba29f4108b311e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8394" Longitude="2.26322" StarRating="3" HotelCode="78151|28763" HotelName="Hôtel Ohm by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Claude Terrasse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b4/74b412517c1056c710f169ef41f71decf2392308.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|2055" HotelName="Royal Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd313df218534c64e8ab5888c4c1c7e83f0a9ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896363611899" Longitude="2.3283867537975" StarRating="3" HotelCode="173800|203266" HotelName="Hotel Source" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue St. Ouen, 75017 Paris, Ilke de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/2291f7014b7f4255b33e54c5087f63f7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.91" OriginalAmount="70.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.44" OriginalAmount="70.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823500062262" Longitude="2.3306472987788" StarRating="3" HotelCode="36459|1102470" HotelName="Villa Royale Montsouris" 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,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Rue De La Tombe Issoire, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/39/37397110363a02737b77528dfc4a6ee7c6e53949.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|13468" HotelName="Alane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/98/4c9843a0ac5915a9e9f7cc0f253af1f0cc2f1e11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8865222905" Longitude="2.3094262182713" StarRating="3" HotelCode="34956|50540" HotelName="Glasgow Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/8e/858e0bb89049704ef72671cb8d0e248f730f5d26.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861013" Longitude="2.380632" StarRating="3" HotelCode="110550|203046" HotelName="Hotel du Chemin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d7/58d79a539c8153a9562c6c5c78540328bab32c42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88862391784" Longitude="2.3498509671524" StarRating="4" HotelCode="160621|18913" HotelName="The Playce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>66 Boulevard Barbès, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/dd/1fddadfab90551229a26a1c72c8e1ba029e899b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823994" Longitude="2.327468" StarRating="3" HotelCode="154978|55028" HotelName="Virgina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66, Rue Pere Corentin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/0e/820ee590592d5aed4f364d11709c336b05568c51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="76.58" OriginalAmount="71.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891593" Longitude="2.344948" StarRating="3" HotelCode="74081|328603" HotelName="Montclair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Ramey, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/44/b84480e51c2b31eb5d5d40db3dd7d8ccbc31a7b0.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884892853814" Longitude="2.3974278532803" StarRating="4" HotelCode="406136|92918" HotelName="Hipark by Adagio Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Boulevard d'Indochine, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/55/8055e97795c016b66cdb7b29e835d634ed92030f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831862039179" Longitude="2.3044785803565" StarRating="2" HotelCode="110526|203110" HotelName="Arty Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue des Morillons, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd7d75a866428a4cf6911aa6a1297e663004085.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854252" Longitude="2.382649" StarRating="3" HotelCode="142311|18840" HotelName="BLC Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/cd/bfcd442f157a9fad1ab7d5559760eb0e280539a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876199210643" Longitude="2.3500040173531" StarRating="3" HotelCode="37011|1868" HotelName="Exe Panorama" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/c3/c8c391e805d24a05a16ccf4243dddda5e5b83b23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864450619225" Longitude="2.4062535472908" StarRating="3" HotelCode="75639|6508" HotelName="Hipotel Paris Belgrand Marie 20Éme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Belgrand, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/24/0b24c16cc5ed5ea957e808434ef799f888aa0c12.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886188295408" Longitude="2.3361967772911" StarRating="1" HotelCode="74077|200172" HotelName="Hôtel Bonséjour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Burq, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890770956333" Longitude="2.3211510659167" StarRating="1" HotelCode="178223|200526" HotelName="Viator" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue des Moines, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/68/916845d7133346788e563dc1640ecfa6742410be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842062" Longitude="2.325444" StarRating="3" HotelCode="67676|24637" HotelName="Hôtel Unic Renoir St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/38/53384061360d0fd2c43f6125b4a0352f95ebd810.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845746728365" Longitude="2.3706288635731" StarRating="3" HotelCode="60484|200050" HotelName="Best Western Hôtel Aurore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Traversiere, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/33/de332bda87ca96e3b0a0af9b935e1bed497e5f9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835887988787" Longitude="2.3221728933732" StarRating="2" HotelCode="336224|200360" HotelName="Hotel La Perle Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Maison Dieu, 14th Arr., 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/06/51069f9e64be80a47c7fcee50eae43afaf9db621.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832248" Longitude="2.350429" StarRating="3" HotelCode="110510|224989" HotelName="Le Vert Galant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Croulebarbe, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/26/c326b88fd10e774a7059e8ddc622194927b066f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854546897702" Longitude="2.415554523468" StarRating="3" HotelCode="32824|54319" HotelName="Hôtel ibis Paris Porte de Montreuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue du Professeur Andre Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/4b/b44bde6b530be60a756a11e527c948ccac415c0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845562" Longitude="2.402112" StarRating="2" HotelCode="904085|514781" HotelName="Lux Picpus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>74 Boulevard Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c4/03c4d6f217426eb7420a6d4c46fe2f2dbe827f01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888836202457" Longitude="2.3942363262177" StarRating="4" HotelCode="13791|13290" HotelName="Mercure Paris 19 Philharmonie La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" 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,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Avenue Jean Jaures, 75019 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/79/7479832b198cd0d04849e862a49558f7f9a86894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8486135" Longitude="2.40787912" StarRating="3" HotelCode="399689|25011" HotelName="Hotel Comete" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Bis Rue des Maraichers, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/549850/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="78.28" OriginalAmount="73.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.0007" Longitude="2.5191" StarRating="4" HotelCode="|2AE" HotelName="Clarion Paris CDG Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Allee du Verger, Roissy</AddressLine>
          </AddressLines>
          <PostalCode>(0)139947080</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/237500/20022031.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849422478562" Longitude="2.380967438221" StarRating="3" HotelCode="33001|5430" HotelName="Color Design Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Citeaux, 12ème Arrondissement, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857312705549" Longitude="2.3805228834324" StarRating="3" HotelCode="148871|37610" HotelName="Hipotel Paris Voltaire Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/df/79dfcbe58c58313cead19abcf2cc48c0a12b0f29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878148" Longitude="2.327031" StarRating="3" HotelCode="61172|10821" HotelName="Opera Deauville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/93/96937c4e8f7e0ba27756c2e459a8dc39bb73fec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880311941104" Longitude="2.3743396997452" StarRating="2" HotelCode="187837|201149" HotelName="Relais Bergson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Avenue Simon Bolivar, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/93/b993926bc0354b413afd51939d8ddb52a0308f11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824495849371" Longitude="2.3272846736106" StarRating="2" HotelCode="60434|226779" HotelName="Le Glam's Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/03/60034616c22995ef2dddf1955d2c257b0e42d340.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84176024" Longitude="2.38422466" StarRating="0" HotelCode="583995|239010" HotelName="Residhome Paris Gare De Lyon - Jacqueline De Romilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue Jorge Semprùn, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/6f/ce6f363baada43d7252b703dc200b67fabe122ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864491" Longitude="2.371107" StarRating="3" HotelCode="34660|49272" HotelName="Hôtel Saint Martin Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/a8/c0a89a1d584f60e0863ba1a494ec6615da3ff89d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832126" Longitude="2.321826" StarRating="3" HotelCode="73982|32862" HotelName="Ariane Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de la Sablière, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cd/94cdb9e9f946d0fb642de3db4aba947aeab8cb16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880990679221" Longitude="2.3514814212117" StarRating="3" HotelCode="11620|55425" HotelName="Avalon Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a8/24a8a5778f6b88eb62ba5c55d73d8b8328ced3e4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|23772" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/cb/60cbef49b604b831daccf2129f6b6310c6f42990.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833285" Longitude="2.356039" StarRating="3" HotelCode="905584|57667" HotelName="Hôtel des Ecrivains" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/34/2834e4f51c1eafea3e593c82e9a32b35592b97b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894077381419" Longitude="2.336847782135" StarRating="3" HotelCode="60435|200397" HotelName="Lumieres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Damrémont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/12/8f12bcf003092ffad599f8d5680f5aea299991a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881076591215" Longitude="2.3653542995453" StarRating="3" HotelCode="11353|50621" HotelName="Paris Louis Blanc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Rue du Faubourg St Martin, 75010 Paris-10, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/15/8e154ae25a0b96f102d4fe46682588cde59357f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885317673527" Longitude="2.330185174942" StarRating="3" HotelCode="13781|55258" HotelName="ibis Paris Montmartre 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/df/ecdf9ab9425392d20fe440f8149ba7630b3626bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896631387894" Longitude="2.3457560201535" StarRating="3" HotelCode="25634|49943" HotelName="Hôtel ibis Paris Ornano Montmartre Nord 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Bis Boulevard Ornano, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/1a/1b1a4f14facdea5edfda145253e2a4cd45980f64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859693" Longitude="2.402814" StarRating="2.5" HotelCode="151774|203308" HotelName="Mama Shelter Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109, rue de Bagnolet, 75020 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ac/90ac41e9038af08a60669658b78bc4e8f011d1fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880156" Longitude="2.326942" StarRating="3" HotelCode="395329|4644" HotelName="New Hotel Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e5/92e55f58d697b09c8f18102da6c04d546da37a55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.71" OriginalAmount="75.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|1154575" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/06/3106d26c5674abbbcf5774703ab0f0eded631202.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855368" Longitude="2.378674" StarRating="3" HotelCode="75249|313" HotelName="Grand Nouvel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>152 Avenue Ledru-Rollin, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/55/a55591c4ba82771376ab96e5a9fdec3a301a77a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888972372126" Longitude="2.3544900970376" StarRating="2" HotelCode="486888|224962" HotelName="Hôtel Du Globe 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ernestine, 18th Arr., 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6c/2f6c9ec64ede804d091abfe46a8305ab9fc989f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876613410107" Longitude="2.3439276588955" StarRating="3" HotelCode="64605|1131" HotelName="Lebron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5fd8e7df193a9218ac68a8c1274e00da063019.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.30" OriginalAmount="76.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824663981487" Longitude="2.3268176615238" StarRating="2" HotelCode="187855|332858" HotelName="Parc Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/4f/a04f1a7b2f3c5f5c2ec436804cd48943667c6071.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.36" OriginalAmount="76.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861533335287" Longitude="2.3710459470749" StarRating="2" HotelCode="187859|332507" HotelName="Saint Sebastien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue Saint Sébastien, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/ed/36ed97fa03e9d897569db3bffb5a3167c9f81dd4.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.889869668175" Longitude="2.3210817575455" StarRating="3" HotelCode="14338|13546" HotelName="121 Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>121 Avenue de Clichy, 75017 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/40/7e4027ea90b703f263c8d0da569a2d747028bbb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891955" Longitude="2.213889" StarRating="2.5" HotelCode="110307|69579" HotelName="Campanile Paris Ouest - Nanterre - La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-22 Avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/37/1b371f2b80fce5a622c127686130ae5683f45643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.912441860091" Longitude="2.2311365604401" StarRating="4" HotelCode="75243|50710" HotelName="Courtyard By Marriott Défense West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Blvd Charles De Gaulle, 92700 Colombes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c7/20c777b1354d3023c515b090c986cb1f359c580a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837889955754" Longitude="2.296187505126" StarRating="3" HotelCode="180072|200151" HotelName="Hôtel Auguste" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/eb/52ebe0d7a770c63c32bfa25d5209fe6e7743885a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865645" Longitude="2.366577" StarRating="2" HotelCode="149714|201289" HotelName="Hôtel Voltaire République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/ab/a4aba576135090f8137298ab95c09f92e164fd66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831565" Longitude="2.357401" StarRating="3" HotelCode="13456|30728" HotelName="Timhotel Paris Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>178 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/83/f3835d7e76c862f0c2db4eb91b3a85f6018d130f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892392" Longitude="2.213316" StarRating="3" HotelCode="110309|71375" HotelName="L'Amandier - Nanterre La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, avenue Pablo Picasso, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/3b/3a3b4004ae2781666cde06541cb825cb7493bcc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835791" Longitude="2.318961" StarRating="3" HotelCode="20229|32955" HotelName="Hotel Orchidee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c9/03c9629a1d6ec25650d906dd45f137823342fa57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893488590775" Longitude="2.4136881573104" StarRating="3" HotelCode="110416|67431" HotelName="Hôtel ibis Paris Pantin Église" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Avenue Jean Lolive, 93500 Pantin</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b297dfee6b6bffa61c232ea5e66c981b5b4344d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833828911808" Longitude="2.3549741506576" StarRating="3" HotelCode="60486|55310" HotelName="Kyriad Italie Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, Rue Véronèse, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/67/06670be7ca8d2147dceb7a51fea26cb2414b9564.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856095119172" Longitude="2.4151786441803" StarRating="4" HotelCode="82268|44613" HotelName="Novotel Suites Paris Montreuil Vincennes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Professeur Lemierre, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5d/555d71810efa34c8c051a21b4c13dc466e340dcb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83511" Longitude="2.282514" StarRating="3" HotelCode="81195|225296" HotelName="Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/44/44441c521e3ce7daa190a6e73f4d277ed5c0ba0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880155" Longitude="2.334224" StarRating="3" HotelCode="34595|1864" HotelName="Villa Boheme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/30/2330b3722d4512061a8955db4c0899f691263b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855077" Longitude="2.386537" StarRating="3" HotelCode="82864|6288" HotelName="Classics Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/db/6edb5ed8a25204b51f36ce3a54d28e51bb3efb7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|238931" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/fc/8cfca1ec847cef39af4aaa3f94f750e4e4d1164e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825801525043" Longitude="2.3526600668982" StarRating="3" HotelCode="64086|55237" HotelName="Hôtel ibis Paris Italie Tolbiac 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>177 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d8/a1/d8a1213b0abf6fe921838ef8545b37d34e857773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|50585" HotelName="Hotel L' Interlude" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3e/083e51cf7ea1b9ebe7bd7ec418d3a7750c50af75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827919264295" Longitude="2.368905544281" StarRating="3" HotelCode="337159|15502" HotelName="Residence Richemont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Jean Colly, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/95/f69599bbca1fed63dc5927ce033e1b4e665cda22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846370698252" Longitude="2.3795592784882" StarRating="3" HotelCode="39441|36788" HotelName="Hôtel Trianon Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d9f1018dbc38a2b949f6e53a2fbc8b7fb8333.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.89" OriginalAmount="78.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834349517018" Longitude="2.3239605742397" StarRating="3" HotelCode="11354|1049737" HotelName="Campanile Paris XIV - Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/19/4519d1ae7beb574b690fa8b69c89f11dabcd195e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.893375532653" Longitude="2.3798704147339" StarRating="3" HotelCode="25636|37567" HotelName="Hotel Campanile Paris 19 - La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147/151 Avenue de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/7c/fc7c3a999abe2ff738f692973f77aaf2dc57047e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873414" Longitude="2.343949" StarRating="3" HotelCode="89357|54282" HotelName="Royal Bergere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b2/18b23f3e9d3aa2a5d117e00634e70a67bb16c7d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823591" Longitude="2.324751" StarRating="2" HotelCode="907209|348474" HotelName="Hotel Terminus Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197 boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/56/7c56c1f3195d6c5fd7a82adf59f9182279b4a3fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855415181956" Longitude="2.4097260832787" StarRating="2" HotelCode="34567|5347" HotelName="Comfort Davout Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue des Orteaux, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/6b/116b1398233a6a275a297d5c980111422a10297c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="978147|407279" HotelName="Moxy Paris Charles de Gaulle Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du Signe, 95700 Paris, Roissy-en-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/47/81474b7270af0edfe3697da39c6566304936a161.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880561" Longitude="2.339257" StarRating="2" HotelCode="902166|10881" HotelName="Hotel Saint Georges Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/35/4335a5d9947f214fefa0a4e51beda51fc4be0d1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851546" Longitude="2.398978" StarRating="2" HotelCode="25353|1861" HotelName="Timhotel Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue d'Avron, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/47/c447144192736a6dd2acd304cc0e96505c396cc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.33" OriginalAmount="79.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892861" Longitude="2.34125" StarRating="3" HotelCode="258815|1136607" HotelName="Les Jardins de Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/56/77565102aaf1c8e28affaafdf627f672e81925b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.42" OriginalAmount="79.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874710762159" Longitude="2.3557640570737" StarRating="2" HotelCode="74046|636021" HotelName="De Bordeaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue du Faubourg-Saint-Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/7b/177bae60451425253ae8974fe3c0d14a69546b92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886555" Longitude="2.348049" StarRating="3" HotelCode="267513|57811" HotelName="Boronali Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fc/ddfc149ef2073d853bbeb98af1dde0276bf010e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828990185803" Longitude="2.3005346953869" StarRating="2" HotelCode="57104|55287" HotelName="Clarisse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Boulevard Lefebvre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3d/e33d0fe50810c6b422c7f68419c98b3210b74eac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868778" Longitude="2.360023" StarRating="2" HotelCode="78969|238889" HotelName="Excelsior Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Lancry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/96/8796968dba88ce628e8e794c5dc7e1b08bfde1a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|32002" HotelName="Pax Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadc10ab5d8b54c4a4e8c4aeb738103ffca39c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|55650" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/ca/dbca44034844869342bc4805dc9a5d42a1d33a45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|55249" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/81/df817b03f30ed6539d081a32d854ffb813cdc63c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849458661076" Longitude="2.3853152990341" StarRating="3" HotelCode="59056|57343" HotelName="Hôtel ibis Paris Gare de Lyon Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/23/0b2330422f5381b69382c5b873b2435fecd45ee1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.895245" Longitude="2.340911" StarRating="2.5" HotelCode="901643|56953" HotelName="Ibis Styles Paris Montmartre Nord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77, rue du Ruisseau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e9/7be955f8a94798d8377403a7cfd949ba08d2d637.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886492307706" Longitude="2.3122867941856" StarRating="2" HotelCode="34587|35215" HotelName="Prince Albert Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Passage Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c6/30c64e5a2171a4fd4263de72d5c6c56f894c20ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.57" OriginalAmount="80.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833361038624" Longitude="2.3169377446175" StarRating="3" HotelCode="173012|362564" HotelName="Atelier Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>84 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/18/611889a365509219fcf1946a7603ae79598c0387.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|195801" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/ef/00ef59bf4ad90636044e3b88faa633fa4aee3d14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870772" Longitude="2.359819" StarRating="2" HotelCode="149265|202994" HotelName="District Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/87/0787bd5d4c4bd588f9ba9509f7e61c00fe863d27.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85696062" Longitude="2.38485894" StarRating="2" HotelCode="417305|200497" HotelName="Hotel de Belfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Belfort, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/4a/744a3a0ac2eaa5c8df0ade34cc74a6f0f3dfb993.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82234236" Longitude="2.33456919" StarRating="3" HotelCode="308152|348445" HotelName="Hôtel du Parc Montsouris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Pets allowed,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Parc Montsouris, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ae/93aec540430a8a358d1ebb2b79bdd9cbe0701b33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834465477194" Longitude="2.3640192722451" StarRating="3" HotelCode="323981|62305" HotelName="Hôtel Jenner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/28/a72853b11e961e2ceca7d5857fa114faa7edc410.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833766388485" Longitude="2.3229264290319" StarRating="3" HotelCode="14331|55236" HotelName="ibis Paris Maine Montparnasse 14ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue du Château, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a0/f0a0855b5791ff173a5df344c3ac3e180814a555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832942" Longitude="2.359269" StarRating="3" HotelCode="165674|56918" HotelName="Jack's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Stephen Pichon, Paris 75013, France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/49/f1494e4cbf60fb2cba13a39110f3a26aea0f3e9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="87.53" OriginalAmount="81.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|451123" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ce/94ceb849d171622f5885a1776f3e98326a90b3bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.896491189474" Longitude="2.3847541576856" StarRating="3" HotelCode="101779|3028" HotelName="Adagio Access Paris La Villette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 bis avenue Corentin Cariou, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/79/1779303034a04072387720d154f9ac7590fd5bf4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|3120" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d3/2ad3a4605bcd00ce81f9692fb61a2a925449ded4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|30748" HotelName="Berkeley" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ec/7eec40bbd7265b50b9b3dac78fe823e678b202a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|1765" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/3c/723caaace4db49e6506b29743b7af72dae9ca797.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839208256696" Longitude="2.3225113749504" StarRating="3" HotelCode="57862|1560" HotelName="Citadines Maine Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/e2/3ee211021d5602414778de963e59588f226d0fcd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88726005" Longitude="2.37323928" StarRating="2" HotelCode="324092|64142" HotelName="Hôtel du Quai de Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 passage de Flandre, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/49/f5496d0758b3aeaada9b88848b326d673acd97f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866576234832" Longitude="2.3728859424591" StarRating="3" HotelCode="386790|55226" HotelName="Hotel Hor Les Lumières" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Jean-Pierre Timbaud, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e5/97e5d449d9009dee906855cc4ab8b5d9d5d49838.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876635812914" Longitude="2.3541614413261" StarRating="3" HotelCode="110495|30746" HotelName="The Originals Paris Gare de l'Est Parisiana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/66/3a6646130dfc63340046e63952e9c54a9d58a637.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867123" Longitude="2.374232" StarRating="2" HotelCode="25346|224991" HotelName="Léonard de Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue des Trois Bornes, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/41/e341e7f152fb83dc910f2c7566887e99bcc4704d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870315508742" Longitude="2.3514311846561" StarRating="2" HotelCode="303902|62747" HotelName="Mazagran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/af/68afafafc1ece83cb66ab2bcb19edcb729ed535f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831462234366" Longitude="2.3198143816147" StarRating="2" HotelCode="94385|200410" HotelName="Moulin Vert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>74 rue du Moulin Vert, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ca/d8ca49af176b927a4689cd61b4dfd03badf05a3c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87256322" Longitude="2.35531113" StarRating="1" HotelCode="324325|348473" HotelName="Pacific" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>70 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/13/1613e18d5e0915651b748364058f7b91b35a658d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.901641909717" Longitude="2.3288440704346" StarRating="3" HotelCode="13524|37636" HotelName="Kyriad Paris Nord Porte de Saint-Ouen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue La Fontaine, 93400 Saint-Ouen</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/03/c103f75f6971a5778c8c6110d357f6a184e9fe8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.822788" Longitude="2.36136" StarRating="1" HotelCode="901408|348621" HotelName="Novex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Designated Smoking Area,Garden,Internet,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Caillaux, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/89/8f89276eab035b760ab1bbe3ba9d3f7be765a6e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871856795202" Longitude="2.3434996604919" StarRating="2" HotelCode="58334|5240" HotelName="Victoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis Cité Bergere, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/20/d820b49129d0fd4684740db528bac0a5dbdad252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843305492823" Longitude="2.3071825504303" StarRating="3" HotelCode="76353|55115" HotelName="Aberotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/60/a060f9350424e9d14c870805237f860283791a0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.34" OriginalAmount="82.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833518" Longitude="2.324825" StarRating="2" HotelCode="110518|328359" HotelName="Transcontinental" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2d/a02dd4923e9a9c78d99d198f47eb71b7bb9cd400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.35" OriginalAmount="82.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890642108124" Longitude="2.3248368501663" StarRating="3" HotelCode="57106|2414597" HotelName="Ambassadeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue Legendre, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/01/4c0151a3f019a01e4ee9d3c0a7a74bb031173348.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874336331476" Longitude="2.3321016132832" StarRating="3" HotelCode="34568|3935" HotelName="Antin Trinite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Rue de Provence, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/52/175243b702b3e7782173195cf6b6ccaf8ad101a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882089933038" Longitude="2.3708809912205" StarRating="2" HotelCode="35954|37566" HotelName="Des Buttes Chaumont Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/c1/a5c18d055faf811ca7d989aab84f6f6c85ef82bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85369801175" Longitude="2.3881155252457" StarRating="3" HotelCode="47668|6458" HotelName="Comfort Hotel Nation Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Léon Frot, 11th Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/72/827222b152735b44ef9003af66cc767d12a4e3ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8585747" Longitude="2.3684939" StarRating="3" HotelCode="63224|101647" HotelName="Bastille De Launay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42, Rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/a1/9ba1aa4da0dffa13607d35ab1eb11e280136a866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884513395409" Longitude="2.3758600183119" StarRating="2" HotelCode="298448|203285" HotelName="ibis budget Paris La Villette 19ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>57-63 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/67/67d56ce611766da8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880376467282" Longitude="2.2858672198255" StarRating="4" HotelCode="18212|50602" HotelName="Hôtel Villa des Ternes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/e1/b4e17518c2be2667f50dc6d0472f0b2386de2c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870478927906" Longitude="2.3601856827736" StarRating="2" HotelCode="69499|10213" HotelName="Little" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/2b/d92bd3c8b7abe942824d9d610f909ab4eab5eec9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|38012" HotelName="Murat" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 bis boulevard Murat, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a8/12a8632018ba3d0f49cc2fe5b52110ed51e079d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882088" Longitude="2.331708" StarRating="0" HotelCode="67788|37640" HotelName="R. Kipling" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Blanche, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/c0/23c06b31761f61dcea23fbcf39c7e3fb9a8df5fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840262" Longitude="2.324146" StarRating="4" HotelCode="110514|50663" HotelName="Timhotel Tour Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis Rue de la Gaité, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a1/caa10cb64ec3f4144365916e44c0f5b7037f686e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839103" Longitude="2.3975025423279" StarRating="3" HotelCode="97061|13060" HotelName="Grand Hotel Doré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/4e/4a4ebdce84df0b99f3de4dd6e0c1885abdcfeecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883438" Longitude="2.325274" StarRating="2" HotelCode="74064|200207" HotelName="Darcet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Darcet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e4/73e4ddf5f55781dd5c93889d639d17665b5cd269.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891334755721" Longitude="2.3246041938291" StarRating="3" HotelCode="377824|203200" HotelName="Hôtel Le Mireille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Davy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/23/542392d168839856b7d4229fa88f1ffe6c6d208f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|55292" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/3c/bd3c7bb2dde082ab2211c94879aa84c3196066b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879428213265" Longitude="2.3568141460419" StarRating="2" HotelCode="69393|225132" HotelName="Picardy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e6/39e6af6bc90f1145cdbd0e5f010288184ee47a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876848379509" Longitude="2.3457473516464" StarRating="3" HotelCode="36462|32865" HotelName="Hotel Williams Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/c8/69c8ccc71b52a2622270bcf68c32374cf5b19e3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.824123" Longitude="2.3300514" StarRating="1" HotelCode="199733|37634" HotelName="Montsouris Orleans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Beaunier, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fd/cffd96b4ed9bc64612301c7949e8ff0d5e2e81b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879576384292" Longitude="2.3549151420593" StarRating="4" HotelCode="302692|21310" HotelName="25hours Hotel Terminus Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de Denain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/59/01591df9a6bb69b79e3a90b48ebe2b977127b4a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878299" Longitude="2.384219" StarRating="3" HotelCode="180098|203286" HotelName="Nouveau Paris Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a5/caa50b30f32dc3c1ff46b77b753136bf0e35202a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872988523374" Longitude="2.3540300130844" StarRating="4" HotelCode="31200|948" HotelName="Best Western Aulivia Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/44/73444308fb48c8f3c0b2d4eb65a90cfe496aed08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|200492" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/40/4a4076bc238348ca9cb55de6eac737500a7c9a6a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879408809884" Longitude="2.3683744668961" StarRating="3" HotelCode="27108|225146" HotelName="Hôtel ibis Paris Canal Saint-Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Louis Blanc, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/62/8f620ca4cbf9fbf79ca4ccd5bf73dc4a72f36435.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855123990744" Longitude="2.4095369875431" StarRating="2" HotelCode="29451|226228" HotelName="ibis Styles Paris Nation Porte De Montreuil" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de la Croix Saint Simon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/42/c742cc5a526efd4eafc29f6369dc46c8cf8c79d3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828957519946" Longitude="2.3740942776203" StarRating="3" HotelCode="34549|5294" HotelName="Ibis Styles Paris Tolbiac Bibliotheque" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c8/5bc8764e61a90d6ce897dfd283ff95f3c92b8eec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875871991133" Longitude="2.35897095314" StarRating="4" HotelCode="39394|30729" HotelName="Holiday Inn Paris - Gare De L'est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/4e/b34e189b77b3ef059ffb08bfeaf5cf27cc6c03bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823614988876" Longitude="2.3249139499198" StarRating="3" HotelCode="165996|50359" HotelName="Hotel The Originals Paris Porte d'Orléans Acropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>199 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ed/49ed470ab74960b0d0674aa2493be06bb48e99ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|409862" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/e8/a7e87df02e78ead1539b0d1289938a6db0041cda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847642" Longitude="2.399875" StarRating="3" HotelCode="69859|422833" HotelName="Agate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1e/c41eacf611cdbf3535229a1e5e96d7d64f3c1e75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877489057009" Longitude="2.3424158478413" StarRating="3" HotelCode="47806|13562" HotelName="Corona Rodier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Rodier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/54/0f54c0b63500e0ed2a9adfaea572eb7526679f48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85371627975" Longitude="2.3806107399178" StarRating="3" HotelCode="50415|192628" HotelName="Hotel Exquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6c/376cf57d0cc2b640008b3320e68cd8f07b246c93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885269" Longitude="2.293366" StarRating="2" HotelCode="151201|55718" HotelName="Le Villiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133, avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/d8/12d84aa02b9183a43d90e666051cba6bb5e0334d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880218" Longitude="2.285978" StarRating="4" HotelCode="180107|46141" HotelName="Les Jardins De La Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Belidor, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f8/0cf8793878a7dbe8979734fd00fa674b745be91b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890926133263" Longitude="2.3761888751339" StarRating="3" HotelCode="401769|200517" HotelName="Hotel Trema" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Rue de Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88769" Longitude="2.252296" StarRating="4" HotelCode="70763|31262" HotelName="Novotel Paris La Défense" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Boulevard De Neuilly, Paris-La Défense 92081</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/61/63618ba1cb3ccc1d31bba54d74f626fda6efaa0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847088" Longitude="2.318546" StarRating="3" HotelCode="80405|57283" HotelName="Mayet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Mayet, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/a5/0ba5f1c50d1a168f2c2b43d4e94c62f183c96221.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87321681" Longitude="2.3827721" StarRating="3" HotelCode="439979|200500" HotelName="Hôtel Scarlett" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jouye-Rouve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/37/693755224d0345f5b32928c283d4cdfa2302a667.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839286815215" Longitude="2.3891749978065" StarRating="4" HotelCode="34402|2051" HotelName="Le 209 Paris Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>209 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3c/db3cb19341cd81787daa56b24f671e5b260cb69f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846706174515" Longitude="2.3050174196434" StarRating="3" HotelCode="97447|18853" HotelName="Hotel Eiffel Segur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0638fedc12a4281dd12c526e6c52b6f52600f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851641918555" Longitude="2.3907896876335" StarRating="3" HotelCode="35562|13078" HotelName="Grand Francais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>223 Boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/57/4d576ec848f69d50f91a42b0f029695579d170e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83486594" Longitude="2.32423759" StarRating="0" HotelCode="555342|440252" HotelName="Petit Palace Hôtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>131 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/99/79990b29f33576f64d247c3655f5e6e9c076366f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878546002151" Longitude="2.3383990943753" StarRating="3" HotelCode="25633|224812" HotelName="Hotel Arvor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Laferrière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/4a/cf4a2b843a72b37ab6ac1a702ade9f1d85247712.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871191953661" Longitude="2.3550446158501" StarRating="3" HotelCode="47531|4365" HotelName="Hôtel Brady - Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/90/38904b0bd0f883fd0116cb38b8f10a67c5562a5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882179889283" Longitude="2.3185953497887" StarRating="3" HotelCode="34588|54313" HotelName="Hôtel du Théâtre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Cheroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/58/bd58ea1e62592c7e97fe0ea60ac427fde8ef29fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|13541" HotelName="Hotel Havane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ab/04aba3e8b462a01ab87cc28568e7661f2d4ad682.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839991" Longitude="2.391856" StarRating="2" HotelCode="178205|200773" HotelName="Pink" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Dugommier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/72/737239955f51361998b296017fc5453e38162395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82517063" Longitude="2.36077744" StarRating="0" HotelCode="662867|488927" HotelName="Arian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue De Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ab/c3abddc22eae1122f89980abd9d731bf6fcb2686.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|61197" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/5c/b45ce8af27577f82885aabaceed0f747852e4ad1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="3" HotelCode="189436|203229" HotelName="Hotel Prince Albert Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue Ordener, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/31/fe317d99eb1385ccce946129dd33231f0e40a511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|13632" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Arrivée, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/4c/a44c1e385c5ffc33288d7ce7159c0df2f9087e9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="94.40" OriginalAmount="88.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879213011707" Longitude="2.3622268438339" StarRating="3" HotelCode="36931|99133" HotelName="ibis Styles Paris Gare de l'Est Château Landon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 rue de Château Landon, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1e/7d1e87a2a84cd46ea0de82aa65dba68aa0cdf584.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873072321402" Longitude="2.3425045609474" StarRating="3" HotelCode="29348|11887" HotelName="Best Western Hotel Opéra Drouot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Grange Batelière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/25/9e25b13ab5af4a5f6719d77e16df491a646d6c97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869137" Longitude="2.39533003" StarRating="3" HotelCode="975801|422798" HotelName="Hotel Bridget" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>258 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/cc/4acca71ea9912942d5287357618ed439fdd0675d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876079254605" Longitude="2.2898045182228" StarRating="3" HotelCode="12449|9780" HotelName="Fertel Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/2c/942c7ec5914d6ac78ac46ab041d0853e7f7ff49e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878143" Longitude="2.285187" StarRating="3" HotelCode="370574|12301" HotelName="Fertel Maillot" 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>269 boulevard Pereire Sud, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09c9d360e564ad2b3641e1cb271b0fdf536ad95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839462846925" Longitude="2.3228462166228" StarRating="3" HotelCode="189579|224819" HotelName="Hôtel de la Gaîté" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/f9/08f93f1e74c3ff289c84b0e3f1029dc25ab37fd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880910785724" Longitude="2.3626747727394" StarRating="3" HotelCode="69779|56843" HotelName="Hôtel ibis Paris Gare du Nord Château-Landon 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>197-199 Rue La Fayette, Near Gare du Nord and Gare de l'Est Train Stations, l’Entrepôt/10. Arrondissement, 75010 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/e0/10e0f7ac0729ed985bbe1eb5b634871db37b28f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|34613" HotelName="Le Patio Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/00/23007ebcf8c6ce06bffab25e343cfc38a82933ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864009420566" Longitude="2.3687345975533" StarRating="2" HotelCode="151925|57268" HotelName="Hotel Mary's Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/98/0c98e6e7378fa5746ee9bc61b7b59cf07b56b0f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830045193268" Longitude="2.3202180862427" StarRating="2" HotelCode="96585|7174" HotelName="Montparnasse-Alesia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Ter Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/2c/ba2c4d8bdaca9f0dce15ad0b7a958469853091ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870785908027" Longitude="2.3517018556595" StarRating="3" HotelCode="39378|32196" HotelName="Hôtel Regina Opéra Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Mazagran, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/36/7936b56239e34d07256eb7ccaf72a97936618bd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.53" OriginalAmount="89.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|112230" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/47/b9476d1807159f4c65c9fcaa0927297b59a52295.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.83" OriginalAmount="89.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873885596027" Longitude="2.3504170775413" StarRating="3" HotelCode="34883|18042" HotelName="Hauteville Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/73/8c734a95f206bc6885f68536b5fa6a16541005f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.88" OriginalAmount="89.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873911" Longitude="2.347065" StarRating="3" HotelCode="337153|2892651" HotelName="Peyris Opera" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/1c/c21c842af9eb6e2cb33bca471996e8f144b8b336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879201546024" Longitude="2.3430289328098" StarRating="3" HotelCode="14446|1098363" HotelName="Marena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue De La Tour D Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/c3/a8c39365700df44c238c5ba700068a06b2e9741a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.97" OriginalAmount="89.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|2433518" HotelName="Villa Eugénie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/f6/bff6022a8ef5fb703c24c4f7bdebfd6336b6c5ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|202980" HotelName="Hotel Albert 1er" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca5a6ac372623dd53d7fd9a43ddb7a5c189f738.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883802" Longitude="2.331585" StarRating="3" HotelCode="180117|220235" HotelName="Goldhotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Boulevard De Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/7c/a37c117d339b02119e2c34587bc41782f5f09cd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845114807514" Longitude="2.2973415255547" StarRating="3" HotelCode="48365|203112" HotelName="Hotel Alyss Saphir Cambronne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/b0/00b026881d5aa710e843d579f0fbf3d3278c42f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844275" Longitude="2.323281" StarRating="3" HotelCode="82341|225142" HotelName="Terminus Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/3e/c93e0b24b8bede9c5bd9f67a870daa4b6e11e5f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829274" Longitude="2.356618" StarRating="3" HotelCode="110508|54293" HotelName="ibis Paris Avenue d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 bis Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8f/4c8fd2688e39e59d22c6867f27023983c0e5a012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830238" Longitude="2.302024" StarRating="3" HotelCode="110522|55239" HotelName="Hôtel ibis Paris Brancion Parc des Expositions 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/dd/d4ddbae1f4693f351481098ba741b50826e52f3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846931117195" Longitude="2.4079920351505" StarRating="3" HotelCode="31196|37609" HotelName="Hôtel ibis Styles Paris Nation Cours de Vincennes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Cours de Vincennes, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/1f/d11f5db4f4e25441024ef2e239377c6b7721da28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842371684351" Longitude="2.3631870746612" StarRating="3" HotelCode="59790|54311" HotelName="Libertel Austerlitz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard de l’Hôpital, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3e/523e0a5af5d24c8ff1eb15c61db47082b74d740d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|54288" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/a5/f0a592b6ed2c151688356b95b9c1aaf7bfdaa190.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.65" OriginalAmount="90.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2.5" HotelCode="25351|35386" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/ef/8eefa8e534ba809439b1ed9ced41778848b11a28.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.02" OriginalAmount="90.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881259" Longitude="2.294725" StarRating="4" HotelCode="68257|2789487" HotelName="Westside Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Pierre Demours, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/02/b9023e67fd3489bcbb37ab30bf4143fa79150af2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880052" Longitude="2.326273" StarRating="3" HotelCode="64604|5348" HotelName="Alexandrine Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue De Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/zz/50adcb40014edbd585becdbcbe7a81e91c25182b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838946" Longitude="2.322602" StarRating="3" HotelCode="25178|7243" HotelName="Arcadié Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/56/e5564e300019f1b6c87c7f9cd44a214cca6a90f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|3503" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/bd/15bd1b6dcb036a281e322acc12a9974dbff8cded.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837805542124" Longitude="2.3463812502613" StarRating="3" HotelCode="934272|55542" HotelName="The Five Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Flatters, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4e/af4e381d579309bf9f5fe5472052a9d7f526c00b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|49276" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/9c/259c15b9e78069c14ed9aef5690e2c65e24059db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836166446719" Longitude="2.278847694397" StarRating="3" HotelCode="33000|15274" HotelName="Median Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/5d/205d0f6ed1b4947064cdb6c0f946b574e0c30105.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879172" Longitude="2.287642" StarRating="3" HotelCode="101138|55423" HotelName="Villa Brunel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46, rue Brunel, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db566570fbb88c7e5b947237331eacd1ab5f3f5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877500185966" Longitude="2.3541668057442" StarRating="2" HotelCode="70509|200749" HotelName="Nord Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue des Petits-Hotels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b0/48b0d3ed2d020123a90a3f1656142ea5ae6252d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.816054606817" Longitude="2.3643310368061" StarRating="4" HotelCode="38276|42286" HotelName="Novotel Paris Porte d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Voltaire, 94270 Le Kremlin Bicetre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/85/25854f726613408557b8f8613bdc7991982ab5be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|35787" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/9b/879b7adf93fee1a1b84ba12d0b9839217c8010b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847236711104" Longitude="2.2859112245369" StarRating="3" HotelCode="37122|55294" HotelName="Hôtel Beaugrenelle Staint-Charles Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b2/66b28c7245b6a7c40cfcd8021b08ba87043d1fc4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833813" Longitude="2.317557" StarRating="3" HotelCode="14228|199973" HotelName="9 Hotel Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988fd0b2e8b802591368f1e4c9aba67cfb2ebdbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|55082" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/83/60834e9498e5f925639f1b235eb962c2ef2330ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835974" Longitude="2.405967" StarRating="3" HotelCode="110501|56768" HotelName="de la Porte Doree" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/eb/b4ebfa7e0d3c2e465bfa963a16af29ad8986c1dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866293080173" Longitude="2.3679431539828" StarRating="3" HotelCode="317179|225145" HotelName="Hôtel ibis Paris Avenue de la République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d265161afae7800b1509a44d0a4a4b4307f898e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892487626944" Longitude="2.3745730519295" StarRating="2" HotelCode="59523|2175" HotelName="Ibis Styles Paris Crimee La Villette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>219 Rue de Crimee, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/1353a8d8823e8136739289f647f81726baddf929.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81899" Longitude="2.325834" StarRating="3" HotelCode="110272|76400" HotelName="Ibis Styles Paris Porte d'Orleans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41, avenue Aristide Briand, 92120 Montrouge</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/90/5690113f592e604373f699e4b77985477b744143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2.5" HotelCode="258817|55254" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/bf/b4bfe3dcac7c8dd6b28a47274d068a190921b51f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846472549873" Longitude="2.4062604312106" StarRating="3" HotelCode="104071|44483" HotelName="Hotel le Twelve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/7e/c57ec806c79c03153b8883c86028eb95e0f1c556.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8469305" Longitude="2.397383" StarRating="2" HotelCode="224990|225292" HotelName="Nouvel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Avenue du Bel air, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/2c/f02cff9510eab5dbbfad53abcf2d0be27b74df18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886878" Longitude="2.318175" StarRating="2" HotelCode="906750|4505" HotelName="Hotel du Roi René" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Place du Dr. Felix Lobligeois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b0/4ab00cb5d8ce3dbf9d249f64a939700e397d2109.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890499260539" Longitude="2.3175626993179" StarRating="3" HotelCode="32473|6261" HotelName="Abrial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/97/9597cf832d06b5ee10d4f4d76a21a9f853d81cdc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.89" OriginalAmount="92.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830953" Longitude="2.330619" StarRating="3" HotelCode="34432|115571" HotelName="Sophie Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Sophie Germain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/6b/8e6bee568d68c928b3fd1ea9d0f4a5eb3760d0a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.90" OriginalAmount="92.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836837320281" Longitude="2.295513600111" StarRating="3" HotelCode="34440|1667906" HotelName="Quality Hotel Abaca Messidor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>330 rue de Vaugirard, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/49/d14927522801fb79d411945efc11017eaefdc004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847396" Longitude="2.371569" StarRating="3" HotelCode="23688|56817" HotelName="Corail" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/63/aa639b79df7f255ca2af44b0924e0720225d2927.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876633166851" Longitude="2.2908465564251" StarRating="3" HotelCode="59055|46132" HotelName="Acacias Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a9/c2a91c03ce95f7933ef88d3a3034365aa87555fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88238978656" Longitude="2.3497921228409" StarRating="2" HotelCode="29156|3513" HotelName="Altona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/48/9d48eee748480c1b05a46013214155503c9aed52.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|2701" HotelName="Appia La Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7886/a_7886_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881503" Longitude="2.298229" StarRating="3" HotelCode="110552|50533" HotelName="Elysees Flaubert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/84/1e845d732955ae223f170e0fcb1960d2f508817f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846809" Longitude="2.371794" StarRating="3.5" HotelCode="13393|7247" HotelName="Holiday Inn Paris - Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue De Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4a/3f4a79c1390bab528381d053adcf92a7fbd54a57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846745" Longitude="2.287768" StarRating="3" HotelCode="76455|55301" HotelName="Alize Grenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>87 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/7a/4e7ae40b8c916dd3f32c322b73ea6452050300a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848862" Longitude="2.368472" StarRating="3" HotelCode="110502|224960" HotelName="des Trois Gares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Jules Cesar, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/00/030061c67ad2d76d5324bb1c13bef75c666c8f21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88357" Longitude="2.334037" StarRating="4" HotelCode="73811|18844" HotelName="Le Chat Noir Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>68 Boulevard De Clichy, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e8/25e8aa44d467ed2f0792a8ee55bd652622d81998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|18066" HotelName="Hotel Paris Lafayette" 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>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/28/3828c524b6dd12e54c6fd6ec9c1e02f04ee70c89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|200495" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6e/7a6e8ed4d4838725c7f9ceb60a84097de0a8b550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846315979846" Longitude="2.3764626681805" StarRating="3" HotelCode="13703|54314" HotelName="ibis Paris Gare de Lyon Diderot 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Bis Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/0f/4f0f88351336dce69180c71679354192173e3def.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823731" Longitude="2.324101" StarRating="4" HotelCode="15448|6983" HotelName="Mercure Paris Alésia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>185-187 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc2b9a763f4967b09fd36b2f22c0366f5e7e557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835744497958" Longitude="2.3020152747631" StarRating="3" HotelCode="172084|55131" HotelName="Chouette Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 Rue de la Convention, entre la Porte de Versailles et la Tour Eiffel, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e8/ece807f3e4ab4b41750b5c57921b2b9fc1fbf429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86959" Longitude="2.334625" StarRating="4" HotelCode="79267|54304" HotelName="Golden Tulip Opera de Noailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Michodière, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1e5e9a3f26e9cbbb62cab59f4f1a922bc2aec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887574" Longitude="2.311071" StarRating="3" HotelCode="97242|203194" HotelName="de la Felicite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue de la Felicite, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a9/a1a9b13f1069af603a0b9a4390479e322069b660.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|41810" HotelName="Etoile Saint Ferdinand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/55/2055ce6c9e1889ea305f831d6187de0e6baee773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838325645712" Longitude="2.2904708208808" StarRating="4" HotelCode="14789|46687" HotelName="Mercure Paris 15 Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Lambert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f2/b8f20a2e6f77d7814d870a347e4404cfa3a289c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847291" Longitude="2.371015" StarRating="3" HotelCode="401339|200980" HotelName="Alexandrie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Austerlitz, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/12/ef124da488f789b801b325237fe71fa691fcfa33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828397248484" Longitude="2.3473508247987" StarRating="2" HotelCode="35312|5114" HotelName="ibis Styles Paris Place d'Italie Butte aux Cailles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Barrault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/f2/ecf2cc9a968945ed34826218a3ee77cbb4c3a630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868478218215" Longitude="2.3715877532959" StarRating="3" HotelCode="258544|200611" HotelName="Hotel International Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Auguste Barbier, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/3e/be3ed2c82eaa32d79a48cf8ce8883a9c0ce6e289.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877404" Longitude="2.356094" StarRating="3" HotelCode="97038|56059" HotelName="Midnight Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Rue du Faubourg St Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/bb/f6bb46be5e702f8de3ecb3f80b863fcc0906760b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|13885" HotelName="Villa Lutèce Port Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4d/ff4daafba412c057a05f16a39de54fb1a4d988fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84533476" Longitude="2.38336171" StarRating="2" HotelCode="935883|200842" HotelName="Zazie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c3/cdc338cc681f40124b9f5bd0414a70aa609b4010.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.94" OriginalAmount="94.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836346524189" Longitude="2.2896865010262" StarRating="3" HotelCode="168457|2500994" HotelName="Viceversa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>213 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4c/754c22037d102885a498c91a270dbcac17709edd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.15" OriginalAmount="94.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873988798044" Longitude="2.3426507413387" StarRating="2" HotelCode="187852|327807" HotelName="Jeff" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>53 rue Richer, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f753d3970791ec2eb28020403fa4a19eb7ab33dc.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.15" OriginalAmount="94.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="2" HotelCode="486763|362501" HotelName="Hôtel Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de la Roquette, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/5a/435a072a4da8779c67348e8bafd5185a7818110e.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831122249103" Longitude="2.2823399305344" StarRating="0" HotelCode="75481|15898" HotelName="Aparthotel Adagio Paris XV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue d’Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/6c/506cef603c798061f93c716ffdb71010389470e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882781357276" Longitude="2.3449493944645" StarRating="2" HotelCode="64673|203219" HotelName="Avenir Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Boulevard Rochechouart, 09. Opéra, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/13/66134865b8447ed31dad80a26e5c5eda7e923c6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|4313" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/18/b31849ff9c4c5d0a83776f642dc5c4d12a2da788.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885188920655" Longitude="2.331170886755" StarRating="3" HotelCode="47462|4292" HotelName="Citadines Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue Rachel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3e/423e2d84062ab914d1117ad964c3ab6882ff006f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864549" Longitude="2.3749" StarRating="3" HotelCode="25177|10308" HotelName="Citadines République Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 bis Avenue Parmentier, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901907acda8c6cee943a278c865a6a0ae9874a89.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871622513316" Longitude="2.378161697726" StarRating="3" HotelCode="935630|200115" HotelName="Hipotel Paris Bordeaux Ménilmontant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Lemon, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/11/561177595c2aaf09e397d53732faf291dab3459f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843398" Longitude="2.32989" StarRating="3" HotelCode="110447|200195" HotelName="Danemark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/44/52441ad63b6e8f6a4f10446ccdbf481bce6bbdc5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882227513113" Longitude="2.3448903858662" StarRating="2" HotelCode="52556|249601" HotelName="Hotel du Square d Anvers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Anvers, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da6b35daa2b03cb0d509b76b9e6c6f52fe8528.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|54997" HotelName="Terminus Lyon" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/19/6b19e3f2a545af3c29b0e392f3c8c0b29b51ce7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832704205735" Longitude="2.3591123556455" StarRating="3" HotelCode="110509|200602" HotelName="Hôtel ibis Paris Place d'Italie 13ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Avenue Stephen Pichon, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/76/4b76cbdb6750e0510a86a26f343f1b0dcb2f80d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|35829" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/94/979439bb7b55fde270cb191e28f0256607308f26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882126973865" Longitude="2.3257300257683" StarRating="3" HotelCode="34747|32195" HotelName="Hotel Regence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Saint Petersbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/fe/e2febea321f84db261f81d8037f0110731ce9cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875388619758" Longitude="2.3261457681656" StarRating="3" HotelCode="18609|203422" HotelName="Timhotel Opéra Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Rue Saint Lazare, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/dc/24dcb32a6c05ed7c2acd42591ff6ed5931350d6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881876506789" Longitude="2.3221251368523" StarRating="3" HotelCode="27834|8946" HotelName="Berne Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/74/fb74bb5c7b4c8ce6074281e626e1545aa65da80c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87675257" Longitude="2.3269601" StarRating="3" HotelCode="128353|5303" HotelName="Grand Hôtel du Calvados" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/6d/376decf5572a004fbb407265c8e459f4a3540012.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87010919" Longitude="2.36988697" StarRating="2" HotelCode="591683|224810" HotelName="Hotel Aix Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue D'Aix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/1a/3f1af9f2acc802f9cac2b21858de6157d41a127a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849396003535" Longitude="2.3744255304336" StarRating="3" HotelCode="10773|203087" HotelName="Hôtel Albe Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue de Charenton, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/51/b751a7a5aa80ea461ad88d9d96c51f9c2525720e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89118175087" Longitude="2.3390538990498" StarRating="2" HotelCode="200878|1263" HotelName="The Originals Paris Montmartre Apolonia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Rue Marcadet, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/19/3e199790e106d20b1d24c9df6cde24ea2ca8c9bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884078" Longitude="2.313303" StarRating="3" HotelCode="32472|37633" HotelName="Hotel Duette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Rue de Lévis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bf/f7bff79ae663916982f580e58fc1cc57eaa9fc45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884388" Longitude="2.349112" StarRating="2" HotelCode="180095|57222" HotelName="Nation Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Boissieu, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/fb/91fbbb89108ce2ba54016e14bf3b81ee5c9fae19.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84628" Longitude="2.373324" StarRating="2" HotelCode="901731|55981" HotelName="Palym" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4, rue Emile Gilbert, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d0/36d0ea57857166d4de5a2b0fe7517abed1cb781e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849402" Longitude="2.398764" StarRating="3" HotelCode="70641|13887" HotelName="Pavillon Nation" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/85/9b85f52eab6fb30d93523214a16f94a8f30945bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87913892571" Longitude="2.3434647917748" StarRating="2" HotelCode="60657|17326" HotelName="Pavillon Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue de la Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4f/eb4ff6919de2bf811d440a0acaf69b59912ffbe4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|200687" HotelName="Les Piaules Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/15/a215bd80b0c9acc6e95a5d4873c57d95d0f02790.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842678864195" Longitude="2.3243472701865" StarRating="4" HotelCode="59109|6086" HotelName="Timhotel Odessa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/0f/440f532ccbecd44556f537bcca5bc7f228f624c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881754" Longitude="2.34719" StarRating="2" HotelCode="94384|225158" HotelName="Vintage Hostel &amp; Budget Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue de Dunkerque, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/c4/34c4f0bb353a2aed0f9b9217cb5299cd66aaed7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88106087" Longitude="2.35139036" StarRating="3" HotelCode="759825|202991" HotelName="Avalon Suites Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Elevator,Internet,Luggage Storage,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/a4/c3a47918f210c68de3d2c06a2be95937951a5cdf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|1607" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cd/9d/cd9d84525f66ecfca433e8531ddb675580954f8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840532" Longitude="2.323791" StarRating="3" HotelCode="110512|55984" HotelName="Central Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 bis Rue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/55/0e55cdd3f096b32905460f392e9a6e11868534e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838005" Longitude="2.349523" StarRating="3" HotelCode="225001|238854" HotelName="Hotel de l'Esperance" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/81/4c813d934891c5ffade09beacba67b4b376c4da4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85408" Longitude="2.382014" StarRating="2" HotelCode="89358|203044" HotelName="Hôtel des Arts Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Godefroy Cavaignac, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/9c/749c74df5debd83d68fa58748f01f690c4337ca7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|3936" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ee/c7ee21214487b2dd72ccb51541a942d7bd90e4df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87512400618" Longitude="2.3354315757752" StarRating="3" HotelCode="337158|201115" HotelName="Mogador" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/6f/206f0a8d8919a793ad033bf49f1b7fa581878dcd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867338448356" Longitude="2.3625218868256" StarRating="2" HotelCode="15676|57049" HotelName="Paris Bruxelles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 rue de Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/98/ec98322b6177315c565a7cadff7a42323df51075.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.823555000406" Longitude="2.3715488612652" StarRating="3" HotelCode="56962|225148" HotelName="ibis Styles Paris Massena Olympiades" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82-84 rue Regnault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/64/d3643d8bf0d7240385445ef1223d6526b79a1c03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.06" OriginalAmount="97.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ee/1dee2394d2516ddb7a9bd48eeda26833380f7897.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|54820" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/97/e29783297b6972061e27c55b46784ab855d2fdc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850237902541" Longitude="2.2903302311897" StarRating="3" HotelCode="35366|24691" HotelName="Beaugrenelle Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/89/a089e4543ad23a98293209781c5997a3e47ca443.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837569974564" Longitude="2.355043888092" StarRating="3" HotelCode="27517|2700" HotelName="Grand Hotel des Gobelins" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 boulevard Saint Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ea/44ea8a2071c98e4b2b77fa893537d5b1464e7f7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879082479163" Longitude="2.3382452130318" StarRating="3" HotelCode="37229|55253" HotelName="Hotel des 3 Poussins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/79/e879476966689daef3f1e8e47523180adb84c302.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843450603916" Longitude="2.3202138521655" StarRating="3" HotelCode="110525|444465" HotelName="Hôtel ibis Paris Tour Montparnasse 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Avenue du Maine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/3b/4e3bb1aab960166c81b491cb00bdfc4937ceb87b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|18838" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/38/b33869f81a1ce132fc3129553d2bbd88358f19e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8639788" Longitude="2.3688289" StarRating="3" HotelCode="224997|200133" HotelName="Hotel Alhambra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/19/17197468944bebad5b205a4c349a9ee4948fcd2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434719" Longitude="2.39798889" StarRating="3" HotelCode="592812|238944" HotelName="Hotel Terre Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Terre Neuve, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/40/644049d72003996b77eb4eb10562e19beaaab9f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835885" Longitude="2.294965" StarRating="3" HotelCode="128332|55059" HotelName="Hôtel ibis Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Eugène Gibez, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1a/2f1a5b91f28ac34b331d8d8ff3a47225360a12b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879472311831" Longitude="2.3203267157078" StarRating="3" HotelCode="38360|200646" HotelName="Idol Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue d'Edimbourg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/8c/6b8cac83a35d9af40b0673ed0cb1f6a221921c23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|55955" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/a6/0aa683d1c6830b65e2ea5af489457effca4f8236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82934058" Longitude="2.29232592" StarRating="3" HotelCode="840807|394149" HotelName="Mama Shelter Paris West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue De La Porte De La Plaine, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d2/aed20676aa49276cd2bba1ff884f6beba78fedeb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878327" Longitude="2.347599" StarRating="3" HotelCode="16583|201256" HotelName="Relais du Pre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Pierre Sémard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245cf4ed50ffc41b551487df4778db37ab173f7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878912257158" Longitude="2.3448595404625" StarRating="3.5" HotelCode="58700|32189" HotelName="ZE Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de la Tour d’Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4c/024ce8abd27225aa280bbd7de0b6c7efe3394a61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="105.44" OriginalAmount="98.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884115673203" Longitude="2.3328767716885" StarRating="4" HotelCode="189596|177415" HotelName="Hôtel du Beaumont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f7/d9f7259418a536bd3c1be86fd3d1f6864d83fe2b.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873962" Longitude="2.346864" StarRating="3" HotelCode="76924|1025" HotelName="Aida Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Richer, alternativ: 17 Rue Du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/e0/8ae09a079c5e494472631145f3d3a4300b3a3a4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833269" Longitude="2.356424" StarRating="2" HotelCode="146402|56808" HotelName="Hotel Coypel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Coypel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/c2/eac22e17027ba0e84691e33a912681a54d5ef5fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83972" Longitude="2.309348" StarRating="2" HotelCode="145363|200176" HotelName="Cactus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47, rue des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d6/78d6e2c01f7410ebbe132946dff4c990135224e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883717" Longitude="2.322757" StarRating="2" HotelCode="110539|55991" HotelName="Du Mont Dore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Mont Dore, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7c/de7cd56cedd40396e41fbb5c6bebc69c5ee0c2bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868545" Longitude="2.355591" StarRating="3" HotelCode="110430|55286" HotelName="Hôtel du Plat d’Etain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Meslay, 3ème Arrondissement, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/27/7927d65db96fd6e1042610e2a439ac7cbffe20a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84376294" Longitude="2.28875665" StarRating="4" HotelCode="731748|261230" HotelName="Hôtel Rose Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue de l'Église, 15ème Arrondissement, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/65/4b65de721326beda74fd50abff703430d594ef7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884573" Longitude="2.3793029999999" StarRating="1" HotelCode="310578|61740" HotelName="Ibis Styles Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Petit, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363c5b64f88289d9b43d87821ea0ceaf7770134.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873675444957" Longitude="2.3449106923862" StarRating="3" HotelCode="14635|13553" HotelName="Le Wit Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Boule Rouge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/d1/24d16d67ed8a26e780c4eeec05b85e66d9eb3559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881188597804" Longitude="2.3277980089188" StarRating="4" HotelCode="34548|6312" HotelName="Maison Nabis by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6d/1e6df1af7cd82f1b9608d7766439baa03b2dd813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874655" Longitude="2.34167" StarRating="2" HotelCode="44280|3885" HotelName="Monte Carlo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/2d/5f2d230737032ad461e00af260dadf1550e0c36d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|24636" HotelName="Villa Alessandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f0/b4f0819fd06fd1d6070d1363bddf45b6f26569aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="106.78" OriginalAmount="99.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885314" Longitude="2.335956" StarRating="2" HotelCode="130476|121750" HotelName="Audran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Audran, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/76/3d761a9cc59ef5c90327600ca5832b5b2fb9b8a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832847936641" Longitude="2.3572234012059" StarRating="4" HotelCode="298949|89550" HotelName="C.O.Q Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Edouard Manet, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/85/6185ef8fc167655e63e86ddc6c0fe5afb50b579a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850657" Longitude="2.39242" StarRating="3" HotelCode="149501|30741" HotelName="Hôtel Du Prince Eugène" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>247, boulevard Voltaire, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/96/2f9649ccf1fdc19d87a768437652bf5b3758d3bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873019396348" Longitude="2.3586675524712" StarRating="3" HotelCode="67904|9029" HotelName="Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>49 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888901456044" Longitude="2.3331677913666" StarRating="3" HotelCode="13502|1871" HotelName="Holiday Inn Paris - Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Damremont, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/6c/a06cec3cea6beb6068e68280c507e32232c473f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839379938579" Longitude="2.3509249300594" StarRating="2" HotelCode="110441|200227" HotelName="Hotel de France Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2c/882c0ae22863ac6f3018355be38c5296d1b5f912.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841350476894" Longitude="2.3260760307312" StarRating="3" HotelCode="187843|58711" HotelName="Delambre Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6c/4a6cac4edfe7bdfee61e155589529ce43cdfc460.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|57841" HotelName="Hôtel Mistral" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/ea/94ea4d7c7798cf0ac3e99d1d9b06271fef5b3796.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841562" Longitude="2.324685" StarRating="2" HotelCode="110516|200418" HotelName="Odessa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue D'odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d2/a0d2187e098bfe16e5f04eb789d6f5fddfebc16b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880292538066" Longitude="2.3197098076344" StarRating="3" HotelCode="36467|62922" HotelName="New Orient" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c9/3dc99a218df655abac1e689da5e00b4907d2532b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|298483" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/20/0920140b33c0036894cab27d32d4259a60df3cbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883036" Longitude="2.332893" StarRating="3" HotelCode="58165|7155" HotelName="Moulin Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39, rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f4/0cf429b44bf4969e41e0e9c6d733e1356f7fc7c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.03" OriginalAmount="100.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.895287077521" Longitude="2.2236800193787" StarRating="4" HotelCode="401817|99062" HotelName="Mercure Paris La Défense Grande Arche Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17/20 Esplanade Charles de Gaulle, Rue des Trois Fontanot, 92000 Nanterre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/c6/2fc693b9bebeb91a137d6a531c0ca8504b13d844.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882113958738" Longitude="2.2820589889897" StarRating="4" HotelCode="300279|44386" HotelName="AC Hotel by Marriott Paris Porte Maillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Gustave Charpentier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd978d72c749d5985fe553f4050dace56007e2d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8779749" Longitude="2.327723" StarRating="3" HotelCode="94375|55421" HotelName="ATN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 rue d'Athenes, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/1b/441b633cff74f840a7cb889becbd404d462b043d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846438" Longitude="2.305868" StarRating="2" HotelCode="110521|55539" HotelName="Eiffel Villa Garibaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Garibaldi, 48, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/08/99084b17af42a1d6f14c1fafb7ff0a7a189c43ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849575150945" Longitude="2.2969847917557" StarRating="3" HotelCode="34746|54279" HotelName="Europe Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/30/f630e66e1829e7696d7a00c3606b587b817be3fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885491" Longitude="2.3356359883433" StarRating="2.5" HotelCode="47660|1686" HotelName="Hôtel Basss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Rue des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1e/671eaf15eda4fdc8f23b85c4be1b5164c497906e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875758" Longitude="2.357415" StarRating="3" HotelCode="146525|200191" HotelName="Hôtel d'Alsace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85, Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e1/f4e1ca98b8fbb5da9a1443c422c097faff5fe589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833074" Longitude="2.332622" StarRating="3" HotelCode="78830|224965" HotelName="Du Midi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Avenue René Coty, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/25/ef25439df6994849eccefff4a4fcf6841441095c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844241049069" Longitude="2.3234716057777" StarRating="3" HotelCode="34407|55220" HotelName="Hôtel Edouard 6" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Boulevard du Montparnasse, Montparnasse District, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4f/d04f80373ff76410e62a8449516744300a739dbe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="0" HotelCode="63986|37615" HotelName="Josephine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1a/7a1aac261931373b6ad98ea39ca002519b16594d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|57493" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c3/42c3497f41c971c405d9e8c05b95290dffc399b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846078777034" Longitude="2.3770521370628" StarRating="2" HotelCode="324960|279984" HotelName="Hotel Prince Albert Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>38 boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/69/7f6925cddc9a229e9eb4c66bc15098cc124061a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833729" Longitude="2.315064" StarRating="3" HotelCode="110515|238958" HotelName="Le Fabe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 bis Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/11/4511fcfa4d17fce942696188770ddcfa8bf88954.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84722" Longitude="2.377724" StarRating="2.5" HotelCode="408909|55980" HotelName="Prince Albert Lyon Bercy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Charenton, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/c1/d7c1690398bdd5b489cbdc436fed1f7a7ab87812.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|50589" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ff/52/ff5297fcc70e00a12b0d0aa50d2280e3afa8851b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.99" OriginalAmount="101.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833595" Longitude="2.317705" StarRating="3" HotelCode="79992|2256594" HotelName="Le 55 Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue de Plaisance, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/06/1b0675f799877de2bdf4c23151fb43f63016153f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837203" Longitude="2.2971384" StarRating="3" HotelCode="63959|55581" HotelName="Convention Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/7c/b67cb4076ab6a7a556d2a56946e6742da19cb984.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877492" Longitude="2.353713" StarRating="2" HotelCode="147042|238884" HotelName="Du Brabant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e5106159189b3bc0c29638d4872190117cacb19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83281976204" Longitude="2.30360588322" StarRating="2" HotelCode="199729|57345" HotelName="Hotel Du Home Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue Brancion, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/07/0e074ce9697c034759a0693f391e94a7a954a854.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|56049" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e4/5ce4ea4a8c285dc386378d1cf85f10bd7001b71d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873000872566" Longitude="2.3435197770596" StarRating="3" HotelCode="36468|28878" HotelName="Hôtel Axel Opéra by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2b/612bbf2872660e71f9451408aacf038f7e60beb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|225294" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d0/16d0bfb8dad9be633e35eacd97cc53e6fae30999.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|25020" HotelName="Villa Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/f1/28f1ed2b5b9559fa6840afeb112a189a09dfc90d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882172833898" Longitude="2.3367753624916" StarRating="4" HotelCode="49888|37648" HotelName="Villa Royale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/aa/25aa843f9891819f5bfd967325b5e86197b453b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843038" Longitude="2.31319" StarRating="3" HotelCode="110519|224799" HotelName="Avia Saphir Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/b2/58b2d0dd27d0e57e5513a3e6b33b4a50c46be845.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850415281972" Longitude="2.2887396812439" StarRating="2" HotelCode="36466|1863" HotelName="Campanile Paris 15 Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Saint-Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2b/a92b216a419d026181c53b8451c21fa6652b80d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850448816322" Longitude="2.2914782166481" StarRating="3" HotelCode="32602|917" HotelName="Eiffel Capitol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/20/ab204d8153c416f4eb7aa59f3c35dc2084bd9a94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872009399169" Longitude="2.3447281122208" StarRating="3" HotelCode="47999|10332" HotelName="Hôtel d'Espagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c8/88c8d38eef0726cb74fabd908ec627a26dffe2a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871233" Longitude="2.362394" StarRating="2" HotelCode="147939|224975" HotelName="Garden Saint Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Yves Toudic, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ca/f6ca721addf0145d372036c62a0e5c10506e6bcc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839067815609" Longitude="2.3316220932541" StarRating="3" HotelCode="97082|224980" HotelName="Hôtel Istria Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Campagne Premiere, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/35/063521c2d179f98a3974656ec5b67a95859f9ba8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|201072" HotelName="Lautrec Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/85/fe85b51e422839b0978703f75e74c5e774fbfc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84404891233" Longitude="2.2796457778394" StarRating="3" HotelCode="303895|58037" HotelName="Hotel Mirabeau Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Sébastien Mercier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/52/ce52aff61e7c63966005abbeb390990682eb1bed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8785443" Longitude="2.2938685" StarRating="3" HotelCode="263482|203213" HotelName="Riviera Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f78dff92c027c9f7108c06acaa3ccd1c83bee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875104601129" Longitude="2.3583644628525" StarRating="2" HotelCode="59524|6503" HotelName="Sibour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Sibour, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a1b1944b1304efa5b8bf58c1b5e3b42d2cac05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880036770038" Longitude="2.3289352655411" StarRating="4" HotelCode="25006|7019" HotelName="Hotel R de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/69/fe692e177e8c895bdba60a454c21360778cb9ccb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.28" OriginalAmount="104.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876114" Longitude="2.346522" StarRating="3" HotelCode="74040|189943" HotelName="Best Western Anjou Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Riboutté, Square Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/09/f4095b82fc2d76b6e0e2ad6cfec055ffff31e6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|35799" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/83/bf83971f1a083c7c018f8b1ee4aeea6ca3fc32e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860999548686" Longitude="2.3789101839065" StarRating="3" HotelCode="100996|56924" HotelName="Gardette Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue du Géneral Blaise, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80050b8f1e417ec7fa1c8740b211ab579fb219.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85928" Longitude="2.307507" StarRating="2" HotelCode="110462|200985" HotelName="Hotel Amélie – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Amélie, 75007 Paris, Île de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/70/5a70ac3fcee1ed95b00d01852f9f2b7c4c56cc9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847643384259" Longitude="2.3719834788446" StarRating="3" HotelCode="148360|54977" HotelName="Hôtel de France Gare de Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/50/93502c174cb0c577f948a5d2bb4ba73508c351da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852958533878" Longitude="2.2759348154068" StarRating="3" HotelCode="34415|50532" HotelName="Eiffel Kennedy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/fb/9afb36a2ddc9952159064c625e1095f72ee566ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850419171494" Longitude="2.290825147244" StarRating="2" HotelCode="303896|58350" HotelName="Eiffel XV" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-15 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/03/4303e424059d83420e9bd594d3ae3377b5949a39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881109" Longitude="2.329187" StarRating="3" HotelCode="64170|224986" HotelName="Hotel Le Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue du Cardinal Mercier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/ff/f0ff6e69affc4bb33fa1f725d4965c393f52f7f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850895350516" Longitude="2.3699234426022" StarRating="3" HotelCode="32823|225129" HotelName="Pavillon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/85/fd85cf86ccfc467b4324baca13bda4a6fa09076c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831689018368" Longitude="2.3217844963074" StarRating="2.5" HotelCode="34877|10494" HotelName="Ibis Styles Paris Maine Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Hippolyte Maindron, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bce6f6d2dfe75df0846b536b85111ba9068bae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845068211283" Longitude="2.3209460863164" StarRating="4" HotelCode="161498|23959" HotelName="La Parizienne By Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76efa261755a6872f855071889cf1a7cc38b89a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882585055654" Longitude="2.3415677901783" StarRating="3" HotelCode="25176|62180" HotelName="Hôtel ibis Paris Sacré-Coeur 18ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Boulevard Rochechouart, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/80/d080cb43981f52ae3c2c591a9f7087cebe5c2b93.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830186447811" Longitude="2.352879345417" StarRating="3.5" HotelCode="36586|8220" HotelName="Mercure Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 boulevard Auguste Blanqui, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/97/df97378f9782ce467cc7620ac415bb7dc275896f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875362" Longitude="2.341471" StarRating="4" HotelCode="61841|1225" HotelName="Best Western Premier Opera Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49-51 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/2e/842e2d4d374c55cdf1590ffffedb122680251223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869418" Longitude="2.359141" StarRating="3" HotelCode="89360|23949" HotelName="Taylor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Taylor, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/4e/16/4e161f879f607ca054e0e2ce8744c96869a4a2dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842541" Longitude="2.323563" StarRating="3" HotelCode="70874|3114" HotelName="Waldorf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Départ, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccfc19d2fae85d7f80ee4732f9b79c6be878d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="111.57" OriginalAmount="104.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878375127967" Longitude="2.3476061224937" StarRating="3" HotelCode="16648|332291" HotelName="Résidence du Pré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Pierre Sémard, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/39/a5393b8865d6f2e66d19100cc45117639d06fd53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.68" OriginalAmount="104.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886612238773" Longitude="2.358820438385" StarRating="4" HotelCode="66362|1268780" HotelName="Kube" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-5 Passage Ruelle, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/bf/5abf5247d652e70aa48ddf47090e57110ba4242d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.00" OriginalAmount="104.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849576" Longitude="2.379727" StarRating="3" HotelCode="23494|2175893" HotelName="Mercure Paris Bastille Saint Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 rue Crozatier, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/69/a269bb7dbdce4ebf51782cd6e03913c2e8aebfd0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856503602355" Longitude="2.3561881126275" StarRating="3" HotelCode="12651|54312" HotelName="Hotel France Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/68/e2685b5a1b8d2b97b4b9cf4f2f445de2518c97eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883776144768" Longitude="2.3226052522659" StarRating="3" HotelCode="904815|200153" HotelName="Hôtel B Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue des Batignolles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/6d/b46d267eaf959d2734a62547eb94537e8286ccb9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84209" Longitude="2.303201" StarRating="3" HotelCode="110520|55986" HotelName="Carladez Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/15/dc1551636a703d3c7a98a6b4c0e2c37300648cd6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840836" Longitude="2.323891" StarRating="3" HotelCode="110513|200300" HotelName="du Parc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Jolivet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a2/12a27e155c3f4172487e3ce8ba9ed0df7e7c6a38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833716" Longitude="2.287081" StarRating="3" HotelCode="96665|13888" HotelName="Pavillon Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue du Hameau, Paris 75015</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/78/68785c67dce9209c2d69d58111553c5f429705aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838756322149" Longitude="2.4008560180664" StarRating="3" HotelCode="177794|57333" HotelName="Sweet Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue Gossec, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/31/5831a143948a6dce3e93a846a5ebdfda71b784a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842311939392" Longitude="2.320207057978" StarRating="3" HotelCode="267510|63636" HotelName="Hotel Miramar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Place Bienvenue, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c7/fec70ac8b2b6704252d742b11dcc295865bdc68c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.829358" Longitude="2.374886" StarRating="3" HotelCode="28200|22612" HotelName="Quality Suites Bercy Bibliothèque by HappyCulture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 rue de Tolbiac, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/99/9199d9d67f8089e7085f90770e24642df47ddf32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836521859232" Longitude="2.2536573791332" StarRating="3" HotelCode="572187|238953" HotelName="ibis Styles Paris 16 Sud Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Ferdinand Buisson, 75016 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09ce85373ec10b6ef70a84f4e3da0567a37089b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832936" Longitude="2.355431" StarRating="3" HotelCode="259917|7096" HotelName="La Manufacture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Philipe de Champagne, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f0/02f07cc4ac465785f37f67e9cca1c02aa2692878.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884125373981" Longitude="2.3489391803741" StarRating="1" HotelCode="76150|13594" HotelName="Bervic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Bervic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/103579/l_103579_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3.5" HotelCode="906469|35826" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/15/ea15d2d227d0f853b129b1068879c400221aba4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873701" Longitude="2.359048" StarRating="3" HotelCode="25355|55134" HotelName="Staycity Aparthotels Gare de L’Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Passage Dubail, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/aa/adaa1cb76bdfea84eccde2eaef546731be893e85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885818571957" Longitude="2.3377047479153" StarRating="2" HotelCode="18604|18943" HotelName="Timhotel Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Ravignan, Place Emile Goudeau, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/72/e172a620d792223f9ccdc5fe1aba43840131f206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|10343" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1b/7f1bedf9a89509024e052dcb4afffd9b64bb8cac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="94373|35809" HotelName="Best Western Sèvres Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ac/05ace6797e8756bea70906aeb1866dbaa0843c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|55948" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/11/7311f5058960f384f0a07628a5afb3422fae9541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840552814402" Longitude="2.2991110865082" StarRating="3" HotelCode="263481|57659" HotelName="Hotel Eden Porte De Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/09/b809beeb965783f9482680bb218ac59ed36c8d34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849341" Longitude="2.274379" StarRating="4" HotelCode="186685|37606" HotelName="Félicien" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Massage Centre,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21, rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/77/7b77b39d25f39551ace2601fe9e4d1894ea426e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82591968" Longitude="2.34210099" StarRating="4" HotelCode="772726|348430" HotelName="Hotel B55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Boussingault, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c7/d2c7756a3e75e15fc509966fbdd7b75df8d7fbfe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874854098887" Longitude="2.3237290978432" StarRating="3" HotelCode="31843|55344" HotelName="Charing Cross" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9b/199b90c206c560b144f64704b2102e0d5021c225.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883583009382" Longitude="2.3235923051834" StarRating="3" HotelCode="110541|37565" HotelName="Hôtel Excelsior-Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Caroline, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/5d/db5d40455e28588bc9e2122d5b45fd5b94863c9a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879458666667" Longitude="2.357619" StarRating="4" HotelCode="199736|49277" HotelName="Hor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Rue la Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/f3/d5f334a9d4e363ea61be9f28e16f77b406115ff3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872104218384" Longitude="2.3600607915699" StarRating="3" HotelCode="326445|30732" HotelName="Hotel Magenta 38 by HappyCulture" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/81/2581c8285df6deedcdf71a5ef27c974050a2d50a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872774176199" Longitude="2.3158004879951" StarRating="2" HotelCode="35627|226797" HotelName="Paris Saint Honore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Penthievre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/d8/18d8eec175a7cfbba98b3fef8b1bfd4c02927698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.826064389331" Longitude="2.3258960294304" StarRating="2" HotelCode="110517|55985" HotelName="Hôtel Résidence Châtillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Avenue du General Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ee/95eeda95631e780054b01b8b4284504c84f3783b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832129564061" Longitude="2.3536216736106" StarRating="4" HotelCode="94394|8219" HotelName="Hôtel Mercure Paris Gobelins Place d'Italie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 bis Avenue de la Soeur Rosalie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/f7/c9f703eeda4b477c27fa00106ca5e155dc21d684.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832412" Longitude="2.386746" StarRating="3" HotelCode="110503|55230" HotelName="ibis Paris Bercy Village 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vins de France, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ed/bfedb1806962762b5fe6bc9f6e6899f28828fb18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847890482821" Longitude="2.3708920193293" StarRating="3" HotelCode="66564|55238" HotelName="Hôtel ibis Paris Gare de Lyon Ledru Rollin 12ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41/43 avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/af/73af9ea2b37f630c13e35bece52fa2d7503de6a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|31261" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b3/3fb3f5b58e51cb1a48c621f33a57b875db7e8627.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8824" Longitude="2.33654" StarRating="4" HotelCode="445970|225287" HotelName="Hôtel Mercure Paris 9 Pigalle Sacré-Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Boulevard de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f77fc68a3f54d9d65ae52f95c386a430767ce39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865339772273" Longitude="2.3950236855227" StarRating="2" HotelCode="501971|203311" HotelName="Nadaud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de la Bidassoa, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/13/861363beb192939b8aa8b89467afd5f2316bb056.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="0" HotelCode="956702|443392" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/f2/c8f2697351db0cdac39486aa1b5bcc06f0cacf55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876195083515" Longitude="2.3369377644378" StarRating="3" HotelCode="64574|7189" HotelName="Châteaudun Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Châteaudun, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ee/02eeac67dcb210b8b1043dc910d00867e5697f90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871909362349" Longitude="2.3350222408277" StarRating="3" HotelCode="110488|55973" HotelName="Hotel Opéra Vivaldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/bf/fcbf4cb7389fab58f386587d582ce43143be8238.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853682" Longitude="2.366194" StarRating="2" HotelCode="180065|224820" HotelName="Herse d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue Saint-Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/02/1e024c22ca6bac99a4ad5a98902179a05c75ade0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|224792" HotelName="Adriatic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/92/7f9236d76bf624cfc8cef6c5cd4acb4e9dc41eeb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865031" Longitude="2.377641" StarRating="3" HotelCode="79725|279990" HotelName="Hôtel Verlain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue Saint-Maur, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f8/1ff8f6ef59444143219b10457bb4a7d70b0de88e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87541672331" Longitude="2.3585029233403" StarRating="3" HotelCode="187851|225147" HotelName="Hôtel ibis Paris Gare de L'Est 10ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Saint Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769e1944abae875702fbb8f4a4a2d13e8e55540.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880037" Longitude="2.3024" StarRating="3" HotelCode="410453|37632" HotelName="Monceau Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/27/0e27e6553a2b7ae6797c74c4c1b4553002d3d54a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|48335" HotelName="Opera Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/fb/d5fbddc9bd439233d233bb1855a6df25dccbd050.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.38" OriginalAmount="107.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877781585089" Longitude="2.3550422001711" StarRating="3" HotelCode="94391|213045" HotelName="Hotel de l’Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/7f/967fc4874b22fbb0344380cdfeb04957caf99261.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825292" Longitude="2.357274" StarRating="4" HotelCode="110507|35802" HotelName="Best Western Amiral Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 Avenue d'Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ff/ebff95c7de14c78c6c98ef61d5ed0f09d2015f96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878338713935" Longitude="2.3573144576721" StarRating="2" HotelCode="146530|18087" HotelName="Hôtel d'Amiens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Des Deux Gares, 10th Arrondissement, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/af/44af0bbffd2d4fa48c3589fe5b7e3e376db52fd9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879759" Longitude="2.334026" StarRating="2" HotelCode="24416|4092" HotelName="Eden Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/89/048903daa58c7b22ba5c3c16b1fd5b973200d86e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875374" Longitude="2.357995" StarRating="3" HotelCode="101002|9031" HotelName="Grand Hotel De Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/42/62420562352dd03249c6da6644e0015c6f9ebb7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877761258972" Longitude="2.2872966527939" StarRating="3" HotelCode="64626|13540" HotelName="Harvey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Bis, rue du débarcadère, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/c0/9dc002755925fb2d71e9178eb2455d6c3787b779.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842858" Longitude="2.342613" StarRating="3" HotelCode="34438|30751" HotelName="Andre Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50-52 Rue Gay Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/97/66970d1fdb4c89346bccf9bddc0b39865046980d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825677" Longitude="2.323218" StarRating="3" HotelCode="145924|55684" HotelName="Chatillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, Square Chatillon, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/9d/1e9de53f4ab0f1e3e08bcd1e77b5ace197b8fdfd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2.5" HotelCode="147228|200321" HotelName="De Petit Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/48/62488a102548a4c1e05eb62f25f46eb7ab66d184.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884910047539" Longitude="2.3033376038074" StarRating="4" HotelCode="64781|35798" HotelName="Best Western Hotel Mercedes Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/04/4304003c23d319fd90278fb215d51afb2a5d7d41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868416466643" Longitude="2.2891782224178" StarRating="3" HotelCode="200888|203145" HotelName="Hotel Pastel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e6/2ee6d61b08cd7fb1d0be53c3af457fe318a5d39f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88803551638" Longitude="2.3909318447113" StarRating="3" HotelCode="11624|225136" HotelName="Au Boeuf Couronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Avenue Jean Jaurès, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/61/5361dddd7c0b7d81c3d237c24468ab611df50168.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|1609" HotelName="Hôtel Sacha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/51/ce519fbd9c5ed4339fd027d7ab825f7d1972e025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862037825325" Longitude="2.3854585509262" StarRating="3" HotelCode="110499|55234" HotelName="Hotel ibis Paris Père Lachaise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue de la Folie Régnault, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a2/baa2d3d6b13ca2c5a3810e39047ff0375cc1f49d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841597616304" Longitude="2.3279562592506" StarRating="3" HotelCode="32580|46138" HotelName="Lenox Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/13/b91366051ca617c3bbb4232964e974c5dab57848.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827907" Longitude="2.329803" StarRating="3" HotelCode="80199|56143" HotelName="Max" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue d’Alesia, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/99/0699700cc44dbdcd074816907be6d0e68d4d0e78.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847347930299" Longitude="2.2832633135415" StarRating="4" HotelCode="905730|57201" HotelName="Platine Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Ingénieur Robert Keller, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/89/328917470d6ec6f794842d58fb9d955e378ee50a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882806932735" Longitude="2.2981663048267" StarRating="4" HotelCode="29342|16837" HotelName="XO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23-25 Rue Théodore de Banville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/9f/ff9ff961c1730559eb7f6941f07fa93939b82bb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.91" OriginalAmount="108.33" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|686753" HotelName="RESIDHOME VAL D EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3, PLACE JEAN MONNET, MONTEVRAIN DISNEYLAND PARIS</AddressLine>
          </AddressLines>
          <CityName>DISNEYLAND PARIS</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/927069_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.13" OriginalAmount="108.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837368" Longitude="2.351136" StarRating="3" HotelCode="145547|452081" HotelName="Garance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue des Gobelins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/7d/cf7d89457fbd6411553f47404e40589954156ac6.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870034" Longitude="2.360198" StarRating="3" HotelCode="97446|18847" HotelName="Aida Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Château d'Eau, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ea/29ea624f15ff7101564b85c0d348410d15a5348a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8654645" Longitude="2.35285899" StarRating="2" HotelCode="327296|62101" HotelName="Hôtel de Roubaix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Greneta, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/35/503535da688541d68b7b3d08ea52f53ce1694143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|54318" HotelName="Montholon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/95/869569d97eadf14106fa28da1a6301c0c323f809.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868228564963" Longitude="2.3616810142994" StarRating="3" HotelCode="34952|32058" HotelName="Hôtel Paix Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2bis Boulevard Saint-Martin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/6b/bf6bdf4ff0e583cf97154c2df0d45d2e5a987b51.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83849504563" Longitude="2.3808360099792" StarRating="3" HotelCode="14740|15354" HotelName="Ibis Styles Paris Bercy" 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,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/be/cb/becb43d5116db3e1e2330545c73ce331ff33dc13.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|35835" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/79/3a7961e9fcac11dc126cd380dc1b29da7d3f8e5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874878" Longitude="2.36021" StarRating="3" HotelCode="12256|3113" HotelName="Timhotel Paris Gare de l'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rue des Récollets, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/ef/33efd0f96d0e778d05cc1d9016295063eca3fc60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.63" OriginalAmount="109.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|1350494" HotelName="Pavillon Opera Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8a/0d8aac61a367e3424f0d6ef19d6ece858bcf70ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|49271" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e3/dee3412d75996bda02a7ad208d9346481858a91c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88449312029" Longitude="2.2993384301662" StarRating="3" HotelCode="39329|55989" HotelName="Hotel de Prony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Bis Avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fb/1afb606c0a07b3e44583513ba22eccff90dde4bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885076923024" Longitude="2.3250943422318" StarRating="5" HotelCode="74066|261214" HotelName="Eldorado" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue des Dames, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/94822c248b1925fb0a0d70788eec24cb8b08a85c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866941" Longitude="2.379524" StarRating="3" HotelCode="915018|203065" HotelName="La Nouvelle République Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Moret, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/9b/cd9b34173d49581d47c2cf13a5b2c5c086dea2f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857816" Longitude="2.279722" StarRating="2" HotelCode="89353|55987" HotelName="Le Hameau de Passy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/27/9627a316e0abc894c9b4ca5b7ae706cc6bbb0ebd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835124432283" Longitude="2.4054594433885" StarRating="3" HotelCode="110504|55142" HotelName="Hôtel ibis Daumesnil Porte Dorée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Boulevard Poniatowski, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a1/2da1de99b162c6b6461402bcddc95b6e8eee05ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84835977" Longitude="2.37191483" StarRating="3" HotelCode="974598|489909" HotelName="Ibis Styles Paris Gare De Lyon Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>52 Avenue Ledru Rollin, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1c/6e1c3627d018c17b2d66272f8d575a8d6607bf50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|200055" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/05/8e05c9cc72b6644783ef4a4df591ad537ed9d099.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|280006" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/61/b3617f93e2d0ced8315f0b5098db418b9b56280a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|28880" HotelName="Novotel Paris Centre Tour Eiffel" 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,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/39/0239b4d5f2d87dcf675583d6b759aa51e64ee84a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882570417006" Longitude="2.3279975742397" StarRating="3" HotelCode="408911|6500" HotelName="Hotel Pilime" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rue de Clichy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/30/8c301a0d5d77ab7052731ca1b1c3a27b67f61584.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="117.73" OriginalAmount="110.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="3" HotelCode="55392|330341" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/47/60477c7a77862845816a074e56db33ddab616f4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843372" Longitude="2.329613" StarRating="3" HotelCode="94381|57405" HotelName="Hotel Atelier Vavin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue Vavin, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/aa/70aa1cdab38eee94a449ee7396da33591d17d7df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.888384" Longitude="2.378465" StarRating="3" HotelCode="72580|35814" HotelName="Holiday Inn Express Paris - Canal de la Vilette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Quai de la Seine, Paris 75019</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e3/60e34571ae6e3bc022c5e5575fb72b63f22e9707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833379" Longitude="2.331964" StarRating="2" HotelCode="180041|203103" HotelName="Hotel Du Lion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/23/d1239cd4a208212267197bbaa40326af1bf7a12c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.356169" StarRating="1" HotelCode="150117|225150" HotelName="Jarry" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Jarry, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a9d3a50ab3046e719ac28afb961e5f9b4a750.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848124" Longitude="2.340654" StarRating="3" HotelCode="13934|200366" HotelName="Le Clos Medicis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Monsieur-Le-Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d243282ae06d278b65a73034996280613454d80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|55949" HotelName="De Rocroy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/ba/52ba5091a112999f4f9dedc47b684d17c0955613.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873763009575" Longitude="2.3453916441803" StarRating="3" HotelCode="110485|203443" HotelName="Hôtel Léman Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/45/8845ea40b83f697cba8b548d2033132bf4474073.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8423593276" Longitude="2.3234340548515" StarRating="3" HotelCode="915010|57408" HotelName="Montparnasse St Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Départ, 75014 Paris, Montparnasse, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/28/e5283aa41fbd356e488c03650aaafc072cdc65f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|25018" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f3/68/f36827d68e6b6e39b7df66a6a95338904d8e34a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836199990611" Longitude="2.2527739405632" StarRating="4" HotelCode="365002|5385" HotelName="Radisson Blu Paris-Boulogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue Edouard Vaillant, 92100 Boulogne-Billancourt, Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b36146d065f52f7d447c5154938810ccb6ebf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843993922702" Longitude="2.3546630144119" StarRating="3" HotelCode="27109|200847" HotelName="Hotel Jardin des Plantes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Linné, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/fa/a4fab19a0e1c94128dbba357cc9a3c3b842ce4d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="119.54" OriginalAmount="111.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878418345472" Longitude="2.3268109560013" StarRating="3" HotelCode="34578|17851" HotelName="Exe Paris Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue d'Amsterdam, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b9/86b9afbcf2b3fd7719aa69aaa80706648ac0c16c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842744" Longitude="2.338567" StarRating="2" HotelCode="11727|89555" HotelName="des Mines" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/21/7321cfb0eb34a10c6d3917e1b2da897d52126abf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845063176757" Longitude="2.3523596674204" StarRating="3" HotelCode="11714|2744" HotelName="Des Arenes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/65/be654a578599571f6db4e54f44600e1fa5ff68ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873262851133" Longitude="2.3450446128845" StarRating="3" HotelCode="12898|408413" HotelName="Hôtel Diva Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Trévise, 75009 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/93/40930688af2f5d378a466cb5619b449d14c4c066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841191" Longitude="2.324029" StarRating="2" HotelCode="212851|57550" HotelName="Edgar Quinet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 boulevard Edgar Quinet, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/9c/249c7684ae0bc2b8c793f2a5110fcb6036e4901f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879545711311" Longitude="2.3562153433253" StarRating="2" HotelCode="267509|55979" HotelName="Hôtel Richmond" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/36/333653eb831d5079817e1e520a6d32dcd5f9947e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848971" Longitude="2.369794" StarRating="4" HotelCode="59719|55741" HotelName="Marceau Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Jules Cesar, Paris 75012</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/78/3b784a22db8b5eb5286a6f0492bac6984c5a4b20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833071" Longitude="2.288026" StarRating="4" HotelCode="80567|55243" HotelName="Mercure Paris Vaugirard Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e1/83e19120c00ed650d5146cae8c420f5950137511.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|10358" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/df/8cdf6f6b87eb74fe17edd95cf508398f5a771b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844515" Longitude="2.308812" StarRating="3" HotelCode="32505|36770" HotelName="Hotel the Originals Paris Eiffel Tower Lecourbe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Lecourbe, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/14/42149f35b48805411d295c7ecf83dec1e4e08fbe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881435" Longitude="2.324429" StarRating="3" HotelCode="34426|31865" HotelName="Elysées Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>17 rue de Turin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/d7/1dd70d59d1d7bc39670ab7f900f6d08b228f5760.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851429" Longitude="2.332571" StarRating="3" HotelCode="180131|261201" HotelName="Atlantis Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Vieux Colombier, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/57068d7058043068697bbb7b845ef1c418682a30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850962" Longitude="2.369957" StarRating="3" HotelCode="16039|974" HotelName="Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09a785edb971c0f0dd573d524e0980406473a7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882343331612" Longitude="2.3050092828289" StarRating="3" HotelCode="332159|54283" HotelName="Hotel Splendor Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Cardinet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/15/be1566a579ef1cc9d4555279c4d402b23c769847.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879699589668" Longitude="2.3209988273492" StarRating="4" HotelCode="16886|17327" HotelName="ibis Styles Paris Gare Saint-Lazare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue De Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/40/4c40db80fe0e287a942215af255fcfe95565e789.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866011624736" Longitude="2.3685139417648" StarRating="3" HotelCode="13049|56922" HotelName="Hôtel 20 Prieuré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/af/6cafa94f0d970c368c3966e0b1d32379eba9659e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842987752764" Longitude="2.3422631621361" StarRating="4" HotelCode="34416|55195" HotelName="Relais Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l’Abbé de l’Epée, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2a/1c2ab35aac4d482715bbb9952c70e0a361044a1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847685" Longitude="2.351476" StarRating="3" HotelCode="110444|424776" HotelName="Minerve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Parking,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13, rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a523f9db893fa96f224f274f78f1eb7f25afea44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876279475185" Longitude="2.3421800136566" StarRating="3" HotelCode="337352|315" HotelName="Newhotel Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/09/4d09d11f00f38327720430582e76610c67fd700a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844943587363" Longitude="2.325145304203" StarRating="3" HotelCode="337261|1265" HotelName="Royal Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/db/f1db9f7419bfb6260f28e0b96766fcae8d5aa6f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846837567382" Longitude="2.3725882172584" StarRating="3" HotelCode="365277|56781" HotelName="Hotel Viator Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/7f/627f16d58794c86fe2a63bcc9d62fa0df2034186.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="121.28" OriginalAmount="113.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851781751752" Longitude="2.378707924311" StarRating="3" HotelCode="16675|227750" HotelName="ibis Paris Bastille Faubourg-Saint-Antoine 11ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Trousseau, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/f8/aaf8110be5268bc5e1ad637bce6bae9f01b7661b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878140518005" Longitude="2.3263442516327" StarRating="3" HotelCode="64085|30752" HotelName="Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Rue de Londres, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/79/4b7984a7113fb5d924aed1137a15d416f156ec5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876916294786" Longitude="2.3270094394684" StarRating="3" HotelCode="74037|55972" HotelName="Austin's Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c8/18c85f8d3eb78763d861f80c02339bb146b1e589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843647943741" Longitude="2.3524582386017" StarRating="3" HotelCode="29351|54285" HotelName="Best Western Plus Quartier Latin Panthéon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e7/68e77b279f0103d5abaab8b287c9d1e84c56febd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880988" Longitude="2.323053" StarRating="3" HotelCode="47341|30726" HotelName="Hôtel Cervantes by HappyCulture" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Berne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c50b7a657dc1244c8c17bcd262d0f325ab168.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|34393" HotelName="Fred Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b3/07b3e645c4415ba72dfdb5adecb028393066c7f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.81702582" Longitude="2.35957274" StarRating="3" HotelCode="780043|394148" HotelName="ibis Styles Paris Meteor Avenue d'Italie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 20 Avenue De La Porte D Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/44/f144a91cff328af00843e08d974db8d1ebd6a09d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884034" Longitude="2.314986" StarRating="3" HotelCode="68260|37471" HotelName="Jardin de Villiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Claude Pouillet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/32/de32db31881d1dba23c3d3bc2f2008868d87a2d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881894145356" Longitude="2.2792460024357" StarRating="2" HotelCode="37278|191771" HotelName="Roule" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Du Roule, 92200 Neuilly Sur Seine, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d4/9bd42047e201c7f3a44f6478cbc33e20e0848438.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873177" Longitude="2.364384" StarRating="3" HotelCode="180130|201204" HotelName="Hotel Le Citizen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Quai de Jemmapes, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ba/25ba76ae534300949eb2aa7a1d2e36fd6b1f35f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869576" Longitude="2.351751" StarRating="3.5" HotelCode="142312|35801" HotelName="Hotel Les Theatres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>98 rue de Cléry, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/46/ac4673533797ac67cc35a3e08f0533330987075c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879574590155" Longitude="2.3557519766865" StarRating="3" HotelCode="110493|44477" HotelName="Timhotel Paris Gare du Nord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fc640aca23534fc0451b22f19a5163e27232e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872377" Longitude="2.34478" StarRating="3" HotelCode="67262|224813" HotelName="Bresil Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/84/cb846c414a5b327b0cdb2f70b267a7552c3a7116.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876778389291" Longitude="2.3383679990216" StarRating="3" HotelCode="34436|54292" HotelName="Brittany" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 et 5 rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b6/b4b62691a77bb202ecd636bb8fa2c91138eb8d5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|200899" HotelName="Azur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/71/6a71434fb7245ec4a5c774bc90e3cc99863d5233.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|55514" HotelName="de Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/76/2276be5be1a58256f9b8f56ef30b77f79c0f6117.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876613" Longitude="2.296389" StarRating="2" HotelCode="110540|200324" HotelName="Elysee Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/0b/770bf2c5d8cd1803898ef1a0823b0716527da97a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88830533" Longitude="2.31961961" StarRating="3" HotelCode="486624|200377" HotelName="Hotel Le Trente" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Clairaut, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6b/336b28d64e5eece8225f299e41460b2c9ccc2073.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878468618849" Longitude="2.3582893610001" StarRating="2" HotelCode="63662|201070" HotelName="Kuntz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/22/4a2238c446493c48f7e45df996639c9ee0fff7dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885271" Longitude="2.330073" StarRating="4" HotelCode="14782|25014" HotelName="Mercure Paris Montmartre Sacre Coeur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caulaincourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b0/46b0c4e485df9bd363859544bd7b239c69ad2213.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875873" Longitude="2.357478" StarRating="2.5" HotelCode="101094|2750" HotelName="Ibis Styles Paris Gare de l'Est TGV" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c6/90c6f867bc5b5e354656875b87cdc7650f5edf41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.819552398817" Longitude="2.3261779546738" StarRating="4" HotelCode="80935|35834" HotelName="Novotel Paris 14 Porte d'Orléans" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15, 17, 21 Boulevard Romain Rolland, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1c/921cd2654a3486a66b89f1e3347b0d130fa65d0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|3254" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01b2346a13e6ef9f479e0795ae2e84151c162b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887112063475" Longitude="2.3143852944775" StarRating="4" HotelCode="80569|50377" HotelName="Best Western Plus Opera Batignolles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f0/80f09e4a8bfeca44e93b447fa215b6368b263351.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88514" Longitude="2.293629" StarRating="3" HotelCode="145872|55988" HotelName="Champerret Heliopolis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>13, Rue d'Héliopolis, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/c9/5cc902c5f6e955b4609ffbb6b53101a5346521a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869173359223" Longitude="2.3574981093407" StarRating="3" HotelCode="15018|201126" HotelName="Hôtel Moris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/ec/93ec9b777a1f9f4ef434c229bac05f962abbc5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873784" Longitude="2.349923" StarRating="3" HotelCode="166556|57192" HotelName="Hotel Paradis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Petites Ecuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f5/2ef5264130c01a5625a02bc17ec05f77ef48c24b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837592042298" Longitude="2.346755862236" StarRating="2" HotelCode="189563|201156" HotelName="Sunny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>48 bd Port Royal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/6c/836c84939eefea913cf0ae439b71f65faff838eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879548" Longitude="2.356005" StarRating="2" HotelCode="901308|55410" HotelName="Newhotel Gare Du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40, rue de Saint Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/46/fd46147da81bf02c68cede58a0f4fddcfd5ab2ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839723" Longitude="2.330144" StarRating="4" HotelCode="79716|1906" HotelName="Aiglon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>232 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/7c/817cb230e51e339692cc437e192bcb209180a8b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855059" Longitude="2.362536" StarRating="3" HotelCode="149361|430197" HotelName="Caron" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Caron, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/19/b31995e013486640160194622fa3e54ea2dc973e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|1561" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7d/4c7d4042d88caca1e485bc51426cf796fd650b47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883739987058" Longitude="2.3287180066109" StarRating="3" HotelCode="336445|49450" HotelName="CONTACT HOTEL Alizé Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 rue de Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/fc/36fcc4e78ca2ebe4d0919bffc5fcc44c6ad80fbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|5449" HotelName="Astrid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/70/2270d9e3326fa56b0e41c480245c56ff977a72d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838677453927" Longitude="2.2887240288361" StarRating="3" HotelCode="39454|55411" HotelName="Hôtel de la Paix" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Duranton, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/2b/222beeeaa8c6f131de76b66fdfa97e923f748475.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840182" Longitude="2.32207117" StarRating="0" HotelCode="638002|490686" HotelName="Hotel De Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Avenue Du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96965ae0da5faa040c8d2a4b42e0c9b00fa77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|200916" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/97/8597e38a12f1beb298af297d7e2a30e50f1b3262.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|54271" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a7/d6a79a7bd51a765e74f185cb2d9b37047ef8f053.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873769" Longitude="2.356524" StarRating="2" HotelCode="101095|1608" HotelName="Liege Strasbourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>67 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1c/881c9bd79934e10559caad93cf292cc1cb8ba993.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850279474927" Longitude="2.2933507037814" StarRating="3" HotelCode="180121|57263" HotelName="Le Relais Saint Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f5/73f5eeff73d0ac74c5236d42e40edf864f7aa4b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851688" Longitude="2.337415" StarRating="3" HotelCode="78826|131534" HotelName="Tonic Hotel Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Quatre Vents, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/4b/7e4b9ed101727eba4f965b848beac384eabfa2c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841322" Longitude="2.325793" StarRating="3" HotelCode="64588|55274" HotelName="Apollinaire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Delambre, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/79/27791ca2d4a28cbb0ebf48449af368d3dfb33650.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871894725711" Longitude="2.3447898030281" StarRating="3" HotelCode="25354|30719" HotelName="Aston" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8d/478dcaba55546627807e20e74e3b8048fd6e8054.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87259463287" Longitude="2.3422216095596" StarRating="2" HotelCode="400667|298469" HotelName="Hôtel Chopin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Pets allowed,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Passage Jouffroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7a/9c7a563f70107b52cb748c929bb9ea1eb00e7ec2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865985" Longitude="2.367466" StarRating="4" HotelCode="149624|57492" HotelName="Le Mareuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51, rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/28/5d2815fa0f438c5240dcf81dd9db8e7fe2628f48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866797" Longitude="2.335901" StarRating="2" HotelCode="110424|261229" HotelName="Opera Maintenon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Sainte-Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/6d/b66dbf92b7f1e4b50660b1d2a54bbf845b04588e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|44453" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/9d/299d02e03b9fa22b254b007bb9de2014fb4a0aa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890019571838" Longitude="2.323342859745" StarRating="3" HotelCode="59525|37621" HotelName="Meridional" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Docteur Heulin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/b0/c9b08330c4761c202175540a881e329f262c8724.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873022" Longitude="2.344645" StarRating="4" HotelCode="80563|203448" HotelName="Mercure Paris Opéra Faubourg Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Montyon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/bf/c1bf9624c682dea5b6827583c06bf5c5f1e1899a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.91" OriginalAmount="118.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864348" Longitude="2.364249" StarRating="2" HotelCode="69857|212716" HotelName="Americain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Rue Charlot, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/f3/2ef3cac6accbc614fcf449b0c281d9c9460edb6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884485183348" Longitude="2.2979316115379" StarRating="3" HotelCode="34719|37568" HotelName="Courcelles Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>184 Rue de Courcelles, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/64/126433b7973825d5ad2108e01fc825a34ae1e76f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879899183937" Longitude="2.2987014055252" StarRating="2.5" HotelCode="32503|200071" HotelName="Des Deux Avenues" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 rue Poncelet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/05/3c0507d8f21438c38a6f6dc2fd86144ea33635ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879506708685" Longitude="2.3363529145718" StarRating="3" HotelCode="54675|31988" HotelName="Hôtel George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/65/416579945c7450e836dcd68b650241b6c955bed5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84787041" Longitude="2.29757881" StarRating="3" HotelCode="325255|224955" HotelName="Hôtel L'Avre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de l'Avre, 75015 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6c/366cf9fbed7316d3df888b5b04b8509243220585.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875769660853" Longitude="2.3583242297173" StarRating="2" HotelCode="57225|3729" HotelName="Amiot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/bc/5fbcc7d38c266599fce5243224dbd5fde33458b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84537" Longitude="2.3255369999999" StarRating="3" HotelCode="337143|55114" HotelName="Legend" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/05/af05fd8f0d6f7048fa25f0b125917dbaa4f7fc89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871945005644" Longitude="2.344229221344" StarRating="3" HotelCode="14967|3490" HotelName="Mondial" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f5/f7f5795bf4cca2fc8b0433986d1fbf28c457227e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882453595547" Longitude="2.3318150670843" StarRating="3" HotelCode="318630|62509" HotelName="Hôtel Joke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a9/c8a92e5cdeeba66a3885bad4b1b6d53507d0f4eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876628" Longitude="2.343312" StarRating="4" HotelCode="68928|37180" HotelName="Les Plumes Hôtel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/c9/d1c946c9a5af9e427224c7e50dd7795c77140b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847206415878" Longitude="2.3725588601188" StarRating="2" HotelCode="180083|200295" HotelName="Hôtel du Midi - Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue Traversière, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/b2/e8b2f219df0e7b01bb856681ae2b993facc974b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873802849389" Longitude="2.3443497234317" StarRating="4" HotelCode="13919|245846" HotelName="Maxim Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Geoffroy-Marie, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869038" Longitude="2.289115" StarRating="4" HotelCode="45448|55953" HotelName="Hotel Victor Hugo Paris Kleber" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue Copernic, 75116 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/9b/909bf60e937d6afe3670b4028860188003a1bd6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="127.97" OriginalAmount="119.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878057894145" Longitude="2.3526607055226" StarRating="3" HotelCode="110492|227758" HotelName="Hôtel ibis Paris Gare du Nord la Fayette 10ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/07/7d07a0b0f97190be14798b223f62f77d9fae3bdb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870809" Longitude="2.360562" StarRating="3" HotelCode="16638|28879" HotelName="9 Hotel République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pierre Chausson, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/f8/26f83dc8aff1de14fd955847f770f3d489c9768d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88081" Longitude="2.351515" StarRating="1.5" HotelCode="110490|203026" HotelName="Smart Place Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f8286b9a69a477acd79d90442f7599fb088fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852538" Longitude="2.374374" StarRating="0" HotelCode="110497|203053" HotelName="Hotel l'Antoine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Charonne, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/01/020100fc2b427d31586b98b4b823e0c7de93bf5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871377280504" Longitude="2.3352501165676" StarRating="3" HotelCode="14170|230236" HotelName="Hotel London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard des Italiens, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/5a/265a7d00a36632f0a548d0519384d9695da1474f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863348" Longitude="2.362304" StarRating="3" HotelCode="25347|203349" HotelName="The Originals Boutique, Hotel du Vieux Saule, Paris Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue de Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ce/e0ce731b982fde1c61bb2b9ed9e0ffc577383e7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="0" HotelCode="786384|348534" HotelName="La Planque Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/d2/acd29c825d4d7eabe58b56e5c972ec91afa6255e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882813106119" Longitude="2.3450660705566" StarRating="2" HotelCode="74033|203447" HotelName="Le Régent Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/13/1d133403b81812091384d4cb9281dbf19689c91d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|314" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/10/ac10d7e3aab4e2a4e0ff372177497c4cdc8c678c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871454760136" Longitude="2.3349677374345" StarRating="3" HotelCode="148753|479543" HotelName="Monsieur Helder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue du Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ab/25abbd8769a89b4ce4e6abccb73358594bf6977b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="129.19" OriginalAmount="120.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|1977382" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/eb/1bebe7b03a52e75920ba028675d001168e1dcea5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|13472" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c1/53c1be93d743282b54bedee72f214d15068de9b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880331" Longitude="2.319552" StarRating="4" HotelCode="25344|35790" HotelName="Best Western Paris Gare Saint Lazare" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/9b/439b0f326245ec740cccadd75c9bc3601eb15130.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843247811281" Longitude="2.3494445855848" StarRating="3" HotelCode="47655|4277" HotelName="The Originals Paris Mouffetard Apolonia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue Mouffetard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/61/4c619f7bd7637169e4de2ab607bbb69323d6438b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8801918" Longitude="2.302567" StarRating="2" HotelCode="267512|203201" HotelName="Mederic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Médéric, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/aa/d7aa5cf0db6db8554d9babb42a968c5fbf1ff183.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856964" Longitude="2.303335" StarRating="3" HotelCode="143268|224824" HotelName="Hôtel de l'Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/de/21dead9ed55ba213881706e1a8d6cf5bc70dec11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876541" Longitude="2.354941" StarRating="2" HotelCode="50292|486040" HotelName="Nord et Champagne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/79/857940bacd41abfd6b4840fe8ae34263537ef201.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8498529" Longitude="2.38547114" StarRating="2" HotelCode="328086|224959" HotelName="Hôtel des Pyrénées - Entre Bastille et Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rue du Faubourg Saint-Antoine, 75012 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/1d/6a1db3d262cdc78bae0beecfa454e21f534efb97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877536" Longitude="2.338338" StarRating="2" HotelCode="110486|55325" HotelName="France Albion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Notre Dame de Lorette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/81/c481fbf780d01eec51609ace7a78148aea01a610.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8456985" Longitude="2.375298" StarRating="0" HotelCode="959051|425484" HotelName="Hotel Parisianer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/c3/dcc3d941b2b28dcee7c6ef4814a8ed4d71b3fef2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3077243566513" StarRating="3" HotelCode="34405|9018" HotelName="Yllen Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>196 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/d8/f2d822d145de1351057b109ad1037b12c1762af5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|55488" HotelName="Le Relais Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/6d/7a6d358aa3f4e39522529302afa9d83e4c644ac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|14269" HotelName="Magellan" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/be/02bee75c7e32f196e2d99ece4491c6a0353657ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|3515" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/01/c2/01c25c6faeaab3c76374386309eaef82d5fdab1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|222375" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/da/51da3d20a5c51ddaa81eebcf8a858d0a28ff807a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="131.43" OriginalAmount="122.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886876" Longitude="2.300467" StarRating="4" HotelCode="65594|170136" HotelName="Best Western Plus de Neuville Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Verniquet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/10/cc105bf480d9e5e90869713553e5c492c6f8b5d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843700313858" Longitude="2.371516761676" StarRating="3.5" HotelCode="552367|224801" HotelName="CitizenM Paris Gare de Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Van Gogh, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b4/26b4bbba51fbb2005f2a0cacf5530680b491e5d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854701267207" Longitude="2.3710971259953" StarRating="2" HotelCode="935857|57986" HotelName="Daval" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Daval, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5d/275d7de560334861cde1c7a4fa4fc1574aabd534.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852262830245" Longitude="2.342158336957" StarRating="3" HotelCode="333585|203373" HotelName="Hotel du Lys" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Serpente, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a6/3ca633f0956afbb6c4a3b7722e155cf7c26bc64e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859952" Longitude="2.309346" StarRating="3" HotelCode="151112|225006" HotelName="Hotel Le Pavillon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/f3/c0f394915eb6871cec3279283b2db2372715c80c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.349571" StarRating="3" HotelCode="96839|22924" HotelName="Provinces Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de l'Echiquier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/34/2034d318990fc2d4551137620a1958e2eded845b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86614507" Longitude="2.36842937" StarRating="3" HotelCode="180068|38086" HotelName="Albert's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue du Grand Prieuré, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/53/d953743643975ab590cd15e1de770411f76640da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.891901401551" Longitude="2.3021252453327" StarRating="4" HotelCode="36584|44490" HotelName="Novotel Paris 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de la Porte d'Asnières, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/41/5441d90d120b275a58c0eec896e9a467f13a36c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85526" Longitude="2.362471" StarRating="2" HotelCode="110434|200778" HotelName="Pratic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue d'ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/cd/a1cdc233c8cb496e1b1b0ee62b3237122dab3396.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841538479485" Longitude="2.3279750347138" StarRating="3" HotelCode="19073|24916" HotelName="Hôtel La Villa Modigliani" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/5a/175adf24da5c31fd5f50aa8f6acf10a893d81548.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|55976" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/58/64587f35edc6e7ff59df6738ffda2bd9b2a462ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84812" Longitude="2.342523" StarRating="3" HotelCode="110439|224961" HotelName="De la Sorbonne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6, rue Victor Cousin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5f/b55fbfa00ca354fcb301b775036dba2c46cff98d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847052" Longitude="2.301381" StarRating="3" HotelCode="110524|55248" HotelName="Hôtel ibis Paris Tour Eiffel Cambronne 15ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Cambronne, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/12/79125e281d33549bdb428b23e12ae03a12b2ebd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875526938538" Longitude="2.3585283237692" StarRating="3" HotelCode="13702|55262" HotelName="Hôtel ibis Paris Gare de l'Est TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Saint-Laurent, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/cb/78cb0a17c7df4475dfa06c494fb28d66525157e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8898187" Longitude="2.3212687" StarRating="3" HotelCode="14915|4093" HotelName="Hôtel Mirific" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 Avenue de Clichy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/1f/781f885a54c9b10cc1cdee29828d6e52c8ae4d6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842179" Longitude="2.312783" StarRating="2" HotelCode="258438|56450" HotelName="Madrigal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Boulevard Pasteur, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/4c/c34ce5b321ba8fc0c7e00ed730676a65addc4ed3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879739548307" Longitude="2.3287408053875" StarRating="3" HotelCode="34885|7172" HotelName="New Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Liège, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/48/fe48e1f98b4cc295d6e486359e0ae30dcc52023b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|54911" HotelName="Novotel Paris Centre Bercy" 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>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2d/4a2d1af76a7ae65cf007adc799c29a085221d8c5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841499643327" Longitude="2.3300537467003" StarRating="3" HotelCode="31204|201255" HotelName="Raspail Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>203 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/88/eb889ade405ac2665b51c6313c6922a927cd35c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|37645" HotelName="Villa Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/bd/05bdc8b6b426cfe1034d38689e51383ebc6d37c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.70" OriginalAmount="124.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|89647" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/fc/41fc5688bf7c83e817455d9b1f2dd7126cf78fef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="132.83" OriginalAmount="124.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|1718223" HotelName="Villa Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b6/c7b6b8a87232b70a67a875e356587489b37e6f5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|50455" HotelName="Du Triangle d'Or" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930d203c501922bc3d7813d7a9f40dfcd53002b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839897" Longitude="2.337403" StarRating="2.5" HotelCode="110438|5092" HotelName="Beauvoir" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 avenue Georges Bernanos, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/c4/15c4db1f8b22dba452965f3771a411cf17141d37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855268" Longitude="2.334438" StarRating="3" HotelCode="146827|203370" HotelName="Des Deux Continents" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25, Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/74/8174b4b728fde2fd585fa0295fae1eb83fa36557.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872733" Longitude="2.338413" StarRating="4" HotelCode="81138|55083" HotelName="Dream Hotel Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Le Peletier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/38/dc3881d321eab0f8e9da4752721857bc85ecc62b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848690880163" Longitude="2.3477482795715" StarRating="3" HotelCode="31205|55198" HotelName="Hotel Le M Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/1f/8f1f4b6e8a9187612171ec3213b3d425be3c1141.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858168" Longitude="2.371813" StarRating="3" HotelCode="110496|200045" HotelName="Auberge Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard Richard Lenoir, XI Arrondissement, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/66/3366264fd7ebf733f15c53f54492dbce5c259e2b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87225746" Longitude="2.35849518" StarRating="0" HotelCode="979917|422870" HotelName="Le Grand Quartier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue De Nancy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4b/874b6ba57fccb53abb8a81729cc8ebed0dfbdcc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|55122" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/72/84721167bda312543c76178426fae7c4e4cdf46c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|55231" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/34/6d34bb9ffabd039a03586c0d64bd888a0356ec03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873048505135" Longitude="2.3252056539059" StarRating="3" HotelCode="16329|5173" HotelName="Hotel Queen Mary" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/6f/9a6f1a2cd6869fc1cebf1b957c8164248e1bb858.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877202067152" Longitude="2.3511278629303" StarRating="3" HotelCode="74049|200961" HotelName="Chabrol Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Chabrol, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/36/3f36d1ad1aefcaf8b4de34425b2ca234caee6f47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|55943" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/89/4a89c60101a7abc4d8d482b46e949e4748912026.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863990758947" Longitude="2.3414552944774" StarRating="3" HotelCode="899745|56426" HotelName="Hotel Crayon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue du Bouloi, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/8b/db8bda97c08fcd02ff84104f5b462a4faee96643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860209" Longitude="2.306001" StarRating="2" HotelCode="110476|55432" HotelName="Hotel Malar – Green Spirit Hotels Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Malar, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/81/38812f5eaf072263066fef492fdda1caf192db05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879605489263" Longitude="2.2960701584816" StarRating="3" HotelCode="26755|55357" HotelName="Hôtel Niel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Saussier Leroy, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4d08837cd464e4feec24a066376def562ecea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859897548092" Longitude="2.3087610304356" StarRating="4" HotelCode="34872|55977" HotelName="Saint Dominique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Saint Dominique, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/e3/c4e34c3820aa58557f9a98a3e7047ab432fe6738.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848009978474" Longitude="2.3005810208653" StarRating="3" HotelCode="12265|18839" HotelName="ibis Styles Paris Eiffel Cambronne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/8e/f38e0623fe134346890c6db45d0540d7439cb1f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845923" Longitude="2.375529" StarRating="2" HotelCode="148766|203085" HotelName="Helvetia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28, Boulevard Diderot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/10/821068e88658a861e8cfd693d6a00f2e55156b97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880046409804" Longitude="2.334371953373" StarRating="4" HotelCode="18730|21315" HotelName="Trinité Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Jean-Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bd/b5bd44970467f987c880400c2b5c665f78a79dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.54" OriginalAmount="126.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863957353267" Longitude="2.3659693877315" StarRating="4" HotelCode="101121|1851206" HotelName="1K Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard du Temple, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/0c/b50cabf2f5fa30cdac4d2d686dd7fa1543bcaa74.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875365" Longitude="2.388984" StarRating="2" HotelCode="97220|224822" HotelName="De la Perdrix Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lassus, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3e4bb215772c95ad7451cfdcad85574ae00c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848259" Longitude="2.324725" StarRating="3" HotelCode="149447|279974" HotelName="Hôtel De Sèvres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5c/245c15af85a08d4111ef20d20bff63d62f8776d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865877528902" Longitude="2.36756041646" StarRating="3" HotelCode="180104|56812" HotelName="Hotel du Nord et de L'Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Rue de Malte, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/69/2269765ed8182ad748c47b3a0701615a1da174e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|56544" HotelName="Le Petit Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/36/0d36f4c4751a4fe26a7bd576874485db4489c8c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|36771" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ae/7eae72ad03a8b3f6ff4575d011ba0d0c50efab4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840978" Longitude="2.329662" StarRating="3" HotelCode="64782|50631" HotelName="Le Royal Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 Boulevard Raspail, Paris 75014</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b7/59b7a6331690caec495e637b7c583afb71d72dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878950182318" Longitude="2.3370020091534" StarRating="3" HotelCode="14189|30731" HotelName="Hôtel Lorette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Notre Dame de Lorette, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/1d/d51d8be53e7ff6329574173d2fed4353616cae04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831659" Longitude="2.340073" StarRating="4" HotelCode="16819|1592" HotelName="Paris Marriott Rive Gauche Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Saint Jacques, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/93/f8937882247633aff71bcfb0dc83e572cc960264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886543" Longitude="2.332909" StarRating="4" HotelCode="18219|37644" HotelName="Terrass" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Rue Joseph de Maistre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/af/f7/aff7920d99a4d4958ec88c02e0c26b016a1f23c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876196564558" Longitude="2.2959253191948" StarRating="3" HotelCode="34417|30739" HotelName="SH Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015967/015967a_hb_a_010.JPG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="136.03" OriginalAmount="127.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841226024086" Longitude="2.3301489651203" StarRating="3" HotelCode="60656|98919" HotelName="Mercure Paris Montparnasse Raspail" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>207 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4c/574c0731b7d5b9f474384f7e149e1f641e6972ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879687" Longitude="2.342368" StarRating="3" HotelCode="88729|12189" HotelName="Alba Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 ter, rue de La Tour d'Auvergne, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6f/346f73067dfe6b2b9c2925862c023b2d2930b4ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844970064745" Longitude="2.3212426900864" StarRating="3" HotelCode="32577|13550" HotelName="Best Western Hôtel Le Montparnasse Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f4/3ff4b39f0eddd9c9e00ed43e7c8ef3fbfe681fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873043212629" Longitude="2.3180294036865" StarRating="3" HotelCode="32476|25032" HotelName="Elysees 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 rue Cambacérès, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/91/a991a545f1940096d045a8854aa35b08a2379da9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827409702194" Longitude="2.3720224276354" StarRating="3" HotelCode="94388|224807" HotelName="Green Hotels Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Rue de Patay, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/df/47df88fde15ec60bc71eda2144e5b4e6aaf2b836.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875615" Longitude="2.295667" StarRating="3" HotelCode="16216|44496" HotelName="Princesse Caroline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/3a/c13ab002ea86744302fea50317d4cfddd470e78a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876281" Longitude="2.346428" StarRating="3" HotelCode="74041|55489" HotelName="Golden Hôtel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5, rue Riboutté, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/d2/a3d2d6f6244e377dad5fa1b63608ccea83054a10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879207541196" Longitude="2.3556600911134" StarRating="3" HotelCode="32507|17024" HotelName="Hôtel ibis Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-33 Rue De Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/14/6e14ead801e9147d93c33310311408fbd1e374ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874358715335" Longitude="2.3420964072276" StarRating="3" HotelCode="24547|49945" HotelName="Hôtel ibis Paris Grands Boulevards Opéra 9ème" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/0b/ef0b74f2133f9bd026e7772ab92fc674cd2e6c3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847458" Longitude="2.35238" StarRating="2" HotelCode="128301|200991" HotelName="Au Royal Cardinal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue des écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/26/3526c88517992f45737be5a284a133fbb6e55039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.59" OriginalAmount="128.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871912" Longitude="2.326054" StarRating="3" HotelCode="67794|3315754" HotelName="Massena" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/84/0984fb52239d230ebd25f240f9826e195471b1ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.69" OriginalAmount="128.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|1063024" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/da/f8da70c415d48063eda801731a1e26f143ff95c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="138.00" OriginalAmount="128.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835765" Longitude="2.292339" StarRating="2" HotelCode="110528|211791" HotelName="Lutece" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Langeac, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/2b/232b5b8748be64d7efb1ab4559a4c6113e6b01be.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865344213985" Longitude="2.3833398127586" StarRating="2" HotelCode="293225|200251" HotelName="Hôtel de l'Horloge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>25 Passage de Ménilmontant, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/cf/eccfaeb847499cf88d655f02950382877d8b731a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848570858174" Longitude="2.2612148523331" StarRating="3" HotelCode="57794|200430" HotelName="Poussin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Poussin, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/49/4849c3bda608375a65b300074b4ba641cebe2274.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|30635" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/48/ca48859fb513b08b86af20fbe2b2813a3a26f0bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882103" Longitude="2.297623" StarRating="3" HotelCode="110542|56211" HotelName="Residhotel Imperial Rennequin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Rennequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/zz/26ad3f3be56032e1625edd43497518c5c45e6ad9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840072393627" Longitude="2.3458385467529" StarRating="4" HotelCode="45041|1262" HotelName="Serotel Lutèce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9edb157d3e0b33cc5dd4ff77dc569b7eb7125.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2.5" HotelCode="263473|57665" HotelName="Aparthotel Adagio access Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/03/930346009ad7bbe245d0202ad8b29e231453da5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|15349" HotelName="Chambellan Morgane" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/3b/753b4623da180e0008f172e17367c97c776e0fed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883818475712" Longitude="2.3185229301453" StarRating="4" HotelCode="31760|200724" HotelName="Mercure Paris 17eme St Lazare Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/8f/d98f27cb53771902310f74d186485bd2f966bc53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8539152" Longitude="2.3631767" StarRating="3" HotelCode="34869|4640" HotelName="De Neuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Neuve Saint Pierre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/d7/fbd7a10ba9d3ace245991a12f1a7790049b53541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876514093876" Longitude="2.3474653065205" StarRating="4" HotelCode="32825|55974" HotelName="Hotel du Temps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Montholon, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/f6/59f672e104065391856bf8ce3ac6bf591887992b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82726702" Longitude="2.3519579" StarRating="2" HotelCode="336649|238946" HotelName="Hôtel Verlaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Bobillot, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad5b1fe246daf0d9f4dffbf37ba8300c77eafb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878023" Longitude="2.285322" StarRating="3.5" HotelCode="888164|238955" HotelName="L'Adresse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d8/47d83a48ce25afda0f6c724aa74f5aa37a4c1437.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88182872" Longitude="2.32854885" StarRating="0" HotelCode="764998|348511" HotelName="La Mondaine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue De Vintimille, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/99/70997295a91df7644966298cc4f616cabc30535b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873714474265" Longitude="2.3445376753807" StarRating="3" HotelCode="16988|56761" HotelName="Maxim Folies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/51/a8518924fb8e56186982784d49d0a23974df38e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|187615" HotelName="OFF Paris Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f7/4ff7509cc6895e42281021bad62358c7ef11cadc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881991175557" Longitude="2.3409117014482" StarRating="4" HotelCode="44017|9408" HotelName="Carlton's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Boulevard Rochechouart, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/17/a217d35a58996eb187e6a29f3d52c03940e860f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.99" OriginalAmount="130.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89045464" Longitude="2.3351341" StarRating="3" HotelCode="935453|520478" HotelName="Hotel de Flore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Lamarck, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/6b/926b63ca6635b8d1e04e00cea8642d7e155b378e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|348376" HotelName="Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fa/52fa046c37dffce243c424a7361a3b8f0944bd03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862215" Longitude="2.34882" StarRating="3" HotelCode="110425|187611" HotelName="Handsome by Elegancia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>83 Rue Rambuteau, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/37/9137a001bd4a45e3c2030fa38534612f8204093b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|31990" HotelName="Val Girard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed473a567f818b9227befffc69075128e514ee69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876542" Longitude="2.340136" StarRating="3" HotelCode="13838|16991" HotelName="Villa La Parisienne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Lamartine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/b7/14b775a51dc8e50c41ee698d896e488a605acd8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863213" Longitude="2.352686" StarRating="0" HotelCode="140957|57520" HotelName="Georgette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hostel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36, rue Grenier Saint Lazare, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/56/ed56ee0a6d16e3b9d88dbc3174fbdb8ff70ba3d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|261231" HotelName="Saint-Pierre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/76/5b76dfe1df12abd3155b7d66aa6f946070910fb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878244" Longitude="2.347468" StarRating="2" HotelCode="35368|55264" HotelName="Hotel Ibis Styles Paris Cadet Lafayette" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Pierre Semard, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/db/2e/db2ef211f72c86539f21a7e8c40ade09a5a95fc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883943554904" Longitude="2.3443109713839" StarRating="3" HotelCode="386086|200672" HotelName="Le Village Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue d’Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/aa/d0aa05a9035d11799ca97a26b7d906f5f157bf3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|101708" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue des Écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/97/d997888a25820229628c0a00de7bbd691557607d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.24" OriginalAmount="131.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841422853562" Longitude="2.2626766562462" StarRating="2" HotelCode="337151|17565" HotelName="Exelmans" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Boileau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/bf/88bf85a1f0e4b47c7b008d019dc8351ea20ff0fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872991169629" Longitude="2.3160392045975" StarRating="4" HotelCode="34414|35816" HotelName="Holiday Inn Paris - Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 rue de Miromesnil, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/7b/f67b5d53fa75e1a398265711f0f2459e54b1219b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849839899639" Longitude="2.3426225781441" StarRating="2" HotelCode="74018|200272" HotelName="Hotel de Suez" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/c2/58c23cfebda4816353b046b59d90936e52c9d932.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85052" Longitude="2.339465" StarRating="3" HotelCode="89352|238857" HotelName="Delavigne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42a5e61edcd85d3c01b71d234dc36f991609ad6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867242180969" Longitude="2.3622839300594" StarRating="3" HotelCode="258452|224998" HotelName="Hotel Meslay République" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Meslay, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/68/3968c7cfb84f0f38062c363ab0cb53331adb21c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866345" Longitude="2.360494" StarRating="2" HotelCode="15677|30636" HotelName="Hotel Paris France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 rue de Turbigo, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7a/df7adc3ab9e4a716e3fe1f21570051e1249a4938.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880571235531" Longitude="2.3391008377075" StarRating="3" HotelCode="14850|42238" HotelName="Migny Opera Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/70/9a709f08b44fadc49bc24a6df228358703f11a8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|49268" HotelName="Hotel Odyssey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/ac/afac60695f52a0171b5a87705431d92b56edf933.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883395164662" Longitude="2.342794239521" StarRating="3" HotelCode="25692|17450" HotelName="Aparthotel Adagio Paris Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 place Charles Dullin, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/fe/97fe071c08c095c97d3a39b4f457179d3de78802.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865410837311" Longitude="2.3656882345676" StarRating="3" HotelCode="10265|25006" HotelName="Marais Hôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Boulevard du Temple, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/f4/19f4944a37b7876685379e1a9a731736db2d6cda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842268417127" Longitude="2.3308718204498" StarRating="3" HotelCode="166895|35813" HotelName="Hôtel A La Villa des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de la Grande Chaumière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/09/2f09f0fcf60fae19cf791075e1db905c7ba8a89a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870478" Longitude="2.35468" StarRating="3" HotelCode="110491|203007" HotelName="Cosmotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/33/2633328514786dbd76c46f46e27151a70adf5078.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841527554756" Longitude="2.3023891207038" StarRating="2" HotelCode="335189|224972" HotelName="Hôtel Eiffel Blomet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Rue Blomet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/7b/cb7b48408d8c07e3b1323e36806d304c9d1ca424.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873372228985" Longitude="2.3438403010368" StarRating="3" HotelCode="12255|13034" HotelName="Lodge du Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c809673ec020bd9e546371cbe59742ad927d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874212" Longitude="2.28106" StarRating="3" HotelCode="81519|54310" HotelName="Residence Foch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Marbeau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ff/b4fff7771e4bb7dcdbcd3c7c1092b4ee2fc13128.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875978702998" Longitude="2.2952239215374" StarRating="3" HotelCode="59058|46139" HotelName="Magda Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7, rue Troyon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/82/1a824e56f8d849cceccaae5ca4b8a80136726322.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.36" OriginalAmount="133.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883723809612" Longitude="2.342641530213" StarRating="4" HotelCode="632558|631160" HotelName="Môm’Art Hôtel &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd16c78ef9f81d36107c62d4c71921755e53f93.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="142.74" OriginalAmount="133.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885090151104" Longitude="2.3292168974876" StarRating="2" HotelCode="51665|63303" HotelName="The Modern Hotel Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Forest, 18ème Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/e1/4ee1819f3abf89c63a2a1c2a47747d2f3cf4d22b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|203079" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/a7/09a72fffcce6875384d5eafda6333b0f64a07501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846725483886" Longitude="2.3263992369175" StarRating="3.5" HotelCode="34419|35783" HotelName="Best Western Hôtel Aramis Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Rue de Rennes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/20552e97d55f48095fb0b4d17e830e442039cb5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866285107221" Longitude="2.285841446379" StarRating="3" HotelCode="16674|4284" HotelName="Citadines Trocadéro Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 bis Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/64/5b647ded844cad25dc3ead1cb0ede6059a98869d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|8955" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/18/0a18fcc690ea076208002c15ac06bb864c2cd740.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880825236932" Longitude="2.3516857624054" StarRating="1" HotelCode="74043|203006" HotelName="Grand Magenta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>129 Boulevard de Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/90/0e9094a0124f49d3d1f8fb70b8df4848b89ac4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846572" Longitude="2.305486" StarRating="3" HotelCode="144521|200157" HotelName="Baldi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42, Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/1f/8c1f29becc2f82c1f7950fc0bc7e32d816fb14fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858688" Longitude="2.282726" StarRating="3" HotelCode="89356|58700" HotelName="Gavarni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Gavarni, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ac/eeac0e25a4969901af78f8d37a8df74e1beeda6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855573674842" Longitude="2.3632333934064" StarRating="3" HotelCode="429927|200335" HotelName="Hôtel Jeanne D'Arc Le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de Jarente, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3a/c43a83043a7d9fa4a9073127d616970dc413b11d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|249635" HotelName="Saintonge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/3c/f83ca15a95e4fda269eafcdc73b12b50964577b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84971" Longitude="2.338283" StarRating="2" HotelCode="212342|201106" HotelName="Michelet Odéon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 place de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332137/332137a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88240938" Longitude="2.33458149" StarRating="3" HotelCode="502661|249634" HotelName="Hôtel Saint-Louis Pigalle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/78/f07830096f565ab9e7ba0a4174a790a7ac07bf77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|54296" HotelName="Lyon Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/d6/58d6ce4d7dc8ce091285baa92fcf75b08c7e4717.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881368" Longitude="2.328286" StarRating="4" HotelCode="142093|17591" HotelName="Hotel Design Secret de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue De Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e7f6526cad9750c79187fe04ab466573357e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876372087958" Longitude="2.335230410099" StarRating="3" HotelCode="56457|1867" HotelName="Hotel Touraine Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Rue Taitbout, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/15/6315cb60816c83d81f9df93cf5fef1c187a67686.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.27" OriginalAmount="134.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827588153853" Longitude="2.3046627607479" StarRating="4" HotelCode="434942|8009917" HotelName="Novotel Suites Paris Expo Porte de Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Brune, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/38/a838e2a5c9791355e30c4cbe08438947b702e91c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.44" OriginalAmount="134.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877046832983" Longitude="2.2976526618004" StarRating="3" HotelCode="12110|1735335" HotelName="Elysees Ceramic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Avenue de Wagram, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/ed/88ed882edd644febb9e0b8a53b65399159b6c891.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|39456" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/34/5e34ca74e00a8175477ecacca31ff95d338aecd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|55496" HotelName="B Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/4e/f34e4ffbbf2378e62ea8bcf61f1a3256cd98925c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|30753" HotelName="Cordélia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/28/0228f136c6a831f5e15b5e89d2e8735c077e1290.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|2245" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/3a/733a3bfc667cefd8cef49aa6dad410f8329f3582.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866249820397" Longitude="2.2878813743591" StarRating="3" HotelCode="12575|50538" HotelName="Floride Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/05/b1054165375621ef49e8210b94fecd0fa0af6fa4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84005" Longitude="2.330589" StarRating="3" HotelCode="146646|56557" HotelName="Hôtel de la Paix Montparnasse" 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>225 Boulevard Raspail, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/49/af4935f940e76e7ad8923706c4df5b17447280af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|224992" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/cb/3ecbef6cb8e241f5041044666494efa02b92dffc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876016630382" Longitude="2.3456454277039" StarRating="3" HotelCode="50294|37611" HotelName="Hotel Villa Lafayette Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46  rue Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6d3d995f542f7125831cc4788d5ec7e882283.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873540199587" Longitude="2.3217267088331" StarRating="4" HotelCode="402638|201121" HotelName="Hôtel Monsieur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>62 Rue Des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4b/284b6b9b12c8f60e44b52dafd44f411508c1ab1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.11" OriginalAmount="135.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840428" Longitude="2.315465" StarRating="3" HotelCode="110523|227759" HotelName="Hôtel ibis Paris Gare Montparnasse 15ème" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Boulevard de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/66/73661a5f11cda62dd5aba1ea9dc24964c2a3f5c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|55152" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/52/0c52fab0b9635db35d83588b342fb731da9abd1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85872233" Longitude="2.35358311" StarRating="2" HotelCode="502443|238807" HotelName="D'win" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d1202e8f3fef3e6038d57942c0af11ccfda5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886000234584" Longitude="2.3350936174393" StarRating="3" HotelCode="23659|973" HotelName="Hotel Des Arts Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Garden,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Tholozé, 75018 Paris, Montmartre</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9a/339ae1f8fbc83df8f958729658bae796492d569b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874977605214" Longitude="2.3163391779099" StarRating="2" HotelCode="211918|203403" HotelName="Hôtel d'Argenson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Argenson à l'Angle du 111, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/fa/d3fa5ce2201ca2524c84782b93ecdf15f836764f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838826937191" Longitude="2.2894021868706" StarRating="3" HotelCode="29128|21224" HotelName="Ibis Styles Paris 15 Lecourbe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>192 rue de La Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/31/1b31decf78714c400888ff1b1c8863655e06477f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872786" Longitude="2.344934" StarRating="3" HotelCode="110483|56535" HotelName="Ibis Styles Paris Lafayette Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/5 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/ee/03ee56f7a855519e8f5ce3e0ed0eef1913f21c20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|35836" HotelName="Maison Malesherbes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/d2/e4d27dc7ae8ef1aaf21ca74da9ffc5ec6cdb4fff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879449" Longitude="2.334195" StarRating="3" HotelCode="14999|31995" HotelName="Hôtel Monterosa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/d9/75d9873ba931ad8234ff889c042bbcd7665e7408.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|56373" HotelName="Hidden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/028510925b8e2353f6ca933fa2e7c5f5c05d3935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876501" Longitude="2.29644" StarRating="3" HotelCode="76602|54916" HotelName="Arc De Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de l'Etoile, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/13/8a13b1b5d2b8d1f8277d6bc029d29887673d2f8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878957238159" Longitude="2.2919355332851" StarRating="3" HotelCode="25333|55954" HotelName="Hotel Doisy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64ee943afcfe5f5517e8ad3c8c0b53867374c61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86892" Longitude="2.334704" StarRating="3" HotelCode="79812|225468" HotelName="Ille de France Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue St. Augustin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c7/48c7f061bc730fded1d1e8e96df993182468997b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|1873" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/49/ff496dfe736b4e9b93da518694eeedb28bc96971.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|13504" HotelName="Timhotel Invalides" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Boulevard de la Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3ca2a58eb9c4bde1d52f46ec57ddd202fc6422.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862240924618" Longitude="2.3394736647606" StarRating="2" HotelCode="29484|200822" HotelName="Timhotel Le Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fa/8efa38a3331d683aabd2e411008dacb50a56d20e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86640508807" Longitude="2.3400101065636" StarRating="3" HotelCode="18610|13559" HotelName="Timhotel Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de la Banque, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8e/8b8e3e50dc4fb2238c51b36d6c02c79ef2bcbf73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879366501546" Longitude="2.355977466559" StarRating="2" HotelCode="97424|245848" HotelName="Hotel Whistler" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Saint-Quentin, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/13/8913ff1f9df69edf0fdfde8b491be3fa7fe7116e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|25016" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/1d/871da5c50b4b3e891b66c386d8c2ebf759e67411.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849931" Longitude="2.346254" StarRating="3" HotelCode="148958|200976" HotelName="Home Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 &amp; 17, rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207be72bbb1f62da1e3d7bd0d114fe55c101c2ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|224814" HotelName="Hotel Castex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/21/04216e5aa44613b120c1eb3ac6a4635c231d4158.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841354890108" Longitude="2.326220870018" StarRating="2" HotelCode="74051|203102" HotelName="des Bains" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Delambre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/f3/7df334b99f4bb95ef27737faa9fbba276eb1da52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848757068636" Longitude="2.3495762050152" StarRating="3" HotelCode="31386|30750" HotelName="Agora St Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>42 rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1dcba3b55815b9485b76acee89da3c476d7a2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876185796975" Longitude="2.293738072028" StarRating="2" HotelCode="378934|200425" HotelName="Hôtel Phénix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Du Général Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/c3/79c372f4c4187afafa9438b4a388afdb9436fc05.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876149" Longitude="2.283504" StarRating="3" HotelCode="94392|55165" HotelName="Hôtel Résidence Impériale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>155 Avenue de Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/c6/e7c667f17a65d1ee56d07cd4412c5630f9a8993b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87888726" Longitude="2.33944062" StarRating="4" HotelCode="378845|200683" HotelName="Les Matins de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Clauzel, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1c1660f296bbed3da73ad00f09dc571180b1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850266" Longitude="2.373036" StarRating="2" HotelCode="151665|56061" HotelName="Luxor Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/89/4689f6ce5a96825179da1845c0687e8475639c77.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871069951175" Longitude="2.3395447432995" StarRating="4" HotelCode="47982|25773" HotelName="Mercure Paris Opéra Louvre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5a/6a5aea29bbe0082e7606914daf9f2cc132e5f07c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848723242326" Longitude="2.2983226083004" StarRating="3" HotelCode="212473|46135" HotelName="Art Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c0048617784b39407a381e15b81c2cdcbfebe2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87958468" Longitude="2.33348964" StarRating="4" HotelCode="267181|203450" HotelName="Timhotel Opéra Grands Magasins" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 rue La Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/50/805073bbe82882bfb8eecd1db47dd01e749d579b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|5174" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/12/2712852d783e51c7207c550e0b8e7798f7c92e65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|200513" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e1/40e1a75ac19ff642e6df442156d209641401e88b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835462" Longitude="2.325333" StarRating="2" HotelCode="154209|298494" HotelName="Tipi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75, Rue Daguerre, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/29/f829f27883e93c5f800edf816c036704be40d75d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853118" Longitude="2.336848" StarRating="2" HotelCode="180116|201295" HotelName="Welcome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/fb/38fb54ffba1e3c5ee93116ba3ca0f0f878a6e1b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.06" OriginalAmount="139.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85244789" Longitude="2.34726231" StarRating="1" HotelCode="334004|619329" HotelName="Esmeralda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>4 rue Saint-Julien Le Pauvre, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.47" OriginalAmount="139.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|69058864" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/59/ee59d31314ee470616a87f9b30dc56d990bf0c43.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|50374" HotelName="Balmoral" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/8f/bb8f1dc9008ee8abb89a0647e562dcc936008d37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85038906842" Longitude="2.3494217729803" StarRating="3" HotelCode="78728|54261" HotelName="Hôtel de Notre Dame Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Maître Albert, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/2d/602d94a2879a2d3ea74c1529b7f86f006916ffe2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873195812977" Longitude="2.3431348800659" StarRating="3" HotelCode="49886|226404" HotelName="Hôtel Panache" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/70/8e7079abfbe39fdd61cc49c32f9a3d80352b3c77.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|56803" HotelName="Passy Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f11797fa30c471b5bdb51bcfca77215611f867.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875731899925" Longitude="2.2863404971331" StarRating="4" HotelCode="15802|54264" HotelName="L'Hotel Pergolese Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Pergolèse, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/96/18967598f499a8d72da1f3584e431426d73a026a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884648" Longitude="2.338143" StarRating="2" HotelCode="16566|225135" HotelName="Regyn’s Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 place des Abbesses, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/03/5503f7986ab891d72492233cadb79fea9a39e263.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85384" Longitude="2.338686" StarRating="3" HotelCode="110454|200638" HotelName="Le Regent" 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>61, rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87529688721" Longitude="2.3263576626778" StarRating="3" HotelCode="14179|2244" HotelName="Londres &amp; New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Place du Havre, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/1e/d21e07ea0534772290635c5a6e9dc541e5d1c32e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845372519215" Longitude="2.3752677440643" StarRating="4" HotelCode="15231|24745" HotelName="Novotel Paris Gare de Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Hector Malot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a6/44a69685bcd0ec8cff96dea48a7c7d124b44fe72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|49232" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/57/0457d2e1b84ab62c9dda3bcf3a5069f1a1fabd91.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|3112" HotelName="Best Western Hôtel Ronceray Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/03/11/03110169f7ca2df229b3d4e11b5cff14643f5ad0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|203054" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d56e3f78d5cbec8e/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|32956" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/00/ec00e7a409b66627df9a311d3136db9ec6d873b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848558502953" Longitude="2.2987604141235" StarRating="3" HotelCode="89350|224978" HotelName="Hotel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140-142 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/zz/43ad4197fd6f6a5eeb3a96e2f182d4f53325805b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|55285" HotelName="Central Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/fd/75fd931beca14c8219eeeeaa42fde5079969cd5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87598" Longitude="2.342063" StarRating="3" HotelCode="14090|201186" HotelName="ibis Paris Opéra la Fayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c1/59c1f27d48a407ce0f752126e0357a72e139d6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843643" Longitude="2.294801" StarRating="2" HotelCode="110527|348550" HotelName="Les Jardins de Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/aa/0daad63606c81bb94b7116f18e27d10db96e73e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85726" Longitude="2.37143" StarRating="3" HotelCode="14417|32055" HotelName="Hôtel Marais Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/36/4e36934a7a85a90fd538671b59cf6771b86c33d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876690498182" Longitude="2.3270040750504" StarRating="4" HotelCode="74038|56542" HotelName="Phileas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89a1a95a7535bec697d8f0965f517a6d7b2a18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849764005156" Longitude="2.3506075143814" StarRating="3" HotelCode="34422|54290" HotelName="Abbatial Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 boulevard Saint Germain, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c2/a9c22addfea4c477a67deee9f811da217c7b61ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87620187101" Longitude="2.3422292650471" StarRating="0" HotelCode="45518|201287" HotelName="Hôtel Bienvenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b0/6cb00f988ea0184a21446a4f7c519403c60366ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873142888054" Longitude="2.327309846878" StarRating="3" HotelCode="904832|224976" HotelName="George Sand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 rue des Mathurins, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/68/f3688197cc28bb3664640eec668c5d44ee09d0c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|11896" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d8fb4740b6d1a328defe9e3129534b94c77644.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.90" OriginalAmount="142.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86816664" Longitude="2.34998327" StarRating="3" HotelCode="308153|798081" HotelName="Hotel Edgar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Library,Limousine Service,Lounge,Pick &amp;amp; Drop,Porter,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue d'Alexandrie, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5b/075b22e53c4bf54700814a935070f9773bb3aa28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876720488954" Longitude="2.2939029006291" StarRating="3" HotelCode="111144|43349" HotelName="Arc De Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue de l'Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/d7/eed73b98cb3c5046db6bb8b7e581cae733e2d9f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85044" Longitude="2.339332" StarRating="2" HotelCode="928686|200100" HotelName="Grand Hotel des Balcons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/83/e983311ad6a0829ab594a1f827b1f82af36a1d21.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|19868" HotelName="Eugène en Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/2d/452dc52d92648679615c5433e445bf4a1fea6538.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84902005664" Longitude="2.3401066660881" StarRating="3" HotelCode="111145|203378" HotelName="Fontaines Du Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Vaugirard, 75006 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/29/b429e2126ca53dee460acbb277f997d113ad4596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|13298" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/f2/79f2888471a31848e165d3cb2d3b00038102fceb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882847500676" Longitude="2.3346510529518" StarRating="3" HotelCode="25640|10622" HotelName="Royal Fromentin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Fromentin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/15/5815b474b04893c0a4f5e2b8c0fbed2faa371e30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|36787" HotelName="Hôtel Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dc/78dc6be57e6cda631758d4d204aceeba118cc6b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850406" Longitude="2.342375" StarRating="3.5" HotelCode="10796|511" HotelName="Belloy Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Racine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e6/18e65ab4a95c4a745ff7028fe2ab04a47686a983.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843661" Longitude="2.352612" StarRating="3" HotelCode="81968|55141" HotelName="Saint Christophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Lacépède, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/7d/047dd1ef874d53d784778e12e55dbd8ecf75502e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879366" Longitude="2.334173" StarRating="3" HotelCode="160855|31993" HotelName="Hôtel Joyce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue la Bruyère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/8b/5b8bbc4a37fbaa7a9b7f2db1436e87550271af0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|225157" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/89/4889a9a6e81b0235e4230c5e294479c2a5265ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840289" Longitude="2.352039" StarRating="2" HotelCode="14089|5388" HotelName="Maxim Quartier Latin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Censier, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/70/1c70928a34c5c2acbacb338fcad0eef1e5bbe50e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874677688105" Longitude="2.30578109622" StarRating="3" HotelCode="15940|7891" HotelName="Hôtel Plaza Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/e6/b8e68b055ee79c2505c45653751631913fc275d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871653028485" Longitude="2.3349802941084" StarRating="4" HotelCode="34430|50633" HotelName="The Chess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Helder, Bezirk 9, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/6c/106c901886be800bff575d9202c33611c6ec2a4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.12" OriginalAmount="144.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830015" Longitude="2.356696" StarRating="3" HotelCode="60795|68942" HotelName="Best Western Paris Italie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>205 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/56/68560802c96efd600e4e38d8abd4bf01ed1d1d10.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.34" OriginalAmount="144.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845361045777" Longitude="2.3096542060375" StarRating="3" HotelCode="36883|18041" HotelName="Vic Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/26/9c2625a2c39e49a3600d441c1e71ceb214ba5b91.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873296370178" Longitude="2.3436968028545" StarRating="3" HotelCode="31198|30716" HotelName="Hôtel Acadia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/26/b4262b4364d10de7bcb2ea2d21fb624f7d3ec52a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854456009354" Longitude="2.3390109837055" StarRating="3" HotelCode="48081|54273" HotelName="Dauphine St. Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Dauphine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/96/8d96a03fb42de194b8941496780b7acc3053a27d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841308110016" Longitude="2.3028266429901" StarRating="3" HotelCode="52664|37570" HotelName="Hôtel Délos Vaugirard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Général Beuret, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/c4/09c482ebedefd028b51b53e82d2518b131faaf1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871659" Longitude="2.308058" StarRating="3" HotelCode="71255|2052" HotelName="Hôtel d'Angleterre Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/c5/48c5421f95ad3f84f426772f5186b59bba761ba3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860502" Longitude="2.279844" StarRating="3" HotelCode="74057|200567" HotelName="Windsor Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Vital, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/16/89165bdd7de10b1a978b2230dbf77f9df79727a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85754" Longitude="2.369855" StarRating="2.5" HotelCode="11352|371702" HotelName="Moxy Paris Bastille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Du Chemin Vert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/04/03/0403ca30234c49caffda1afde598512ce00bd4cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.828051" Longitude="2.315455" StarRating="3" HotelCode="72133|10325" HotelName="Citadines Didot Montparnasse Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>94 Rue Didot, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/8d/428d55df2b958a7c223ed1f3e0860e76417a13b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|30720" HotelName="Hôtel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/54/2b54219a85cf21388719abff5c655e33cd260a34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856953" Longitude="2.35529" StarRating="3" HotelCode="410474|224805" HotelName="Hôtel du Loiret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue des Mauvais Garçons, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ee/c1eec01af7b9ff328c3699f9b7a16aac8c77a153.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|55930" HotelName="de Fleurie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/6f/716f80fc374470e1d9eafce5330029ad14f5b6ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|61229" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/79/827917c0f89ee9131433feb024ac3c90d83df69d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|55366" HotelName="Duret" 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>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9acadf85013dda80eebfa6be5ce2b99a8923ecb0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868110354155" Longitude="2.2987362742424" StarRating="3" HotelCode="74055|55281" HotelName="Marceau Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4e/034e22e67c9b42d5dae5b28ff92d8d5f55cded4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875173755287" Longitude="2.3220930468511" StarRating="4" HotelCode="259891|279998" HotelName="Hotel Le Belleval" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue de la Pépinière, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/cd/f5cd3a0a950712479f2f8da83062d90c06ee86e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|55392" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/dd/2bddb80137a466bf6f176ab623beb4a4a75589d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.09" OriginalAmount="146.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873370464828" Longitude="2.3485797643661" StarRating="3.5" HotelCode="25639|1751222" HotelName="Windsor Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Gabriel Laumain, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/c7/d4c74f6c15c7a1f3cc1ad753cd1c25cfa8cbd843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|55956" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/68/0668f3b59d70d34be031eed8abbe824e96e7bb3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|35837" HotelName="Hotel Le Parisis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9c/bd9cf72055a55e69d1389b4d2b90767fa7b6acf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.08" OriginalAmount="147.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865308" Longitude="2.29049" StarRating="3" HotelCode="68668|56136" HotelName="Villa des Ambassadeurs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Bouquet de Longchamp, Paris 75016</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/60/d060ba08e14b62c4645ccbf10fd034b85e39aa38.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851983" Longitude="2.333752" StarRating="2" HotelCode="110450|55096" HotelName="Des Canettes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17, rue des Canettes, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/07/5307f6266a4b5ae9e6bd721a2f07f0860282cc59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864299229223" Longitude="2.3361758887768" StarRating="2" HotelCode="36470|225002" HotelName="Montpensier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/75/60759decc23088df60598c783cd36851cf634d6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849245095613" Longitude="2.342212870717" StarRating="4" HotelCode="14271|55185" HotelName="Le Lapin Blanc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Boulevard Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/19/0419ab3055edef074bb6314dc1b3379a88efbd0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87948134614" Longitude="2.2849885027356" StarRating="4" HotelCode="50601|23954" HotelName="Le Meridien Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>81 Boulevard Gouvion Saint-Cyr, 75848 Cedex 17, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99ded67eb676a5b4eea32d7d37e2d848b75b5dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848782" Longitude="2.341076" StarRating="3.5" HotelCode="18683|35812" HotelName="Trianon Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/dd/d1dd1a7156fcca6af0886c8cda37fae6103a1ab4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|410026" HotelName="Villa Mademoiselle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/dc/2ddc7a3ad3682d184bc0bfb5964b6c331cac3d5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88214059" Longitude="2.32883614" StarRating="0" HotelCode="592745|238979" HotelName="Milestay - Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>31 rue Ballu, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/d7/13d705155cf1fb51c25959e8611f1027c5a03897.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853618593409" Longitude="2.3074105381966" StarRating="3" HotelCode="10965|55060" HotelName="Derby Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/80/98801bc648806bc955e9ff2dd4599cbdeb7b7bb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|28761" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/dd/51dd3c3106dfedcfdf3d25606ae8ba8ecfd185cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840602" Longitude="2.334445" StarRating="3" HotelCode="25337|53798" HotelName="Novanox" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Boulevard du Montparnasse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/73/ef7372c0ebcd38910e01c2d192e24e28bab33d7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849723410386" Longitude="2.3096233606339" StarRating="4" HotelCode="34404|54266" HotelName="Hotel Villa Saxe Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Villa De Saxe, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/8a/4c8a6ca9d40f5e28f6ba545cff040e8374e3a1e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871571447521" Longitude="2.3437051312924" StarRating="4" HotelCode="337324|5883" HotelName="Holiday Inn Paris Opera - Grands Blvds" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Boulevard Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/8c/7a8ccf651c43a0430b52e0c286cfa8edab433c6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852688507016" Longitude="2.3090466856956" StarRating="3" HotelCode="11960|54259" HotelName="Duquesne Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 avenue Duquesne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c2e282762953e82d23797562707d9d0df27ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873324883565" Longitude="2.3181886876698" StarRating="3" HotelCode="80561|54284" HotelName="Haussmann Saint Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Roquepine, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9f/439fb96fad3999ad0e60f29c48f03bcc7b4d8378.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8535367" Longitude="2.3432116" StarRating="3" HotelCode="224984|224987" HotelName="Le Clos Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de l'Hirondelle, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c8b98af9a3e0d3954a09aeb2d4b2d73be0aa28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873749" Longitude="2.320196" StarRating="4" HotelCode="34976|203412" HotelName="Le Lavoisier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Lavoisier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/42/644253ed0de18a68158f71608151e71ec13cd568.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866507" Longitude="2.337239" StarRating="2" HotelCode="180110|203291" HotelName="Louvre Richelieu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/5d/f35d700c982c12663ad7cc4a99d569acebda8fa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866226" Longitude="2.366859" StarRating="4" HotelCode="26707|31264" HotelName="Le General" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Rampon, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/77/9577144cd69aad41360c4157530ecb1a07ea6261.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|38861" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/82/6f822cc7f9bb2fc4b38c970fb8e7a543a5d963b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|23961" HotelName="Hôtel 34B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/8b/0d8b6456ffbc65b44c8435616f2a065910c86665.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|225473" HotelName="Hotel Chateaubriand" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/13/04134c33713ac6e94e8e21c4ee85d89b0d63a000.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85272821694" Longitude="2.3442707955837" StarRating="3" HotelCode="34420|224974" HotelName="Europe Saint Severin" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 rue St Séverin, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/cc/bccc7b742fcdcfe50c61cbc37533e62e76b5a67b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879496" Longitude="2.356512" StarRating="3" HotelCode="79717|55333" HotelName="Ibis Styles Paris Gare du Nord TGV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c5/aec5cc6819754e620b9f070e02e4c825edd88747.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850198363986" Longitude="2.2890452331352" StarRating="3" HotelCode="94376|54805" HotelName="Hôtel Gustave Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Viala, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/97/11974f332443ed7f6e3a0f3897dd6d819f11425d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|34601" HotelName="Les Jardins du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/3a/0d3a8303425ab96bc15c69bb5cc635ff4c608596.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|518923" HotelName="Hotel Delarc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/07/690780f7a3907c19003453f1d44f664372659cc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.87" OriginalAmount="151.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834772873271" Longitude="2.3171059395331" StarRating="3" HotelCode="187836|328745" HotelName="Apollon Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>91 Rue de l'Ouest, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/9b/f09b8862667af24f7619f67989aa62996ab96660.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876940991228" Longitude="2.2949731349945" StarRating="3" HotelCode="180069|44620" HotelName="Tilsitt Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4c/e34c33f76935177c34046416dc707bde1432814e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848592" Longitude="2.348118" StarRating="3" HotelCode="18014|54286" HotelName="Hotel Atmosphères" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/51/6f510300a899d0de9b02d528642f35a1cd1a4e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871343" Longitude="2.323902" StarRating="4" HotelCode="15137|9466" HotelName="New Hotel Roblin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Chauveau-Lagarde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/63/5863e9e34e2f536da4939bc029d513a96cb13ff2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877488719891" Longitude="2.3434406518936" StarRating="3" HotelCode="31199|31998" HotelName="Hôtel Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/e3/59e33f84a8ee907f1e49921c20693bcd7800a245.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87625764" Longitude="2.34832955" StarRating="4" HotelCode="935457|57770" HotelName="Serotel Suites Hôtel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 rue du faubourg Poissonnière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/dc/c4dcccdca3d1e4996a58225e911bc60386d9268c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868257676538" Longitude="2.335230410099" StarRating="3" HotelCode="63223|225467" HotelName="Ascot Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2, Rue Monsigny, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/49/fe49804018824cf233fef07cbfa78bd0e7a4dbab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|31986" HotelName="Hôtel Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ca/9aca9c1f070766623bab57e19e6c2ee473d8cf39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869336" Longitude="2.349524" StarRating="3" HotelCode="180058|56813" HotelName="Bonne Nouvelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 rue Beauregard, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/21/5621ca28a0b8ae4c433218f70f17aee80318d149.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848929691528" Longitude="2.3468553909261" StarRating="3" HotelCode="34425|54294" HotelName="Claude Bernard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6d/da6d44321bca09acd5867862867d5d9e5eb7da08.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|200266" HotelName="De Seine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3e/613e970cbc0d671feb3329aae91ce0e7ac7cd35f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855224235299" Longitude="2.3347442368054" StarRating="3" HotelCode="149460|348441" HotelName="Hôtel Des Marronniers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/71/e27123f24c27776d6117bf552918c7e28accd3ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87004" Longitude="2.311159" StarRating="4" HotelCode="89354|50424" HotelName="Best Western Plus Elysee Secret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/46/f54648b2ae7e527fd3f9f7e7c01c44a03131f7ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853256" Longitude="2.342036" StarRating="3" HotelCode="180082|201067" HotelName="Eugenie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 rue St André des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/76/e9763a4bd366d26ef347cd172951d7c5bc413905.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|35832" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/30/1430d783f0b4a9110190056f1cb7333fb2d37432.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="164.88" OriginalAmount="154.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852555" Longitude="2.319179" StarRating="3" HotelCode="78730|98854" HotelName="Hôtel de Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue Vaneau, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06b21e292878b57a5a513ed5e19a107a3f2c5c.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859116349368" Longitude="2.3554181654301" StarRating="3" HotelCode="335285|58255" HotelName="Hôtel du Vieux Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 rue du Plâtre, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dd/d0/ddd07cd24b8c8ade6acfc94ee4fb46bdd0853d18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871309928689" Longitude="2.2981838443874" StarRating="3" HotelCode="318608|201060" HotelName="Ekta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Galilée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/41/04419f710f15d2e95e16f6505ff26f7d8f982a17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871865616253" Longitude="2.3233482241631" StarRating="3" HotelCode="336459|55266" HotelName="Madeleine Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/e6/64e63fbb938a2251ef6e40ba19e8460e998f7d9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880872862051" Longitude="2.2989508509636" StarRating="3" HotelCode="337170|55990" HotelName="Monceau Wagram" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Renequin, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/b5/a5b5a05e8fecbbe1a1cd727838ed523addb81d33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879469263534" Longitude="2.358457322348" StarRating="2" HotelCode="323929|200407" HotelName="Hotel Montana La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/46/cc464796bb78e568430468c687276d0d3e9d333a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852776751248" Longitude="2.3440843820572" StarRating="4" HotelCode="74017|35806" HotelName="Royal Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 boulevard Saint-Michel, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/8a/8f8a06ce9d9c8b6d8f3e06282ac2809eec8109a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850304412426" Longitude="2.3450624809857" StarRating="4" HotelCode="260007|1484" HotelName="Mercure Paris Notre Dame Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/11/6911c9786921a4da37fcc6b9b9ac719bf8ed0dc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851431892265" Longitude="2.3388111591339" StarRating="3" HotelCode="187853|63402" HotelName="Odeon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/ee/d0ee0e8728f99438a12393b613c4015a4088fc72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.14" OriginalAmount="155.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/8b/af8bd781e55e849b40e67ffd01e805de4aa391bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="166.50" OriginalAmount="155.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869796155019" Longitude="2.33019053936" StarRating="3" HotelCode="189558|332823" HotelName="Volney Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Volney, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1e/7f1e05253aecea3c658f484d9e861dd6788c2954.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874203" Longitude="2.304558" StarRating="3" HotelCode="110479|13056" HotelName="Arc Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue de Washington, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e9/5ce982a973908430116edc6b4df280d3b4ec952c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|54315" HotelName="Crystal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/a2/fda29006f67094dd1cd4fff401cc5e3a6b693ac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|18120" HotelName="Gerando" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/4a/e84a4f7a27ebddf8bc5e4f1746a01c1bfcc1a6e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885640436118" Longitude="2.3344740271568" StarRating="3" HotelCode="23062|37183" HotelName="29 Lepic Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Lepic, Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/1c/f21cc982f20eaa514cdc1816c0765f750fcc303f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|31987" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4a/e9/4ae91e35edd3e326d5401b9f6fba4bb11e193d66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861292" Longitude="2.286341" StarRating="4" HotelCode="34401|58699" HotelName="Les Jardins du Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Benjamin-Franklin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3b/953be0b1c3f5859384bc670cdc56f1b64954e748.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|35807" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/31/a231ca9bb61d4058067413fee827b5aab2d2015f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875180457194" Longitude="2.3327949643135" StarRating="3" HotelCode="31789|30727" HotelName="Helios Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 rue de la Victoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/92/46924d952b82cef4cc4cfee0274610ef88525e6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|35791" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b87db159176a3130d086a856a75aec700b807.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876001" Longitude="2.357538" StarRating="2" HotelCode="102598|201111" HotelName="Modern Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>91 boulevard de Strasbourg, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fe/11fe44a4b848be9c547849198c99abd5e9ef75da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865824596238" Longitude="2.3360913991928" StarRating="3" HotelCode="29178|55938" HotelName="Therese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-7 Rue Thérèse, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c8/75c829af15fb6ee70e824754d1b2fe855e84973b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|54276" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b4/b5b403f988972e35d743e1681f4fb2d7cd44e9e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839875558845" Longitude="2.3030760884285" StarRating="4" HotelCode="67806|13293" HotelName="Novotel Paris Vaugirard Montparnasse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257 Rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/bc/e7bc427aafda650fde4b518d1f57f475423dec3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853944" Longitude="2.342923" StarRating="4" HotelCode="110458|201258" HotelName="Relais Hotel Vieux Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Gît-le-Cœur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/6c/446c8c864478bb73263dd5744ec4976b95564f2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892578756225" Longitude="2.2329153898585" StarRating="4" HotelCode="24651|24630" HotelName="Renaissance Paris La Defense" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Jardin de Valmy, 92918 Paris, La Defense Cedex</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/43/33438d96e7f86a6b5cd1ca4d2f28f0b4ed549783.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.78" OriginalAmount="157.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847206470346" Longitude="2.3316409438848" StarRating="3" HotelCode="180114|328651" HotelName="Perreyve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/71/0571ad8f85bdb84a1fdcf108a82b2ab56b5e0675.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.825796" Longitude="2.3531535" StarRating="3" HotelCode="915009|32878" HotelName="Hotel Ambre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 ter Rue de Tolbiac, Buttes aux Cailles, 75013 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f5/75f5972d6b1b6f55e235732e3db32f16916fa0c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846966418966" Longitude="2.308024764061" StarRating="3" HotelCode="63702|53796" HotelName="Hotel Bailli de Suffren" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>149 Avenue de Suffren, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a3/9fa343d4535db74690e423f870484bca72c7ab65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|54277" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/54/9754a3c4bb20f6c6d2b4378d8c11edc2d6184ab6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868995" Longitude="2.336807" StarRating="4" HotelCode="110428|56973" HotelName="Lyric Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue de Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/bb/f7bb41a74d97e1b71ec599681c7647798e37a780.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="169.17" OriginalAmount="158.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|6411605" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e2/f0e22bf2105217333db4347e7060bf026bd34c54.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="170.09" OriginalAmount="158.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|691692" HotelName="CAMPANILE VAL DE FRANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>10,AV.DELA FOSSE DE PRESSOIRS MAGNY LE HONGRE</AddressLine>
          </AddressLines>
          <CityName>MAGNY LE HONGRE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/926966_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="170.13" OriginalAmount="159.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="4" HotelCode="|CRGP" HotelName="Hotel L'Inattendu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain</AddressLine>
          </AddressLines>
          <PostalCode>(0)140517975</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/153311/12429767.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|1562" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/39/39398616a1fb5255d8bd6d80e18d45c3ee7a686e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85713" Longitude="2.302746" StarRating="2" HotelCode="110471|55058" HotelName="Eiffel Rive Gauche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du Gros-Caillou, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c3/04c30b4316d59a13c3c0e8db2505daae9caa2e3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868933413164" Longitude="2.2974300384522" StarRating="4" HotelCode="12109|37571" HotelName="Elysees Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/3c/8d3c7362025d08a83694dc9c50b8b2e7c2eea45a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846989" Longitude="2.325861" StarRating="4" HotelCode="13764|11881" HotelName="Holiday Inn Saint Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/1e/881e4d82017135cb9b9f9e43462539e5f4c6cdec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85301148015" Longitude="2.346576154232" StarRating="3" HotelCode="160366|55201" HotelName="Notre Dame Saint-Michel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Quai Saint-Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/26/0226f1e7ab411f976d2ff54aef562c2dd4ce5689.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879658909786" Longitude="2.3280616917726" StarRating="5" HotelCode="376493|200949" HotelName="Best Western Premier Opera Liège" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Liege, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42cb7fdb4066b81405df233787bc13d2a155.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|56915" HotelName="First Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e7/eae75ee1b2b194d0a8fa58c8c6ff1928c5a308e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84802" Longitude="2.342185" StarRating="2" HotelCode="212018|200185" HotelName="Cujas Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18, rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/86/d3869cde34dfccf459b3e237c34728bc372fe60e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|30569" HotelName="Hilton Paris la Defense" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/f1/8cf19eff461671e03a3fdb3be573666117a6af4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88642" Longitude="2.294946" StarRating="4" HotelCode="78974|54305" HotelName="Hotel de Banville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>166, boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d3/01d3179ef26164719a492fe5c9948a0ece3afb8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865741227177" Longitude="2.3324093967676" StarRating="2" HotelCode="180074|203292" HotelName="Saint-Roch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3a/563a372a880da5ad8a98116393296bf11f1855cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830385969175" Longitude="2.3234474658966" StarRating="3" HotelCode="59522|55397" HotelName="Ibis Styles Paris Alésia Montparnasse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Plantes, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/57/b257afa10c365e7570d2f54da8a6a38973e8ce81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|21311" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|17449" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/69/fd69c90836e1625bfa21100eca1b7c9cef4c3b11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856637" Longitude="2.307206" StarRating="3" HotelCode="110463|55273" HotelName="Beaugency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Duvivier, Paris 75007</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/b0/87b0960083d14efecc4a0b5eb5110d056775288d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85821039" Longitude="2.35033181" StarRating="3" HotelCode="430702|261179" HotelName="Hotel Andrea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Saint Bon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/56/a7562781e9570b9ec78cffe634bf59a117e95900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872329945266" Longitude="2.3089898018648" StarRating="4" HotelCode="110482|201047" HotelName="Hôtel des Champs-Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/fe/35fe103094f1f36cf811117d87b536b1529f7c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845251606698" Longitude="2.3500891774893" StarRating="2" HotelCode="187844|348349" HotelName="Des Grandes Ecoles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 rue Cardinal Lemoine, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/e5/32e5f52a5f0f928b39bd7824887b9d03a3c0bcb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856544634871" Longitude="2.3059272766113" StarRating="3" HotelCode="30122|55283" HotelName="Hotel du Cadran" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Champ de Mars, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/ab/cdabd3d093ebf0378d2302f751d327997575aaac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842906" Longitude="2.329846" StarRating="3" HotelCode="25339|224982" HotelName="Jardin le Brea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue Bréa, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/9f/ec9f1f928d3fc156356f54ea5059a849f78b6de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|9004" HotelName="Louison Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e7/50e7f23c017097dc6287b6c02476737ae0879e9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|35792" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/5e/5c5edff1f18b8f7dbe634d401f03a4c63d80c63a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843745029915" Longitude="2.3391263186932" StarRating="3" HotelCode="36933|50620" HotelName="Observatoire Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/e5/efe55279b507091c7fd83b2a228271bf6bc0e25c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852535" Longitude="2.336123" StarRating="2" HotelCode="65596|200180" HotelName="Le Clément" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Clément, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/e2/39e2e6303394129171e1984e175408f4bd6c9738.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|249636" HotelName="Turenne Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue de Turenne, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/b1/e3b1b6396ca384d99aa8428d08f5c21331def015.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885321641932" Longitude="2.3079724609852" StarRating="3" HotelCode="15761|50624" HotelName="Pavillon Monceau" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 rue Jouffroy d’Abbans, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/7d/247d1f725147ff12613584476153c95593a83ee4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.19" OriginalAmount="162.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|104205" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/cd/fbcde69875c64d1750eaf346df3d4ae9766bba02.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848756" Longitude="2.347611" StarRating="3" HotelCode="180087|225139" HotelName="Saint-Jacques" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fb/fbfb3141f83ee6fb4002a87c862ab45e90e9e924.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857004" Longitude="2.317232" StarRating="4" HotelCode="110469|56866" HotelName="De Varenne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/4b/454b688e9744157f71df447bb5dc9862452b1aa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847134102036" Longitude="2.3259365558624" StarRating="4" HotelCode="63227|56057" HotelName="Saint Gregoire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Garden,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43, Rue de l'Abbé Grégoire, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/24/442430ad58a4dbf97e3bcea67d67313633ab1c44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85048" Longitude="2.270519" StarRating="2" HotelCode="110533|56306" HotelName="Ribera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue De La Fontaine, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/ce/ddce48025aabcbdf617e2ed3555d4f69bea7807b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871774759351" Longitude="2.349269092083" StarRating="4" HotelCode="13508|53799" HotelName="Hôtel L'Échiquier Opéra Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue De L'Echiquier, 75010 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/92/0b92d6a0ca2ef9064e96a6c583158c9a8448489f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748754" Longitude="2.3260143" StarRating="4" HotelCode="14788|35830" HotelName="Mercure Paris Opéra Garnier Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de L'isly, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/d9/69/d969c6596fbd3cfea812c70c5b7469cfdb00ede9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="174.77" OriginalAmount="163.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877119" Longitude="2.322087" StarRating="3" HotelCode="149715|197406" HotelName="WO Wilson-Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10, rue de Stockholm, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/d8/e2d83d3583e2c3988cb0691a2e9c039139412d36.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866411157476" Longitude="2.3269184110451" StarRating="3" HotelCode="110420|54278" HotelName="Hotel Du Continent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c8/39c8069152e1a085c0f16372658c30b313eec50e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84801663526" Longitude="2.2871732711792" StarRating="3" HotelCode="11467|200178" HotelName="Hotel Carina Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Ginoux, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f7356c4f137f2072255a1f155b2462f5f4a1fe2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865236" Longitude="2.336291" StarRating="3" HotelCode="58701|31265" HotelName="Pavillon Louvre Rivoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Molière, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f1/42f1c2685a2e09da3722b6ffbd2693802bfa2d64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881352638498" Longitude="2.3274211585522" StarRating="4" HotelCode="25637|7170" HotelName="Le Grey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/cc/09cc9f93d9b74401ef5522b68b58158edfa926cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865371" Longitude="2.398261" StarRating="3" HotelCode="165998|203314" HotelName="Panam Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>208 Rue des Pyrénées, 75020 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b9/89b98c35e5c8c36b6d7767b5427d8f2e1cf26c41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.06" OriginalAmount="164.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869156549822" Longitude="2.2983138994138" StarRating="4" HotelCode="303897|217468" HotelName="Suites Hôtel Helzear Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 Avenue Marceau, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/fa/84fa568422aa907976ca50f9421d268f8482d637.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856952270582" Longitude="2.3645687456586" StarRating="3" HotelCode="73812|55376" HotelName="Les Tournelles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Turenne, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/92/84928bdab00a092584e4e0134363e99d9f4058ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="177.34" OriginalAmount="165.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|2337475" HotelName="Daunou Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/ee/c3eefd391a95d893a42ba94f011f85b4d29140db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87979082" Longitude="2.33429669" StarRating="3" HotelCode="590801|224790" HotelName="1er Etage SoPi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 rue Jean Baptiste Pigalle, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3e61af6cab46ea95bff3b7ad9d04d1fb9ff100.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848844437287" Longitude="2.2978055477142" StarRating="3" HotelCode="36930|4291" HotelName="Citadines Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/94/92940351d18bec7d4f77c9037c182c3fcabd04a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870558" Longitude="2.326352" StarRating="4" HotelCode="180057|57203" HotelName="De Seze" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Sèze, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a0/8da0a9144f60711a1210c01325bd87fbf3fd2fb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|55140" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e7/70e7d01b98b0d5706fd1c01df46a40dda619f372.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|37181" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/c4/63c4693129d66002ac415d1aa38cf4912f750dda.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848216" Longitude="2.450326" StarRating="3" HotelCode="902069|33738" HotelName="Royal Regency" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69/71, rue Defrance, 94300 Vincennes</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/64/0264e5254f29769ae018f56d901b7ae53cbef9c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="177.90" OriginalAmount="166.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849097594266" Longitude="2.3397137342483" StarRating="4" HotelCode="45033|6010" HotelName="Hôtel le Sénat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Vaugirard, 6ème Arrondissement/Saint-Germain-des-Près, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fa/22fa384d0c06b0a1beb3bd2612cc9eccad5760cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87461744" Longitude="2.33089038" StarRating="3" HotelCode="549588|200862" HotelName="1er Etage Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/62/8862d69e20ee6497f9e06390a1e316498d377b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|238809" HotelName="Elysees Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/84/a484934fb8290ef5840ac5002d3d6fc812c3f68b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|54778" HotelName="Belfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd197f849d71f1dbff3a2b5b31dac089f8d2727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871327529282" Longitude="2.3192524909973" StarRating="4" HotelCode="74024|55946" HotelName="Hotel du Ministere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rue de Surene, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/73/ae7357719361bb7315079bece535ab054e588ed4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87789162" Longitude="2.34695509" StarRating="3" HotelCode="308151|249611" HotelName="Hotel Helussi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Bis Rue de Bellefond, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/d2/7ad21e2172015489d14a51b765cc7d525041be9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842712" Longitude="2.330326" StarRating="3" HotelCode="110446|55772" HotelName="Le Chaplain Rive Gauche" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11 Bis Rue Jules Chaplain, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1a/161a26ba9afe3ebc7195f6bbe66ea8860f290322.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866472638829" Longitude="2.3357465889549" StarRating="3" HotelCode="110423|201099" HotelName="Hôtel Louvre Sainte Anne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Sainte Anne, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/e5/e1e57495f5964d8370f11cae4233cf2690c2b9ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851454" Longitude="2.337592" StarRating="4" HotelCode="110456|200416" HotelName="Odeon Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint Sulpice, Paris 75006</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/69/bc69773b96520538f329407db609061d13c44d27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.841787" Longitude="2.331716" StarRating="3" HotelCode="143852|224798" HotelName="Apostrophe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue de Chevreuse, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/e4/b7e49e663f3eff9147e74be3e46366af407f9d1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|13563" HotelName="Littre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/b9/beb9a6ad9bb7f0d6774db263160cf0154f7a54df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|55271" HotelName="Le Six" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/18/f318b90b0736ac0899380a3bded62d82b753c6aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844514" Longitude="2.345447" StarRating="4" HotelCode="78831|55941" HotelName="Du Les Dames du Pantheon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Place du Panthéon, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/6d/696d1d0aacf311f8d1137850078e0c4030436a14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846097" Longitude="2.278881" StarRating="4" HotelCode="81179|33543" HotelName="Mercure Paris Tour Eiffel Pont Mirabeau Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Emile Zola, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/70/1b70e0eb962e462cbf0fcce87f8089f6dd8d26f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853623235669" Longitude="2.3390090150999" StarRating="1" HotelCode="388029|238935" HotelName="Hotel Saint Andre Des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>66 Rue Saint-André Des Arts, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/60/0860b66948c6640d5166d5544d580695dc828dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880505" Longitude="2.284557" StarRating="4" HotelCode="47692|5556" HotelName="Hyatt Regency Paris Étoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Place du Général Kœnig, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/f8/faf83a6669800905b7dcf278de8955b4b4f667eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853532" Longitude="2.342402" StarRating="3" HotelCode="110459|55121" HotelName="Residence des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Gît le Coeur, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/cd/63cdc3dcb9e4a1c11e3033fc208b2dbaf6dad003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846215" Longitude="2.340929" StarRating="3" HotelCode="67792|224973" HotelName="Elysa Luxembourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gay-Lussac, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/59/ae59d8238d8588590a5b5720b6b3668db81c8038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|56552" HotelName="Hotel Seven Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1e5a00ce67202f5a509ef52b9681b67c100bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875556648654" Longitude="2.2836454957724" StarRating="4" HotelCode="19059|54258" HotelName="La Villa Maillot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 Avenue Malakoff, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/20/aa2069fad5a49890722317ce9d6f6a2ac9d8d9b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869902696063" Longitude="2.3504430206643" StarRating="3" HotelCode="199731|230887" HotelName="Le Clery Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Boulevard Bonne Nouvelle, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/70/537037bbe5db978ea6aa9482700ed2372d376aaf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="182.08" OriginalAmount="170.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871380456126" Longitude="2.3426426947117" StarRating="4" HotelCode="34408|17375" HotelName="Hotel Paris Opera, managed by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard Montmartre, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c085a054ab4a11c4a732260e4b48fc2662c1a537.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835757" Longitude="2.351307" StarRating="3" HotelCode="298982|58013" HotelName="Hotel Henriette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue des Gobelins, 75013 Paris, 13e Arrondissement</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/87/91874d34e4bc9af80800a31d0d00bcddd788c228.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|498313" HotelName="De L'Ocean" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e1/26e17a4e9f0d0b390561bc0a56332f3538cb5668.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83798742" Longitude="2.34929146" StarRating="4" HotelCode="638642|279983" HotelName="Hotel Monte Cristo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>20-22 rue Pascal, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/f9/cef9ec8a5f010a3e338da9ae9b8ba2c65e5eb513.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880869334266" Longitude="2.3374271392822" StarRating="0" HotelCode="75640|62891" HotelName="Grand Pigalle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/zz/97adc73d467710c77b6961a63cc364b6a0b5a156.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|7232" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/92/d192318dbb6a2fcc70d2c34aa2151cb559e83039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851602" Longitude="2.338205" StarRating="4" HotelCode="110455|203375" HotelName="Louis II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, rue Saint Suplice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8d/f88d35c688b0436217bd5a99f658caad6097f965.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|56176" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/8f/398fe09922d24eb7752b5baaffb7009ca57f5ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|36781" HotelName="Park Lane Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c1/aec123fe266e551a63faaa74edd609330b200d40.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88106865373" Longitude="2.3371508717537" StarRating="2" HotelCode="18924|1264" HotelName="Victor Masse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 bis rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/6e/5b6e2377b37fb531a6a95d85985bb9297d39916a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871052308791" Longitude="2.3498511314392" StarRating="3" HotelCode="52663|203011" HotelName="Hôtel des Comédies" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue D'hauteville, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/14/0b143cce4ca55112d1ddcd154590806b09dda339.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87800805" Longitude="2.28645704" StarRating="4" HotelCode="451750|200618" HotelName="Le 10 Bis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 bis rue du Debarcadere, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/5c/555c9fd50667dd532fbc4eb919aae68320f093a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871102" Longitude="2.32689" StarRating="3" HotelCode="94370|55290" HotelName="Relais Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis, rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/42/17423d9d5311c420c6f305de76b5cef673fd55ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860213" Longitude="2.318372" StarRating="4" HotelCode="82835|50429" HotelName="Bourgogne &amp; Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/c6/e8c6b92a47eeff56a9e61eb0ac34e48145594fbc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87377577656" Longitude="2.3860120442317" StarRating="0" HotelCode="335212|238880" HotelName="Hotel Des Pyrénées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Laundry,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>399 Rue Des Pyrénées, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/35/563503f9d0fe74a5765f3f0e11563c8cd96f3904.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859656675235" Longitude="2.3240844905376" StarRating="4" HotelCode="10778|54306" HotelName="Le Bellechasse Saint-Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Bellechasse, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/10/6a10729c4fb0dd66da4243d458ac85918dff0865.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85921914" Longitude="2.34731106" StarRating="0" HotelCode="488364|238981" HotelName="Milestay - Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Des Halles, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/1c/4d1c413a9d8ca2c61b118b2f6c93ca2012757707.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885318" Longitude="2.335092" StarRating="2" HotelCode="27742|441974" HotelName="Hotel Du Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Aristide Bruant, Paris 75018</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/1d/b01d8dc568780c64a23970fce135b983cb48b7a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857016" Longitude="2.329992" StarRating="3" HotelCode="110468|203393" HotelName="Hotel Universite Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Université, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d7/a7d779ac587f11f1f1167cbcb87e371fcb1b8465.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852439657442" Longitude="2.3546576499939" StarRating="3" HotelCode="74010|203354" HotelName="de Lutece" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/99/3c995877be3546db9c5f819980a4e0e5b9982565.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856284333529" Longitude="2.3319594562054" StarRating="3" HotelCode="36463|60299" HotelName="Du Danube" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58, rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/aa/acaa16e3729d32fb9a223e8ae214883b2087d4b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|17824" HotelName="George Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/48/8b48d376cb8cd55e36855e3404ac4af2bbd95d94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|489278" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/c1/25c1a97d996d11a8d4217cde90f302761d2f70f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="187.86" OriginalAmount="175.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865716084099" Longitude="2.2861714661121" StarRating="3" HotelCode="74088|331643" HotelName="Hôtel Palais de Chaillot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Avenue Raymond Poincaré, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab05d4f4ebcdb7c265adad838fddc47253810eb.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870490707693" Longitude="2.3279043067016" StarRating="4" HotelCode="613202|245847" HotelName="Hôtel Dress Code Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ce/6aced8a090eba1c2f99b29796e197c759e28b0c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850398514789" Longitude="2.2983272373676" StarRating="4" HotelCode="25334|56397" HotelName="Ares" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Général de Larminat, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/64/9164c79b91effc92df65d35c2ee86ab18012b664.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8554372" Longitude="2.3612671" StarRating="3" HotelCode="199730|238887" HotelName="Hotel Emile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/72/4d72b84dcc69448677992b481822d22687d52134.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|8221" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e5/f0e5c2e05c2e0d7eb699f192c9ab5c3f24f1d6b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863790175054" Longitude="2.2866515815258" StarRating="3" HotelCode="24418|56792" HotelName="Best Western au Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/cc/8fccd339a6f915da6df4795def914fb108dc7771.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858411" Longitude="2.34647" StarRating="3" HotelCode="110422|249602" HotelName="Hotel Elixir" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Jean Lantier, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/be/91be6d191779c3eec91360f04ec3cf68ff16b13a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857336" Longitude="2.331432" StarRating="4" HotelCode="154538|225143" HotelName="Hotel Verneuil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, rue de Verneuil, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/f2/0af2443a097775afe0bb9702fef5ce5294b96150.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871416546724" Longitude="2.3280616588954" StarRating="4" HotelCode="180061|57022" HotelName="Hotel Maison Athénée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/b0/0ab007ba5d439e7f875c206f025960142a9862f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|23950" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/36/b136c7eea5b7d5345ce1dc5023b71ff96de7e3c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84927686574" Longitude="2.3249065876007" StarRating="3" HotelCode="30124|55942" HotelName="Sevres Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/f5/0bf5ba31d4acfc8741738d8a161f6acfbf1c719c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853169" Longitude="2.34511089" StarRating="2" HotelCode="326969|358767" HotelName="Hôtel du Mont Blanc Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de la Huchette, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/c8/42c83cda3f3882106c8020f1143884c2fd7e13dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|35788" HotelName="Hotel Le Colisée" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/94/e69476790de26cab580b1a3df3511262aae791fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3.5" HotelCode="10798|3111" HotelName="Hotel Le Belmont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/d9/85d9fe46ec259e1a52fa40cd2b309f0939034490.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874626528862" Longitude="2.3168009519577" StarRating="4" HotelCode="34423|44388" HotelName="Arioso - Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue d'Argenson, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/02/93026d8645f28e26f70cac9c903a6d36a5ef27fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8676" Longitude="2.35308" StarRating="4" HotelCode="283754|36774" HotelName="Hôtel Le 123 Sébastopol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Boulevard de Sébastopol, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aed8499f5549a128a405791a0212df6066f5a29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|24635" HotelName="Normandy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/a0/36a0065ad8b0a0c89d34eca06c5e96335b29b111.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856597" Longitude="2.355765" StarRating="3" HotelCode="74011|203355" HotelName="de Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Rivoli, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/7b/497b351f218dc54456fa7e488caf6345e7fc8927.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868889305307" Longitude="2.3515757918358" StarRating="2" HotelCode="164908|203316" HotelName="Baby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Chénier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/6a/d56afc61291a7a441c79740f87791400074d6eca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876074844451" Longitude="2.2963705658913" StarRating="3" HotelCode="34429|32194" HotelName="Emeraude Plaza Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a14075e1bc239341229eb7dfc12fdceff35fd06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8495874" Longitude="2.3401602" StarRating="4" HotelCode="68017|225140" HotelName="Saint Paul Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Monsieur le Prince, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/c2/20c2ef2385b44f7bc8bf9444fd578696437ebcad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848376704348" Longitude="2.342617213726" StarRating="4" HotelCode="37860|55675" HotelName="Select Hôtel Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 place Sorbonne, 75005 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/45/6d450755efbcc439be915b32cb6ba51c016884b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="193.14" OriginalAmount="180.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851597795458" Longitude="2.2897267341614" StarRating="3" HotelCode="39973|2228717" HotelName="France Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Saint Charles, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b8/bdb8a26d9274c1984fdfbbd4e34d8a8f7066b1d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877973820784" Longitude="2.2955471277237" StarRating="3" HotelCode="31211|55163" HotelName="Best Western Empire Élysées" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montenotte, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/5d/a15d596178bcef7ea518231b3664ebf72f43d491.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854360708772" Longitude="2.2892533242703" StarRating="3" HotelCode="326446|18397" HotelName="Eiffel Seine Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/41/7441048684c10dd80878b657d92cbff4a89b18db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852323174237" Longitude="2.3549821972847" StarRating="3" HotelCode="74014|224957" HotelName="des Deux Iles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue Saint-Louis-en-l'ile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/c6/cac6d09eae440beb96cfbfa7c42c9b959e95dd23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8475928" Longitude="2.3310888999999" StarRating="2" HotelCode="522389|298474" HotelName="Hotel Jean Bart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Jean Bart, Quartier Notre-Dame-des-Champs, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d7/3bd755e60fa873ed1efd888221d2a0dee4f64319.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867237879181" Longitude="2.2879296541214" StarRating="4" HotelCode="31744|30738" HotelName="Waldorf Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/74/ce74cd63b42d6e2a14a9abf986252d8ecf4bf66d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861618" Longitude="2.365129" StarRating="3" HotelCode="142313|497601" HotelName="My Hotel in France le Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 bis, rue Commines, Paris 75003</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/14/4014d98807e549cf800acfba0bf34c51b21146df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872439" Longitude="2.348333" StarRating="2" HotelCode="73728|203009" HotelName="Hotel d'Enghien" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Enghien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/e6/5be693345d31fee5e7c21a32eac8b0ddb346c6b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859745789504" Longitude="2.3085987567902" StarRating="4" HotelCode="164914|57364" HotelName="Thoumieux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Rue Saint-Dominique, 75007 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/25/f625714bc024f46a435a096c8ec37a50e0244834.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="195.94" OriginalAmount="183.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86984758" Longitude="2.29908713" StarRating="3" HotelCode="592682|619327" HotelName="Suites et Hotel Helzear Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Christophe Colomb, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/78/4378c13f84518da5be60ef8df24ab7e2a8e42cda.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847791" Longitude="2.342283" StarRating="4" HotelCode="64609|32880" HotelName="Grand Hôtel Saint Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/d7/17d7a495e8af57ccab0a67b460370c034d572066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850996" Longitude="2.335799" StarRating="4" HotelCode="89348|203377" HotelName="Relais Saint Sulpice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Garancière, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/57/7757942a7736dea289c0376c311ed4ede5c485e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="197.30" OriginalAmount="184.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875647939708" Longitude="2.3038284480572" StarRating="4" HotelCode="12870|115362" HotelName="Hôtel Royal Garden Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218-220 Rue du Faubourg Saint-Honoré, 8ème Arrondissement, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/00/1f0020d2cf029a46ac9fba26ba96a763214cc175.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87684426" Longitude="2.33364989" StarRating="3" HotelCode="333104|58051" HotelName="Hôtel Langlois" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue Saint-Lazare, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/96/4b9604b280ed9e4ff39a24906ea02e0e8037a47f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875995388175" Longitude="2.2959896922112" StarRating="4" HotelCode="74061|54301" HotelName="Hôtel Mercure Paris Arc de Triomphe Wagram" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/341190a3772a79ccafbcd72864a6cf0db58b398a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="198.67" OriginalAmount="185.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872156710071" Longitude="2.325319647789" StarRating="3" HotelCode="74026|328332" HotelName="Royal Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/9a/439ad89b316b2a56ae5fa53124602d75345d5380.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|4312" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/61/b1610c724be38789871695c7be9d393c11767d20.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|224806" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/d5/c9d54047b0720a41b0cabfa536958e0c163be3aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851922441228" Longitude="2.3462699883432" StarRating="3" HotelCode="110442|424720" HotelName="Henri IV Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37b9511b48cb6212ea412b862ed419182b0011.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875039329539" Longitude="2.3048329353333" StarRating="4" HotelCode="337164|39462" HotelName="Champs Elysees Friedland" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>177 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bd/24bdd94ffa91ad684a97a955866adc5cc29b20a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4.5" HotelCode="58476|55081" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/9b/bc9b8a242c90cfb0739616cc6c53555b194a3dd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867509" Longitude="2.354014" StarRating="4" HotelCode="18786|32957" HotelName="Little Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Salomon De Caus, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/45/b34503a4c54ee48a795ea2a2b52262484e695d53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|4959" HotelName="Victoires Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/85/6c85f08da6138743dc98f0e018f54ff719f809ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858273" Longitude="2.280616" StarRating="2" HotelCode="901322|203143" HotelName="Nicolo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, Rue Nicolo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ca/bfca631158d0c2df0c5e35c820255f4033a82001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.66" OriginalAmount="187.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|327820" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/73/b47383a4ecbf94bc1517120af1988737b2a26751.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885948192" Longitude="2.32400785423" StarRating="4" HotelCode="15268|30634" HotelName="Hotel &amp; Spa Royal Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue de L'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4df719adbc844c8c3f19ecad180132eedc9077.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853957444119" Longitude="2.367462515831" StarRating="3" HotelCode="38598|56802" HotelName="Bastille Speria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bastille, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/4b/324bdf822a67a5816fcddf8b399cc8037aa7da78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|169394" HotelName="Richmond Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248b2b449dafe51d608e4ab62e255475d4e6623.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|55123" HotelName="Le Derby Alma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/de/a3de41641ac09b09f4638e634c0a757d05df8d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843324910206" Longitude="2.3067480325699" StarRating="3" HotelCode="31195|505" HotelName="Nouvel Hotel Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Des Volontaires, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2b/f12bba7b977853dac632ec1482476ca742611e9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869013689363" Longitude="2.3336626589298" StarRating="3" HotelCode="189556|55939" HotelName="Etats-unis Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue D Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/1f/a51f70f0dbfb5d794f25003ce3e5df8e7c9a2f35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="0" HotelCode="726908|348471" HotelName="Les Deux Girafes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/07/1b07f6e04d06612a9309faa87b837200818ed63f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858747105595" Longitude="2.3544770847282" StarRating="3" HotelCode="334404|224789" HotelName="1er Etage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201c6f37cfc83f1e61402b185031e90fd32b99eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853509172377" Longitude="2.3378643393517" StarRating="3" HotelCode="110445|35794" HotelName="Grand Hôtel De l’Univers Paris - Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gregoire de Tours, 75006 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/2a/bf2ab7abb27a1ce41d59afbeba11ebc30585ac22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|44488" HotelName="Monna Lisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/00/4f00134016d54b875f20034792ff76426acb5237.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839515034031" Longitude="2.322518823467" StarRating="3" HotelCode="935882|200630" HotelName="Nouvel Hôtel du Théâtre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Vandamme, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/72/4f7201597a03a05773400dcf3d3e1c9bb94e6506.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849891" Longitude="2.346076" StarRating="2" HotelCode="212344|495399" HotelName="Hôtel du Collège de France" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Thénard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/04/110407648d50b9d4854f8dc2bb3d87e952ebe06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.84" OriginalAmount="193.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866257" Longitude="2.288104" StarRating="4" HotelCode="12741|146650" HotelName="Garden Elysee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint-Didier, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/3f/9d3fc96b9a5956241d5c3f5f70b1fcfcb15caa4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.44" OriginalAmount="194.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873390752629" Longitude="2.3240724205971" StarRating="3" HotelCode="34434|189997" HotelName="Best Western Plus Hôtel Sydney Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/40/3a40d18875d9ae30b9f81f39258f407a6f929767.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|4815" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3f/de3fb3b5d5c642fed91f4d30d159746946dbd705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865062" Longitude="2.331971" StarRating="2" HotelCode="180052|201097" HotelName="Londres Saint-Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue Saint-Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/8b/a48b5d95ce6999e0854d35a3aebb2042df5117f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873215218769" Longitude="2.3428800702095" StarRating="3.5" HotelCode="25128|203445" HotelName="Pulitzer Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 rue du Faubourg Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/bc/5dbc142a0fe38edd2d0727e150e410d027a8f030.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.72" OriginalAmount="196.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834665775965" Longitude="2.3254886269569" StarRating="4" HotelCode="189577|619328" HotelName="Suite &amp; Hôtel Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue Liancourt, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e4/79e4595cfcbde5e12f83645ad8f7ae4b1efcbcaa.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84510998" Longitude="2.37136323" StarRating="3" HotelCode="769099|348339" HotelName="Courtyard Paris Gare De Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>209-211 Rue De Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/42/c34253f3353c8422fd137c2e24a6ced6dd6dacc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855692" Longitude="2.38285999" StarRating="5" HotelCode="588285|225152" HotelName="La Maison Gobert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gobert, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/62/a7625cd48b155ed0a7e2285d8cb995a8a6fd2818.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862831" Longitude="2.367633" StarRating="3" HotelCode="110498|49278" HotelName="Beaumarchais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Oberkampf, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c1/6bc1b3fbceeb6d9b414b5e699bad8aa20a062d7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858255" Longitude="2.346375" StarRating="3" HotelCode="89349|201004" HotelName="Britannique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue Victoria, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/42/d842789aa1f495251ceb21d27f0a108407404df5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854233045781" Longitude="2.3075814051033" StarRating="3" HotelCode="293226|54947" HotelName="Hotel Eiffel Turenne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/19/5f19d1e1adb561341c12d4a2d4a32a8aac3beb5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|30704" HotelName="Elysees Regencia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4b/b54bef464abce87f25e97f84d8d65805f0c8fddc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|30733" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/19/67197cc179606a42e717d41af14c46a42966195e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847478" Longitude="2.32246" StarRating="4" HotelCode="110452|224809" HotelName="La Belle Juliette" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92, rue du Cherche Midi, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2f/9b2feb11fc2e94c843da5198f03450cecefccab2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865223365455" Longitude="2.2857141494751" StarRating="3" HotelCode="55578|200391" HotelName="Elysees Longchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Rue de Longchamp, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ef/18ef2029eb60e52ca9813ef09c65de1fd1acef63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860736" Longitude="2.342579" StarRating="4" HotelCode="88730|23957" HotelName="L'Empire Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Rue de l'Arbre Sec, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/7c/c27cd8f2d0a31723e5973afed01f34932b18895d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849396886036" Longitude="2.3431737720966" StarRating="4" HotelCode="60655|230232" HotelName="Mercure Paris La Sorbonne" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue de la Sorbonne, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f0117a43f9c0dd5e030c5d44bef28c0ea1d83.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.98" OriginalAmount="199.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868388237328" Longitude="2.2917705774307" StarRating="3" HotelCode="12112|1829398" HotelName="Elysees Union" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue de l´Amiral Hamelin, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e62ce3f0478b3e306652ea1b094186aebe1eda2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|30723" HotelName="Bassano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/b4/0cb49fbddbc31dfd5ce47dc8e71c70cd33652dbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|55959" HotelName="des Ducs d Anjou" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/91/f191db46c39e4d55da323d14153d05a4112026bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3.5" HotelCode="147111|224966" HotelName="Duo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b65190b30a0e540c3e1273f7252189f08da03727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87006911716" Longitude="2.3113137460123" StarRating="4" HotelCode="65592|224996" HotelName="Hotel Mathis Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c1/f7c1748de066194ab73defd3b7a95ffbbf136369.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842093347406" Longitude="2.330437046627" StarRating="3" HotelCode="110449|55591" HotelName="Hôtel Academies et des Arts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de la Grande Chaumiere, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/da/6bda2fe0c1c99bf5530c3f1876e5215b711f1075.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|32054" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/fb/ddfb5fbe6fc4d853a7dcee3ae4335eb2ad559291.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873178171342" Longitude="2.3022821545601" StarRating="4" HotelCode="16660|55947" HotelName="Hotel Lord Byron" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c0/cdc050158f6c2994ac287da2c40b3d0c2c3ee78b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865169" Longitude="2.332981" StarRating="4" HotelCode="409334|31996" HotelName="Lumen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue des Pyramides, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/c6/6dc6f6e5fb715a915e9863f5aa3c3a6907a64ee6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871728007677" Longitude="2.3235064744949" StarRating="4" HotelCode="74023|56550" HotelName="Opera Marigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de l'Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.07" OriginalAmount="201" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870919" Longitude="2.309054" StarRating="4" HotelCode="888715|31866" HotelName="Beauchamps" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de Ponthieu, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/5f/5fc2674bd6ac2afc/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|35803" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/35/2f3577bfcfd0bb01dcd07fce43b57156481f1d4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|17448" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7e5ad7f2e7886fdf0254f8269969d8e63fe008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868488" Longitude="2.334093" StarRating="3" HotelCode="77214|200905" HotelName="Best Western Hôtel Gaillon Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Gaillon, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/d9/b2d9d1c139ce0c1610d063ac8e283637c6ce259b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86357314172" Longitude="2.3608066141605" StarRating="3" HotelCode="365375|238911" HotelName="Jacques de Molay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 rue des archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9b/aa9b464fcb03d7d87197ad86272570eeac0bf322.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875835813525" Longitude="2.2943723201752" StarRating="3" HotelCode="64780|56510" HotelName="Cecilia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8c/f28c4855bf3acac626404b557712852dce5c29c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.78" OriginalAmount="206.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842051109709" Longitude="2.3253638368078" StarRating="3" HotelCode="296501|19771" HotelName="Hôtel Suites Unic Renoir St. Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Rue du Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2529d005ab7e3fd0/f9/f966f9cb1e9a0a1e/01-b.jpg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.78" OriginalAmount="206.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|234700" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/71/8671f5e9b399be21bf1f2245f384819bcb23b3bd.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87219" Longitude="2.345265" StarRating="4" HotelCode="73727|200123" HotelName="Hotel Adèle &amp; Jules" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 et 4 bis Cité Rougemont, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ca/55ca13203a5902f7217dd95a85fe16a624bf9d00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859268" Longitude="2.340794" StarRating="3" HotelCode="97058|408408" HotelName="De La Place Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue des Prêtres-Saint-Germain l’Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/52/b652aca1e652a4701c02dd084d03d5774d8fc356.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866165" Longitude="2.287133" StarRating="3" HotelCode="74054|55950" HotelName="Etoile Trocadéro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad502102b411452a8fe4f03d0761545f96f85f96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848093" Longitude="2.342066" StarRating="2" HotelCode="24417|356954" HotelName="Excelsior" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Cujas, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/3f/463f7f558ee51363a2786a21ced5a0e9722a2031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84979930493" Longitude="2.3467987775803" StarRating="3" HotelCode="64084|55940" HotelName="Best Western Hôtel Jardin de Cluny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue du Sommerard, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/d2/14d2022ddb743d7924d066deac9b2dd2c96fb978.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|44464" HotelName="La Bourdonnais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0a/690a0ef983ae2281f235867c0cdac1ac9275835c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852608" Longitude="2.354239" StarRating="3" HotelCode="902188|249630" HotelName="Saint-Louis en L'Isle" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75, rue Saint-Louis en l´île, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/04/ec04e5cd5e5e3ed32271408f6fa18f8ed497f532.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868716402135" Longitude="2.32522174716" StarRating="4" HotelCode="27221|55260" HotelName="Hôtel Opéra Richepanse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 rue du Chevalier de Saint George, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/b6/99b697eb2526cc0783b8ce7bf9486589d276aa00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843936" Longitude="2.329473" StarRating="3" HotelCode="78992|54265" HotelName="Exclusive Sainte Beuve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Sainte-Beuve, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/25/2a254a04677f9b89ca3bc863d307e980e16fd6b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846896" Longitude="2.331643" StarRating="3" HotelCode="78976|226693" HotelName="De l'Avenir" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3d/8b3d1e7aa7cdca70a34f48fa05c33e10ae073e68.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857424953792" Longitude="2.3061755157772" StarRating="3" HotelCode="303906|57646" HotelName="Grand Hotel Leveque" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 rue Cler, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f2/bef27bd17a1fe768d5770e8adef17c5ca23bf7e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858549004745" Longitude="2.3298995086436" StarRating="2" HotelCode="904813|55565" HotelName="De Lille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/84/85841e342619b5879a8de30477cf312e85577c02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856726" Longitude="2.30303" StarRating="3" HotelCode="110466|224821" HotelName="Hôtel de la Paix - Quartier Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue du Gros Caillou, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2c/9e2ce3b0d274a288cb32ea4621a7c6898d417146.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87532324" Longitude="2.31661181" StarRating="4" HotelCode="495815|200615" HotelName="La Villa Haussmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>132 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/81/81813d49472b9e6f2d51d5f72efd49562d65069a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="226.59" OriginalAmount="211.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|1421433" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/68/0168ed7760ecaff379325dcc1239092cd18f53a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850289969205" Longitude="2.3392671346664" StarRating="4" HotelCode="32474|203368" HotelName="Hotel Baume" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Casimir Delavigne, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2d/922d0c435f2c43e710fd4ee53de96e7cb9a519ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8650817686" Longitude="2.3565459251404" StarRating="3" HotelCode="38361|224970" HotelName="3H / Paris Marais Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Bailly, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a3/d2a3f5cfb4c61c00c118d235a0b8d2cb3a32790b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861215682475" Longitude="2.3436235030758" StarRating="3" HotelCode="902168|57668" HotelName="Hôtel Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 rue Saint Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/18/dc186def7d751e808ac0e8c7d82c00da7e2c4feb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869319414202" Longitude="2.3339898134918" StarRating="3" HotelCode="68263|37182" HotelName="Hotel France d'Antin Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue d’Antin, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/43/8f436275ce657fd17d87b87b7866c8860402b514.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849883" Longitude="2.324324" StarRating="4" HotelCode="110453|37620" HotelName="Le Placide Saint-Germain des Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Saint Placide, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/78/3378d3dfac344c6e65826dcb843340cc34a73de5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|58496" HotelName="Crayon Rouge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/76/4a763509b39f3a3366e99224d8632c5b847f6038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856092" Longitude="2.32353" StarRating="4" HotelCode="110470|224803" HotelName="Duc De Saint-Simon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue de Saint-Simon, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/f7/a0f7e8f53816d6dfa712e4c1a24330ba314a12ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869834" Longitude="2.297285" StarRating="4" HotelCode="259339|30743" HotelName="Keppler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Kepler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/c1/41c1884166eeab2ffdda110c1c5de446ee3c9e55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874353308383" Longitude="2.2897531294177" StarRating="4" HotelCode="888575|200733" HotelName="Room Mate Alain Champs Élysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue d’Argentine, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3b/633b893c9e44854f35998eea7244b88396f0a2f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875607365927" Longitude="2.2937741875648" StarRating="3" HotelCode="26708|57249" HotelName="Regence Etoile" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/17/8a17c64be81d686125765ed9b3a32e1aab1fbda8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871539236322" Longitude="2.3121419548988" StarRating="4" HotelCode="32475|56058" HotelName="Elysees Mermoz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Jean Mermoz, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de439b2b47299fa6458880312c64b4189df4f23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872377234563" Longitude="2.3093095421791" StarRating="4" HotelCode="31208|16653" HotelName="Rochester Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc079c3285d5d3cf766f435a4e78ece283268d26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868100650271" Longitude="2.3312768340111" StarRating="4" HotelCode="31841|55255" HotelName="Hotel Stendhal Place Vendôme Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Danielle Casanova, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/fe/a6fe66b502c7688321a7a2049550ebad6144a22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856608" Longitude="2.332012" StarRating="4" HotelCode="901890|201014" HotelName="Hotel Da Vinci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue des Saints Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/a4/2da4d69d0a9b286ae58b55d65acde71a1ed8ebf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871446" Longitude="2.322507" StarRating="4" HotelCode="34433|203432" HotelName="Waldorf Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/69/4d690be934aa403f24cfc5718cd0b90a380af536.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871734" Longitude="2.326319" StarRating="4" HotelCode="68261|200382" HotelName="Le Vignon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Vignon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/40/a540fb251ebd29be04fa61c2f19c5fc4059f2816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86840666" Longitude="2.33682578" StarRating="4" HotelCode="446376|125149" HotelName="Hotel Square Louvois" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Louvois, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/51/9e510900c0349f4d22a58594f42943842d8d1cc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864576" Longitude="2.277972" StarRating="3" HotelCode="110535|200534" HotelName="Villa Glamour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de la Pompe, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/6a/8b6a503c9819954cc925f9b22e375e023af42efe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866005" Longitude="2.357074" StarRating="3" HotelCode="10541|55960" HotelName="Austin's Art et Metiers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Montgolfier, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/d3/efd34180ee45278382a148e86e4d2af83d36ab0f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|1559" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/02/b802d79bbfb504e0051ae46a6e2a0738c08cfb5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858226999529" Longitude="2.3104336416989" StarRating="3" HotelCode="110474|55551" HotelName="Hotel de Latour Maubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Rue de Grenelle, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/59/8159c17a2c5bb61646c6391ad62c32b73e338e9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870612" Longitude="2.336988" StarRating="3" HotelCode="149522|203325" HotelName="Gramont Opera" 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>22, rue Gramont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3b/0f3bb87f60a1b1d7e6f4136e02e88a302692a799.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872876" Longitude="2.308198" StarRating="4" HotelCode="11182|30724" HotelName="Hôtel Bradford Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Saint Philippe de Roule, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/88/f088682e1a58743643ead004f16686f5472f526d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|203392" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/c6/66c66ff977857a46cc0e45ec7fc37340f102c708.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873056443892" Longitude="2.3097789287567" StarRating="4" HotelCode="56084|36789" HotelName="Hôtel Le 123 Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 rue du Faubourg St Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/24/5d244b3f9317d875ecf0d8ec1a7eddf285262ba5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872369" Longitude="2.308877" StarRating="4" HotelCode="94379|32061" HotelName="Hotel le A" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d’Artois, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cd/b9cdca568dd009089b3aa6f0f58e618d0bdf0ef9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="236.51" OriginalAmount="221.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|80670" HotelName="Francois 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/34/3f345d6abd55bc1a9513061d0cfd85d964822b3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854733968347" Longitude="2.306597828865" StarRating="4" HotelCode="65085|31994" HotelName="Hotel Le Walt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue de la Motte Piquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/90/fb9080b34174a0a7efcb2f82a97f702689c79c65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851441" Longitude="2.337998" StarRating="4" HotelCode="110457|56622" HotelName="Recamier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 bis, Place Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/21/f6211645aba35b5eb2c1a5865446ce251a3e5c70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866861" Longitude="2.303866" StarRating="4" HotelCode="78973|56038" HotelName="Chambiges Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue Chambiges, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/c6/aec659492b918de1818b4216e3d65071b199fb60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.50" OriginalAmount="223.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="4" HotelCode="827370|691690" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f3/25f3625b3d0330c500748bc47151f6ff55627216.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88368579" Longitude="2.33378601" StarRating="5" HotelCode="738481|488338" HotelName="Be You Apart’ Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard De Clichy, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d2/19d29761e636586513a76563ed96e087f13a9026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87086527" Longitude="2.33825637" StarRating="4" HotelCode="494014|201154" HotelName="Hôtel Saint-Marc" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36 rue Saint Marc, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653229/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864411" Longitude="2.336123" StarRating="4" HotelCode="547098|224802" HotelName="Drawing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue De Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/8d/548df9e4e6677a76af40e2cb1ab361b426f4483b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.82" OriginalAmount="226" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855158293606" Longitude="2.3601899766865" StarRating="2" HotelCode="81185|225133" HotelName="Le Temple De Jeanne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>125 Rue Saint Antoine, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/e7/85e7ed446c57b1986bb8a2d5e21f8f612c7a4f5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868305313622" Longitude="2.3331195116043" StarRating="4" HotelCode="12013|53803" HotelName="Hôtel Edouard 7" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue De l'Opera, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f871641f79a1971fbf0d49b8221b572cdd3e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851829882513" Longitude="2.3448085784912" StarRating="4" HotelCode="15655|422725" HotelName="Hôtel Parc Saint Séverin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de la Parcheminerie, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/8a/b08a97b966db0dc1a0a69b04067c30a6961894a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="244.53" OriginalAmount="228.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|105943" HotelName="RELAIS SPA VAL D'EUROPE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1,RUE DES GRANDS PRES CHESSY</AddressLine>
          </AddressLines>
          <CityName>CHESSY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/733251_image60992034_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.55" OriginalAmount="228.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|53542" HotelName="Victoria Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/b9/22b957232a67cd64c8ec6c423acc2b74b06b8d94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="244.74" OriginalAmount="228.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872611589541" Longitude="2.3075703411046" StarRating="4" HotelCode="936634|377008" HotelName="Le Marianne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Paul Baudry, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b3/a6b38c9c7ec9fe3a71b7668816c4cb2db078ce53.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872967" Longitude="2.292654" StarRating="4" HotelCode="94383|203146" HotelName="Royal Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Victor Hugo, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/91/fe913ab094a093ffb268594ea644713fcd76c05d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870380129305" Longitude="2.3106694221497" StarRating="0" HotelCode="173797|298473" HotelName="Rond Point Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Ponthieu, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/e4/cbe46348bb7aa5231bc8a60b4b2256fbd30a82c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855089" Longitude="2.335026" StarRating="3" HotelCode="88497|200727" HotelName="Millesime" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/5b/0d5b6778b20262936f3ba6e5eb3f6151a85f6cea.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853128056686" Longitude="2.344692093254" StarRating="3" HotelCode="65598|54298" HotelName="Albe Hotel Saint-Michel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de la Harpe, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ec/e9eccb0523a09d80a6d022e1f86175362b8cd367.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853496" Longitude="2.361878" StarRating="4" HotelCode="224983|348298" HotelName="Charles V - Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Saint Paul, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/259214/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860389" Longitude="2.323103" StarRating="4" HotelCode="97062|55268" HotelName="Hotel d'Orsay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a2/aba2d3b2716370cb49979b3802397b94e2e2b3ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853859" Longitude="2.336705" StarRating="4" HotelCode="78713|50541" HotelName="De Buci" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/b4/88b423954c5916dbfba1fc30cccd6a05b4786914.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="247.17" OriginalAmount="231" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871881053089" Longitude="2.3442077636719" StarRating="3" HotelCode="47812|509" HotelName="Corona Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Cité Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9e/fc9e3d54d87286c05abfc607e5d907ce71021157.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.57" OriginalAmount="231.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868744" Longitude="2.292128" StarRating="3" HotelCode="79721|212621" HotelName="Kleber Champs Elysees Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Belloy, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5d/9d5d87e12785fe00625c0b1992a811e6acd106e2.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855822" Longitude="2.333251" StarRating="3" HotelCode="187850|224816" HotelName="Hôtel d'Angleterre Saint-Germain-des-Prés" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/44/8944ceefa41566c5cddec9b61047bb777367d676.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858313" Longitude="2.355911" StarRating="3" HotelCode="146631|224818" HotelName="de la Bretonnerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22, rue Sainte Croix de la Bretonnerie, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/48/c948f70a0531a1ddcba1f4e4135a266951291fe1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853773" Longitude="2.330096" StarRating="4" HotelCode="78988|61859" HotelName="Hôtel Pas de Calais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Rue des Saints Pères, Saint Germain des Pres, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/3f/9c3f7ac4d517c7448267a32b2d9b3c1fce6dbb32.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="249.56" OriginalAmount="233.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866300988206" Longitude="2.2866287827492" StarRating="4" HotelCode="18736|1360589" HotelName="Le Dokhan's, a Tribute Portfolio Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8c/3f8ce098b17199f6f315bfe0eb13680404fb1d84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852076" Longitude="2.35599372" StarRating="4" HotelCode="324633|201054" HotelName="Hotel du Jeu de Paume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>54 rue Saint Louis en l'île, Ile Saint Louis, près du Marais, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/dc/a2dc03c09b114a017f94b19906d7409b29267604.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844803181974" Longitude="2.3524644576721" StarRating="3" HotelCode="110437|200403" HotelName="Hotel Monge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d9/47d900c5d9cc708ddd2ceffe1e6033fa995bf2ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867153189193" Longitude="2.3375210165978" StarRating="4" HotelCode="50846|31991" HotelName="Hôtel Malte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 Rue de Richelieu, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/63/3363672811085e9c169532710837b2311f490e45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85652" Longitude="2.317234" StarRating="3" HotelCode="149492|203395" HotelName="Hôtel du Palais Bourbon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49, rue de Bourgogne, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/87/39871d95b5617841080314b3706c67c9b507a26d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.2982400655746" StarRating="3" HotelCode="74030|55100" HotelName="Galileo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Galilee, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d5/08d5fcc51ff66d6370eb49fb4daaeaa8570a1695.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85158" Longitude="2.277695" StarRating="5" HotelCode="110534|55247" HotelName="Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Boulainvilliers, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/b8/d2b8734bdef66019227d2e36216ab15f85ba7617.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853494" Longitude="2.336078" StarRating="4" HotelCode="76633|50373" HotelName="Artus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Buci, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/86/3786f1dcdaff9a9236d98addea86f654633951a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854776" Longitude="2.368978" StarRating="4" HotelCode="73813|57356" HotelName="Hôtel Original Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Boulevard Beaumarchais, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/30/8e302a08d74a07dc811c2be6b674670fa3a21f30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87539514" Longitude="2.34435138" StarRating="5" HotelCode="593040|238927" HotelName="Hôtel Parister" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Saulnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/85/28859c52da06a64b53712017df7e90be787e8b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="260.16" OriginalAmount="243.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865662" Longitude="2.282967" StarRating="4" HotelCode="94387|15325520" HotelName="Le Metropolitan, a Tribute Portfolio Hotel, Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de Mexico, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/e8/7ce8ef89361bba406a8cf48a017a5f22ca9023cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876616408449" Longitude="2.3416623473167" StarRating="3" HotelCode="32509|203444" HotelName="Plaza Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue de Maubeuge, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/34/d434908dbc8e39adfb1b6627c20de8ef71758363.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846154024554" Longitude="2.401779" StarRating="2" HotelCode="189573|4660" HotelName="Du Printemps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>80 Boulevard de Picpus, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/03/8003d54c6ff1166e921cd8a1736dd4008431c4d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|54309" HotelName="La Maison Favart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/ca/3fcad1ec900e426777153bf5fe5126c5ae4e3997.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8711913" Longitude="2.28724527" StarRating="4" HotelCode="651810|279956" HotelName="Mode Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Leroux, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/da/dad2e028927e62d8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|60648" HotelName="Hôtel Juliana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/8b/c38bf584c01dccba81f90577da654d5fee6bc44f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.36" OriginalAmount="248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874777" Longitude="2.342763" StarRating="4" HotelCode="97700|56531" HotelName="Cadet Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/d9/92d99ad31d4ee8a7f0d0614e88e5a4262c90493a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.98" OriginalAmount="248.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864854" Longitude="2.336443" StarRating="3" HotelCode="77368|189974" HotelName="Hôtel Louvre Piémont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue De Richelieu, 75001 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/26/8426f539327266100fbd058fb37b4d210a17ace5.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861794491616" Longitude="2.3408201336861" StarRating="4" HotelCode="14239|49259" HotelName="Louvre Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>141 Rue Saint Honore, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7c/267cc2e2e4f332d950cb3dc487d2a24077c5024f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845053" Longitude="2.252664" StarRating="5" HotelCode="298449|39478" HotelName="Hôtel Molitor Paris - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue Nungesser et Coli, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3c/403ce359928b03ac553ba1d41cefe79602730116.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87215" Longitude="2.326266" StarRating="4" HotelCode="25342|5016" HotelName="Hotel Chavanel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d5/30d568a98b8c940491ed4cec22fad5473a515e4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87087778" Longitude="2.34487519" StarRating="0" HotelCode="615270|230875" HotelName="Hotel Des Grands Boulevards" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Boulevard Poissonniere, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d7/f4d70dff7986ada462697acde4fe2140a8916e6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873284" Longitude="2.359947" StarRating="3" HotelCode="408884|4954" HotelName="Hotel Soft" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52 bis rue des Vinaigriers, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/b5/5db5ccc901b25c1c521bba05703b74de1ca7744a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.85" OriginalAmount="255" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854733" Longitude="2.324234" StarRating="3" HotelCode="101177|38087" HotelName="Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 rue du Bac, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4d/064dd56c4ac15f2f18e92c86a938b387921d8ea6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="272.87" OriginalAmount="255.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="|LECQ" HotelName="Hotel Le Colisee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>6 rue du Colisee</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/10579/17969016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866780904419" Longitude="2.3257970809937" StarRating="4" HotelCode="34421|49267" HotelName="Meliá Vendôme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/12/2025" 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>8 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/19/e319caaba22e35ab98aa006ace6bebacf118ca6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.99" OriginalAmount="257" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866204555912" Longitude="2.345026625929" StarRating="4" HotelCode="320349|89553" HotelName="Bachaumont Hotel" 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>18 Rue Bachaumont, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e5/76e5109bf4fe9951eca8ebd9c943921aa250e727.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859258" Longitude="2.340975" StarRating="3" HotelCode="110426|239009" HotelName="Relais Du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, rue des Prêtres-Saint-Germain-l'Auxerrois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/4b/f94b8ebd103b6e1b97ef3e393a35f8046845cd62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="277.52" OriginalAmount="259.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857218764935" Longitude="2.3559142649174" StarRating="4" HotelCode="53467|330437" HotelName="Hotel Du Bourg Tibourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Du Bourg-Tibourg, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/f3/4cf3b28cd27dd2451ecfb5c97a488cb433e04764.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853395" Longitude="2.329852" StarRating="4" HotelCode="110451|430203" HotelName="Des Saintes Peres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65, rue des Saints-Pères, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b1/5eb1e755f3348c18d000c670c680a566b7cb6a1e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868534676728" Longitude="2.3297506570816" StarRating="4" HotelCode="31206|55267" HotelName="Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue des Capucines?, 75001 Paris?</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/e4/afe439d6e11f42379d473020f218d8bcee49aa69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855684" Longitude="2.338408" StarRating="3" HotelCode="89359|201147" HotelName="Prince de Conti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Guénégaud, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/70/ce706b4e9f801a0f7948eba319fdf10a2a7af549.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884" Longitude="2.33277" StarRating="3" HotelCode="189589|57313" HotelName="Résidence Blanche" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Lepic, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/15/b515520f1415689a5ca03f8400086332950bf90b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.48" OriginalAmount="264" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="983142|489567" HotelName="Rayz Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Avenue Bosquet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/d6/01d6c2893c43df943b0dfff03d591448100dcfd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852431" Longitude="2.36366" StarRating="2" HotelCode="110435|249633" HotelName="Saint Louis Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1, rue Charles V, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/f3/61f3d63423d3f4a03eb21fc94f7da362647f8876.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863572" Longitude="2.36081" StarRating="3" HotelCode="100887|225151" HotelName="La Chambre du Marais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87 Rue des Archives, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/b9/77b9bb7cec7e5653d6866ad08169d6ddb25b0e94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85686452" Longitude="2.35641992" StarRating="0" HotelCode="772666|348164" HotelName="9 Confidentiel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Internet,Laundry,Pets allowed,Printer,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Rue Du Roi De Sicile, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f1234ec6166cd340b1949acd0b897dd3023a511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854837899145" Longitude="2.3048830485696" StarRating="3" HotelCode="180045|224968" HotelName="Hotel Eber Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Avenue De La Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/31/643177d63f2bd7394a8b29750165df45108d4d4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.83" OriginalAmount="269" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|4275" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/0a/ed0ad025c9bedb2534a5080de1bb159c71c94a47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|249638" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/67/296701b3770f09744960560f0ab702036f646903.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864843" Longitude="2.329576" StarRating="3.5" HotelCode="180096|430200" HotelName="De la Tamise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Alger, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e8/f2e833a7199946a1c6bd87bc53abfaf3bfa39e49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|30747" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/2f/8f2ff48f0ffbeed11aa5f51ca3bee140acfee336.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855604" Longitude="2.269735" StarRating="3" HotelCode="144692|56062" HotelName="Beausejour Ranelagh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99, rue du Ranelagh, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/b6/ffb6517ec863dca44f1e15082f2f180c3e677c30.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865372019667" Longitude="2.3293952643871" StarRating="3" HotelCode="31209|55936" HotelName="Duminy Vendome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 rue du Mont-Thabor, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/20/3a20ccfee4072f38960d170861bbff2092a0fa17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="291.90" OriginalAmount="272.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c1/1fc1ca458acb8ebacf7edb2b410197c71525bcf1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.70" OriginalAmount="275.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.267404" StarRating="3" HotelCode="94378|212648" HotelName="Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue George Sand, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/0d/1e0d594415c1820dc18f49e223ba2e7d1f9a7def.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867345" Longitude="2.28573" StarRating="5" HotelCode="29712|31999" HotelName="Renaissance Paris Le Parc Trocadero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55-57 Avenue Raymond Poincare, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/da/b9daa3a185c84909c77046a4073f66e952471492.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88253447" Longitude="2.31928362" StarRating="0" HotelCode="966420|406835" HotelName="Paris j'adore Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Beudant, 17th Arr, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/85/b1854761f83f28455be97753521a1b27f8eee285.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.02" OriginalAmount="286" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865432" Longitude="2.336237" StarRating="4" HotelCode="50288|225469" HotelName="Moliére" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Moliere, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/92/4a927f938c565de2370d59dbb4b0ec916f2f6058.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4.5" HotelCode="32039|50627" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bcbfba924e653727c6c562bb126cee9eb09839.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86927974" Longitude="2.35662097" StarRating="4" HotelCode="430452|203022" HotelName="Hôtel Providence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Babysitting,Bar,Coffee Shop,Dry Cleaning,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>90, Rue René Boulanger, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/18/e81806959895420c90cf5bb013efe8a8c892665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85652417" Longitude="2.37198818" StarRating="5" HotelCode="612834|249641" HotelName="Maison Bréguet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Bréguet, 11e Arrondissement, Rive Droite, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/35/a235c5f027ae90add23aa45c5f8f4c8214acaf38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87011964" Longitude="2.34657009" StarRating="4" HotelCode="497702|298493" HotelName="The Hoxton Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30-32 Rue De Sentier, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/83/ce8325f941a4362ff5fce5a98dc59e4b0be2a3e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853249737685" Longitude="2.3457741737366" StarRating="4" HotelCode="74016|201077" HotelName="Rives de Notre Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Quai Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d8/8fd8b3b3cde1b01bb7b7b858d6b85a2b902fda0d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853290713215" Longitude="2.3379397886908" StarRating="4" HotelCode="486432|225144" HotelName="Hôtel Victoire &amp; Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Grégoire de Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/0f/4e/0f4e9570e9ea2264fdb6ce9b70846f9c132b2b6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872818" Longitude="2.307329" StarRating="4" HotelCode="78639|201023" HotelName="Daniel" 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>8 Rue Frédéric Bastiat, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d5/5ed504ff9a24b357fcb40171482ce83cdf34c105.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858206" Longitude="2.33094" StarRating="3" HotelCode="76840|298468" HotelName="Bersolys Saint-germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue de Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/95/6c952ae5098643c8365d471bfdb68fbe5c09141f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="313.51" OriginalAmount="293" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86712" Longitude="2.303877" StarRating="4" HotelCode="34410|38539" HotelName="West End" 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>7 Rue Clement Marot, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/9d/6d9d24becb0379d6be114926529faa1585626c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864473029894" Longitude="2.3315101861954" StarRating="4" HotelCode="29134|49265" HotelName="Le Pradey" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/ac/60ac7cc76a6cf177a3ba578f68d94df959c68003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869307343383" Longitude="2.3319939640096" StarRating="4" HotelCode="441258|200782" HotelName="Rayz Private Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5f/6d5ff49e95ce31adca310ef2e368fad8e6075c3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.86" OriginalAmount="298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870662627182" Longitude="2.329334920081" StarRating="4" HotelCode="75478|203442" HotelName="Indigo Paris - Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Edouard VII, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7c/767c2ff74821f4671eab7d34118dc618baa023cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="319.48" OriginalAmount="298.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866138662563" Longitude="2.3261685669422" StarRating="4" HotelCode="64582|211987" HotelName="Mayfair" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue Rouget de Lisle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/6d/5c6d79b4d0593207e82f4996731192946f844e1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85546799" Longitude="2.36213554" StarRating="4" HotelCode="487708|224817" HotelName="Hôtel de JoBo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue d'Ormesson, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e981e5ceca5eb69b438d92eb813e2cd2caebda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|25021" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/28/2f28d60f4b14ece6e0b044a79cbf90ed0298ca28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839581629232" Longitude="2.3465158045292" StarRating="3" HotelCode="337273|8977" HotelName="Villa Daubenton by HappyCulture" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 rue de l’Arbalète, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/39/323981e0e3f736a3caa8881f2479808a5769850d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.14" OriginalAmount="302" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|947" HotelName="Hilton Paris Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/90/df9077748ca4c167760731c7f8ccb81e4b933d9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.14" OriginalAmount="302" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|298467" HotelName="Hotel Alfred Sommier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/31/e7315c32a5cbd3cc90059858072bb6d66e683933.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="323.14" OriginalAmount="302" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87052" Longitude="2.298029" StarRating="5" HotelCode="110480|25022" HotelName="InterContinental Paris Avenue Marceau" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Avenue Marceau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/47/64475cbdab499cb4e343ad73e02f72aa6ab248b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871386" Longitude="2.318163" StarRating="4" HotelCode="180047|55944" HotelName="Le Pavillon des Lettres" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue des Saussaies, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/15/d915a2f8820a9c5b9004fbc926011c67af2980c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852786" Longitude="2.342283" StarRating="4" HotelCode="148919|35817" HotelName="Holiday Inn Paris Notre Dame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4, Rue Danton, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/df/35df30e6c2d3a696099bbc371dcec50e1b05b347.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.77" OriginalAmount="311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|5544" HotelName="Warwick Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5a/d75a6d7c83b086296e06c9be0fc099d27799e3fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866415674484" Longitude="2.3252445459366" StarRating="4" HotelCode="110418|37184" HotelName="Cambon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e9/cde977f5446b6b9d983f3d9a838e033d64c95cdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|36982" HotelName="Castille" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4c/924c392f9377a15a81eca9686bf90442269d02f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883547826604" Longitude="2.3314402607558" StarRating="5" HotelCode="305699|62650" HotelName="Maison Souquet Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Bruxelles, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/66/99669b868c3bf256d3aeef5c9540d11a9153bd4e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86393419" Longitude="2.35203837" StarRating="5" HotelCode="336673|201217" HotelName="Hotel Les Bains Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue du Bourg-l'Abbé, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6f/7e6f69a4e90cdeaafb6b8585c4dca297d13f9845.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|44480" HotelName="Le Cinq Codet" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/19/4919f42c356673e6dc2630528c554d3b205a7462.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="346.68" OriginalAmount="324" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853891174614" Longitude="2.307212192625" StarRating="3" HotelCode="395327|201838" HotelName="Hotel La Comtesse Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/96/0b9678751a8c6026171a36634b6a8bc7fcddda4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.89" OriginalAmount="327" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86165" Longitude="2.362028" StarRating="4" HotelCode="110429|200303" HotelName="Petit Moulin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/31 rue du Poitou, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7d/027dd305e5aac8ceb948f3dd0094625d9a3de0f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.96" OriginalAmount="328" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857961679763" Longitude="2.3572062207501" StarRating="5" HotelCode="303949|200314" HotelName="Dupond-Smith" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Des Guillemites, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f2/84f2f4ad8437ccaea8c416762a75de6d8d94426b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86505222" Longitude="2.30770611" StarRating="4" HotelCode="848638|424761" HotelName="Le Damantin Hotel Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Rue Bayard, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/75850a2de5cc7ab710d295ccc3f1cb16b5a3e4b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.31" OriginalAmount="333" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86484356738" Longitude="2.3290023207664" StarRating="4" HotelCode="31820|28919" HotelName="Brighton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/34/1534287f647b1fed1b7ec2ae77fdced0331e5eb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="356.98" OriginalAmount="333.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85529" Longitude="2.325502" StarRating="4" HotelCode="259018|124838" HotelName="K+K Hotel Cayré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Raspail, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/82/15821c16f93ae3c379436781a4365edaa79bd7c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86310444" Longitude="2.35807595" StarRating="0" HotelCode="943679|399960" HotelName="Sinner Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>116 Rue du temple, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/45/6b45cd7b5724c9a713e927f7cdd6c9280a38de8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|29292" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c7/75c7d10ba6497e1a67d733a41876c916f04e99df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.45" OriginalAmount="335" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848159" Longitude="2.349054" StarRating="3" HotelCode="81520|261315" HotelName="Residence Henri IV" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue des Bernardins, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/01/380100408f943bb43803cc59ace9c8352b327a4f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848829" Longitude="2.331581" StarRating="4" HotelCode="142667|55975" HotelName="A La Villa Madame" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44, rue Madame, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/29/01293a9d7e55b3ed763df2096fed1ea4a8837eff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.59" OriginalAmount="337" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865204397676" Longitude="2.3045486211777" StarRating="4" HotelCode="34435|13555" HotelName="Meliá Paris Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/45/474514cf07641e90bcc9a8eff2416ecb310830b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="364.14" OriginalAmount="340.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8754" Longitude="2.343516" StarRating="4" HotelCode="15597|6093" HotelName="Opera Cadet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e8/01e8bf50fe243dd130bfe28a01fedbf43cc76745.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="364.77" OriginalAmount="340.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|1401527" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c1/88c1673e1666a54a55d9b37b1c492b1e4e0540f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864386570752" Longitude="2.3317435383797" StarRating="4" HotelCode="34403|24631" HotelName="Emeraude Louvre Montana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Saint Roch, Paris 75001</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/3a/eb3a553320e68459863829dce9ec114df4020ff6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.94" OriginalAmount="342" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715" Longitude="2.327856" StarRating="5" HotelCode="93095|54268" HotelName="Montalembert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue de Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/5b/4f5be578a014be8acbfa2e5126aa8cacfa17abde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.08" OriginalAmount="344" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|25025" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b3/f6b35d1d9e7650eeec7088499c1c30934406005b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="368.96" OriginalAmount="344.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851524551031" Longitude="2.3486924171448" StarRating="4" HotelCode="34424|17374" HotelName="Meliá Paris Notre-Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Hotel Colbert, 75005 Paris, Ile de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/68/7d688956eae143a863fdfc0655906022ebe03ce1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84827254" Longitude="2.36577693" StarRating="4" HotelCode="398464|89551" HotelName="Goralska Residence Paris Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Boulevard Bourdon, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/zz/1bad4bd9f9cb6a9085f3df6f7858d883f6075142.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877098" Longitude="2.297132" StarRating="5" HotelCode="130262|32000" HotelName="Renaissance Paris Arc de Triomphe Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue de Wagram, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/97/dc9796f49521e823931248fecbd774f079dcaf67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="371.34" OriginalAmount="347.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|1039969" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/b2/dab29aac9522bff8ea7cbf001b61c3ebca46fef3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.92" OriginalAmount="356" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|16656" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e8/dde8c0a6dc9ed390438e62457d4e53f61b2b008b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383.06" OriginalAmount="358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872573" Longitude="2.336918" StarRating="4" HotelCode="200900|28251" HotelName="Paris Marriott Opera Ambassador" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Boulevard Haussmann, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/9b/b49b10a3351696abb759df41445bd26f5e20d192.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855046" Longitude="2.333748" StarRating="3" HotelCode="81969|225303" HotelName="Hôtel Saint Germain des Prés" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue Bonaparte, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be9463470863062c7159ecd2edd03b763c4f8064.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|7358" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a4/62a464aa89e5cafe3f6cdf74fafc5b81f9a15e03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="394.83" OriginalAmount="369" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4.5" HotelCode="26017|31983" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3f/0a3f01d64c3358752028881f5b7b808ee02ed5f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="395.90" OriginalAmount="370" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|261208" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/49/61490adea6e07f6f57b447b73620f3e9a2d9a54c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="400.18" OriginalAmount="374" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870366069303" Longitude="2.2938658626003" StarRating="5" HotelCode="165503|37647" HotelName="Majestic Hotel-Spa Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue La Perouse, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/41/4a41c11c37ace26f06ceb520df0ca307f84a7b15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="415.16" OriginalAmount="388" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|35827" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/93/68930b6c60c8e75939b0f960c89d5503505347ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="416.23" OriginalAmount="389" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855370382826" Longitude="2.3340901333203" StarRating="4" HotelCode="65597|54307" HotelName="Hôtel Villa Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Rue Jacob, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/89/3189e4fcbb7bb8812fbb9dc69e87ae5de19a37c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.65" OriginalAmount="395" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871757999322" Longitude="2.298492193222" StarRating="4" HotelCode="31388|10465" HotelName="Amarante Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>19 rue Vernet, 75008, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/50120/a_50120_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.86" OriginalAmount="398" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86580350729" Longitude="2.3531498395865" StarRating="4.5" HotelCode="548326|208323" HotelName="Hôtel National des Arts &amp; Métiers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>243 Rue Saint Martin, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c6/a1c6380720c771ea04ea4581f0961296efe8d1bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="430.14" OriginalAmount="402" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|53801" HotelName="Hotel Marignan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/df/e8df80bd717e0f15c6965ecf47a75abf4d4f3f0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="433.35" OriginalAmount="405" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851877" Longitude="2.338848" StarRating="4" HotelCode="89351|430215" HotelName="Le Relais Saint Germain" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Carrefour de l'Odéon, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161be92e314a33eaf92b2bc84d7c33c13f035f76.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|37569" HotelName="De Vigny" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/47709/a_47709_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="440.84" OriginalAmount="412" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884589414091" Longitude="2.3364239475543" StarRating="2" HotelCode="303899|424707" HotelName="Le Grand Hôtel de Clermont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Véron, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/b3/fcb3aec587efde7a00c2a454221bf0396f527d35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="448.33" OriginalAmount="419" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860608836236" Longitude="2.3441998048934" StarRating="5" HotelCode="471781|226232" HotelName="Maison Albar Hotel Paris Céline" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>23/25 Rue Du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/52/e35262156a7c083a2d36105aa5ef153c5892d15a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="452.61" OriginalAmount="423" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|21307" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/93/a393681f2ad5233c7502c7e226acd444fa16170e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="454.75" OriginalAmount="425" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865466417067" Longitude="2.3038592934608" StarRating="5" HotelCode="74025|54297" HotelName="Hotel Montaigne Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4e/024eedfb638cec6f620cfb39dead0588bdadd606.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851464709017" Longitude="2.3364436908073" StarRating="3" HotelCode="78981|60750" HotelName="Hotel Esprit Saint Germain" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue Saint Sulpice, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a6/58a67b99fe7bdb2cc4a18ca28a3c615a160d995f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868195924694" Longitude="2.3003925383091" StarRating="5" HotelCode="64910|39468" HotelName="Hotel de Sers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Pierre 1er de Serbie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/0e/d10efb7bfb4489e1788ee693a3b7df216966e0d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="466.52" OriginalAmount="436" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871989" Longitude="2.297915" StarRating="5" HotelCode="14016|30749" HotelName="Le Vernet" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 rue Vernet, Champs Elysees, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/49/454972c8c01f2a40bdc4582261f3e564da1aea34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="476.15" OriginalAmount="445" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|21308" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a9/80a9e55942d0e011f5f2b362073d02036419b695.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.57" OriginalAmount="451" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861291654137" Longitude="2.2750159659678" StarRating="5" HotelCode="636170|348248" HotelName="Brach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Babysitting,Bar,Bicycle Rental,Business Centre,Designated Smoking Area,Heated Pool,Laundry,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Rue Jean Richepin, 16ème Arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/bb/7cbb0441325248a98f91380bea5e7cfb95a4adc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|45990" HotelName="Burgundy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/zz/32ad0882e4d14f8f25d2e8e04cd253ac8d66fd30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846126230071" Longitude="2.2984465956688" StarRating="3" HotelCode="316808|55296" HotelName="Wallace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 rue Fondary, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/ec/caec7feaa15753f2ea9c26f900679a654137ed5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.97" OriginalAmount="465.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866450080316" Longitude="2.3085249960422" StarRating="5" HotelCode="31788|9056" HotelName="San Regis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, rue Jean-Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/9e/399ea697a79b8fa4a1cd80fb8b60ce5f6d15107d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.32" OriginalAmount="476" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871338114655" Longitude="2.3280394077301" StarRating="4" HotelCode="13988|30742" HotelName="Le Pera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/b6/1ab6e882f2a1860dc6105e4d77c1e1fc4641bb11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.39" OriginalAmount="477" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856271097831" Longitude="2.3659658432007" StarRating="4" HotelCode="15760|54281" HotelName="Le Pavillon de la Reine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Place des Vosges, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/1a/d61afe2e65a4ed33f1c75f78a4cbb767e3748cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="511.46" OriginalAmount="478" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|29645" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d3/aed30fa798345d23af985771f54dd68d184d8950.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="523.47" OriginalAmount="489.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/bd/85bd9a97ee18ee95946a9554e5dc5ce4f69a67b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="526.50" OriginalAmount="492.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86547921" Longitude="2.33482792" StarRating="5" HotelCode="451115|NOLA" HotelName="Nolinski Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de l'Opera</AddressLine>
          </AddressLines>
          <PostalCode>(0)145089965</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/51/995134affd15c24c9a4f0d8353f1d836b045acce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|25023" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2da429557479be3384d8f47aca44314fe47bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="541.42" OriginalAmount="506" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="0" HotelCode="792061|360616" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/29/77296c882567224ec8238d15c26065d6baa5514e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="545.70" OriginalAmount="510" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869078968815" Longitude="2.3032115399837" StarRating="5" HotelCode="366035|32003" HotelName="Powers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue Francais 1er, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/a7/33a7c3fc346c4c912387a4389b553699c006f214.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|44463" HotelName="Hôtel Lancaster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/39/a23916b74d66ee3e57879b56f1629e06f42f7a24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="552.12" OriginalAmount="516" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|24632" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/7e/697e4e638cb94c2862c5049664b1b0f6a85ae795.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="570.31" OriginalAmount="533" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86054338" Longitude="2.31033534" StarRating="5" HotelCode="439869|225004" HotelName="Hotel Le Narcisse Blanc &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard De La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/fc/b3fc758a231f3fb7ddc167c6fb05a31f9f3daeb9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.38" OriginalAmount="534" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|200104" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/a4/9aa49521ed0e50cccda15c4a8e9ae51b056d776f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|279971" HotelName="Hôtel Bowmann" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/5b/945beb0ee773a62776241e40591922694cd47488.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="577.80" OriginalAmount="540" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871017" Longitude="2.30493" StarRating="5" HotelCode="14582|28555" HotelName="Paris Marriott Champs-Elysees Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue des Champs-Elysees, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/e6/5ee634f575692fa95a2e02c43019966a312c9c37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="581.01" OriginalAmount="543" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86622622" Longitude="2.33289923" StarRating="5" HotelCode="496037|201211" HotelName="Le Roch Hotel And Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue Saint Roch, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1d/4f1d55792ddb56370e35773a61814572d5dffe92.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="646.28" OriginalAmount="604" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870676" Longitude="2.279877" StarRating="4" HotelCode="98769|203177" HotelName="Saint James - Relais &amp; Chateaux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Place du Chancelier Adenauer, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/fd/5ffd0b54cac576e6bfe946d16a77bb8cad913da0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="648.42" OriginalAmount="606" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856715124632" Longitude="2.3303676061516" StarRating="3" HotelCode="81973|200371" HotelName="Le Saint" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Du Pre aux Clercs, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/zz/fcad3aa4bfba6a8d867a08c7234b959aaf43d8c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="649.49" OriginalAmount="607" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|30730" HotelName="Hôtel du Louvre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fc893116be4464b9615f43b82287aea06f9cce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="0" HotelCode="765229|348398" HotelName="Fauchon L'Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/98/7d982ef0f7e63f3eb051e674db591ff77e65468f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="663.40" OriginalAmount="620" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|200058" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/92/fb92ee1a1ad25b3158791b00780954e8ed47527e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="671.96" OriginalAmount="628" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869814" Longitude="2.320877" StarRating="4.5" HotelCode="263389|57812" HotelName="Marquis Faubourg Saint-Honoré" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 rue d’Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77451a178f1c735346ad7cbe66deed3b5a51ae4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="681.59" OriginalAmount="637" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8695889" Longitude="2.3206238" StarRating="5" HotelCode="263477|60727" HotelName="Buddha Bar Hotel Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Anjou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/e3/eee395dd79a1b238765f1ae69eebac481ec8003b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693.36" OriginalAmount="648" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|25024" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/ef/30ef395ee3363cd47d81629cfe63cc330545c1ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="696.57" OriginalAmount="651" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|35839" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/4f/604f8e5a9affc1a479dfa788f1c2d8d2498ffab7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="772.54" OriginalAmount="722" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|30737" HotelName="Westminster" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/f0/3ef00750f4ab3651e8d4581c9accbc6f5d646f49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="839.95" OriginalAmount="785" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864098078454" Longitude="2.3632058501244" StarRating="2" HotelCode="166769|225131" HotelName="Picard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue De Picardie, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f9/f3f98b115a57a8d8dfae18515febe0541f73c944.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.82688346" Longitude="2.35919655" StarRating="2" HotelCode="335132|409879" HotelName="Hôtel Choisy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Avenue de Choisy, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/86/6586af5b873d7d284f29fd342dce357b597392c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="913.32" OriginalAmount="853.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87023392" Longitude="2.31934433" StarRating="5" HotelCode="848692|661137" HotelName="Les Jardins Du Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue D'aguesseau, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/5e/2c5e2cd17f38229c3150c020920156e5500592af.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="926.62" OriginalAmount="866" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|26249" HotelName="Le Royal Monceau - Raffles Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ec/04ec35766d5d2cbe802cd90724c1bce5f1e7ac2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="963.00" OriginalAmount="900" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86908867251" Longitude="2.300817668438" StarRating="5" HotelCode="16208|21312" HotelName="Prince de Galles, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/f7/a5f750dddbac490bda3dafaf8470259f409d3382.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="992.96" OriginalAmount="928" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|55543" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/a0/e2a05c72360f6c43852e4145cbd63a193a1b1148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1029.34" OriginalAmount="962" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87098096" Longitude="2.31541446" StarRating="5" HotelCode="590317|238939" HotelName="Hôtel Splendide Royal Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue du Cirque, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/33/8e3374abce4fd95f41a984830da7439cdc25b0ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1066.79" OriginalAmount="997" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="967874|494249" HotelName="J.K. Place Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>82 Rue De Lille, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0a/2b0ac56558fc45014e38b7b17fb69bb2ec806a56.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1083.91" OriginalAmount="1013" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851426597473" Longitude="2.3271998763084" StarRating="4" HotelCode="14266|23477" HotelName="Hotel Lutetia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Boulevard Raspail, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/95/c2955a26030e149b93273d537cd7a3ac17bd43da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1331.26" OriginalAmount="1244.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/82/8d8281925374d0426c0f8a9ed3c7038c6d28c243.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1566.48" OriginalAmount="1464" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="0" HotelCode="976586|413951" HotelName="Cour des Vosges" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19 Place des Vosges, 4 arrondissement, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/0f/bc0f40bb5da05008585a3aeab990210f60c9c6f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1601.79" OriginalAmount="1497" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86701" Longitude="2.327132" StarRating="5" HotelCode="904485|57086" HotelName="Mandarin Oriental Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 rue Saint-Honoré, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c6/ddc6f071f183cb68bf2e5572cf7880dce9ff8951.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1721.54" OriginalAmount="1608.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865132" Longitude="2.328132" StarRating="5" HotelCode="14833|7112" HotelName="Le Meurice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Rue de Rivoli, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/50/4150dd8c1cd7c1eb9915a675d5292837a253517d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1731.36" OriginalAmount="1618.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|332588" HotelName="Shangri-La Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/d0/8dd02f7dbacd13e0b07f4b1a2ed49e31d0162567.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2111.11" OriginalAmount="1973" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867347" Longitude="2.321054" StarRating="5" HotelCode="11623|238846" HotelName="Hôtel de Crillon, A Rosewood Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Concorde, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/9e/889e76c52d00eb25b7d562bb97f7b1809e55a01d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2203.37" OriginalAmount="2059.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|6063" HotelName="Plaza Athenee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d34dd928853e1ed0c0ffc03931f4cabdc903cb5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2259.84" OriginalAmount="2112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869684" Longitude="2.31334" StarRating="5" HotelCode="306996|136787" HotelName="La Réserve" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Avenue Gabriel, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289bf047ddc614e2d791fc7a584cbd630edf0c7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2306.92" OriginalAmount="2156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|50655" HotelName="The Peninsula Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/28/ee283a4ccbdc41c2cb48202dbacaf35fa1de2dc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2401.09" OriginalAmount="2244.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871708183095" Longitude="2.3148122761269" StarRating="5" HotelCode="13928|9362" HotelName="Le Bristol Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/e9/2ce9c92275c7c3ad221bb2a7c22b7dad18165d88.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="96.30" OriginalAmount="90.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85397727" Longitude="2.37103664" StarRating="2" HotelCode="|BSCQ" HotelName="Hotel Bastille Secret" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue de la Roquette</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="101.66" OriginalAmount="95.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861520100977" Longitude="2.371055334806" StarRating="3" HotelCode="|BECO" HotelName="Hotel Seb &amp; Co" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Saint-Sebastien</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="108.83" OriginalAmount="101.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="|IRLD" HotelName="Hotel L'Interlude" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>258 avenue Daumesnil</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="131.83" OriginalAmount="123.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83135508" Longitude="2.24209337" StarRating="3" HotelCode="|BPGQ" HotelName="Bijou Hotel Paris Boulogne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Victor Griffuelhes, Boulogne-Billancourt</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="144.46" OriginalAmount="135.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8373442" Longitude="2.31987006" StarRating="4" HotelCode="|DRWX" HotelName="Drawing House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue de Vercingetorix</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="179.40" OriginalAmount="167.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878297236017" Longitude="2.384220341105" StarRating="3" HotelCode="|WKPQ" HotelName="Green Park Hotel Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Hassard</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="219.96" OriginalAmount="205.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|122364" HotelName="GRAND MAGIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>20 AVENUE DE LA FOSSE DES PRESSOIRS - 77700 MAGNY- MAGNY LE HONGRE</AddressLine>
          </AddressLines>
          <CityName>MAGNY LE HONGRE</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Nightclub,Spa,Lounge,Shopping Arcade,Wheelchair Access,Kitchen,Sauna,Swimming Pool,Massage Centre,Jacuzzi,Garden,Golf,Heated Pool,24 Hour Security,Babysitting,Business Centre,Meeting Room,Parking,Pets allowed,Valet Parking,24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,LCD/Projector,Library,Limousine Service,Pick &amp;amp; Drop,Porter,Airport Transfer (on Demand),Printer,Concierge,Luggage Storage,24 Hour Power Supply,Housekeeping,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,3,3.5,2,5,1,2.5,4.5,1.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,HOSTEL,GUESTHOUSE,HOTEL,APARTHOTEL,VILLAGE,AIRPORT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
d2bb6d09-8343-484b-9687-0a3dbdd3b032|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
d2bb6d09-8343-484b-9687-0a3dbdd3b032|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="d2bb6d09-8343-484b-9687-0a3dbdd3b032">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="80963" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
d2bb6d09-8343-484b-9687-0a3dbdd3b032|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
d2bb6d09-8343-484b-9687-0a3dbdd3b032|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
d2bb6d09-8343-484b-9687-0a3dbdd3b032|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="2025-11-24T05:41:31.9455828+00:00" Version="0" EchoToken="Search" TransactionIdentifier="d2bb6d09-8343-484b-9687-0a3dbdd3b032" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="34" TotalAmount="64.00" OriginalAmount="59.81" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CF7173" HotelName="Red Roof Inn Painted Post" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 S HAMILTON ST, BUILDING A GANG MILLS, NY</AddressLine>
          </AddressLines>
          <CityName>GANG MILLS, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2579167_foto_24.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="68.02" OriginalAmount="63.57" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CF7174" HotelName="HomeTowne Studios Painted Post" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 S HAMILTON ST, BUILDING B GANG MILLS, NY</AddressLine>
          </AddressLines>
          <CityName>GANG MILLS, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2579168_foto_23.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="77.03" OriginalAmount="71.99" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|B3AA12" HotelName="Red Roof Inn &amp; Suites Herkimer" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>100 MARGINAL RD HERKIMER</AddressLine>
          </AddressLines>
          <CityName>HERKIMER</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1726838_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.98" OriginalAmount="107.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|904068" HotelName="Red Roof Inn Copiague" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10 34TH STREET COPIAGUE, NY</AddressLine>
          </AddressLines>
          <CityName>COPIAGUE, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2594184_image62723715_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.831062" Longitude="-73.88449" StarRating="3.5" HotelCode="170060|74817" HotelName="Sheridan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1440 Sheridan Expressway, Bronx, 10459-2106 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e5/25e5413a1ac3c69404f7565aef0f78b06c7d168e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.770874" Longitude="-73.980636" StarRating="1.5" HotelCode="21214|2817" HotelName="YMCA Westside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 63rd Street, New York City, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/b0/acb0fd038d1c7b95ead4f86e75c37c1914859e90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="124.77" OriginalAmount="116.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="1" HotelCode="|056615" HotelName="Red Roof Inn Norwich" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>75 NORTH BROAD STREET NORWICH, NY</AddressLine>
          </AddressLines>
          <CityName>NORWICH, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1710738_foto_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752227" Longitude="-73.853695" StarRating="3" HotelCode="170877|422668" HotelName="Corona LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-23, Roosevelt Avenue, Corona 11368</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/35/b335c205dcda3979255197459eaef7eac8fa1069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.30" OriginalAmount="118.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751444382846" Longitude="-73.935090813492" StarRating="2.5" HotelCode="511166|607353" HotelName="Fairfield Inn &amp; Suites New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-31 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3c/023ca99e07cfad01789c5d25d9daa3c5851f8561.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.22" OriginalAmount="121.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760605694564" Longitude="-73.986291587602" StarRating="3" HotelCode="11012|1001346" HotelName="The Gallivant Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 West 48th Street, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/ca/0fca5c0fe5cbf6a437ae903f6902d3468bc2292e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.788617245865" Longitude="-73.974647085737" StarRating="1" HotelCode="416740|144577" HotelName="Central Park West Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 West 87th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/27/e427f59b9231885accb8046d4e734d78c2a0db05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.61771738" Longitude="-73.92795695" StarRating="2.5" HotelCode="563414|224524" HotelName="Days Inn Brooklyn Marine Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1766 East 49Th Street, Brooklyn, New York City, New York 11234</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f9/9df940374b3f50b15602f32ec41d563ae728ef91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.23" OriginalAmount="123.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.586468" Longitude="-74.190444" StarRating="2.5" HotelCode="124031|324429" HotelName="Holiday Inn Express Staten Island West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>300 Wild Avenue, 10314 Staten Island</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/09/8609dc0e84fd0690188f7ed73884b39751253068.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760593875" Longitude="-73.831649625" StarRating="2" HotelCode="124570|40101" HotelName="Flushing Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-33 38th Avenue, Flushing, Queens, New York City 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/70/3b701a79024fd90cdd5b8fb221066c23330cd334.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.81886773" Longitude="-73.91474837" StarRating="3" HotelCode="450298|194867" HotelName="Umbrella Hotel, an Ascend Hotel Collection Member Bronx" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>681 Elton Avenue, Bronx, New York, 10455 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d0a96328af2556ab26da1ebae2f4314079ef7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.646894" Longitude="-73.9967485" StarRating="2" HotelCode="150295|484101" HotelName="Kings Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>820 39th Street, Brooklyn, NY 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/d3/6fd354d55c82e13a74078cba08787b993ac265dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720925" Longitude="-73.955693" StarRating="4" HotelCode="918406|44492" HotelName="McCarren Hotel &amp; Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 North 12th Street, Brooklyn 11249, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/c2/7ac233cce00883ae57336ab5adb959ac2c337866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765765491713" Longitude="-73.886283930756" StarRating="2" HotelCode="146216|70802" HotelName="Comfort Inn LaGuardia Airport - 83rd St" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-45 83rd Street, East Elmhurst, NY 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3e/6f3ead14c99da2c334567340227ac51d964937e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.614829994169" Longitude="-74.176857769489" StarRating="3" HotelCode="54951|12342" HotelName="Hilton Garden Inn Staten Island" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1100 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f9/9cf9a6118821dec00c119415a4c603ad71b96884.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.840899714286" Longitude="-73.927979285714" StarRating="2" HotelCode="124700|194865" HotelName="Howard Johnson Inn Yankee Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1300 Sedgwick Avenue, Bronx, New York 10452</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/9e/339e10c30d893a5055d732980ed1f15b183d5337.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.01" OriginalAmount="134.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71503665" Longitude="-73.95897438" StarRating="3" HotelCode="572789|654308" HotelName="Pod Brooklyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>247 Metropolitan Avenue, Williamsburg, Brooklyn, New York City, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/3b/2e3b151192450e5fc8208c66d4091c580c56f20d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="147.25" OriginalAmount="137.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755669040889" Longitude="-73.969128727913" StarRating="3" HotelCode="64763|801864" HotelName="The Pod 51" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 E 51st St., New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/26/9926c944c2483c9b3a5d80d93aca86beb84f6391.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.632801" Longitude="-73.739482" StarRating="2.5" HotelCode="122610|409958" HotelName="Five Towns Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>655 Rockaway Turnpike, Lawrence, New York 11559</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/53/a55368dbc7c7a8f424524c5eaf9f3bb9d8a355d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764999283333" Longitude="-73.8880016" StarRating="1" HotelCode="891558|64398" HotelName="Airway Inn LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Luggage Storage,Parking,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>82-20 Astoria Boulevard, Queens, New York 11370</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a6/d5a6e209347e42ea7c9b5235bb79c2c0c0de7873.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="151.50" OriginalAmount="141.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.65090102" Longitude="-74.01160203" StarRating="2.5" HotelCode="571404|13835733" HotelName="Quality Inn" Meals="BED &amp; BREAKFAST,COMPLIMENTARY CONTINENTAL BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4410 3rd Avenue, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/05/2e0541934ba118e60d8ad7e40ea726813b833cd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="154.60" OriginalAmount="144.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.610108175246" Longitude="-74.179215431213" StarRating="3" HotelCode="97577|159344" HotelName="Hampton Inn &amp; Suites Staten Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1120 South Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/93/0793a74822369afa08f80f44281d660167088ad4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.16" OriginalAmount="145.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759220487652" Longitude="-73.99551898241" StarRating="3" HotelCode="168046|142665" HotelName="YOTEL New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>570 Tenth Avenue, at West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/23/fb233dcd5e14240ac700af8f6097bf55863a8a2b.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="155.40" OriginalAmount="145.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.739911540259" Longitude="-73.791214219713" StarRating="3" HotelCode="511163|577473" HotelName="Courtyard New York Queens/Fresh Meadows" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>183-15 Horace Harding Expressway, Fresh Meadows, New York 11365</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/76/4976d64776ff3af74330f605ed55266b23943ca5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750443" Longitude="-74.003371" StarRating="4" HotelCode="908908|486699" HotelName="Americano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>518 West 27th Street, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/zz/f1ad21ac91e18c30475314594540edefe0a98832.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756523231748" Longitude="-73.942005636176" StarRating="2" HotelCode="348362|85840" HotelName="Howard Johnson by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-61 12th Street, Long Island, New York City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/95/c6959efdb692544b05943e648f36d184bf0338f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.694398908769" Longitude="-73.931006394333" StarRating="3.5" HotelCode="542227|187977" HotelName="Hotel RL by Red Lion Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1080 Broadway, Brooklyn, New York 11221</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/36/af366eecbbf726182f67c42540aa97fdd85c6208.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.651056913452" Longitude="-74.003370505752" StarRating="2" HotelCode="369737|486692" HotelName="Phoenix Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>517 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ab/81ab345ba62dbf7cff3fb14530299a6b74998126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762386" Longitude="-73.976374" StarRating="4" HotelCode="18509|14868" HotelName="Shoreham Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/00/be0038b6a43210bd31dc36a665ab3ae8c1fde9e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="161.78" OriginalAmount="151.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.688852" Longitude="-73.988779" StarRating="3" HotelCode="99272|108178" HotelName="Nu Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Smith Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/73/5e73d87b390b5ca1f03f09da585100389bb967ee.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.71" OriginalAmount="152.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.809167" Longitude="-73.951744" StarRating="3" HotelCode="165350|188290" HotelName="Aloft Harlem" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2296 Frederick Douglass Boulevard, 10027 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7d/b37dd1b4173aca70c7d285487822da8149d4e455.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.586797" Longitude="-74.190968" StarRating="3" HotelCode="264849|44486" HotelName="Staten Island New York Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>290 Wild Avenue, Staten Island, New York 10314</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/36/ec36989dcd311a28328fb6ea771a4770ab5f8a6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.65" OriginalAmount="155.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762101079148" Longitude="-73.982823753967" StarRating="3.5" HotelCode="511167|50185792" HotelName="MOXY NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>485 7th Avenue, 10018 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/62/3e623d3fd9a54aed990bf06c98789f249e6de23b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.77176278961" Longitude="-73.844473588589" StarRating="3" HotelCode="122490|53236" HotelName="Fairfield Inn New York LaGuardia Airport/Flushing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28-66 College Point Boulevard, Queens, NY 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/4f/2a4f5fa2115a967bffa085741480beeb1804e6b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.738248357306" Longitude="-74.009412825108" StarRating="2" HotelCode="896928|14752" HotelName="The Jane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Jane Street, New York City, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/11/6011e179676d3e9ee5a65f88e56d058b19e10268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.70" OriginalAmount="159.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.696405462281" Longitude="-73.984343610841" StarRating="4" HotelCode="316923|417538" HotelName="The Tillary Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/57/8957b14f2f9c0da90bbec50315e4f0921b1d48ef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="170.81" OriginalAmount="159.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.700985823601" Longitude="-73.93900358385" StarRating="2" HotelCode="320755|35119808" HotelName="Bklyn House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beaver Street, Brooklyn, New York 11206</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d4/3bd4ede72c00a37b2a3b977a276e46d6416e0556.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75736017" Longitude="-73.94280017" StarRating="0" HotelCode="952779|480173" HotelName="TownePlace Suites by Marriott New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-42 11th Street, Long Island City, New York, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/9f/bd9fefbd397b5aa2933370fcab1f352356ebe705.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="176.03" OriginalAmount="164.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.668723437824" Longitude="-73.993035256863" StarRating="2" HotelCode="175532|324368" HotelName="La Quinta by Wyndham Brooklyn Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 3rd Avenue, Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/76/e676448247386b0d5d1d5cb3f3bc22892868a8d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744131" Longitude="-73.996132" StarRating="2" HotelCode="907147|53278" HotelName="Chelsea Savoy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, West 23rd Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b2/48b2e0a8a8a74c0508cd9957a50dc26e667d5bad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761232222222" Longitude="-73.991716488889" StarRating="3" HotelCode="142634|374473" HotelName="414 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Garden,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Parking,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>414 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/48/9c48a60793f7fc3b437630a4716dda5632f52b0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721475998156" Longitude="-73.958714169312" StarRating="5" HotelCode="497731|414030" HotelName="The Williamsburg Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/2c/592ca3e2f754cf984b88950e89a0e5a4f5767542.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="178.57" OriginalAmount="166.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.6840796" Longitude="-73.9898725" StarRating="3" HotelCode="531635|585808" HotelName="Baltic Huis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>489 Baltic Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b6/04b685f46364e6e77f1ee16692ad02f648e6a31f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.723828" Longitude="-74.005292" StarRating="3" HotelCode="104038|13384" HotelName="SoHo 54 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>54 Watts Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/40/b04001f753cc8a7fb9b533660d1296e4e8319e5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.16" OriginalAmount="168.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.793250301788" Longitude="-73.972232043743" StarRating="2" HotelCode="48088|13445" HotelName="Days Hotel by Wyndham on Broadway NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>215 West 94th Street New York, New York 10025</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/60/d160633184b61c7661a2190e771082308c7ea3ab.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.666398044677" Longitude="-73.780086636543" StarRating="3" HotelCode="27871|68038" HotelName="Fairfield Inn New York JFK Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>156-08 Rockaway Boulvard, Jamaica, New York 11434</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/bb/9dbbc319533f6f5618e2cc6a7e4b6bf00a082efe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.766799411111" Longitude="-73.933421211111" StarRating="2" HotelCode="895177|44471" HotelName="Super 8 Motel - Long Island City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-62 14th Street, Long Island City, New York 11106</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fe7317a1fb5fd56438654519474124d61c223.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756237451695" Longitude="-73.993038991105" StarRating="3" HotelCode="890261|17194" HotelName="Candlewood Suites NYC Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>339 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/94/d99491c61bf4982a0dc922dea8c178dd6bca1028.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709222720777" Longitude="-74.013787508011" StarRating="4.5" HotelCode="161508|22816" HotelName="W New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/6b/ac6b9a4b8e2e78da8fe9aa0eed1f65a8d4909ee5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="183.36" OriginalAmount="171.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721749017161" Longitude="-73.987765241734" StarRating="3.5" HotelCode="307071|2886742" HotelName="Hotel Indigo Lower East Side New York" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 Ludlow Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ff/6fffcca09bc6e04cfb0a4595386c241f17246538.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="185.02" OriginalAmount="172.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75844388" Longitude="-73.99303002" StarRating="3" HotelCode="612398|439683" HotelName="Pod Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>400 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/6f/886f5fb784bf00e6f791e565dd473c939f9c0d22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.879896" Longitude="-73.831434" StarRating="2" HotelCode="178674|44461" HotelName="Ramada Bronx" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1000 Baychester Avenue, Exit 13 off of I-95, Bronx, NY 10475</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/01/8e01a1485b1dbb013027ee280944687e67b4404e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="185.66" OriginalAmount="173.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782731925" Longitude="-73.825387025" StarRating="2" HotelCode="892754|323373" HotelName="Extended Stay America - New York City - LaGuardia Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18-30 Whitestone Expressway, Queens, New York  11357</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/5c/8c5c9e285c4d3d803bcc997d7620dbde24af341b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71527549" Longitude="-73.99377584" StarRating="2" HotelCode="728279|298026" HotelName="Canal Loft Hostel &amp; Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Garden,Internet,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>94 Canal Street, Chinatown, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3d/523dde72190c4a65d48c387b56dbd0a1eade786c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.695675" Longitude="-73.983936" StarRating="3" HotelCode="294769|44406" HotelName="Hampton Inn Brooklyn/Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Flatbush Avenue Extension, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/82/9482582604528efbc1013f04bbb46fa9753f8b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.65179427" Longitude="-74.00457904" StarRating="4" HotelCode="320508|94190" HotelName="Wyndham Garden Brooklyn Sunset Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>457 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/10/c2104e40970d2681ae286924fc5c1cef54823573.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7440772" Longitude="-73.94098577" StarRating="2" HotelCode="510585|187993" HotelName="The Feather Factory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26-32 Skillman Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/55/f1552e296543d85f27565c2eae2365f16932b26c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.63559934" Longitude="-74.01118485" StarRating="3.5" HotelCode="573035|413753" HotelName="Insignia Hotel, An Ascend Hotel Collection Member" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>741 61st Street, Brooklyn, New York 11220</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d1/56d1298c622bf3e99691e1cd7265b3e16ce0a733.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719511798637" Longitude="-73.994759716568" StarRating="3" HotelCode="64764|13923" HotelName="Sohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>341 Broome Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/a9/15a9914c4ecc0034858a335953ade074b4ffc6ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70396959981" Longitude="-74.012326630386" StarRating="4" HotelCode="168366|20976" HotelName="DoubleTree by Hilton Hotel New York City - Financial District" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Stone Street, New York, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da9e1e84803ed4203321c0a5c7f62d8c252d65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="190.70" OriginalAmount="178.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754336183531" Longitude="-73.935713768005" StarRating="3" HotelCode="906857|322893" HotelName="Four Points by Sheraton Long Island City/Queensboro Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27-05 39th Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/08/1708fde5e70f51aa04b5b03d3cd854d6e1229b5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.07" OriginalAmount="178.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759623772099" Longitude="-73.987275213003" StarRating="4" HotelCode="18404|1612554" HotelName="Paramount Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/dc/1adcf8c446b0c2d96154654dcdaf9a4d0082c57a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759901664559" Longitude="-73.996534195107" StarRating="4" HotelCode="187088|89351" HotelName="Cachet Boutique NYC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Club Resort,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>510 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/94/dd94bcad4b73a0ca221c4fc8312ed505e2590c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.69" OriginalAmount="179.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68751142" Longitude="-73.98175441" StarRating="3" HotelCode="432558|549862" HotelName="EVEN Hotel Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>46 Nevins Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/98/a9981844062b0adc675b645c3375dc01c13a6e9a.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="191.85" OriginalAmount="179.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722290178493" Longitude="-73.956704549641" StarRating="5" HotelCode="319202|62035363" HotelName="The William Vale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 North 12th Street, At Wythe Avenue, Brooklyn, New York 11249</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/cd/5ccd5d9e4db2a353484608118281cc50a2690ac7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.66365083" Longitude="-73.99608017" StarRating="3" HotelCode="951222|395655" HotelName="Comfort Inn Prospect Park Brooklyn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>150 20th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ab/a1abefed5f5fa524ec39bf9aae4ed957beb895c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.707913331494" Longitude="-74.006583094597" StarRating="4" HotelCode="317042|25169" HotelName="Gild Hall, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Gold Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/66/e86689ffef48838af945de3657a1548bf81ee112.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="691934|523508" HotelName="The Queens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>65-15 Queens Boulevard, Woodside, New York, New York 11377</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/26/8d267d2013e077043bcd918bea710c05f373de09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752489" Longitude="-73.993748" StarRating="4" HotelCode="15305|8628" HotelName="The New Yorker, A Wyndham Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>481 Eighth Avenue, 34th Street &amp; 8th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/c2/34c222b72e73a8b0d016b7f12c22c9e3ee7d1766.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.91" OriginalAmount="183.09" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|687183" HotelName="MARCO LAGUARDIA HOTEL &amp; SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>137 07 NORTHERN BLVD, FLUSHING NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/11471_image50765868_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.584055819242" Longitude="-73.93839597702" StarRating="3.5" HotelCode="97241|137105" HotelName="Best Western Plus Brooklyn Bay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3003 Emmons Avenue, New York City - Brooklyn, New York 11235</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/34/f734e5cd82a4a101628c3b5b8af636de051e517e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754772" Longitude="-73.935826" StarRating="4" HotelCode="319261|85839" HotelName="Boro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-28 27th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/62/6d624882e730587e0c7beb8d75a38bc67ad1d6d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.679192" Longitude="-73.98322" StarRating="3" HotelCode="175536|44455" HotelName="Union Hotel, an Ascend Hotel Collection Member" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>611 DeGraw Street, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a2/d4a298f3a7d5a8d9d517f2c2472f2d41aef31ed8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764099586671" Longitude="-73.982922259507" StarRating="3" HotelCode="200929|2792" HotelName="Ameritania at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/11/4e111e0b9e161659e403be671fd3f5965d3f6f68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.09" OriginalAmount="187" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705176" Longitude="-74.007686" StarRating="4" HotelCode="137369|17023" HotelName="Andaz Wall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/30/7330da547af1da7705acab7b3f97c86efd05ba61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="201.02" OriginalAmount="187.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74932" Longitude="-73.976634" StarRating="3" HotelCode="928630|439502" HotelName="The Pod 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/73/d8732e8902deaf81e679d9b85d5d36e1aa087a5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.80980675905" Longitude="-73.929109306134" StarRating="2" HotelCode="500836|413515" HotelName="Comfort Inn &amp; Suites Near Stadium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2477 Third Avenue, Bronx, New York 10451</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/8b/3f8b50979108d51a734ae18a3d59d181d1ea876f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68747817" Longitude="-73.98245676" StarRating="3" HotelCode="308613|85362" HotelName="Holiday Inn Brooklyn Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Schermerhorn Street, Brooklyn 11215, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/69/2969cc2977475b9d26f373f4638a298525992c3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744367351307" Longitude="-73.985580056906" StarRating="4" HotelCode="18457|2800" HotelName="The James New York - NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 29th Street, At Madison Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/17/b1173576f0628a189d1ff81adca47879d2b98e4d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764488388435" Longitude="-73.981937617063" StarRating="4" HotelCode="366182|45691" HotelName="Dream Midtown New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>210 West 55th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/69/30691d9e1d79d7f83d88350f5b6e19d30bf3b86b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.24" OriginalAmount="189.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742144" Longitude="-74.003569" StarRating="4" HotelCode="174554|1855087" HotelName="Dream New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>355 West 16th Street, near 9th Avenue, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/a7/4ba72e14ffd9aecb58ca073556f6d59c7afd03ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73978333" Longitude="-73.98435045" StarRating="4" HotelCode="585788|298035" HotelName="Freehand New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>23 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/e8/8ee8d500f07ba6ff8830b13e316a90aaa97138ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.15" OriginalAmount="190.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762320737433" Longitude="-73.979208469391" StarRating="4" HotelCode="13341|13003" HotelName="New York Hilton Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1335 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/de/8edee50d7361975bf03b9db4d39413634239bb8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.691377" Longitude="-73.984618" StarRating="4" HotelCode="161560|20121" HotelName="Sheraton Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>228 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/67/f667f618cb144a2c90ce9e7b75e1f6afcd62980b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7570425625" Longitude="-73.9831723" StarRating="2" HotelCode="902785|53317" HotelName="Hotel St. James" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 West 45th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/84/2384d21916c8392a9cf9f28976643ebdc3670a14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="209.24" OriginalAmount="195.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.724390352636" Longitude="-74.00803963391" StarRating="4" HotelCode="316096|83903699" HotelName="Arlo SoHo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Hudson Street, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0b/f40b5fd5ac05ca7c58d9864305d89aeff4b493c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760821" Longitude="-73.969411" StarRating="4" HotelCode="13154|16383" HotelName="Hotel 57" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7526bd9a3660a73aadec1f4911e7a82dcfccfc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746037070065" Longitude="-73.992650185004" StarRating="4" HotelCode="429347|95769" HotelName="INNSIDE New York NoMad" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>132 West 27th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/93/b7935f8788faf1e9656c394040922b5cfc72f7a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754" Longitude="-73.949264" StarRating="4" HotelCode="98035|69909" HotelName="Ravel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-08 Queens Plaza South, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/4e/634e3d8943d86471a67157d3d40b0368e102111a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759734" Longitude="-73.831631" StarRating="3.5" HotelCode="396412|40098" HotelName="Sheraton LaGuardia East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135-20 39th Avenue, Flushing, New York 11354</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/04/4f041a7b9fbd30564f2dc9d033007b00d05530d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756046" Longitude="-73.970996" StarRating="4" HotelCode="59150|2844" HotelName="Fifty Hotel &amp; Suites by Affinia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155 East 50th Street, at Third Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/f0/61f0e07315c3e521169a5141b3c1898fa4baac17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761081467516" Longitude="-73.985447287559" StarRating="4" HotelCode="18521|53439" HotelName="The Time" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 West 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/4a/574a79a87d71fa740c786b0dc98382eca2c7d505.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="209.81" OriginalAmount="196.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.708913674696" Longitude="-74.009168744087" StarRating="3" HotelCode="900059|156978" HotelName="Holiday Inn New York City - Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Nassau Street, 10038 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/72/02727289aea621cea25aff4fef11fe16ea070c70.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.699275596913" Longitude="-73.959231376648" StarRating="3" HotelCode="175534|30863" HotelName="Pointe Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Franklin Avenue, Brooklyn, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9a/939a8e36b5ec8c8c5731d045e7400bbae921e3fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.644070439769" Longitude="-73.987848014715" StarRating="3" HotelCode="300593|44407" HotelName="Days Inn by Wyndham Brooklyn Borough Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1118 36th Street, Brooklyn, New York 11218</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/21/72215dd413403245580aaa2efd6bd9abb8d341d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746247" Longitude="-73.991408" StarRating="3" HotelCode="170739|21435" HotelName="Fairfield Inn &amp; Suites by Marriott New York Manhattan/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>116 West 28th Street, 10001 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea3876d575a82e9fef08a88eb917d2a54a4f362f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.723006283333" Longitude="-73.9893875" StarRating="3" HotelCode="892300|292488" HotelName="The RIDGE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>151 E Houston St, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/eb/7feb0244bcdfaa15af486c87e5722858d3175b05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="212.12" OriginalAmount="198.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751630699141" Longitude="-73.972439757411" StarRating="3.5" HotelCode="431115|49957744" HotelName="EVEN Hotel New York - Midtown East" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>221 East 44th Street, New York City - Manhattan, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/63/a0634874f2b19d44b74f92cd2352df961f9e495b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750156054148" Longitude="-73.936757606152" StarRating="3" HotelCode="307991|42891" HotelName="Hilton Garden Inn Long Island City Queensboro Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29-21 41st Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78056d13f760972b9ed9afe26410de0ee574fd5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705652337837" Longitude="-74.007020294666" StarRating="3" HotelCode="165487|19772" HotelName="Holiday Inn Express New York City-Wall Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>126 Water Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4f/784fa7e8150a88557d334a2c8fc5ad53a6f51f47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747738083747" Longitude="-73.986595912114" StarRating="3" HotelCode="565008|18218" HotelName="The Hotel @ Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/29/14298d0637262843b5fdf472e723a117a0e441ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.91" OriginalAmount="199.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756994" Longitude="-73.98487" StarRating="4" HotelCode="31947|1879758" HotelName="Millennium Times Square New York- A Hilton Affiliate Hotel" Meals="ROOM ONLY" 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,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 West 44th Street, New York, New York City 10036-4012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/9c/649c87f5a16da9b9da8e02d9c18dd39a7205f822.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="2.5" HotelCode="512121|298042" HotelName="Richland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Allen Street, Chinatown, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/e7/c0e73ec068579463b7edd0b440622c8894c80b0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.00" OriginalAmount="200" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.67323" Longitude="-73.986995" StarRating="3" HotelCode="401806|22744" HotelName="Le Bleu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 4th Ave., Brooklyn, New York 11215</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f0/7af0e0fd774c72246f29277fe909892541fa1495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.17" OriginalAmount="201.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.771472335053" Longitude="-73.982620239258" StarRating="4" HotelCode="18303|1978352" HotelName="The Empire Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 63rd Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/ef/beefac2106515b3b303a0cd78280d531dc1e4b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.82" OriginalAmount="201.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.815168" Longitude="-73.915894" StarRating="3" HotelCode="283875|738558" HotelName="Opera House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>436 East 149th Street, Bronx, New York, New York 10455</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/04/2904d6d250b7bbca514053c461ec1212239504ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.58429115" Longitude="-73.98206177" StarRating="0" HotelCode="956374|405784" HotelName="Best Western Brooklyn-Coney Island Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2632 West 13th Street, Brooklyn, New York City, New York 11223</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/45765a1909b88b751dc075625ee9e0884f418d87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721129160029" Longitude="-73.988853470289" StarRating="3" HotelCode="318455|144739" HotelName="Orchard Street Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>163 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/69/ac699731da0fa72d2ca85a0d1870d892a4817f15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753223" Longitude="-73.934491" StarRating="3" HotelCode="119312|13392" HotelName="Holiday Inn Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>39-05 29th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/fc/52fca5e9bd50e4384f084284ba01eb17c3077d76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746745793076" Longitude="-73.991589973594" StarRating="3" HotelCode="936477|53179" HotelName="Cambria Hotel &amp; Suites New York Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 West 28th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/06/9006d76606e46c1bf2eea314a1069414fb94f813.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.721321232362" Longitude="-73.992693732131" StarRating="2" HotelCode="565423|53342" HotelName="Off Soho Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7d/c67d50ac9c84d6977f1e5c9af8d657314dd97628.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.42" OriginalAmount="206" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.840143600721" Longitude="-73.937828385553" StarRating="3" HotelCode="323889|144612" HotelName="Edge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>514 West 168th Street, Washington Heights, Manhattan, New York City, New York 10032</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/47/ee4799c9d38edb28976d98d74698387c732a3272.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.94" OriginalAmount="206.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.77041606" Longitude="-73.98971021" StarRating="3" HotelCode="450383|541978" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>538 West 58th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a1/2aa1c9d34cc703729ea6440991a06638d071e92e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719787" Longitude="-73.988158" StarRating="4" HotelCode="889337|29811" HotelName="On Rivington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>107 Rivington Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/37/3b370f5fc92c8b451334ddb747464d79bfaee1e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712308" Longitude="-73.992722612268" StarRating="3" HotelCode="294131|44387" HotelName="Madison Les Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>154 Madison Street, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/90/7490bda292111f8eb614cf5bda55df17ec8b9c10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.12" OriginalAmount="208.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.703174" Longitude="-74.012299" StarRating="3" HotelCode="285107|189695" HotelName="Hampton Inn Manhattan/Downtown Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Pearl Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/9b/6b9bedf161bc8d0e5a5b497e65550a1c5ec08a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.15" OriginalAmount="208.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.693553090963" Longitude="-73.988338708878" StarRating="4" HotelCode="14589|1591476" HotelName="New York Marriott at the Brooklyn Bridge" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Adams Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ac/02ac0a1a6513b632e3d3c788b7f5fdad6e498d81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.31" OriginalAmount="208.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74814663" Longitude="-73.94129345" StarRating="3" HotelCode="572108|641607" HotelName="Hyatt Place Long Island City New York City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2707 43rd Avenue, Long Island, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/02/ea024f9960014927905407a43a6f820297b9a023.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75435972" Longitude="-73.97277627" StarRating="3" HotelCode="421984|144767" HotelName="The Bernic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>145 East 47Th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/3c/083cf036ed8b3bb31639feea2bb77c6e98cd5f38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.717051974429" Longitude="-73.995195474226" StarRating="3" HotelCode="177790|27707" HotelName="Wyndham Garden Chinatown" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>93 Bowery, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/1b/821ba99c4b20d6d8c79ff911ba8a1cb89fa06b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74849827" Longitude="-73.9398457" StarRating="3" HotelCode="494801|373036" HotelName="Aloft Long Island City - Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>27-45 Jackson Avenue, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/a3/e3a3f9fc8c4135042efce2d6f6b4f50406299bb5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.59" OriginalAmount="210.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745567" Longitude="-73.993524" StarRating="4" HotelCode="147585|131625" HotelName="Hilton New York Fashion District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>152 West 26th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/8e/fc8eeb9a36c2c94b94247c14f59c1087edf90533.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744726" Longitude="-73.999408" StarRating="3" HotelCode="118691|13382" HotelName="The GEM Hotel - Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300 West  22nd Street, Chelsea, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/e6/22e64ca9e588f5eefe4e9e1d691de6b12f75fba0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75642515" Longitude="-73.9943694" StarRating="4" HotelCode="308244|94189" HotelName="Cassa Times Square Hotel And Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>515 Ninth Avenue, New York City - Manhattan, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/95/25950d5618140420cfa9b08aa55831fb36506f78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.79" OriginalAmount="211.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.680045" Longitude="-74.005921728836" StarRating="2" HotelCode="178675|197170" HotelName="The LOOK Hotel, Red Hook" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Seabring Street, Red Hook, Brooklyn, New York 11231</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a1311abaf529eb50619e9c3988a1d1f4896ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.767597858657" Longitude="-73.983130102429" StarRating="4" HotelCode="29248|2560" HotelName="6 Columbus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>308 West 58th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/d1/90d12136fa296f15b1bbc9db7bb5bfef5d2adda4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755707644591" Longitude="-73.982417732477" StarRating="4" HotelCode="336965|12184" HotelName="Royalton New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 West 44th Street, New York, New York City 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/86/7186ed016942322ec33be2f7994bf962078e1c1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743903010324" Longitude="-73.987096846104" StarRating="3" HotelCode="12797|2382" HotelName="The Evelyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 East 27th Street, 10016 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/77/9c77158aa60020484a5a9a3620478591d8ffadf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749829362213" Longitude="-73.98606951816" StarRating="3" HotelCode="72172|53358" HotelName="The Gregory" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 West 35th Street, Manhattan, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/43/7b43d97ce6fd3f8ae32a23314ca98d2a648c6e17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.93" OriginalAmount="213.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755213763239" Longitude="-73.972933964921" StarRating="4" HotelCode="905557|191794" HotelName="Hotel 48LEX New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>517 Lexington Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/5d/695d60daa2055dc6f2287caaae5e9901227595c1.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7461" Longitude="-73.9833" StarRating="3" HotelCode="26387|144679" HotelName="HGU New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 East 32nd Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/80/8f80f079bc559caec27f92bb878439486164bf8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752333" Longitude="-73.985725" StarRating="2" HotelCode="200928|7390" HotelName="Americana Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/78/80784dbce42854e15cd26aeb0e8b2a8e6673ad24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70964471" Longitude="-74.00989554" StarRating="4" HotelCode="935269|53348" HotelName="Residence Inn New York Downtown Manhattan/World Trade Center Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>170 Broadway, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/15/7e15379f87741807049f918d958d8d1d719cf22e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="230.66" OriginalAmount="215.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745339205473" Longitude="-73.992307707667" StarRating="3" HotelCode="13492|2751530" HotelName="Holiday Inn Manhattan 6th Ave - Chelsea" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST,BREAKFAST INCLUDED IN RATE" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 West 26th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/70/1e7049cb449a3c13f42597e24090f1c39e704589.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="231.05" OriginalAmount="215.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747119277057" Longitude="-73.987074530303" StarRating="2" HotelCode="123388|103713" HotelName="LIFE Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/1f/691f073bba4dea97b524b442047746b270304293.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756744952388" Longitude="-73.969346682209" StarRating="3" HotelCode="293637|43150" HotelName="Hilton Garden Inn New York/Manhattan - Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>206 East 52nd Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/e8/34e81e201b57d93f6cfa60d137daff076c6c7b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718741450832" Longitude="-74.000412672758" StarRating="3" HotelCode="887912|32246" HotelName="City Rooms NYC Soho" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Lafayette Street, Manhattan, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/1c/c41c26d9122f1303691da3e4a276ee0e28623265.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.650544" Longitude="-74.003" StarRating="2" HotelCode="204903|479268" HotelName="The Vue Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>536 39th Street, Brooklyn, New York 11232</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/e0/ade0e1543303c69695a2cc4c98ca5363a3c139e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.63" OriginalAmount="217.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715602989103" Longitude="-73.996553365607" StarRating="4" HotelCode="429418|479501" HotelName="Hotel 50 Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Bowery, New York City, New York 10013-4801</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/55/e5557c911f6afbbd1621bda07c5669601bf55e03.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="232.98" OriginalAmount="217.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754911" Longitude="-73.972841" StarRating="4" HotelCode="9691|13446" HotelName="The Lexington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>511 Lexington Avenue, Entrance at 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/5b/385bba9e545ad93416550a3e1a7278dc4c94309b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.767672" Longitude="-73.905814" StarRating="3" HotelCode="122489|370426" HotelName="Fairfield Inn New York LaGuardia Airport/Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45-20 Astoria Boulvard, Astoria, New York 11103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ff/a8ff6eb513f3d1c8128b3a02efb5941ec7e4b5a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715570047355" Longitude="-74.008900523186" StarRating="3" HotelCode="47833|3814" HotelName="The Frederick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 West Broadway (at Chambers), New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/15/75159ad600718b7e8013560369c9dafd2264b163.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753249" Longitude="-73.9744055" StarRating="3.5" HotelCode="263779|53281" HotelName="Club Quarters Hotel Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128 East 45th Street, (Corner of Lexington Avenue), New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/74/6c74eb84f25c2ebaa1e5a056c7c92ebbe5af65b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.710799728194" Longitude="-74.00784711277" StarRating="4" HotelCode="773432|372338" HotelName="Moxy NYC Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>26 Ann Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/bf/70bfa514bf086e3330e2ace79accc3f8b03d2ea8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756833279034" Longitude="-73.993097822717" StarRating="4" HotelCode="506569|225331" HotelName="DoubleTree by Hilton Hotel New York - Times Square West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>350 West 40th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25fc1c718c15c4b0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720895" Longitude="-74.005449" StarRating="3" HotelCode="123573|14745" HotelName="Hilton Garden Inn New York/Tribeca" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/e6/fce6a02f4c609ba8574f1e047715d46c098325d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740949445011" Longitude="-73.983430690807" StarRating="3" HotelCode="284673|37721" HotelName="Lex Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Lexington Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/21/9221dfd4beb462d06890c7ce59b44375f836cd61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75598" Longitude="-73.97141" StarRating="4" HotelCode="60496|10426" HotelName="San Carlos Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>150 East 50th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/c0/9cc03fa068211a494375ace438487649c54fa9cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.738691" Longitude="-73.99429625" StarRating="2" HotelCode="145930|94192" HotelName="Chelsea Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 West 17th Street, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/0e/460e4ad0f80e2fbab34df2b1eeca7ad1a03e41a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755527" Longitude="-73.973702" StarRating="4" HotelCode="258456|1382" HotelName="InterContinental New York Barclay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 East 48th Street, 10017-1297 New York City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/35/1835fac621ef0373c35bfd0d8b52b8747043027b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740232" Longitude="-74.003431" StarRating="3" HotelCode="129725|225934" HotelName="Chelsea Pines Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>317 West 14th Street, New York, NY 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/27/b427ee8a9f8a4ee0bb822edb9a5a9f280f0ad5d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7529925" Longitude="-73.97464" StarRating="4" HotelCode="263787|53310" HotelName="Boutique at Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>447 Lexington Avenue, New York, NY 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/605709e9ca76454fac2da39a20b156a75388ec4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764475625654" Longitude="-73.995920710436" StarRating="4" HotelCode="75285|13337" HotelName="Kimpton Ink48 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>653 11th Avenue, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/67/cf67caf9bb715bbf9f1877485bbed1e042b36861.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7226223" Longitude="-73.9915685" StarRating="4" HotelCode="482035|225962" HotelName="PUBLIC, an Ian Schrager Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>215 Chrystie Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b7/92b70450b19ef375404d37c07ed8245ee140729c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.69" OriginalAmount="224.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754344" Longitude="-73.994168" StarRating="3" HotelCode="896936|113415" HotelName="DoubleTree by Hilton Hotel New York - Times Square South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>341 West 36th Street, New York City - Manhattan, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/1e/321e19886aad65b9cee494b7f2286d339a721534.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.11" OriginalAmount="224.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750435" Longitude="-73.986998" StarRating="3" HotelCode="899488|113555" HotelName="Hilton Garden Inn New York/West 35th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>63 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a2/66a2100fa83da25a891d21fe7b6ed065e52b17d6.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="240.62" OriginalAmount="224.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70506267759" Longitude="-74.006298780441" StarRating="4" HotelCode="72047|85678" HotelName="Eurostars Wall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Front Street, New York City, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5b/ba5b7b6f2426d7d1a61e16d89fbc10130cddf5c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7505918" Longitude="-73.9857209" StarRating="3" HotelCode="263777|53271" HotelName="Best Western Premier Herald Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 West 36th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/e4/2de4f38039ce43acb08f963f9a5c0f6b3029508f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="241.60" OriginalAmount="225.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758986845669" Longitude="-73.983855396509" StarRating="4" HotelCode="365877|1661448" HotelName="Night Hotels Times Square" Meals="ROOM ONLY,ROOM ONLY 5" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>157 West 47th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0c/e60c3f3d5357e40d983de395b823b473e73aa086.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.720839881386" Longitude="-74.004249572754" StarRating="4" HotelCode="163621|22061" HotelName="Sheraton Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>370 Canal Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/20/7520811863ba553718048be963eca71b2dbf2fbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="242.92" OriginalAmount="227.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755918809401" Longitude="-73.982385076057" StarRating="4" HotelCode="173082|14755" HotelName="Algonquin Hotel Times Square, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9d/309d9133c3da9ca0343d9eaa0bf5ac86d92f31d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.691463" Longitude="-73.984469" StarRating="3" HotelCode="170414|23523" HotelName="Aloft New York Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>216 Duffield Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/a9/b6a9f44748019eb8630670cf4b12341221c7ee85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718341" Longitude="-73.986269" StarRating="3" HotelCode="205351|30829" HotelName="Holiday Inn NYC Lower East Side" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Delancey Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c9b84c0acd78e6262a047b4774c5bb5943e94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754086567484" Longitude="-73.994299639619" StarRating="3" HotelCode="785901|374479" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ae/02ae1145286744ee84a34847a3c0f683448f63bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746751" Longitude="-73.982351" StarRating="3" HotelCode="294773|50596" HotelName="Hilton Garden Inn New York/Midtown Park Ave" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 East 33rd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/17/91177f30f518c2c11ef149406137f978e0a04317.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.711213187154" Longitude="-74.010464251041" StarRating="4" HotelCode="18374|11651" HotelName="Millennium Hilton New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Church Street, New York City, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ca/14cae83dcc96fde87196775e05eebff5c591ed87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.26" OriginalAmount="230.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76266" Longitude="-73.982" StarRating="4" HotelCode="17640|1251747" HotelName="Sheraton New York Times Square Hotel" 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,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>811 7th Avenue 53rd Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25ec2c576bd544a6af4df13a5b0fe80d81ab13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.03" OriginalAmount="230.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755748280043" Longitude="-73.991906046867" StarRating="3" HotelCode="162516|136990" HotelName="Element New York Times Square West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>311 West 39th Street, Between 8th and 9th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1c/cd1cc087130ca603a22041573127c1718f712e07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="247.17" OriginalAmount="231.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746154" Longitude="-73.983383" StarRating="4" HotelCode="309823|110599" HotelName="Hotel 32/32" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 East 32nd Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/85/f385a797af2586df903708830cb4610b26cd75a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.45" OriginalAmount="231.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71378899" Longitude="-73.95228721" StarRating="4" HotelCode="947270|665560" HotelName="Hotel Indigo Williamsburg - Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Metropolitan Avenue, Brooklyn, New York, New York 11211</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835221fef23e86e6e04582c5e6df5bcc459660a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756275381864" Longitude="-73.991649804893" StarRating="4" HotelCode="679595|298017" HotelName="Aliz Hotel Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Internet,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>310 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/93/d493ac0f214b6fafc06d1eb203886c5bf3028bc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="249.42" OriginalAmount="233.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756518317158" Longitude="-73.992466628551" StarRating="3" HotelCode="141797|1266654" HotelName="Fairfield Inn New York Manhattan/Times Square" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>330, West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa743acc0b965dfdb9b84722ef2c832aeb9b38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="250.25" OriginalAmount="233.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742767545799" Longitude="-73.983052745462" StarRating="3" HotelCode="318142|1068670" HotelName="Park South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 East 28th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/9c/9b9c4179fcb1ee3591621678b6690d0fee7c9a02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.38" OriginalAmount="234" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765169" Longitude="-73.982942" StarRating="3" HotelCode="31923|30246" HotelName="The Moderne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>243 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/28/7428d9f1a3b3219df965bc67632696f5af1ff28f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.45" OriginalAmount="235" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71984" Longitude="-74.000102" StarRating="4" HotelCode="166062|22014" HotelName="NoMo SoHo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Crosby Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/bc/d1bc956c11faa60e69ffad9930da5f1a81dd579c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="251.97" OriginalAmount="235.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746750822598" Longitude="-73.991726575463" StarRating="3" HotelCode="140831|1079492" HotelName="Hotel Hayden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>127 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bd/d3bd90b1075af909ea2816bb51382bc42a92f6af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760605" Longitude="-73.969153" StarRating="4" HotelCode="396085|15160" HotelName="Fitzpatrick Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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>687 Lexington Avenue, Between 56th &amp; 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/80/ab80091ec837f253258260bb08cfc4a80048edf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="252.52" OriginalAmount="236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762149281164" Longitude="-73.982846458215" StarRating="3" HotelCode="17508|925" HotelName="The Manhattan at Times Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 7th Avenue, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/5b/645b266e4ae74a7460e1c38632997901a98cac8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756891" Longitude="-73.993258" StarRating="3" HotelCode="146899|18191" HotelName="Distrikt New York City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/87/57879c0c29c7a39980e3bce698a2d401558929aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75421675" Longitude="-73.9904145" StarRating="2" HotelCode="893796|53332" HotelName="Manhattan Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>273 West 38th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/7f/2f7f45c5a5b3955000ffb11749c86d4a1c9daf32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.62" OriginalAmount="237.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75056786151" Longitude="-73.986012861192" StarRating="3" HotelCode="212667|1904828" HotelName="Holiday Inn Express Manhattan Times Square South" Meals="BED &amp; BREAKFAST,COMPLIMENTARY AMERICAN BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/101393/ea17b76f-67d2-4309-b900-6d1ee42ab5fa.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.95" OriginalAmount="237.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782152348622" Longitude="-73.980330589443" StarRating="4" HotelCode="15414|1358270" HotelName="Arthouse Hotel New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2178 Broadway at W, 77th Street, New York City, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/55/eb55bd006523d8201262994f3856502520dc6f4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755265980543" Longitude="-73.985708063824" StarRating="3" HotelCode="293865|44391" HotelName="Hilton Garden Inn New York/Times Square Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>136 West 42nd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2d450e76630a884430b3b3ef26dcd807f30165.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745617093206" Longitude="-73.984264433384" StarRating="4" HotelCode="16870|9592" HotelName="The Roger New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 Madison Avenue, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/4a/1f4aae193a76d2d8b6e703b08bccd07885ffafef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74822" Longitude="-73.987857" StarRating="3" HotelCode="13497|1737" HotelName="Martinique New York on Broadway, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 32nd Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/dc/3bdc67cc6c028f82cd85529e98f27bd7de9b0ae2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="255.73" OriginalAmount="239" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727917" Longitude="-73.990856" StarRating="4" HotelCode="99642|160380" HotelName="The Standard East Village - The Cooper Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Cooper Square, New York City, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/09/7809b6b03e7895c150d06a8e0958dd5dfdc23b52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="256.56" OriginalAmount="239.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75632" Longitude="-73.99314" StarRating="3" HotelCode="124014|157396" HotelName="Holiday Inn Express New York City Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>343 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/30/5e3083979060472f55c5e7ff13c60654e4f7ffbf.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="256.64" OriginalAmount="239.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70965454" Longitude="-74.00871629" StarRating="4" HotelCode="631054|60872343" HotelName="The Artezen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Business Centre,Central Heating,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Meeting Room,Printer,Restaurant,Room Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 John Street, Manhattan, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/91/2b91051f75cc7ca7a07d4ccad8e657f4b2d028e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74623701" Longitude="-73.99066367" StarRating="3" HotelCode="446389|144691" HotelName="Hyatt House New York/Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>815 Avenue of the Americas, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec7b69cb16fe34dd838d4acfa59722ac1b60c31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750318008246" Longitude="-73.96890871891" StarRating="4" HotelCode="16530|4859" HotelName="Millennium Hilton New York One UN Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 United Nations Plaza, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/71/ef71f090cc0339858481a3972bf1910f8b2090d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.43" OriginalAmount="240.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755928057803" Longitude="-73.98028019597" StarRating="3" HotelCode="59151|2061942" HotelName="Citadines Connect Fifth Avenue New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/68/9e/689ecd1ab3960b0bb1f0bd4902350039e53458b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.69" OriginalAmount="241.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75666133" Longitude="-73.94269133" StarRating="3" HotelCode="946943|668605" HotelName="Wingate by Wyndham Long Island City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38-70 12th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/d5/05d5bad2ebc4ce5f4369d869576e538f4bd38325.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751111" Longitude="-73.984981" StarRating="3" HotelCode="170190|23909" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 West 37th Street, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7a/897ad5f52b8dfeafcb0c5fd2b198154882eb3d99.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74938038" Longitude="-73.94689836" StarRating="3" HotelCode="512071|187992" HotelName="Lic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-04 21st Street, Long Island City, Queens, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/77/357797ee80e3a0680712b9047ebf86d4f6f25935.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751317" Longitude="-73.98486" StarRating="4" HotelCode="141287|225821" HotelName="Marriott Vacation Club Pulse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/2b/0a2bc8e3bb1fa6f5e233a939c78a0d238f47721e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.731525" Longitude="-73.98951417" StarRating="0" HotelCode="972203|479625" HotelName="Moxy Nyc East Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 East 11th Street, New York, 10003 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/3d/953d0254aa8b7128d90f6590c6b24f2eb668bb00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="259.19" OriginalAmount="242.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7759" Longitude="-73.9773" StarRating="2" HotelCode="47637|13393" HotelName="La Quinta Inn and Suites New York City Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 West 71st Street, New York, NY 10023-4103</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/67/7267458869491e028dd8e1477120108a7ff209e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="259.98" OriginalAmount="242.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7456025" Longitude="-73.9878759" StarRating="3.5" HotelCode="119708|1897966" HotelName="Ace Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 West 29th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a3ada28c7fb41c3da0d9d1cdf69d4d6eba1aa9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750728" Longitude="-73.972295" StarRating="3" HotelCode="208223|32327" HotelName="Hampton Inn Grand Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 East 43rd Street, New York, New York, 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c7/4ac7cb87d20288572f5e5a859ee28316944e157f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754539872405" Longitude="-73.993561311045" StarRating="3" HotelCode="530618|224859" HotelName="Hilton Garden Inn New York Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/0b/cf0bffaaaeee97b761054dd2f018700a5cebb516.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753668" Longitude="-73.99465" StarRating="4" HotelCode="171913|25322" HotelName="TRYP New York City Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>345 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/c7/91c704ac7430bf11eb044baa582072789d2d7320.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756004722222" Longitude="-73.9810271" StarRating="3.5" HotelCode="427388|53282" HotelName="Club Quarters Hotel Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 45th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/92/d892c146d8d5a461544626bc03ef21029bb22a05.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="261.89" OriginalAmount="244.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70740281115" Longitude="-74.006395398811" StarRating="3" HotelCode="305439|6516333" HotelName="Four Points by Sheraton New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Platt Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/bd/babd61801d8428ad16767e99c7134b61d72ea168.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.992284238338" StarRating="3" HotelCode="142152|16628" HotelName="Four Points by Sheraton Midtown Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>326 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/16/b6167cf140e15945272afc46932d57b6f9e5f292.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="262.17" OriginalAmount="245.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7131232" Longitude="-73.9929081" StarRating="3" HotelCode="263785|1065475" HotelName="Fairfield Inn &amp; Suites New York Manhattan/Downtown East" Meals="BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="BED AND BREAKFAST RATE NON-REFUNDABLE" PropertyType="hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Henry Street, New York, NY 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/50/3b5059bc1a8d239b47f1127bd1d60185230af9b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.22" OriginalAmount="246" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764491" Longitude="-73.983217" StarRating="3" HotelCode="293866|38850" HotelName="Hilton Garden Inn New York/Central Park South-Midtown West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>237 West 54th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b0/92b02988c7b959416b83fa688296d05e3ff51e0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750155317002" Longitude="-73.937479736771" StarRating="3" HotelCode="426898|95772" HotelName="Courtyard Long Island City/New York Manhattan View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Bar,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29-15 Queens Plaza North, 11101 Long Island City, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1c/661c84c5247eb3e8376a0344c84eab85d1f532f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.36" OriginalAmount="248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7517321" Longitude="-73.9840727" StarRating="0" HotelCode="966738|402340" HotelName="Hotel Hendricks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>25 West 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/eb/b6ebf5edf238480aa12d64829bf8c8c8372d4d49.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="265.55" OriginalAmount="248.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765796156803" Longitude="-73.983006477356" StarRating="3" HotelCode="907477|323935" HotelName="Da Vinci Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>244 West 56th Street, New York City</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/da/0fda1d810e0ab0f07f1cfb372096bf53915d07fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="265.99" OriginalAmount="248.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75774" Longitude="-73.989135" StarRating="4" HotelCode="317040|2142254" HotelName="The Westin New York at Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/7f/577fbe3df10505e5e138e1dbc41edb2dfc5450ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="266.43" OriginalAmount="249" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751113" Longitude="-73.984653" StarRating="3" HotelCode="263790|53352" HotelName="Springhill Suites New York Midtown Manhattan/Fifth Avenue" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 37th Street, New York, NY 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a2/7ea22fb8f4799f95b9e86c971899761c18773265.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709659577778" Longitude="-74.013872277778" StarRating="4" HotelCode="146151|53284" HotelName="Club Quarters Hotel World Trade Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Washington Street, (Between Albany and Cedar Streets), New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/67/a5676a45acc630b9f4d68f2cec64d82363537ef4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75388380863" Longitude="-73.993898065012" StarRating="3" HotelCode="973838|374487" HotelName="SpringHill Suites New York Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>338 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/a5/5ea55faf99b14730242ec6bcd073ae0baf45f616.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749539" Longitude="-73.979897" StarRating="4" HotelCode="18347|12123" HotelName="The Kitano New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Park Avenue, At 38th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/ae/a8ae905576b1b3a4328d29ed62e87b537c971965.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.740782697792" Longitude="-74.007852630754" StarRating="4" HotelCode="896942|160381" HotelName="The Standard High Line New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>848 Washington Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/46/4a466f15b0c55930c7b0603ca85d9e170a3078c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709597" Longitude="-74.013847" StarRating="4" HotelCode="907190|53451" HotelName="World Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>144 Washington Street, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/33/d93395c540541a85b51f54ebcd70966e9078be09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70580138" Longitude="-74.00509948" StarRating="2.5" HotelCode="637846|297996" HotelName="AC Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>151 Maiden Lane, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/2f/cf2fe2b13eb456074aa085c4e94a7e5eff9cc39a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756229" Longitude="-73.992827" StarRating="3" HotelCode="102716|17002" HotelName="Hampton Inn Manhattan/Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>337 West 39th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/70/2970b51b32a8c313dd110258d2d4aaa56d51f081.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75082283" Longitude="-73.98417667" StarRating="0" HotelCode="955281|415075" HotelName="Wingate by Wyndham New York Midtown South/5th Ave" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 West 37th Street, New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/82/fa82253bc4b5dfa906661d2c0a781e5cc0bffe04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.624483812293" Longitude="-74.027515329614" StarRating="2" HotelCode="83653|137102" HotelName="Best Western Gregory Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8315 4th Avenue, New York City - Brooklyn, New York 11209</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/a7/bfa7c32c235f30a99347875574a9ccaaf86feb5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751784682736" Longitude="-73.979278877377" StarRating="4" HotelCode="62437|24518" HotelName="The Dylan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 East 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/c1/4cc13d644c81cca3b5b8ea52d481bb9fb83fad7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="269.64" OriginalAmount="252" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756506444034" Longitude="-73.97202979957" StarRating="4" HotelCode="59149|11245" HotelName="The Benjamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 East 50th Street (at Lexington Avenue), New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/b1/49b100340ff23bc86c2ff2b780c092be962983db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718909" Longitude="-73.73385" StarRating="2" HotelCode="124687|481236" HotelName="Howard Johnson Inn Queens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220-16 Jamaica Avenue, Queens Village, New York City, New York 11428</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1e/ac1ea0f6d0e94528c3aced31e4c03e05cea42481.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.68955362" Longitude="-73.98821994" StarRating="3.5" HotelCode="446078|137123" HotelName="Hilton Brooklyn New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Schermerhorn Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/e7/d0e7e41c1deb47fbcf15f862ab2c5b8950bebfea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.702760375698" Longitude="-74.01204951933" StarRating="3.5" HotelCode="551145|225948" HotelName="Hilton Garden Inn NYC Financial Center Manhattan Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Water Street, New York City, New York 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e997e2c2ee7a9d90ed93cd6f0ebd230a5f78f83d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749555" Longitude="-73.971881" StarRating="4" HotelCode="47957|13327" HotelName="Westgate New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/dc/99dc2ff3f5e8d3d2e90c43a9ae12d1a90fd92239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.22" OriginalAmount="253.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753293854204" Longitude="-73.966239988804" StarRating="3" HotelCode="36296|14790" HotelName="Beekman Tower Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitchell Place, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/53/85535dc601d7b142ab15af44da911aebf9294753.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.78" OriginalAmount="254" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756487840924" Longitude="-73.984277844429" StarRating="4" HotelCode="60790|8400" HotelName="Hotel Mela Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/de/3bde7ec228aa0b3ef3e0445907389602cc977af8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.92" OriginalAmount="256" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745862427834" Longitude="-74.005140612269" StarRating="4" HotelCode="401920|35401" HotelName="High Line Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 10th Avenue, at 20th Street, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/0f/2c0f8358839594ad4ed91732d0f0babea0dc7130.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.59" OriginalAmount="256.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75137045" Longitude="-73.98571809" StarRating="4" HotelCode="523483|559294" HotelName="Embassy Suites by Hilton New York Midtown Manhattan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 West 37th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/8f/478f2f8de987faaf98d4b90f637a47ee975ef473.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="275.41" OriginalAmount="257.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="4" HotelCode="985476|775233" HotelName="Hyatt Centric 39th &amp; 5th New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16 East 39th Street, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/72/ee728f736f61eb57c1a34c10ad8ca79adb3320ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.70832862" Longitude="-74.01366338" StarRating="3" HotelCode="583563|265226" HotelName="Fairfield Inn &amp; Suites New York Downtown Manhattan World Trade Center Area" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Greenwich Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b9/07b94abde61f79a941cca7f24edce366ce7dde06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719865" Longitude="-73.998934" StarRating="3" HotelCode="72160|35851" HotelName="The Solita Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Grand Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/77/44777292130ea8c9bda52a09bf536c6b814a9b3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.704684051231" Longitude="-74.010320600733" StarRating="3" HotelCode="896943|24854" HotelName="Wall Street Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 South William Street, New York, NY 10004</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/0b/aa0b6a126c14fc51545433d48bf5d73004ff39bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.86" OriginalAmount="258.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755201146035" Longitude="-73.991661349417" StarRating="3" HotelCode="319454|456861" HotelName="Holiday Inn New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>585 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/a6/52a6d1f7662fce4a4371264ee2b618864b37b0d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="277.13" OriginalAmount="259" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760729998236" Longitude="-73.984897434711" StarRating="4" HotelCode="47937|12030" HotelName="Crowne Plaza Times Square Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1605 Broadway, Between West 48th &amp; 49th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/610622253a874081/42/42d8d4e4cc290fa1/02-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="277.76" OriginalAmount="259.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761364" Longitude="-73.985547" StarRating="4" HotelCode="905704|145061" HotelName="The Pearl New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>233, West 49th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/a6/00a6bebc3caa735be35b18a3afd229372a848b20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750046" Longitude="-73.980914" StarRating="3" HotelCode="258932|2550" HotelName="NH Collection New York Madison Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 East 38th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/40/c340bf8f7024b129a03677a94eef772cb646e0a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.678884625143" Longitude="-73.95118581117" StarRating="3" HotelCode="378884|137147" HotelName="The Brooklyn A Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1199 Atlantic Avenue, Brooklyn, New York 11216</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/88/e7885b62ee6281ddd471188afa8707079d026b6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746924" Longitude="-73.991409" StarRating="4" HotelCode="892165|17003" HotelName="DoubleTree by Hilton Hotel New York City - Chelsea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>128 West 29th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/e8/70e8473f516e07d61c3eae27f7bc51d65f112677.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="279.76" OriginalAmount="261.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|963149" HotelName="HYATT PLACE FLUSHING - LA GUAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>133-42 39AVENUE NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979688_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="280.24" OriginalAmount="261.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75376471" Longitude="-73.99374658" StarRating="3" HotelCode="506770|63125247" HotelName="Crowne Plaza HY36 Midtown Manhattan" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>320 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/f8/baf818bd625e7f0378545c8363b54b4b52f5dfee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.747072047685" Longitude="-73.987614512443" StarRating="3" HotelCode="175971|53329" HotelName="Hyatt Herald Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 West 31st Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/43/5b43a2bcf8d0585672776887ba099d3cca40ee72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.41" OriginalAmount="263" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.783381" Longitude="-73.978635" StarRating="4" HotelCode="18461|18831" HotelName="The Lucerne" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 79th Street, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/47/3347de7d04c9db026225bbae9b48c0ba694bf415.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748005" Longitude="-73.991339" StarRating="3" HotelCode="293340|38234" HotelName="Courtyard New York Manhattan/Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 30th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/fd/40fdae04dbbbe5c281eaedce69dc44a5bc7b7f63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754406281116" Longitude="-73.992595374584" StarRating="3" HotelCode="260452|37186" HotelName="Courtyard New York Manhattan/Times Square West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>307 West 37th Street, 10018 New York, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/3a/5e3a1bcfae554afcc254ab6e5e005d2f7805479a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754458" Longitude="-73.992942" StarRating="3" HotelCode="284885|89344" HotelName="Homewood Suites by Hilton New York Midtown Manhattan Times Square South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>312 West 37th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0ee5281ae5e02fe56f5624c9b03309ae88326b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755531" Longitude="-73.978206" StarRating="4" HotelCode="906798|27235" HotelName="The Gotham" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 East 46 street, between Fifth and Madison Avenues, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/83/4e83aeb825cdbffb6b6357dcd628ebcb5b58c6ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71936" Longitude="-73.99677" StarRating="3" HotelCode="428675|53340" HotelName="NobleDEN Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Concierge,Elevator,Internet,LCD/Projector,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Grand Street, New York City, NY 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/90/c690d4270e9394b1f8e3027026e899f076757adb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.83" OriginalAmount="269" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745368540351" Longitude="-73.981584087714" StarRating="5" HotelCode="293178|53364" HotelName="The Marmara Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 East 32 Street, Manhattan, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/a1/24a124780367284dfcb6602771854a326aea3a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712897015022" Longitude="-74.006570900122" StarRating="3.5" HotelCode="284865|298031" HotelName="citizenM New York Bowery Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>189 Bowery, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1a/7c1a85a4db437c7df49f5bbad4ce09e50d3d0108.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7642812" Longitude="-73.9949586" StarRating="3" HotelCode="263781|30816" HotelName="Comfort Inn Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>548 West 48th Street, New York, NY 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f6/e4f6c8e301487545c7e7cef40351d58de187c1dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.97" OriginalAmount="271" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.728507732096" Longitude="-73.985049762583" StarRating="3" HotelCode="416110|53291" HotelName="East Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>147 1st Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/84/8484cbfd07c6f0d4edb1875144a76259bb33292a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.707997710617" Longitude="-74.00142788887" StarRating="3.5" HotelCode="30059|20640" HotelName="Mr. C Seaport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Peck Slip, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/ae/5faedc364fae48e4a1bfbcfe45680ffa4d6df73d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782524362546" Longitude="-73.981358697397" StarRating="3" HotelCode="20526|8923" HotelName="Belleclaire" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2175 Broadway, New York, New York 10024</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b9/d8b9643e7107ea9a9dc71aa353deae9fdd8b1364.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75507316" Longitude="-73.99855436" StarRating="4" HotelCode="493700|225941" HotelName="Four Points by Sheraton Manhattan Midtown West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 10th Avenue, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/9d/0b9db628ad1db64891d4a148428510badefb3260.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750341729871" Longitude="-73.985337868337" StarRating="4" HotelCode="318401|53242" HotelName="Executivel Hotel Le Soleil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38 West 36th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/b2/07b2d556f68dc6fc5f4c35389ab473224bdae748.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761626" Longitude="-73.988098" StarRating="0" HotelCode="43800|7478" HotelName="The Belvedere Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>319 West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2e/272ee98fcabc688be53a1c9d2d0af95a3ceac295.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="294.25" OriginalAmount="275" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73238082914" Longitude="-73.998783230782" StarRating="3" HotelCode="19329|5524" HotelName="Washington Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Waverly Place, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/a5/9da56700842ba95eb75b705e916edb04246333ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="294.72" OriginalAmount="275.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750216" Longitude="-73.973861" StarRating="4" HotelCode="18380|13002" HotelName="The Westin New York Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>212 East 42nd Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/69/78691a8ed3f1a23a5bab5319c35eb21523296454.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.744456764515" Longitude="-73.989044129848" StarRating="3" HotelCode="426980|2790" HotelName="Broadway Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1155 Broadway/27th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/d7/fcd7379d529041f9a02a5a917bdb1e5302a0efa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74439212" Longitude="-73.99265365" StarRating="3" HotelCode="855999|374483" HotelName="Renaissance New York Chelsea Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112 West 25th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/07/6d072d9e8c150b8374a22221803b825ed39291fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757829150244" Longitude="-73.983761731158" StarRating="4" HotelCode="60534|12160" HotelName="Kimpton Muse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/d5/f0d5596109702748794c6d5496a5573ac270e3ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753391609564" Longitude="-73.993991179598" StarRating="4" HotelCode="318370|53292" HotelName="EVEN Hotel New York - Times Square South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>321 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/491437/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762657977378" Longitude="-73.983666300774" StarRating="4" HotelCode="15243|2549" HotelName="Novotel New York Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 West 52nd Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b1bff32e782f988677763753e95f7f953f9fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757377741189" Longitude="-73.984474986791" StarRating="4" HotelCode="896931|19239" HotelName="Millennium Premier New York Times Square" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/65/ea65c1c706212961c137c4e55437cb88becf16d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="3.5" HotelCode="225904|374477" HotelName="Concorde Hotel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>127 East 55th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/50/92503c8cd478c6d62b26e0a745e749d6b0d79aed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.60" OriginalAmount="280" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.73347429759" Longitude="-73.990067392588" StarRating="4" HotelCode="208204|45653" HotelName="Hyatt Union Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>134 Fourth Avenue, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f3e293f6deaf00f6cefd5a6a0b4f0bd2eac3c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="300.43" OriginalAmount="280.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.736283" Longitude="-73.99662" StarRating="4" HotelCode="263320|324076" HotelName="Walker Hotel Greenwich Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 13th Street, New York City, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/35/ea3537b408eca37d2bbe5508ead25accb3755b8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.67" OriginalAmount="281" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751932502794" Longitude="-73.976443111897" StarRating="4" HotelCode="18322|1285" HotelName="Grand Hyatt New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>109 East 42nd Park Avenue, at Grand Central Terminal, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/20/af20f9b83f6783cc53627ae8fc3ec25fa599748c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75651" Longitude="-73.992685" StarRating="3" HotelCode="137371|17014" HotelName="Staybridge Suites Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>340 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/09/6d092059012ee89399d92005b6ad8be40e72e61a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7507" Longitude="-73.9804" StarRating="0" HotelCode="980436|416646" HotelName="Radisson NYC Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>525 8th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/58/0558d912269ce42b496d26c9993da9aecd685138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746559972365" Longitude="-73.991468846798" StarRating="3" HotelCode="387967|12098" HotelName="Hilton Garden Inn New York/Manhattan-Chelsea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>121 West 28th Street, New York, New York 10001-6102</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/27/2227a9603d866c6797c4e67af233502f345aed06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.78057595909" Longitude="-73.981233537197" StarRating="3" HotelCode="10725|7425" HotelName="Beacon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2130 Broadway at 75th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/45/e2450b25da7c290275fe847a0d6d07eb7c90dd39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748192" Longitude="-73.987562" StarRating="3" HotelCode="45186|223185" HotelName="Hotel Stanford" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 W 32nd St, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/66/c366274d7bca644640f06b652ed6e5c665bab8c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7439194" Longitude="-73.9841967" StarRating="4.5" HotelCode="160278|53323" HotelName="Royalton Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>420 Park Avenue South, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/71/377177b2751ed078d88f71b84ed32d90d7eb1807.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.715207155979" Longitude="-74.009194225073" StarRating="4" HotelCode="894762|23682" HotelName="AKA Smyth Tribeca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Broadway, Tribeca, Manhattan, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1f/f71f7beb328dedd3a3e0775f9c70475fd30a8faa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.88" OriginalAmount="284" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727132566667" Longitude="-74.006063366667" StarRating="3" HotelCode="122661|53295" HotelName="Four Points by Sheraton Manhattan SoHo Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Charlton Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/6c/f66c0220976aed2a0f210a6631184d193856090f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719263189018" Longitude="-74.00015972621" StarRating="3" HotelCode="13434|144493" HotelName="11 Howard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Howard Street, Manhattan, New York City, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/7a/bf7a3c2666e9a5199877c176ad224927ac23c700.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755771" Longitude="-73.982044" StarRating="4" HotelCode="64762|15616" HotelName="Iroquois" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/bd/e5bdceef18acaa78426da5da6ed819e35de7235e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74997474933" Longitude="-73.985960930586" StarRating="3" HotelCode="30058|17206" HotelName="Metro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 35th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f0/9ff055f5cb852f70b16bf8140c707ae5178eea6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74727" Longitude="-73.98986" StarRating="4" HotelCode="160995|20140" HotelName="Kimpton Hotel Eventi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 6th Avenue, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e1/92e1d5ee36463232a654695b9f6e3b1f49d8654a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757270532478" Longitude="-73.983566966123" StarRating="4" HotelCode="144924|374481" HotelName="Merrion Row Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119 West 45th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/7c/777c90faaab7c5ff1333dbabf8439b1799851e36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749118277563" Longitude="-73.983800411224" StarRating="3" HotelCode="395241|15065" HotelName="U Hotel Fifth Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>373 Fifth Avenue, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/46/c6461d609802521f9233de27f29fd750d87c6c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="309.57" OriginalAmount="289.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759764971869" Longitude="-73.984562158585" StarRating="4" HotelCode="16627|1748095" HotelName="Renaissance New York Times Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Two Times Square, 714 Seventh Avenue, West 48th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/62/51627e126411463b23dbbbfe368c4cb23c553c16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750212486868" Longitude="-73.986427634954" StarRating="3" HotelCode="96873|13319" HotelName="Hampton Inn Manhattan-35th St/Empire State Bldg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 West 35th Street, New York City, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/dd/f0dd8f79bafb5098fb10de7076b0b7d0c39b97ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755694968944" Longitude="-73.988661167935" StarRating="3" HotelCode="316212|50786" HotelName="Hampton Inn Manhattan Times Square Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>220 West 41st Street, New York, New York 10036-7203</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/dc/dadc8d118f1b601273ad79030d41c25eab8b1183.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="311.64" OriginalAmount="291.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758516016316" Longitude="-73.983216182848" StarRating="4" HotelCode="56038|155566" HotelName="Sanctuary Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>132 West 47th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/16/44168d714255d1b78dd7d26c02cf06e924c95628.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="312.07" OriginalAmount="291.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758464703661" Longitude="-73.985731601715" StarRating="4" HotelCode="14601|1545604" HotelName="New York Marriott Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1535 Broadway, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/23/a5235b8c75114b4b7121c9950e41d40bbdd3b751.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76436" Longitude="-73.977922" StarRating="3" HotelCode="899765|16385" HotelName="West 57th Street by Hilton Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>102 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/f0/4ff052142dca710a12b96d44cb8df073cf4d75a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="312.50" OriginalAmount="292.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743347219372" Longitude="-73.99334102869" StarRating="3" HotelCode="26225|1120866" HotelName="Hampton Inn Manhattan Chelsea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>108 West 24th Street, New York City, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a0/16a0b4bdf15c4d3c593b77d8e42cf498d7d6361e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="313.58" OriginalAmount="293.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762344100496" Longitude="-73.978201299906" StarRating="4" HotelCode="18531|40021" HotelName="Warwick New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/a4/97a4297e99ebf9c037d2a60e40628f56ecbe3bb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7533245" Longitude="-73.935001" StarRating="3" HotelCode="264029|77437" HotelName="Nesva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-12 29th Street, Queens, NY 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/17/04175457dc1648b4c3ceb072664bc82faa56fd18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.780311926875" Longitude="-73.946091234684" StarRating="3" HotelCode="387969|8642" HotelName="Courtyard New York Manhattan/Upper East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>410 East 92nd Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1e/721ee89378aaa868a6432a2f3774316facae4069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759691832457" Longitude="-73.986139297485" StarRating="3" HotelCode="18299|1715" HotelName="Hotel Edison" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>228 West 47th Street, btw. 8th &amp; Broadway, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/02/03022a9826d5dbb18fb722b2a76255a705f9dcb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.65" OriginalAmount="295" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.848695936154" Longitude="-73.845033301605" StarRating="3" HotelCode="935271|88486" HotelName="Residence Inn New York The Bronx at Metro Center Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1776 Eastchester Road, Bronx, New York 10461</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/d3/57d33e7f1bc932d74e2280f388f31527dc34daaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="316.78" OriginalAmount="296.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.718568016454" Longitude="-73.989855376075" StarRating="3" HotelCode="68532|87179" HotelName="Blue Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/55/0c55202d8e7ef92242ecdb8b688c5872ef0bd5bf.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.79" OriginalAmount="297" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756581" Longitude="-73.988627" StarRating="4" HotelCode="13345|8635" HotelName="Hilton Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West 42nd Street 234, 10036  New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/5b/975b9289727a430e0c6780b3c5ad494ba66c6066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.86" OriginalAmount="298" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752244392638" Longitude="-73.97969785893" StarRating="4" HotelCode="565095|53361" HotelName="The Library" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>299 Madison Avenue, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/ca/ecca8ee284da1eca8dd94d853baa4230ce77aac9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.737512" Longitude="-73.953359333333" StarRating="3" HotelCode="918407|45576" HotelName="The Box House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77 Box Street, Brooklyn, New York 11222</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/76/4876e6200e211426d3f82fa35c07a0bb4e8f40de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764512054425" Longitude="-73.98010031288" StarRating="4" HotelCode="491624|144575" HotelName="The Carnegie Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 West 56th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/49/ac493768735388f249649cf2770826cbbf2ab81c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722064" Longitude="-73.988709" StarRating="4" HotelCode="896933|278489" HotelName="Sixty Lower East Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>190 Allen Street, New York, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c9/97c9f0ba75d179aa246221f34a0a55bcbe80fb60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.763259316648" Longitude="-73.985570669174" StarRating="3" HotelCode="13767|44390" HotelName="Hampton Inn Manhattan-Times Square North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>851 Eighth Avenue, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/5a/185acfc3eb1934219cacc93195d9db508d041ac8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="324.19" OriginalAmount="302.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722771785734" Longitude="-74.004713882505" StarRating="4" HotelCode="165516|1138534" HotelName="The James New York Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Grand Street, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/aa/f9aacf424821026c7520d33891b2acede107d62a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.680622" Longitude="-73.983578" StarRating="3" HotelCode="170949|29770" HotelName="Fairfield Inn &amp; Suites by Marriott Brooklyn" 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>181 3rd Avenue, Brooklyn, New York 11217</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f5/91f5668866d28ca25d00bd6d41412e5c37c5f041.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.28" OriginalAmount="304" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75897482" Longitude="-73.99000589" StarRating="2.5" HotelCode="636403|282771" HotelName="TownePlace Suites New York Manhattan Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>324 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/0c/980c3c92474510ca7271b7eec418bfa20b7b5941.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76403" Longitude="-73.99455" StarRating="3" HotelCode="221553|34835" HotelName="Holiday Inn Express Manhattan Midtown West" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>538 West 48th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/0d/690d2808ec3098b0e733374560a0e0b39733d87e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752982" Longitude="-73.934123" StarRating="3" HotelCode="284410|54892" HotelName="Home2 Suites by Hilton New York Long Island City/Manhattan View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-06 30th Street, Long Island City, New York 11101</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/d8/a7d8e3c766cc866d325cbc27019d8004d3a37305.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761422965122" Longitude="-73.982457378716" StarRating="4" HotelCode="87064|27596" HotelName="The Michelangelo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>152 West 51st Street, New York City - Manhattan, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/c7/d3c76cd07b703b40854ceac8756ab5a016967cd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75741" Longitude="-73.969891" StarRating="3" HotelCode="47889|2849" HotelName="Courtyard by Marriot Manhattan Midtown East" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" 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>866 Third Avenue, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/4918bb58e37b1e3a617f141af6300f56b2354572.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71037985079" Longitude="-74.006702101852" StarRating="3" HotelCode="936781|41287" HotelName="Aloft Manhattan Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>49-53 Ann Street, 10038 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/fb/03fbdb4cd046990a28941b5f557d942d9a949ade.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.751950278137" Longitude="-73.984812784061" StarRating="4.5" HotelCode="285001|44385" HotelName="Archer Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 38th street, New York City 10018, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/24/1524af30873dc1250bb8d40ee80f3e0fc5e796ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750602" Longitude="-73.985711" StarRating="3" HotelCode="189228|33369" HotelName="Hyatt Place New York/Midtown-South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 West 36th Street, New York, New York10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/85/3285e03595cc660a8f29ea8f4d722ddb8f57e8c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.54" OriginalAmount="311.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.706268971974" Longitude="-74.007782379762" StarRating="4" HotelCode="366471|428241" HotelName="Q&amp;A Residential Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Pine Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6f/fe6f7d4c8baf899e696b545136bf4891af64ced9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="334.61" OriginalAmount="312.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.719163071516" Longitude="-74.004933404129" StarRating="4" HotelCode="32533|1528031" HotelName="The Roxy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Avenue of the Americas, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/89/5489c78c321ff6c4a7545940fda74668332c7ea3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756297980913" Longitude="-73.985349532427" StarRating="4" HotelCode="427125|53275" HotelName="Casablanca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 West 43rd Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/76/6876ddae8a10b960fb842359d9f5b9931e1dbff3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="338.12" OriginalAmount="316" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7598934" Longitude="-73.9827466" StarRating="3" HotelCode="126406|399632" HotelName="Radio City Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>142 West 49th Street, New York, NY 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/d8/19d866d9674e9978ecce6d12af216e4a9f7e7a01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="339.19" OriginalAmount="317" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759727082166" Longitude="-73.977748652779" StarRating="4" HotelCode="263780|53360" HotelName="The Jewel Facing Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 West 51st Street, Just off 5th Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/cd/dacd0f878245fe7b40e718fbc49a3cc93089dffd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755995" Longitude="-73.99370567" StarRating="0" HotelCode="965067|416247" HotelName="Hyatt Place New York City / Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>350 West 39th Street, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/56/ab56f29a99f53861e2286c77c8937b3bb3e326f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.26" OriginalAmount="318" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752224" Longitude="-73.985463" StarRating="4" HotelCode="208064|33847" HotelName="Refinery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>63 W 38th Street, near the corner of 38th and 6th Avenue, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/48/fb487835e15ee018a426907ec3c6e4603f678e88.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742095122786" Longitude="-73.984773418191" StarRating="4" HotelCode="443697|53315" HotelName="Giraffe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>365 Park Avenue South at East 26th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/29/f3297843669ecb32085c6bab0ee306e4cc9c8c22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="347.73" OriginalAmount="324.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.737947433605" Longitude="-74.004366476129" StarRating="3" HotelCode="318433|669882" HotelName="Incentra Village House" Meals="SELF CATERING" BedType="SELF CATERING" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Eighth Avenue, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8c/0e8c82226da6c0f06d9cb70be44e6aff7382d5be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748514" Longitude="-73.978031" StarRating="4" HotelCode="45051|8640" HotelName="Shelburne Hotel &amp;  Suites by Affinia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>303 Lexington Avenue, at 37th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0e/e20ee98c92018bc3b1696900fbcd45fb35da1b22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755743241318" Longitude="-73.982097828518" StarRating="4" HotelCode="427164|53280" HotelName="City Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c51103ac56d09866d2c2831528361f6f7cf2d99d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="354.02" OriginalAmount="330.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758792" Longitude="-73.989742" StarRating="4" HotelCode="160754|1481548" HotelName="Intercontinental Times Square" Meals="ROOM ONLY,BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>300 West 44th St, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/5b/805b32a87ae1b4f9f53c81e8aa37e80ed3d60765.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.705914096945" Longitude="-74.004969775615" StarRating="3" HotelCode="300722|41292" HotelName="Fairfield Inn New York Manhattan/Financial District" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Front Street, New York City, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ce/c5cefe098d91a4819653e044dbd1c6b96a0e5af7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75257993" Longitude="-73.98302216" StarRating="4" HotelCode="851421|374482" HotelName="Park Terrace Hotel On Bryant Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>18 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a5/66a58ff7453fdc843e9a88fdac329af7a0d6b019.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.24" OriginalAmount="332" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.697515" Longitude="-73.958831" StarRating="3" HotelCode="170873|73745" HotelName="Condor Brooklyn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56, Franklin Avenue, Brooklyn, New York 11205</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e6/3de6d6d4f81778ddf3fc0cd0387ebeba5d44d5b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="355.51" OriginalAmount="332.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D3B378" HotelName="ACE HOTEL BROOKLYN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>252 SCHERMERHORN STREET NEW YORK, NY</AddressLine>
          </AddressLines>
          <CityName>NEW YORK, NY</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/36258_image66132692_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="355.74" OriginalAmount="332.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.709446371652" Longitude="-74.014640450478" StarRating="4" HotelCode="14698|1010798" HotelName="New York Marriott Downtown" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 West Street at Albany Street, New York, New York 10006</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/87/6387d197e4e8048acefeb6ecd35a520ddeff8773.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.34" OriginalAmount="334.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.763421071214" Longitude="-73.980604927681" StarRating="5" HotelCode="76064|4864206" HotelName="Conrad New York Midtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>151 West 54th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/c9/37c9058a25fedcc37dc38e54642717305abd85a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.56" OriginalAmount="335.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764646845623" Longitude="-73.980933129787" StarRating="3" HotelCode="15688|2033354" HotelName="Park Central Hotel New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>870 7th Avenue, New York, New York 10019-4038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/75/f1758b85f855b1e22837cca9ecbfad35687d15be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.80" OriginalAmount="340" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756480317178" Longitude="-73.980651349465" StarRating="3" HotelCode="319203|144574" HotelName="Cambria Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 West 46th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/f5/baf58a79d38289e5e6df50a4894f20f5909828f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="368.08" OriginalAmount="344" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.732535" Longitude="-73.99688" StarRating="3.5" HotelCode="294136|298090" HotelName="The Marlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 West 8th Street, Between 5th &amp; 6th Avenues, New York, New York 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/d8/93d8ac29a635551ba8afe7209cfa37f4fc7c84b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="370.07" OriginalAmount="345.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759963702684" Longitude="-73.978242749599" StarRating="3" HotelCode="120939|323221" HotelName="Club Quarters Hotel Opposite Rockefeller Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 West 51st Street, (Just off 5th Avenue), New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/323221/323221a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.29" OriginalAmount="347" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.743261868979" Longitude="-73.990025818348" StarRating="2" HotelCode="10330|144663" HotelName="The Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 West 25th Street, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/f9/7af9e127b08d73b25c10989abb84ae136d2b561b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="371.79" OriginalAmount="347.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764442" Longitude="-73.981503" StarRating="5" HotelCode="284115|1186456" HotelName="Westhouse Hotel New York" Meals="BED &amp; BREAKFAST,BED AND BREAKFAST RATE 2,ROOM ONLY,BREAKFAST INCLUDED" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>201 West 55th Street, New York City, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/98/7298d954321fdd73a434d52b881e4f9cee616554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.757491517533" Longitude="-73.98411154747" StarRating="4" HotelCode="262261|36537" HotelName="Hyatt Centric Times Square New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 West 45th Street, New York 10036, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3e/d93e8a08f3d905e71a54eaff0f10e27f3e3d6988.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760161905089" Longitude="-73.988529728836" StarRating="4" HotelCode="935722|89347" HotelName="Hotel Riu Plaza New York Times Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305 West 46th Street, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f0/99f0630dc185c230293982e7cab81ea17e0370c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="372.36" OriginalAmount="348" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7216" Longitude="-74.0044" StarRating="4" HotelCode="27089|17075" HotelName="Soho Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>310 West Broadway, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/53/8e534a53b5f93c866c166e6d9ba7efb92c31508f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.722112" Longitude="-73.987074" StarRating="4" HotelCode="934144|298083" HotelName="The Ludlow New York City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Ludlow Street, between Houston and Stanton, New York City, New York 10002</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d4/f4d4052123ab71a62127b46015916368d8ad9800.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754412190878" Longitude="-73.985751720238" StarRating="4" HotelCode="497429|225957" HotelName="LUMA Hotel Times Square NYC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 West 41st Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/17/4f17f6e529fcbfcd5ac825aad187102813cdef69.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764311" Longitude="-73.982415" StarRating="3" HotelCode="294133|37123" HotelName="Residence Inn New York Manhattan/Central Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1717 Broadway, New York, New York 10019-5214</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/55/0f556dac10934c378a4b8ad52704b6593c4768f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.71" OriginalAmount="353" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.742061166667" Longitude="-74.003729433333" StarRating="4" HotelCode="896937|298084" HotelName="The Maritime" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>363 West 16th Street, New York, NY 10011</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/49/d8499b39f267cf9bb81c64fcca6c21e9686c27c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="378.21" OriginalAmount="353.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764616" Longitude="-73.978482" StarRating="4.5" HotelCode="262316|402731" HotelName="Le Méridien New York, Central Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 West 57th Street, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/62/9862033a89f56b69f45d65dc2c9b5e11afb7ed4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.85" OriginalAmount="355" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76130799153" Longitude="-73.986581191421" StarRating="3" HotelCode="59761|6919" HotelName="Hilton Garden Inn Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>790 Eighth Avenue, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0a/260ab28871eb7e659f853a7b4fac2b2280ffa60f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.72795945" Longitude="-73.94408545" StarRating="3" HotelCode="369902|85358" HotelName="Henry Norman Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>251 North Henry Street, 11222 New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b3/c2b3ca8862193575fe248f4050d7cd9f60de056e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.20" OriginalAmount="360" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.739908731153" Longitude="-74.005881696939" StarRating="4" HotelCode="370664|160379" HotelName="Gansevoort Meatpacking" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Ninth Avenue, at 13th Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/94/e894196a2384f68d897b694d4908a99367075a83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.48" OriginalAmount="364" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759288069958" Longitude="-73.984323601258" StarRating="5" HotelCode="771063|360627" HotelName="The Times Square EDITION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>701 7th Avenue, 20 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/2f/132fa8e9a9e52ecb2d2c5929a7602487ddbb8f87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.62" OriginalAmount="366" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74635522" Longitude="-73.99096144" StarRating="0" HotelCode="731935|298046" HotelName="Moxy NYC Chelsea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105 West 28th Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/07/3d077fd01c75d8c2f1a52f4b16ef769ca8def971.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="401.25" OriginalAmount="375" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.753888" Longitude="-73.98614" StarRating="3" HotelCode="47894|17020" HotelName="Courtyard New York Manhattan/Times Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>114 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/4d/d04d6514132e1233817982c8c721852c95d39f24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="402.32" OriginalAmount="376" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.754789" Longitude="-73.972515" StarRating="3" HotelCode="13270|32746" HotelName="Residence Inn New York Manhattan/Midtown East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>148 Eeast 48th Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/e1/23e1c652443df0b15e9a37a564fde3b2ace32e87.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="403.39" OriginalAmount="377" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75179479" Longitude="-73.99106872" StarRating="4" HotelCode="935259|144750" HotelName="Renaissance New York Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>218 West 35th Street, South Garment District, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/e8/50e8977af52c650b9adc760b402eaba1d07aa107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="410.88" OriginalAmount="384" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.704919907777" Longitude="-74.006394953373" StarRating="0" HotelCode="495899|495482" HotelName="Welive NYC LOWER MANHATTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110 Wall Street, New York, New York 10005</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/16/6316f5f0ef979bea7c87180b3d89264986549ecb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.748130730587" Longitude="-73.990130424499" StarRating="3" HotelCode="336846|10501" HotelName="Hampton Inn Manhattan - Madison Square Garden Area" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>116 West 31st Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b3/bab34746168d7ab2be98b9225873b7d195c09a3d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.02" OriginalAmount="386" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756246062311" Longitude="-73.971426710486" StarRating="4" HotelCode="259397|21301" HotelName="The Kimberly" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 50th Street, Manhattan, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/c7/4ec742a26e081dff94e8c6d248d0c4f7883ce849.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="414.10" OriginalAmount="387.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758962465589" Longitude="-73.984479010105" StarRating="4" HotelCode="39597|2327422" HotelName="DoubleTree Suites by Hilton Hotel New York City - Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1568 Broadway, New York, New York 10036-8201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/3f/193fe62e3c4822cb7125256cf6e53cf63c401a67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="416.67" OriginalAmount="389.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755327766375" Longitude="-73.986078787794" StarRating="5" HotelCode="935270|573311" HotelName="The Knickerbocker Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Times Square, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/f0/4ef0cf74b04d4d7e1a2ebec187e3fc2a0a7d9234.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.725479" Longitude="-74.005382" StarRating="5" HotelCode="137370|53330" HotelName="The Dominick" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>246 Spring Street, New York, New York 10013</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/ba/13ba9404c2f7c1168d20fff300179e26fcf79d7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.00" OriginalAmount="400" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.782027" Longitude="-73.981865" StarRating="3" HotelCode="178665|53365" HotelName="Milburn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>242, West 76th St, New York City 10023, New York</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/7b/027be55cb23ca2b2c8611330f0b00a75568ac8d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="432.17" OriginalAmount="403.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.759398853433" Longitude="-73.97498765809" StarRating="4" HotelCode="59147|96960" HotelName="Omni Berkshire Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" 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>21 East 52nd Street at Madison Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/49/64495c69900bab17a8cc433ebb813838be0a8de9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755811264944" Longitude="-73.981558084488" StarRating="4" HotelCode="17732|2558" HotelName="Sofitel New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 West 44th Street, New York City, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b1/cdb127ed2c282d0cfc059b7becd6947b15eaa2dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755698934609" Longitude="-73.990121353373" StarRating="3.5" HotelCode="572204|265233" HotelName="AC Hotel New York Times Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>260 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/27/1d27d3fff471bdd4165c28cb3594188083b2f87e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="457.96" OriginalAmount="428" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752956" Longitude="-73.983951" StarRating="4" HotelCode="69417|53354" HotelName="The Bryant Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 West 40th Street, New York, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/21/09/210993a85d3e9e647e795361bdc147ccad769fdb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="475.08" OriginalAmount="444" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.745034" Longitude="-73.988671" StarRating="5" HotelCode="204952|228987" HotelName="The NoMad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1170 Broadway, New York, NY 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/eb/34eb3a4adf227121d0768e7caea06fe620d11dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.78" OriginalAmount="454" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.727519" Longitude="-74.005679" StarRating="3" HotelCode="171791|23619" HotelName="Courtyard New York Manhattan/SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Varick Street, New York, New York 10014</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/bd/84bdda54c943f01c124bf3c1bcb00d12e3959497.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.92" OriginalAmount="456" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.750278524922" Longitude="-73.977518677712" StarRating="3" HotelCode="54538|5523" HotelName="The Renwick Hotel New York City, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>118 East 40th Street, New York, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ea/e7eacef1da118b4ba060f1f21d9daba683059cb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="491.49" OriginalAmount="459.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.75946868262" Longitude="-73.985698001287" StarRating="4" HotelCode="58326|1246482" HotelName="W New York Times Square" Meals="CONTINENTAL BREAKFAST FOR 2 PAX,BED AND BREAKFAST RATE NON-REFUNDABLE,ROOM ONLY,BED &amp; BREAKFAST" BedType="CONTINENTAL BREAKFAST FOR 2 PAX" 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1567 Broadway, Manhattan, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ff/2eff1af5fb92f7d9cb1c001e4c9aec9c377fe174.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71499519392" Longitude="-74.015777163646" StarRating="5" HotelCode="22374|12093" HotelName="Conrad New York Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 North End Avenue, New York, New York 10282</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c9/78c9151be97dff550556e7ac38cda2e4604e2f9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.71122049" Longitude="-74.00671935" StarRating="5" HotelCode="446426|144762" HotelName="The Beekman, a Thompson Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Nassau Street, New York, New York 10038</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/c6/6fc6d41cd7d192f8c181e49fd08c5edd97eab5b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.25" OriginalAmount="475" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764307461259" Longitude="-73.978530704459" StarRating="4" HotelCode="14277|12124" HotelName="Parker New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 West 56th Street, New York, New York 10019-3318</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/66/4766598307b2f6b4774530c3be6df89dc3e46199.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="509.32" OriginalAmount="476" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.758005540374" Longitude="-73.974967896938" StarRating="5" HotelCode="18382|144699" HotelName="Lotte New York Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>455 Madison Avenue, at 50th Street, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/9e/cb9e6ced94147e2d54cc2275dc462b70b432cfc1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.736701" Longitude="-73.988687" StarRating="4" HotelCode="370663|17543" HotelName="W New York - Union Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>201 Park Avenue South, New York, New York 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/08/0b0809dc3eb9f5637a47f8cfcbc27890082baa0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.14" OriginalAmount="502" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.724045823333" Longitude="-74.003215630833" StarRating="4" HotelCode="82943|278491" HotelName="Sixty SoHo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Thompson Street, New York, New York 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e6/02e6fd91db25166bd3f3d5bbaa75a289efc25900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="561.75" OriginalAmount="525.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756612396824" Longitude="-73.984499565641" StarRating="5" HotelCode="896929|1297539" HotelName="The Chatwal, a Luxury Collection Hotel, New York City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 West 44th Street, New York, New York 10036</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/74/9574ebedd811d26c20111833bd407e459eb0b7d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="569.24" OriginalAmount="532" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.701641" Longitude="-73.995502224537" StarRating="4" HotelCode="481784|137091" HotelName="1 Hotel Brooklyn Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Furman Street, Brooklyn, New York 11201</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/40/ac4046e83388122b520a13fc59f50803d0428345.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="574.39" OriginalAmount="536.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.766424384341" Longitude="-73.978376984596" StarRating="5" HotelCode="12195|1369172" HotelName="JW Marriott Essex House New York" Meals="ROOM ONLY,BED AND BREAKFAST RATE NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>160 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4a/704a2b9dcd248f1c19b041a5388a7bebcaaf902b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="589.57" OriginalAmount="551" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.779787" Longitude="-73.954517" StarRating="3" HotelCode="18316|17203" HotelName="The Franklin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164 East 87th Street, New York, New York 10128</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/4c/674c0978024c9485f2c1a5dd0111b68b1c5c3a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="627.02" OriginalAmount="586" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764709" Longitude="-73.976714" StarRating="4.5" HotelCode="311586|53237" HotelName="1 Hotel Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1414 Avenue of the Americas, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ba/59ba4a5d429c8806566459851ccff0b54fa49931.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="643.86" OriginalAmount="601.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765094538875" Longitude="-73.975288692499" StarRating="4" HotelCode="33331|2259448" HotelName="Park Lane Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/e8/67e81049f070b01a414b7699e6a20e3e3226cf7a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.84" OriginalAmount="612" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.752529" Longitude="-73.981318" StarRating="4" HotelCode="160521|20898" HotelName="Andaz 5th Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>485 5th Avenue at 41st Street, New York, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/5f/bc5f1459cbfc6da88ea796900c59206816b5a907.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="660.19" OriginalAmount="617" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7411292" Longitude="-73.9877709" StarRating="5" HotelCode="312612|53366" HotelName="The New York Edition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Madison Avenue, New York City, New York 10010</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/5d/925d6bdac24c30ff0ed64b4abc9aa9696ba15b47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="664.47" OriginalAmount="621" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74488413" Longitude="-73.98325309" StarRating="5" HotelCode="534272|298097" HotelName="Mondrian Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444 Park Avenue South, New York, New York 10016, Manhatten</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/85/3e8524fea06fc0b42754ae8b1b5605eee86fe60f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="722.25" OriginalAmount="675" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.749937158274" Longitude="-73.98375749588" StarRating="5" HotelCode="165434|23769" HotelName="The Langham New York, Fifth Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>400 Fifth Avenue, New York City, New York 10018</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/47/c347e23020dac86cbd88974e8fcddb72f2e5f6fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7182145" Longitude="-73.9947613" StarRating="5" HotelCode="896935|298075" HotelName="The Bowery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>335 Bowery, New York, NY 10003</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/70/a4704924dec9acb72480954b920cacd435c35d3c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="770.40" OriginalAmount="720" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.755690669252" Longitude="-73.97217212404" StarRating="3.5" HotelCode="365921|22453" HotelName="Best Western Plus Hospitality House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>145 East 49th Street, New York City, New York 10017</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/60/60eded2d2465a2b8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="796.91" OriginalAmount="744.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764545457674" Longitude="-73.968985003101" StarRating="4.5" HotelCode="59146|1854632" HotelName="Loews Regency New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>540 Park Avenue and 61st Street, New York City, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a2/e4a2db44e29badc4f784d5a09ff9d78a0ff37782.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="799.59" OriginalAmount="747.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765084" Longitude="-73.971705" StarRating="5" HotelCode="18418|1222469" HotelName="The Pierre, New York" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST INCLUDED,BREAKFAST INCLUDED IN RATE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 61st Street, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/1a/6e1a01723643a3912e015b969c6a678521bae835.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="812.13" OriginalAmount="759" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.764483666667" Longitude="-73.9726435" StarRating="4" HotelCode="896941|53437" HotelName="The Sherry-Netherland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>781 5th Avenue, New York, NY 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/23/6b23a8fbfbaed24931bdc4214122e7b4db5caf20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="827.11" OriginalAmount="773" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.769127" Longitude="-73.981575" StarRating="5" HotelCode="76065|46573" HotelName="Trump International Hotel &amp; Tower New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Central Park West, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3c/a73cf553dd4df20b37fbff6018a45817e60318d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="847.44" OriginalAmount="792" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.7250812" Longitude="-73.99861976" StarRating="4" HotelCode="896932|409957" HotelName="The Mercer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>147 Mercer Street, New York, NY 10012</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e5/d9e5310b850846f413a0a5e26bf74aacf5a6fe04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="895.59" OriginalAmount="837" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.712451802151" Longitude="-74.009096328836" StarRating="5" HotelCode="459300|144626" HotelName="Four Seasons Hotel New York Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>27 Barclay Street, New York, New York 10007</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/43/9343de1f7968ba0b569039b4a8da57c712402030.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="909.56" OriginalAmount="850.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.76530149327" Longitude="-73.97603943944" StarRating="5" HotelCode="23534|1211120" HotelName="The Ritz-Carlton New York, Central Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,BED AND BREAKFAST RATE NON-REFUNDABLE" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Central Park South, New York, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/a0/8ba076c112cee78ff663fd1513c4bc04fbb5dcbf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="929.50" OriginalAmount="868.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.774261" Longitude="-73.963115" StarRating="5" HotelCode="25899|1580553" HotelName="The Carlyle, A Rosewood Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East 76th Street, New York, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/bc/34bca120bf58226b15afb7c115f75c462faf46f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1076.67" OriginalAmount="1006.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.74737456061" Longitude="-73.986268828121" StarRating="3" HotelCode="100332|182857" HotelName="Nyma - The New York Manhattan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 West 32nd Street, New York, New York 10001</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/0b/430b29e1a10ab577a889a555a6e3921f251cfeab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1107.45" OriginalAmount="1035" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.775266698138" Longitude="-73.963376237692" StarRating="5" HotelCode="9692|23589" HotelName="The Mark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madison Avenue at 77th Street, New York, New York 10075</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcbdc2b4b367786989ee4b5810ec6c672b26d80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1129.92" OriginalAmount="1056" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.760989" Longitude="-73.977502" StarRating="5" HotelCode="311587|53269" HotelName="Baccarat Hotel &amp; Residences New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 West 53rd Street, New York, Neew York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/60/d36024fc0914268da7407d2b528855fc1ce59d18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1144.34" OriginalAmount="1069.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.746249" Longitude="-73.984977" StarRating="4" HotelCode="372758|42141036" HotelName="Arlo NoMad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 East  31st Street, Manhattan, New York City, New York 10016</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/13/c413f72a1989403d7027e558be32b3c0f3e134a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1255.11" OriginalAmount="1173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765798" Longitude="-73.969163" StarRating="5" HotelCode="87057|53363" HotelName="The Lowell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 East 63RD Street, New York, New York 10065</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/05/f7059d8197ac9df64aed345a53ce94bdfa84c2d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1322.52" OriginalAmount="1236" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.756739777368" Longitude="-73.974014371634" StarRating="4" HotelCode="907108|11307" HotelName="The Waldorf Astoria New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>301 Park Avenue, New York City, New York 10022-6897</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/b5/a9b548084b70ad7e6113a54ffa7a918e31a17a35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1348.20" OriginalAmount="1260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.768244534719" Longitude="-73.982533067465" StarRating="5" HotelCode="50603|27568" HotelName="Mandarin Oriental New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Columbus Circle at 60th Street, New York, New York 10023</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/aa/1caa3511a7c60ec4e4102cca711f212068d640a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1371.74" OriginalAmount="1282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.774479593822" Longitude="-73.964011743665" StarRating="5" HotelCode="28331|9211" HotelName="Surrey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 East 76th Street, New York City, New York 10021</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/2b/bc2ba1a21932496886798e0f5f60c1297c4be136.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1499.29" OriginalAmount="1401.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.765386" Longitude="-73.978957" StarRating="5" HotelCode="298192|364497" HotelName="Park Hyatt New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153 West 57th Street, New York 10019</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/96/0f969d15f7f1573370150118931baaef1f59769b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1668.13" OriginalAmount="1559" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.761469872114" Longitude="-73.974574290322" StarRating="5" HotelCode="18511|24856" HotelName="The St. Regis New York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 East 55th Street, at 5th Avenue, New York City, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/fa/dffa71dc732b80082d6cf5429ec23f11b71a5809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2377.54" OriginalAmount="2222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.762110469492" Longitude="-73.971467614174" StarRating="5" HotelCode="12640|24966" HotelName="Four Seasons New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 East 57th Street, New York, New York 10022</AddressLine>
          </AddressLines>
          <CityName>New York</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/db/3edb2cecd1ec1cca2d3d50c2291011813e5aa64b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Currency Exchange,Garden,Wheelchair Access,Bicycle Rental,Kitchen,Nightclub,Swimming Pool,Diet Meals,Jacuzzi,Massage Centre,Sauna,Heated Pool,Golf,Meeting Room,Business Centre,Housekeeping,Printer,Wake-up Call Service,24 Hour Front Desk,Concierge,Dry Cleaning,LCD/Projector,Limousine Service,Luggage Storage,Parking,Elevator,ATM/Cash Machine,Pets allowed,24 Hour Power Supply,24 Hour Security,Coffee Shop</BasicAmenities>
    <HotelRating>3,4,5,1.5,3.5,2,4.5,2.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,SELF CATERING</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOSTEL,HOTEL,VILLAGE,ECO HOTEL,APARTMENT HOTEL,SPA HOTEL,CONFERENCE HOTEL,GUESTHOUSE,CLUB RESORT,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
3286295a-27f2-4d6b-81d2-5c5675b15502|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="3286295a-27f2-4d6b-81d2-5c5675b15502">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
3286295a-27f2-4d6b-81d2-5c5675b15502|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
3286295a-27f2-4d6b-81d2-5c5675b15502|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
3286295a-27f2-4d6b-81d2-5c5675b15502|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
3286295a-27f2-4d6b-81d2-5c5675b15502|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
3286295a-27f2-4d6b-81d2-5c5675b15502|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
3286295a-27f2-4d6b-81d2-5c5675b15502|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="2025-11-24T05:41:37.2698684+00:00" Version="0" EchoToken="Search" TransactionIdentifier="3286295a-27f2-4d6b-81d2-5c5675b15502" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1827" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|273320" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="51.33" OriginalAmount="47.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|3944752" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|15408" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|201524" HotelName="Mariana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|201454" HotelName="Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|62174" HotelName="Mount Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|480448" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|251107" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|61315" HotelName="White Fort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.02" OriginalAmount="51.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|694579" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="56.05" OriginalAmount="52.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|1035679" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.12" OriginalAmount="53.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="2" HotelCode="745583|662303" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|22754" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|201614" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|201409" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|45252" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.50" OriginalAmount="55.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|628908" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267547" Longitude="55.294095" StarRating="3" HotelCode="313388|200796" HotelName="Hafez Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ahmadiya Street, Near AL Ras Metro Station, Deira, P.O Box 83163, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/ce/70ceab3947e55f25dd41ffd10e36b3e79ffadcba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|425311" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|27464" HotelName="Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|32089" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|27240" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|35718" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.76" OriginalAmount="60.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|660272" HotelName="Grand Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|53254" HotelName="Al Sarab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|402995" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|18575" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.48" OriginalAmount="61.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|2032364" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|27763" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|27233" HotelName="Fortune Pearl Hotel Deira" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262185453055" Longitude="55.295946870851" StarRating="2" HotelCode="92949|55469" HotelName="Dubai Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Near Dubai Museum, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/a2/d1a22900a34db659a46059d405f30171d400c909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|99808" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|34689" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256068711634" Longitude="55.326083600522" StarRating="4" HotelCode="387048|55536" HotelName="Tulip Creek Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Opposite Business Village, Near Clock Tower, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/b2/2eb2cf3c16e3d4806c0977ce3cfaddb5563a3357.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.66" OriginalAmount="64.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|1102709" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|46968" HotelName="Al Bustan Center &amp; Residence" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|395646" HotelName="Lotus Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.56" OriginalAmount="65.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|2123535" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.56" OriginalAmount="65.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|508281" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.71" OriginalAmount="65.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|136682" HotelName="Dorus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.29" OriginalAmount="65.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|1452298" HotelName="Royal Falcon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|26777" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|25955" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|28071" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|1153" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|35532" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.07" OriginalAmount="66.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|700034" HotelName="Grand Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.38" OriginalAmount="66.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|955332" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.50" OriginalAmount="66.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|1275928" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.70" OriginalAmount="67.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|1019859" HotelName="Holiday Inn Express Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.33" OriginalAmount="67.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|428238" HotelName="Donatello Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|5838" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|7684" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.38" OriginalAmount="69.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|2057481" HotelName="Flora Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="74.54" OriginalAmount="69.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|7505501" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2585041" Longitude="55.3005273" StarRating="4" HotelCode="623302|251109" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Bur Dubai, PO Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/77/8577f153b4c4b5e96bfb09e8d562754822b7c226.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="75.10" OriginalAmount="70.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|394565" HotelName="Signature Hotel Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2596498" Longitude="55.2940774" StarRating="2" HotelCode="55058|9329" HotelName="Rush Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 44099, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/26/c42618bc6bc0b14feb2e0b223223abb8601d48af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|488444" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3.5" HotelCode="170752|46540" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|56659" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="77.31" OriginalAmount="72.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|154326" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.46" OriginalAmount="72.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|3722788" HotelName="Gateway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="77.77" OriginalAmount="72.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1034862" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|225797" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|26616" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|34701" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.31" OriginalAmount="74.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|15994" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|29307" HotelName="J5 Hotels - Port Saeed" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|34772" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|407990" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.32" OriginalAmount="75.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|1782255" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|14958" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|289849" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|250191" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|380063" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113050756267" Longitude="55.195140838623" StarRating="3" HotelCode="160299|29303" HotelName="Centro Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Road 329, PO Box 115060, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ab/5aab4196dfde7d2191d90fc5890bd7ef75d7a975.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|201435" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|28408" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|317349" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|251237" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|46231" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|31650" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|23013" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|55380" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|506763" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|35203" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.42" OriginalAmount="77.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|1442703" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.73" OriginalAmount="78.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|56631556" HotelName="New Black Stone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|12613" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|379999" HotelName="Phoenicia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.97" OriginalAmount="79.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|1622971" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|379959" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|2247" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|63752" HotelName="Saffron Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|46767" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.79" OriginalAmount="80.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.267242436959" Longitude="55.307086769826" StarRating="4" HotelCode="37787|1015524" HotelName="Carlton Tower Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, close to Naser Square, Near to Deira Twin Towers, Deira, Dubai (PO Box 1955)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/fb/aafb78d8c04fb3617f33381939ea3fbaca5c0e10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.00" OriginalAmount="80.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261175" Longitude="55.320587" StarRating="4" HotelCode="103474|2015232" HotelName="Khalidia Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/145874/201132291450286.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|379924" HotelName="Citymax Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|201473" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|239751" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|35531" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26579" Longitude="55.32146" StarRating="3" HotelCode="915618|380021" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O.Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d8/ffd8bfc3dde2c0c8d7005af54edf0294c9d82164.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|26615" HotelName="Citymax Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|34690" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|23646" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|23657" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|285194" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|376752" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|167299" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|331407" HotelName="Aloft Dubai South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|226068" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|11608" HotelName="Grand Excelsior Hotel Deira" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|239795" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="90.02" OriginalAmount="84.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|404098" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="90.88" OriginalAmount="84.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|3354874" HotelName="ibis Dubai Deira City Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|7961" HotelName="Coral Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|31142" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.46" OriginalAmount="86.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|288366" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.03" OriginalAmount="86.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|1492589" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|98494" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|27744" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.42" OriginalAmount="87.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|18287005" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|53455" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|201470" HotelName="Emirates Grand Hotel Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|11598" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|402565" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|55326" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|380057" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,HALF BOARD,FULL BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|6470" HotelName="Versailles" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="95.51" OriginalAmount="89.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|ROAT" HotelName="Rove At The Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, P.O. Box 119444</AddressLine>
          </AddressLines>
          <PostalCode>(0)45618888</PostalCode>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="95.99" OriginalAmount="89.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|129850" HotelName="Capitol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|187736" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257398399072" Longitude="55.289197" StarRating="3" HotelCode="28896|41419" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, P.O. Box 49519, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c2/b8c2a9459b66024b035b2bb28a08fe0670e86252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|25102" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253692914039" Longitude="55.296243022181" StarRating="3" HotelCode="317297|34718" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 B Street, 317 Community, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/0a/0a0aa05df627e3ee271987fc1be26145a0e59a8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="96.93" OriginalAmount="90.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|64242" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.13" OriginalAmount="90.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|17428723" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|18566" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256638777184" Longitude="55.293119251728" StarRating="3" HotelCode="37485|53584" HotelName="Imperial Suites Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Street, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b8d903e83177293c2c7cce7d9e606f0e0d5b7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="97.83" OriginalAmount="91.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|59265" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.265359233596" Longitude="55.316832661629" StarRating="3" HotelCode="42789|2237" HotelName="Comfort Inn Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b0/60b00faea4cce1ade51c7141d200e09d33031842.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|16856" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|12586" HotelName="Golden Tulip Nihal Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|405433" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|25061" HotelName="Park Regis Kris Kin Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|28558" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|225842" HotelName="Royal Continental Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="100.73" OriginalAmount="94.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2.5" HotelCode="178564|156238" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.21" OriginalAmount="94.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|103299" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|49693" HotelName="Fraser Suites Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.31" OriginalAmount="95.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|1132034" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.79" OriginalAmount="96.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|625723" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|273296" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|490175" HotelName="24 Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Gold Souq</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/a5/54a593741c3a7a00f01950cfc3bd19c48b8ed0af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|53756" HotelName="Le Meridien Fairway" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|35205" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|34684" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|402996" HotelName="Citymax Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|62325" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|47014" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|273316" HotelName="Manhattan Hotel" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|273294" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3.5" HotelCode="655968|273328" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.34" OriginalAmount="101.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|643840" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.81" OriginalAmount="101.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|164259" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264918" Longitude="55.329805" StarRating="4" HotelCode="319695|55049" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road, P.O. Box 50698, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/39/ee396d59b0d70ed5f1f6e33f120fa84d200a38b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|33874" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|225411" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|35202" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="110.34" OriginalAmount="103.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|142292" HotelName="AVANI Deira Dubai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.52" OriginalAmount="103.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|1735868" HotelName="Marina View Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.63" OriginalAmount="103.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|145859" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3.5" HotelCode="99404|25108" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="111.42" OriginalAmount="104.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4.5" HotelCode="936775|4037914" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.21" OriginalAmount="104.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A7A945" HotelName="PARK REGIS BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ROAD PARK LANE TOWERS DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475459_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|25103" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.86" OriginalAmount="105.48" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C40427" HotelName="ROVE CITY WALK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL BADAA STREET - AL WASL DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/26039_image60532876_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.095696951156" Longitude="55.153653439148" StarRating="4" HotelCode="140885|34760" HotelName="Arjaan by Rotana Dubai Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdul Aziz Al Saud Street, PO Box 502828, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/ae/b5aec294140fe98feb3204ac4b40282c22f78956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|225841" HotelName="Rolla Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|399303" HotelName="Millennium Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|39382" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.23" OriginalAmount="107.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|1035992" HotelName="Grand Millennium Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|273285" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, P.O. Box 485085, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0ca282ef3fc8a8b860dcf0bc6eb84915c35a1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|379991" HotelName="Maisan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|92710" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25568" Longitude="55.301689" StarRating="4" HotelCode="305119|226057" HotelName="Raviz Center Point" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b0/f5b01a1166ebf0bb563a7683b285d7c52c11f541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.58" OriginalAmount="108.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|97920386" HotelName="LEVA Hotel, Mazaya Centre" Meals="BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.12" OriginalAmount="108.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|1707730" HotelName="Premier Inn Dubai International Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6f831d4672382d6b6f03e8eb6e86981c5eb51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|53532" HotelName="Pearl City Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|55119" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|225412" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.90" OriginalAmount="109.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|46313969" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|46753" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|288246" HotelName="Aloft City Centre Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|425428" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|55046" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|37816" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.98" OriginalAmount="111.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|59271" HotelName="St. George Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="119.73" OriginalAmount="111.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|900098" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.77" OriginalAmount="112.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|285698" HotelName="Carlton Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260692376851" Longitude="55.324318474869" StarRating="3.5" HotelCode="260538|42943" HotelName="Dream City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Road, Behind Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/96/82966b0a6f771515c45e469e2aa4e70d504422b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|400873" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|17267" HotelName="Majestic City Retreat Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|199228" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="122.18" OriginalAmount="114.19" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A7A931" HotelName="LEMON TREE HOTEL, DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL WASL ROAD, UMM AL SHEIF, JUMEIRAH DUBAI 122487, DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475444_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|52366" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|26260" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="124.55" OriginalAmount="116.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.068749" Longitude="55.130309215938" StarRating="4" HotelCode="317314|67436605" HotelName="Jannah Marina Bay Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seba Street, Dubai Marina</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/10/b5109773b99bcc0b1e5a428bf977c72e6b87d559.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|201440" HotelName="City Seasons Towers" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.093653894648" Longitude="55.155513882637" StarRating="4" HotelCode="66873|29306" HotelName="Radisson Blu Hotel, Dubai Media City" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 211723, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/35/01356c58287d04897eb188f8539ccf9126e8fa78.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|54758" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|28608" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|27462" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|519657" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|34757" HotelName="Two Seasons Hotel &amp; Apartments" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|395496" HotelName="Vida Emirates Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.74" OriginalAmount="120.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|1100994" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD LUNCH,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.86" OriginalAmount="120.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|609101" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|61501" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.04" OriginalAmount="122.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|699971" HotelName="Marco Polo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.08" OriginalAmount="122.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|1429478" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="131.08" OriginalAmount="122.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3.5" HotelCode="639708|1954453" HotelName="Rove Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|28556" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|27741" HotelName="Holiday Inn Express Dubai - Internet City" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|298011" HotelName="Grand Millennium Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 98678, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/4a/ea4acfcdaf65219756f0a1ecc385ef03609e19be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.91" OriginalAmount="123.28" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A7A983" HotelName="INTERCITYHOTEL DUBAI JADDAF WATERFRONT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL JADDAF WATERFRONT DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1475498_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|39058" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="134.34" OriginalAmount="125.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A7A964" HotelName="EDGE CREEKSIDE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4TH STREET RIGGAT AL BUTEEN DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20398_image59177037_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="134.66" OriginalAmount="125.85" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D2CF77" HotelName="TWO SEASONS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, DUBAI, AE DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2661295_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|218195" HotelName="TRYP by Wyndham Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.22" OriginalAmount="126.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|86567205" HotelName="Holiday Inn Dubai Festival City" Meals="ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4.5" HotelCode="624862|254865" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|30694" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|399544" HotelName="Grayton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|12554" HotelName="Four Points by Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="137.14" OriginalAmount="128.17" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D05369" HotelName="Concorde Deira Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET NEAR CLOCK TOWER DUBAI, DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2593275_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|406870" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|24929" HotelName="Millennium Plaza Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3.5" HotelCode="660770|273327" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270259234213" Longitude="55.304149828207" StarRating="2" HotelCode="260534|47545" HotelName="Florida Al Souq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Al Sabkha Bus Station, Deira, Dubai 128774</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e4ba4391d8f6737f95e2ba8b3076e59855f95.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|9330" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.209634944167" Longitude="55.274999318802" StarRating="4" HotelCode="98873|27708" HotelName="Emirates Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 2, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138635/a_138635_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|55482" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|292522" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="143.63" OriginalAmount="134.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|142672" HotelName="Atana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="143.99" OriginalAmount="134.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|374413" HotelName="Hyatt Place Dubai Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|251241" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="144.54" OriginalAmount="135.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|2460299" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="145.15" OriginalAmount="135.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|3639313" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|29308" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|95574" HotelName="Wyndham Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|380145" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.249628371973" Longitude="55.286048440475" StarRating="4" HotelCode="93283|47001" HotelName="Arabian Dreams Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24C, Community 316, P.O. Box 31993, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/a3/c9a3f9ca338ddf2a90943f9f1d6f5f3b146a2633.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|34758" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.81" OriginalAmount="137.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|1584864" HotelName="Rose Rayhaan by Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.38" OriginalAmount="137.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|1797532" HotelName="Crowne Plaza Dubai - Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR 2 PAX" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.41" OriginalAmount="138.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|691603" HotelName="XVA Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.42" OriginalAmount="138.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|16530894" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="148.61" OriginalAmount="138.89" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A88298" HotelName="GRAYTON HOTEL DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>12 A STREET, AL MANKHOOL BUR DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/19026_image62369948_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22367" Longitude="55.282553" StarRating="4.5" HotelCode="187250|57407" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/96/34/96349cdc2f9f483c1f3dff8361244c60cfbf9f7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|27764" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="150.89" OriginalAmount="141.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|1418944" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|7922" HotelName="Arabian Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|379952" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|25953" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|39388" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="153.82" OriginalAmount="143.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|174547" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|201414" HotelName="Ambassador Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|55048" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|380146" HotelName="Grand Cosmopolitan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|15572" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="157.95" OriginalAmount="147.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|699951" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="158.09" OriginalAmount="147.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|145334" HotelName="Rove Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|7790" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|46262" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|201483" HotelName="Ghaya Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.60" OriginalAmount="149.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|103095" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.69" OriginalAmount="149.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|1143011" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.263895" Longitude="55.305116" StarRating="4" HotelCode="749148|336642" HotelName="Al Seef Heritage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/fe/27fe670dc436cded56de713a238012ab08e9dae3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|40366" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|231419" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="162.81" OriginalAmount="152.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|024273" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109277" Longitude="55.203112" StarRating="3.5" HotelCode="199603|35605" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO Box 63907, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/6f22406eee97f0a1/26/26b19ffaa9ae3bf0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.266645" Longitude="55.315699" StarRating="2" HotelCode="69785|380053" HotelName="Sun and Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 55808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/88/2b88203415bb84154aa14c6380976ce0d7e9b740.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|30153" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|36049" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|370367" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3.5" HotelCode="562348|204923" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|394156" HotelName="Millennium Place Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="169.37" OriginalAmount="158.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|472781" HotelName="dusitD2 Kenz Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|90225" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|35593" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="171.44" OriginalAmount="160.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.179375" Longitude="55.27158982209" StarRating="0" HotelCode="|EVIE" HotelName="Revier Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay</AddressLine>
          </AddressLines>
          <PostalCode>(0)45747556</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1273788/10203556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="175.87" OriginalAmount="164.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|1519461" HotelName="Holiday Inn Express Dubai Safa Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|9190" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|23155" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|32858" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|11607" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.65" OriginalAmount="168.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|446722" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.79" OriginalAmount="168.96" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C40419" HotelName="ROYAL CONTINENTAL SUITES BUSINESS BAY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>MARASI DR - BUSINESS BAY - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2324506_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|29589" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|1355" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4.5" HotelCode="846456|388944" HotelName="Millennium Atria Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|388320" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|20069" HotelName="Towers Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="186.35" OriginalAmount="174.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|1578975" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="187.50" OriginalAmount="175.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|BA2B54" HotelName="ROVE LA MER BEACH, JUMEIRAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>LA MER BEACH-JUMEIRAH 1 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20808_image65310205_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="188.00" OriginalAmount="175.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|59270" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|55937" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|403083" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|28070" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|12643" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.29" OriginalAmount="177.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|77757504" HotelName="Stella Di Mare Dubai Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|256447" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|16861" HotelName="Copthorne Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.003656820892" Longitude="55.164876809949" StarRating="4" HotelCode="908944|225626" HotelName="Marriott Executive Apartments Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park, P.O. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3d/db3db5f2fec0a7602d5ca75913c6f36f17aad684.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|18968" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|12599" HotelName="Manzil Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="198.73" OriginalAmount="185.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|4438628" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|54813" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="201.62" OriginalAmount="188.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|394138" HotelName="Hyatt Regency Dubai Creek Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.90" OriginalAmount="188.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|56027567" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.221121" Longitude="55.329139" StarRating="4" HotelCode="60844|47273" HotelName="Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, Dubai 122382</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/03/3603e1da1df96f517ec641afdaa515a20b62e668.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|29304" HotelName="Jumeira Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4.5" HotelCode="167142|226024" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.48" OriginalAmount="199.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4.5" HotelCode="69039|125336" HotelName="Meliá Desert Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.25" OriginalAmount="202.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251801" Longitude="55.333254" StarRating="5" HotelCode="935934|153409" HotelName="Pullman Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre, P.O. Box 61871, Baniyas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cb/f0cb92c804eba9471e36a09d00b9e3c521486d8b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|19472" HotelName="Media Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="218.28" OriginalAmount="204" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|19987" HotelName="InterContinental Dubai Festival City" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|37665" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="220.69" OriginalAmount="206.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|287777" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|53600" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|403132" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="222.83" OriginalAmount="208.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|31137709" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|308459" HotelName="Canal Central Hotel – Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|30022" HotelName="Hilton Dubai Creek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|27184" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|50351" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|55552" HotelName="Dubai International Hotel" Meals="ROOM ONLY,FULL BOARD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|388317" HotelName="Grand Plaza Mövenpick Media City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="228.37" OriginalAmount="213.43" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B79505" HotelName="NOVOTEL DUBAI GOLD DISTRICT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SHERINA PLAZA 4, AL CORNICHE RD� 111, PO BOX. 1193 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1827773_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="228.63" OriginalAmount="213.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|1119963" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Next to Deira City Centre, P.O. Box 61871, Port Saeed, Deira, Dubai, Emirate of Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6e/6e2223c879b5bd4d/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="228.91" OriginalAmount="213.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D1B922" HotelName="HYATT REGENCY GALLERIA RESIDENCE DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL KHALEEJ ST DEIRA CORNICHE DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33117_image64054856_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.44" OriginalAmount="214.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|67289016" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|348093" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.194471329546" Longitude="55.26163816452" StarRating="4" HotelCode="70418|35603" HotelName="Villa Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118737, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/1f/081f5ab0e2b892c3f342c731426718b87c342092.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.40" OriginalAmount="220" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|35604" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4.5" HotelCode="39206|14995" HotelName="AlSalam Hotel Suites and Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.28" OriginalAmount="223.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|127884" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|39386" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.217511518923" Longitude="55.283085107803" StarRating="5" HotelCode="12123|35530" HotelName="Jumeirah Emirates Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box: 72127, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/a4/cda488effd783117fde80a458e361c36744dfd76.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|42811" HotelName="Sheraton Grand Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4.5" HotelCode="175718|47158" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|11604" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="246.10" OriginalAmount="230" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|27747" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="246.28" OriginalAmount="230.17" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B79508" HotelName="BEACH WALK HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX: 120242   JUMERIAH BEACH ROAD   DUBAI, UNIT DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1827776_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|403143" HotelName="Hotel Indigo Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.250561" Longitude="55.334578" StarRating="5" HotelCode="935822|23707" HotelName="Pullman Dubai Creek City Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 61871, Baniyas Road, Deira City Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/8d857380f335db46/3c/3c52769cc79f4aaf/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="251.39" OriginalAmount="234.94" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D0AA36" HotelName="SIRO ONE ZA'ABEEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>ZA'ABEEL ST , ZA'ABEEL 1 , LEVEL30 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31661_image63174563_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|264476" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|47224" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.94" OriginalAmount="242" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|39389" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.15" OriginalAmount="245" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|28689" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="264.94" OriginalAmount="247.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D46223" HotelName="JOOD HOTEL APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET, PORT SAEED, DEIRA - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2705733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="265.41" OriginalAmount="248.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|54621661" HotelName="Five Jumeirah Village Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.24" OriginalAmount="251.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072962597421" Longitude="55.130127759209" StarRating="5" HotelCode="186020|196852" HotelName="JA Ocean View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 26500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/29/c3/29c3f29271e74750ed65f948bcdae01c365ba6a3.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="269.38" OriginalAmount="251.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|2225317" HotelName="voco Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|5457" HotelName="Dubai Marine Beach Resort and Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|213655" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="270.71" OriginalAmount="253" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|34706" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.85" OriginalAmount="255" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|53523" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4.5" HotelCode="98623|35543" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|92850" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="278.20" OriginalAmount="260" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|380051" HotelName="Studio One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="284.57" OriginalAmount="265.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|6062274" HotelName="Royal Central Hotel - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|34766" HotelName="JW Marriott Marquis Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="288.00" OriginalAmount="269.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18631006" Longitude="55.29194513" StarRating="5" HotelCode="|DUBI" HotelName="Paramount Hotel Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1015058/8794837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|35206" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="292.11" OriginalAmount="273" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|164491" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="292.13" OriginalAmount="273.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.262795" Longitude="55.316687" StarRating="4" HotelCode="33282|2592264" HotelName="Al Khaleej Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, P.O. Box 3720, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/6f/776f9247947441957e4ae9326e0b11898be20404.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|239688" HotelName="Al Bandar Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.39" OriginalAmount="277" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|34763" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="296.43" OriginalAmount="277.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|1261096" HotelName="Fairmont Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="298.11" OriginalAmount="278.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|1863358" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="298.70" OriginalAmount="279.16" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D45E03" HotelName="Vida Dubai Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH MOHAMMED BIN RASHED BOULEVARD DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2705214_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="302.81" OriginalAmount="283" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|211816" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.95" OriginalAmount="285" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5.5" HotelCode="59249|46268" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.09" OriginalAmount="287" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|47068" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.23" OriginalAmount="289" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|19440" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="312.44" OriginalAmount="292" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|239687" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.00" OriginalAmount="300" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|28167" HotelName="JA Beach Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="323.36" OriginalAmount="302.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|196877" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="326.35" OriginalAmount="305" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|269605" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="326.53" OriginalAmount="305.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|699918" HotelName="Address Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="328.31" OriginalAmount="306.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.91615501209" Longitude="55.005883761883" StarRating="5" HotelCode="435572|79680767" HotelName="Lapita, Dubai Parks and Resorts, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Parks &amp; Resorts, P.O. Box: 334221, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/b6/18b6924d198681cecec9bb2b58b411255407fa90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|39745" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|397229" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.63" OriginalAmount="309" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|23651" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|34719" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|34765" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="337.47" OriginalAmount="315.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2253003" Longitude="55.2542255" StarRating="3" HotelCode="|RVWM" HotelName="Rove La Mer Beach" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>La Mer South, Jumeirah 1, P.O. Box 119444</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1248879/14787886.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="340.13" OriginalAmount="317.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5.5" HotelCode="876946|667802" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|381578" HotelName="JA Lake View Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="341.33" OriginalAmount="319" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|58752" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="341.63" OriginalAmount="319.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|16632286" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|60120" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="347.50" OriginalAmount="324.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|47563225" HotelName="Crowne Plaza Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.82" OriginalAmount="326" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.22712301674" Longitude="55.341797880196" StarRating="5" HotelCode="904426|44994" HotelName="Palazzo Versace Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 128431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ce/eece2a5d9b451150607a16e2f14966f20a922aa0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="349.11" OriginalAmount="326.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228168047802" Longitude="55.327666802393" StarRating="5" HotelCode="313383|147891" HotelName="Grand Hyatt Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/5b/be5b390613068958446da66d38adbc7732ea3397.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="353.10" OriginalAmount="330" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|225630" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="358.73" OriginalAmount="335.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|1604074" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|20066" HotelName="Sofitel Dubai Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="360.04" OriginalAmount="336.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|097165" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|36271" HotelName="Anantara The Palm Dubai Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="361.87" OriginalAmount="338.20" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C95565" HotelName="ADDRESS CREEK HARBOUR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI CREEK HARBOUR DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/30267_image67315540_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="363.99" OriginalAmount="340.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4.5" HotelCode="99343|1798689" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.87" OriginalAmount="341" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|399518" HotelName="Andaz Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.64" OriginalAmount="352" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|8874" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.02" OriginalAmount="356.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|400779" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.97" OriginalAmount="371" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5.5" HotelCode="511831|227400" HotelName="Renaissance Downtown Hotel, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="407.57" OriginalAmount="380.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|1576062" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.30" OriginalAmount="381.59" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CF6353" HotelName="VIDA DUBAI MARINA &amp; YATCH CLUB" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>AL BUBIB STREET DUBAI MARINA DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/30039_image62083170_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|11593" HotelName="Grand Hyatt Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.09" OriginalAmount="387" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|265626" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.30" OriginalAmount="390" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|35590" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="418.37" OriginalAmount="391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|34762" HotelName="Fairmont The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="428.00" OriginalAmount="400" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|45262" HotelName="Sofitel Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="432.28" OriginalAmount="404" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|36414" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.56" OriginalAmount="408" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="0" HotelCode="801769|467837" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="438.70" OriginalAmount="410" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|488094" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="444.87" OriginalAmount="415.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|1026127" HotelName="Sheraton Jumeirah Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="450.87" OriginalAmount="421.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193415656404" Longitude="55.265424088955" StarRating="5" HotelCode="|PRDA" HotelName="Paramount Hotel Midtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mustaqbal Street. P.O. Box. 113797, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1309920/21142469.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="455.66" OriginalAmount="425.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|557510" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="463.44" OriginalAmount="433.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5.5" HotelCode="487075|31870225" HotelName="FIVE Palm Jumeirah Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="470.80" OriginalAmount="440" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|23159" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="472.94" OriginalAmount="442" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|31272" HotelName="Jumeirah Zabeel Saray" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="473.11" OriginalAmount="442.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|216982" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.53" OriginalAmount="446.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|59269" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|38288" HotelName="JA Palm Tree Court" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="478.29" OriginalAmount="447" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|214986" HotelName="Roda Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="481.50" OriginalAmount="450" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|12804" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|11185" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="494.34" OriginalAmount="462" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|201567" HotelName="Address Boulevard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="545.06" OriginalAmount="509.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D1E137" HotelName="Cheval Maison The Palm Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>NEW, GOLDEN MILE 3 - PALM JUMEIRAH - DUBAI DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2634721_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="556.40" OriginalAmount="520" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|39203" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="563.89" OriginalAmount="527" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|39378" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="568.17" OriginalAmount="531" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|12610" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="600.27" OriginalAmount="561" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|393825" HotelName="Address Sky View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="634.51" OriginalAmount="593" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|210230" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="662.33" OriginalAmount="619" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|20622" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="670.60" OriginalAmount="626.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.242997708883" Longitude="55.332684516907" StarRating="5" HotelCode="55423|59268" HotelName="Park Hyatt Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 2822, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/6c/db6c1319eb527290b09b202ad4923aeb5ac111e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="730.81" OriginalAmount="683" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|393824" HotelName="Address Fountain Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.58" OriginalAmount="694" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="744.72" OriginalAmount="696" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.197088716821" Longitude="55.27404517791" StarRating="5" HotelCode="142119|20895" HotelName="Armani Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa, PO Box 888333, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/48/ed487f22e7c2d33981d2f1a4e3c43125d2ed224b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="776.89" OriginalAmount="726.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|54812542" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="811.06" OriginalAmount="758" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|46772" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="856.04" OriginalAmount="800.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.816293" Longitude="55.230905" StarRating="5" HotelCode="34627|1561489" HotelName="Bab Al Shams Desert Resort &amp; Spa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Road, P.O. Box 8168, Bab Al Shams, adjacent to Dubai International Endurance City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3d/7d/3d7dbc280e8c75a9a46bab62f9b562a8675f4b84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="867.77" OriginalAmount="811" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|23158" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="898.80" OriginalAmount="840" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|8877" HotelName="The Ritz-Carlton Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.132012305907" Longitude="55.182437896729" StarRating="5" HotelCode="907098|35537" HotelName="Jumeirah Dar Al Masyaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach, PO Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/ea/a0eabbd2b9d230e523adbe173670471ce304da6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="899.87" OriginalAmount="841" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|23282" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="908.43" OriginalAmount="849" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|35565" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="929.83" OriginalAmount="869" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|354670" HotelName="Caesars Palace Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="957.65" OriginalAmount="895" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.132026875638" Longitude="55.184237658978" StarRating="5" HotelCode="907096|19427" HotelName="Jumeirah Al Qasr" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, PO Box 75157, Jumeira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0b/b9/0bb9b1cded1094c6c58801f60941cc32ef11cb87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="995.10" OriginalAmount="930" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|205859" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1069.43" OriginalAmount="999.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.095225741263" Longitude="55.15230330954" StarRating="5" HotelCode="18032|199054" HotelName="One&amp;Only Royal Mirage" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="Beach Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4f/2a4f2270b1c840fcab3e44dba0430ca7323e1468.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1070.76" OriginalAmount="1000.71" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C21D98" HotelName="CENTARA MIRAGE BEACH RESORT DUBAI" Meals="FULL BOARD" BedType="FULL BOARD">
        <Address>
          <AddressLines>
            <AddressLine>DEIRA ISLANDS UNITED ARAB EMIR DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35486_image65601162_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1080.04" OriginalAmount="1009.38" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C0F182" HotelName="ADDRESS BEACH RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>THE WALK, JUMEIRAH BEACH DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/20859_image59545107_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1080.69" OriginalAmount="1009.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|699869" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1084.49" OriginalAmount="1013.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|644547" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1133.79" OriginalAmount="1059.62" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A45A56" HotelName="The Royal Atlantis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PALM JUMERIAH CRESCENT ROAD DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2616945_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1164.87" OriginalAmount="1088.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|838209" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1265.42" OriginalAmount="1182.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|CF2793" HotelName="ONE &amp; ONLY ONE ZA'ABEEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ZA'ABEEL STREET, ZA'ABEEL 1 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29899_image61803912_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1319.06" OriginalAmount="1232.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|557509" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1488.37" OriginalAmount="1391" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5.5" HotelCode="563313|250459" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1605.11" OriginalAmount="1500.10" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="0" HotelCode="|D30785" HotelName="JUMEIRAH MARSA AL ARAB DUBAI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>JUMEIRAH ST-UMM SUQEIM 3 DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/34973_image65004831_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1741.96" OriginalAmount="1628" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|356118" HotelName="Mandarin Oriental Jumeira Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2105.76" OriginalAmount="1968" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.141127281077" Longitude="55.18564497057" StarRating="5" HotelCode="11560|25033" HotelName="Burj Al Arab Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 74147, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/c7/a7c7c07d8aa4e239d1d10775bfec44f74f9c48c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="28742.60" OriginalAmount="26862.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|403638" HotelName="Taj Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="68.58" OriginalAmount="64.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="25.260824112673" Longitude="55.322474885902" StarRating="3" HotelCode="|VBHK" HotelName="Vendome Plaza Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>42 Al Rigga Road, Deira</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="145.57" OriginalAmount="136.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="24.961916146723" Longitude="55.1500904" StarRating="5" HotelCode="|CHMX" HotelName="Cheval Maison Expo City Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Avenue, Expo City</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1093.97" OriginalAmount="1022.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C5D742" HotelName="Anantara World Islands Dubai Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 566548, SOUTH AMERICA,, WORLD ISLANDS, DUBA DUBAI</AddressLine>
          </AddressLines>
          <CityName>DUBAI</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Bicycle Rental,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Kitchen,Lounge,Telephone Service,Wheelchair Access,Golf,Jacuzzi,Nightclub,Central Heating,Shopping Arcade,Garden,24 Hour Security,Dining,Meeting Room,Parking,Printer,Valet Parking,Airport Transfer (on Demand),Smoking Rooms,Business Centre,ATM/Cash Machine,Babysitting,Banquet Hall,Housekeeping,Wake-up Call Service,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage</BasicAmenities>
    <HotelRating>5,4,3,2,4.5,3.5,5.5,2.5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,FULL BOARD,HALF BOARD,SELF CATERING,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,AIRPORT HOTEL,CONFERENCE HOTEL,BEACH HOTEL,COUNTRY HOUSE,HISTORIC HOTEL,GUESTHOUSE,CLUB RESORT,ECO HOTEL,HOTEL DE CHARME,VILLAGE,GOLF HOTEL,HOTEL,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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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="00539c14-bb6a-4e2d-b51a-70c613f74bed">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="73355" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
00539c14-bb6a-4e2d-b51a-70c613f74bed|HotelbedsSearch|supplier interation failed||HotelBeds|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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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
00539c14-bb6a-4e2d-b51a-70c613f74bed|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="2025-11-24T05:41:43.0128959+00:00" Version="0" EchoToken="Search" TransactionIdentifier="00539c14-bb6a-4e2d-b51a-70c613f74bed" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="7.49" OriginalAmount="7" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762680731824" Longitude="100.50173782896" StarRating="2" HotelCode="482015|173229" HotelName="Ploy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>316 Soi Samsen 4, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/93/15935ef5b8325532c1505178b9e58fe1167c7216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="9.26" OriginalAmount="8.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726310109903" Longitude="100.51686673153" StarRating="2" HotelCode="380544|50925212" HotelName="Centaur Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Bicycle Rental,Designated Smoking Area,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>295/1-11 Thanon Surawong, Suriya Wong, Khet Bang Rak, Krung Thep Maha Nakhon, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/5c/615c396ade3e82b46c6f8fd4b7ac1a7ee7e72f71.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="10.70" OriginalAmount="10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79751455" Longitude="100.62377287" StarRating="2" HotelCode="586738|232795" HotelName="Nr Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>454/289 Soi Lat Phrao 87, Lane 22, Khlong Chaokhunsing, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/2c/d22c1f2da05d260278696b6cce98bc3a14095200.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.77" OriginalAmount="11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722116" Longitude="100.771705" StarRating="2" HotelCode="888405|48824" HotelName="Grand Pinnacle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/4 Soi Maecham, Ladkrabang Road, 1666/1 Soi Maecham, Ladkrabang Road, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/7f/e97fcbb5222edea99a91fa3215215538ee9294d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="11.77" OriginalAmount="11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75777913" Longitude="100.64282367" StarRating="2.5" HotelCode="603192|232367" HotelName="Md Rose Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Ramkhamhaeng 50, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/06/b806d8878b69348763652c61403bba1ffca4dc8f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="11.78" OriginalAmount="11.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736145130704" Longitude="100.60330049755" StarRating="2" HotelCode="380552|1770137" HotelName="Orchid House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>77 Sukhumvit, Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/88/078867ec682c612dfccaaa12b826780a44163b2a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.87250188" Longitude="100.6150672" StarRating="2" HotelCode="764359|285497" HotelName="5 Chang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>14 Soi Ram-intra 5 Yak 9, Khwang Anusawari, Bang Khen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/62/94625270c22b561328a777a1a8bb717737e11bdf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69822228" Longitude="100.48377241" StarRating="1" HotelCode="854806|367467" HotelName="Anurak Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1013 Soi Permpraporn, Tak-sin Road, Soi-35/3, My Resident Is Close To Big C, Daokanong, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/4a/0a4a691dba7345a14abd49d9f2a4ba36394d8378.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8901397" Longitude="100.61447349" StarRating="2.5" HotelCode="585096|232220" HotelName="Gedkanok Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>176/12 Prahonyothin 50 Road, Kongtanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/d5/a5d5dda49ba07c0906f15b7feaaa2d17cd119d4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78211975294" Longitude="100.64375587441" StarRating="2.5" HotelCode="398736|83713" HotelName="Happyland Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>444/8 Nawamin Road Soi Soonbunterngkankahappyland, Klongchan, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/44/d244283fbee86a122039b2083a1d25383a623861.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71252419" Longitude="100.59357868" StarRating="2" HotelCode="495634|202968" HotelName="Sleep Dee Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1112/35-36 Soi Sukhumvit 48, Sukhumvit Road, Phra Khanong, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/81/9981d2f467df39bb947139d8f2a9f56e346c8a38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="12.84" OriginalAmount="12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77223319" Longitude="100.48468626" StarRating="2" HotelCode="760914|285714" HotelName="Tuk Tuk Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Somdet Prapinklao Road, Bang Yi Khan Bang Phlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/61/386109d79555611f8d627228640a1f7cf7e3e019.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.63976496" Longitude="100.42899499" StarRating="2" HotelCode="520032|367545" HotelName="Ben Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>45/5 Soi Rama II 69 Rama II Road, Samaedam Bangkhuntien, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/22/cb22f6a086bc38e558d894e4d5dc995b1dbd320e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7572576" Longitude="100.63916351" StarRating="2" HotelCode="765626|324697" HotelName="Goody Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Soi Ramkhamhaeng 40, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/79/a1793fb1c601cd8af28b56a126fceb0b955049c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78841298" Longitude="100.60463926" StarRating="2.5" HotelCode="602964|232255" HotelName="Homeplace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>15-15/1 Latprao Road Soi Latprao 78, Khwaeng Wang Thonglang, Ladprao, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/37/9d37b0d8f911b732ce6ec170e86c7741c834a362.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699275737142" Longitude="100.60510501709" StarRating="2" HotelCode="398682|61986" HotelName="Hostel 24" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>63 Sukhumvit Soi 93, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/64/b0646591ff8838aa89e039149f630e4eab0792a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.884091765912" Longitude="100.62406599943" StarRating="2" HotelCode="380530|173813" HotelName="Phurahong Homestay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45/4 Phaholyothin Yak 52 Moo 4, Soi 52, Saphanmai, Klongthanon, Saimai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/80/dd80eb3633f05cd8dd68d3e8983237f6396fda23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78445796" Longitude="100.62022163" StarRating="1" HotelCode="520191|232970" HotelName="Resortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 soi 91 Ladprao Rd, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/52/ec527500cb9158381b617ef8889ce704ec42bd54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.787346" Longitude="100.704636" StarRating="3" HotelCode="188260|16484" HotelName="Tara Lake Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Ratpattana Road, Soi Ramkhamhaeng 160, Saphan Sung, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/7b/b57b6049c1c6db7b66a7d5f3650dc11ea65f9009.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704659995397" Longitude="100.5956937419" StarRating="2" HotelCode="378328|202974" HotelName="VX The Fifty Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>285/2-4 Sukhumvit Soi 50, Sukhumvit Road, 400 m from BTS OnNut on the left side, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/43/c343480d399d63693f5b1b0db6b44ca320b61660.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="13.91" OriginalAmount="13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740151362228" Longitude="100.55303649389" StarRating="2" HotelCode="429474|58605" HotelName="White Orchid Inn II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/14 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/01/4d0160bab5151fede40a9218b2b08826b5234dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71454088" Longitude="100.59584037" StarRating="2" HotelCode="611012|232083" HotelName="Backpack Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>24-24/1 Sukhumvit 71 Road, Soi Pridi Banomyoung 2, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a1/3fa1c224273275b96cc57fae4e0e059ada97cdb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71654292" Longitude="100.52053448" StarRating="2" HotelCode="628630|254003" HotelName="Danee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>286 South Sathorn Road, Soi Charoen Rat 1, Yan Nawa, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/61/e8613c7f97403927bc44ea7ca3aab0a1342701e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72708958" Longitude="100.53771148" StarRating="2" HotelCode="439080|199666" HotelName="Freesia Saladaeng Silom Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Yommarad, Saladaeng Road, Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/07/7b07133db30f8aa311e28653d187f4e150e40c95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.649452138125" Longitude="100.44456062049" StarRating="2" HotelCode="339585|226077" HotelName="Latin Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10/15 Takam Road, Latin Garden, Soi Takam 9/1, Samaedam, Bangkuntein, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/68/886805a7dc9495ef5c98ded3c2e3925cc758cf1f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75865679" Longitude="100.49937952" StarRating="2" HotelCode="782948|367797" HotelName="New Central Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Tanao Road, Bang Lumpoo, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/d6/88d614972f135d14e429b11f9fac082afed8bf7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91790291" Longitude="100.57931221" StarRating="3" HotelCode="787132|367860" HotelName="Sabai Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>553 Chang Akat Uthit Road, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb457bd1880da974fccf26c52693ca7dd33fee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="118728|57435" HotelName="Win Long Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Charoenkrung Road, 1179/42 Soi Charoenkrung, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180348/180348a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="14.98" OriginalAmount="14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66565516" Longitude="100.63161421" StarRating="3" HotelCode="520027|233444" HotelName="Win Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bangna km 3 Bangna-Trad 30 Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a6/dba60c952d4be0f779dcf5fdf1b1d9ce94fa5a5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88540765" Longitude="100.61878003" StarRating="2" HotelCode="768141|324683" HotelName="A.M. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>88-99 Phahon Yothin 50, Thepharak Road, Khlong Thanon, Sai Mai, Ban Chuat Plai Mai, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fb/67fb80932d85f99576a1492ece1c7a23e959a5ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71174051" Longitude="100.40291094" StarRating="2.5" HotelCode="604126|232065" HotelName="At Yaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 88/1 Petchakasem Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ee/04ee01a77baee16f583b2988a2b4d949b4400c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81228964" Longitude="100.57020945" StarRating="2.5" HotelCode="623215|254013" HotelName="Grand View Condo15" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>189/9 Lat Phrao 15 Junction 1-3, Chomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b0/f7b05772ff01fed4284fec33db868ddd2ce8757b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.64951826" Longitude="100.4456191" StarRating="3" HotelCode="539331|246212" HotelName="Eurna Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>101/1-2 Soi Thakham 9/1, Thakham road, Samadam, Bangkhuntien, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/cf/82cf2ead7786329ca2f14ed634ad3ace85300b22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77121957" Longitude="100.63581799" StarRating="3" HotelCode="522155|173253" HotelName="GreenHouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>665 Ladprao 107 Lane 29, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2a/3e2a90a89639337f21691f669c50a0b39d2b49a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70202082" Longitude="100.48557176" StarRating="2" HotelCode="520083|232325" HotelName="Kayaplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>11/21 Soi Taksin 33, Taksin Road Bukkalo, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a1/0ca1b2639fa5c7c1e19ba13425bc035769d9932c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75332131" Longitude="100.63595002" StarRating="4" HotelCode="572930|232358" HotelName="Livotel Hotel Hua Mak" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Ramkhamhaeng, 32 Soi Hua Mak 20, Bang Kapi District, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/af/bbaf9578d7acbf6eba7dcfd5991111977e46ffb2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7735315" Longitude="100.6317901" StarRating="3" HotelCode="310416|48314" HotelName="Livotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>707 Soi Lat Phrao 130, Lat Phrao Road, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8f/dd8f3ef08129a8d0a6404de3fd4c86a0bf79f08c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75365497" Longitude="100.64324117" StarRating="3" HotelCode="495276|173285" HotelName="Lucky Green View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>137 Soi Ramkhamhaeng 50, Bangkapi, Bangkok, 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d9/7fd9f249764cc512744efe2efb9e098ee80b70a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74427908" Longitude="100.5509259" StarRating="2" HotelCode="548932|173802" HotelName="Onthebed hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/9 Sukhumvit 1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/78/d478133ed283e1cf7b385ee74ada57ee05a0f7ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78942087" Longitude="100.5749766" StarRating="2" HotelCode="639628|271477" HotelName="Pastel House Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1312 Soi Udomsuk 1, Sutthisan Winitchai, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c4/28c4557a6dbb256aa97acfb8eecd05919d49cc25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78553256" Longitude="100.57071447" StarRating="0" HotelCode="747225|495234" HotelName="Ratchada 17 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>368 Soi Inthamara 47, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f9/82f9130167e36d3ca872aff1143c2fd956338270.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92801531" Longitude="100.58516862" StarRating="2" HotelCode="746420|285596" HotelName="Naptel Don Muang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Song Prapha 26, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/90/fc900bf6654f9b7eec43656e2b83daca178c5bec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78743732" Longitude="100.63124762" StarRating="3.5" HotelCode="435400|174346" HotelName="The Bedroom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ladprao 101 Road, Yak 38, Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/f5/e6f5bc086bdbb9be01cca231a6e1c0b712cc5489.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.774167829931" Longitude="100.56079064047" StarRating="2" HotelCode="398329|62487" HotelName="The Living Room Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5073/8 Prachasongkhro Road Soi Prachasongkhro 25/1, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/20/7d2028bd2076ad45df5fe03c3542c81024a16cc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.05" OriginalAmount="15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75961749" Longitude="100.63903224" StarRating="3.5" HotelCode="945563|233511" HotelName="Zircon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Ramkamhaeng 40, Ramkamhaeng Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c0/8ac00543a3db2518e2e7f115af84c6ae30fa3155.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="16.91" OriginalAmount="15.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722438558612" Longitude="100.73902845383" StarRating="3" HotelCode="96823|653299" HotelName="Silver Gold Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>541/1 On-nuch Road (Huatakhe Market), Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/d5/c6d5eb3c95cc759072c66a2a2a5e9bddad147d2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.682163456949" Longitude="100.47505161219" StarRating="3" HotelCode="378962|172665" HotelName="14 Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rama 2 Road Soi 16, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/fc/80fcf5e064ec6316c1d1a2d1e00e6632ac94a206.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81918105" Longitude="100.5803044" StarRating="3" HotelCode="753108|324687" HotelName="Be My Guest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngoen, Ratchada 36 Alley, Lane 17, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/24156/2524156/1.jpg?f=15501628</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="777058|367554" HotelName="Bonita House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103 Samsen Road, Phitsanulok 3, Samphraya District, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/49/9d49e1296c0fed4476d4e002581143b6a7cf4750.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70729268" Longitude="100.41654402" StarRating="2" HotelCode="565626|232190" HotelName="Diamond Sweet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/1 Soi Petkasem 41, Petkasem Road, Bangkae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/55/26551b2f409e8fa33fa3bb20a4d91931a7a52fad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.925723097879" Longitude="100.59847049501" StarRating="3" HotelCode="495210|174375" HotelName="Don Muang Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>235/145 Thawi Wat 1 Alley, Si Kan, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/6f/dc6f59f3695578418896babbf761bc97bb3e4e9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.768763" Longitude="100.632308" StarRating="3" HotelCode="115816|56496" HotelName="Metropoint Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>666 Soi Ladprao 130, Ramkhamhaeng 81, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/b2/38b28e23122a6d4f4fe00c9aeeb562bf51b2d0af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.86121942" Longitude="100.55169637" StarRating="2" HotelCode="569577|226700" HotelName="Nice Bird Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11/159 Soi Chinnakhet, Ngamwongwan 43, Ngamwongwan Rd., Tungsonghong, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918fff5876b85eaa39d4b7414951b73d5bea960b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716851342738" Longitude="100.55692547915" StarRating="2" HotelCode="380423|58208" HotelName="Penang Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>96/154 Sunthonkosa Road, Penang Market, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a2/53a25923166d12dd6905f392df5a4ecda583f34f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75817194" Longitude="100.64266866" StarRating="3" HotelCode="423206|438592" HotelName="Salin Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Room Service">
        <Address>
          <AddressLines>
            <AddressLine>40/1 Soi Ramkamhang 50, Ramkhamhaeng Road, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/3b/923ba408260aa507d5eca8e2156b29d555b9df32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77786283" Longitude="100.62286165" StarRating="2" HotelCode="954205|233146" HotelName="Sriprajuk Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>120 Soi Lad Phrao, Lad Phrao Road, Wangthonglhang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/04/3504362d5b49c2165b6f51aa992f33368926903e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.786288658556" Longitude="100.61348046646" StarRating="2.5" HotelCode="383271|62632" HotelName="Synsiri 3 Ladprao 83" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Ladprao Road Ladprao 83, Wangthonglang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/ae/6eae62d917b34135a490ca5bfe46573f64ff5209.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767747707573" Longitude="100.63263442791" StarRating="3" HotelCode="383775|58676" HotelName="Synsiri 1 Ladprao 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>400 130 Lat Phrao Road Soi Lat Phrao, Khwaeng Klong Chan, Khet Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9b/4c9beccffbc0376cdbc9b48556fd014e8e97881e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78949595" Longitude="100.57596698" StarRating="2.5" HotelCode="613072|246242" HotelName="The Corner Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1364 Sutthisan Winitchai Road, Soi Sudprasert 2 Alley, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/96/f296cf005458f9a99a7d2105bc46fecd2a777850.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.870408554911" Longitude="100.55486423141" StarRating="3" HotelCode="380435|233280" HotelName="The European Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Ngamwongwan 47 Yak 41, Chinnakhet Road C 2/39, Toong Song Hong, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d3/ffd31ea3d95e66ceab4f1beccf9408715fe7665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.676062767596" Longitude="100.64297459032" StarRating="3" HotelCode="394197|62402" HotelName="Varrzon Residence Srinakarin 56" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>20 Srinakarin 56 Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/73/0173b41844428ba4021a737c5ec8cd2ae5de7ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.12" OriginalAmount="16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.771163684038" Longitude="100.63216303616" StarRating="2" HotelCode="384879|61435" HotelName="Viewplace Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ladprao 130, Klongjan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/ed/d8ed49d78cfa235c420810983f73c89cd574d8ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69077819" Longitude="100.64066812" StarRating="2.5" HotelCode="438859|172669" HotelName="42 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68/1 Srinakarin Soi 42, Srinakarin Road, Nong bon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ef/f4eff975eb42d02cffdf20aed86509327fa4427e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766485107131" Longitude="100.63315882963" StarRating="3" HotelCode="342204|173224" HotelName="Baron Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>777, 777/1 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkok 10240, Bangkapi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/af/28afb3ee8be3682d5c3553b29a770775249542f2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715789246059" Longitude="100.47002995445" StarRating="3" HotelCode="378932|173298" HotelName="Beerapan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>158 Wutthkat Road, Soi Wutthakat 14, Taladplu, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/59/aa59af196a275d4729baa7bd1dc6040454810915.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762993" Longitude="100.498769" StarRating="3" HotelCode="114177|55783" HotelName="Diamond House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Samsen Road, Banglampoo, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/66/4e666a6b14ebca46dd18aff0ba34960a8e6ecd1b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688950977979" Longitude="100.60795426369" StarRating="3" HotelCode="75136|17228" HotelName="Convenient Park Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Sukhumvit 62/3, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/ec/e1eceb252e5b3968d778dd0bc271fc2a0938e550.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731265126992" Longitude="100.52161880013" StarRating="3" HotelCode="440917|174436" HotelName="iSanook Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>238 238/1 238/2 Siphraya Road, Soi Songphra, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/b3/d3b3250b9cb18d4ba5ea046f54731fcbddc243a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.86336382464" Longitude="100.5577812951" StarRating="3" HotelCode="398529|232104" HotelName="BCJ Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Ngam Wong Wan Road, Yaek 18, Soi 47, Thung Song Hong, Laksi, Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/18/1c188b0e50a9c07ae0a9bae95bd63ce95d7a6907.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76241843" Longitude="100.7476675" StarRating="2.5" HotelCode="601700|232360" HotelName="Loft 21 Apartment Romklao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44 Soi Romklao 21, Romklao Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/29/0c293482bec053e61b8dc1570e8ce23572b809fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789806632484" Longitude="100.55194563967" StarRating="3" HotelCode="338536|58036" HotelName="Nice Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>72/54 Shutthisan Road Soi Inthamara 1/1, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f1/d9f1d9e12251cad39a29b26be005af9167bfe65f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723173236827" Longitude="100.71581367831" StarRating="3" HotelCode="404721|173798" HotelName="NRC Residence Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333/9 Soi Ladkrabang 1n/16, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0046447fa28b56ca1f4500d4123ec2937fdfad2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738842769483" Longitude="100.55305774246" StarRating="3" HotelCode="309877|58621" HotelName="Orchid Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Sukhumvit, Soi 4, Klongtoey, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.831728311391" Longitude="100.56701052357" StarRating="3" HotelCode="376596|173806" HotelName="Pannapat Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181/11 Soi Phaholyothin 35, Lad Yao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/0b/1a0bebb6723860e6662c284f5e1fd915655ea26e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83318359" Longitude="100.57162149" StarRating="2.5" HotelCode="604203|232940" HotelName="Rabbit Room" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1895/2 Phahonyothin Road, Lard Yao Jatujuk, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/92/3792d18c093e198100cb4fc1b2cc0de82e02321c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89310693" Longitude="100.56301197" StarRating="3" HotelCode="604351|233022" HotelName="Room For You" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36/40  Soi Noung Condominium Laksi Moo 1, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/d2/71d209bc0be68444ecf7d53d4931a50fb9a6dc9a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727755642508" Longitude="100.53645349112" StarRating="2" HotelCode="378819|201331" HotelName="The Cube Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/9 Saladaeng Road, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/24/53/24537e0816d9c5b850a593ead69bda476141d2b8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71034229" Longitude="100.62925311" StarRating="3" HotelCode="255925|57517" HotelName="The Loft 77" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1707 Sukhumvit 77 (onnuch), Suanluang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/1d/671d6cb98c11608fed6df45d540cba26ed55a99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67712" Longitude="100.65721" StarRating="3" HotelCode="142232|174363" HotelName="The Residence Airport &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Airport Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, 135/1 Soi Chaloemprakiat 25, Sukhumvit 103 Road, Udomsook Near Suan Luang Road 9, Nongbon, Bangkok, Pravet</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/5b/345bd47dfa30b00facdbcf5d5d06e59689f212c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753490624912" Longitude="100.60832977295" StarRating="3" HotelCode="60401|232484" HotelName="The Seasons Bangkok Huamark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkamhaeng Road 15, Huamark, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d3/6dd39248c8d1549dc40125964a79893ab51ca069.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71257591" Longitude="100.593721" StarRating="3" HotelCode="615185|367951" HotelName="@Sleep Walk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1112/128-129 Sukhumvit Road, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cb/08cbd5bccd96efca87bc0f3d5e0e9d50c6c24f7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769138264284" Longitude="100.63226820503" StarRating="3" HotelCode="74970|48461" HotelName="Vabua Asotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>392 Soi Ladprao 130, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/5c/375c5853e1f50eba1b6cddcf4fc69b3001af8438.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="18.19" OriginalAmount="17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741066877919" Longitude="100.55301380341" StarRating="2" HotelCode="429472|58659" HotelName="White Orchid Inn I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/7 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/bf/a9bfc1e2f206a1e7a9acbd828eedc99784af95eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="18.69" OriginalAmount="17.47" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|D15B12" HotelName="New Siam III Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7 SOI RAMBUTTRI,CHAKRAPONG ROAD, CHANASONGKRAM BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2620765_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.884435138999" Longitude="100.60638351873" StarRating="2" HotelCode="392710|54682" HotelName="48 Ville Donmuang Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>94/1 Phaholyothin 48, Phaholyothin Road, Anusaowaree, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/03/5e03a1f4ded30cd5fd25f98ef6b7fe231a6a2832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82695069" Longitude="100.66499885" StarRating="3" HotelCode="773386|253965" HotelName="88 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Nawamin 88 (Raminthra 58 Yaek 3), Raminthra, Khan Na Yao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/be/92be742776a4b3ff29d4ae1e9f93fb62b668e9e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723089110832" Longitude="100.54998786881" StarRating="3" HotelCode="322902|173213" HotelName="Annex Lumpini Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112/9 Rama 4 Road, Soi Suwansawat, Thungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/36/ca36e5058f4ce013849ada990de25ca7450cd847.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75850959" Longitude="100.49952096" StarRating="2" HotelCode="784484|367476" HotelName="At Home Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Room Service,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>117 Tanao Road, Pra Nakon, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/9b/639bdf87679e1b825a6dc2b5177176976a9686fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726678586777" Longitude="100.52098434653" StarRating="2" HotelCode="384298|58480" HotelName="O' Nidra House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>288/18 Surawong Road, Si Praya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/97/fd97eef7b854e07dc4991611a8a430e2c3c85f81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70641507" Longitude="100.59614689" StarRating="3" HotelCode="480821|202953" HotelName="Hide Bangkok Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>886 Sukhumvit 50 Road, Phra Khanong, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/0d/930de059c82ddbec9aa29079250a456c9091a960.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="604311|232307" HotelName="J Park at Chinnakhet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>112/95 Soi Chinnakhet Nangwongwan Road, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/48/b5481a6552c2fcaea70d7c5cd952a7e54787b2d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71029128" Longitude="100.62358118" StarRating="2" HotelCode="774616|232321" HotelName="JR Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 3 Sukhumvit 77 Road, Soi On Nuch 25, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/21/59213aa3ed8ce359b6e3ade45227228f6df9241e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762223080906" Longitude="100.49392351982" StarRating="2" HotelCode="520020|519054" HotelName="Khaosan Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>76 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/51/8951ce56f59a944affc2def274bf1fd57dd4a095.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71697452" Longitude="100.76500825" StarRating="2" HotelCode="767340|367685" HotelName="L42 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Ladkrabang 42, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/78/a1781e792f9d36c4be4b1fc7e44b34416b7d3032.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722329" Longitude="100.583902" StarRating="3" HotelCode="255724|48704" HotelName="Nantra Ekamai, Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/14 Soi Tana Arcade Sukhumvit 63 (Ekamai), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/54/3354872d39081757dc6442be0c2ee2fee1b726b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77704633" Longitude="100.58313722" StarRating="3" HotelCode="866113|376890" HotelName="Nice Hotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>416/8 Soi Pracharath Bumphen 20, Huaikwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/90/e090d3fb1af90513508bb73fd0de87a6907b4b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71380888" Longitude="100.58106392" StarRating="3" HotelCode="338608|232751" HotelName="Nine Place - Sukhumwit Soi 40-Rama4 branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3757/5 Sukhumwit Soi 40 Road, corner Rama 4 Road, Sukhumvit Road, Prakanong (Phra Khanong District), Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ee/bcee49c65e47cdf1ae1220715ed2e0aa9c302e7a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71436984" Longitude="100.59055213" StarRating="2.5" HotelCode="610487|232756" HotelName="Nine Place Sukhumvit 46" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>44/36 Soi Sukhumvit 46, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/d1/52d1912eaf4d452b8f305d65f2cb0ba644adfbb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739213345245" Longitude="100.55487082501" StarRating="3" HotelCode="380408|58623" HotelName="Orchid Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>17/4 Sukhumvit, Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8a/a98a186812672e053f84d28f8f44e0bb08110fb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80196499" Longitude="100.58457655" StarRating="2" HotelCode="520108|232836" HotelName="Pawana Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>235 Ladprao 41 Yak 2, Samseannok, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/a5/76a510c6d3bc16cc007090e0acedc09e213186cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79991065" Longitude="100.57028709" StarRating="3" HotelCode="945454|232928" HotelName="Q Space Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15/189 Soi Vibhavadi Rangsit 16/27, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/61/41615d6301387955c8a368ed107343f9717ecfb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725524" Longitude="100.580198" StarRating="2" HotelCode="65490|8970" HotelName="Sawasdee Sukhumvit Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Sukhumvit 57, Prakanong, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/45/6845a100219e648f8c3f9077c3068cae29c35d17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77106681" Longitude="100.5051876" StarRating="2.5" HotelCode="520319|233071" HotelName="Shanti Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>37 Sri Ayutthaya Road, 10300 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/4f/e04fb3e88c400e21ac44a15ace7c551ad6aa2170.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762072" Longitude="100.731542" StarRating="3" HotelCode="224724|30893" HotelName="Suphan Lake Hometel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/999 Soi 31-5 Keharomklao, Klongsongtonnoon, Ladkrabang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/25/c72591db0bddc82d1c23fcfa0ae2fd5a90a65900.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92937995" Longitude="100.58415132" StarRating="0" HotelCode="841572|495241" HotelName="Sweetloft Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Song Prapha, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499c7b621363b3bcca2b5d4992e6447b4f7137e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.833378648452" Longitude="100.6616184271" StarRating="3" HotelCode="380418|174335" HotelName="Synsiri 5 Nawamin 96" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1013 Nawamin Road, Soi 96, Klongkum, Buengkum, Don Muang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/78/3178dfe1f0a6db9d370e29f1f110eeed926fe1a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.794312" Longitude="100.710639" StarRating="3" HotelCode="188259|16486" HotelName="Tara Garden Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Ramkamhaeng 164, Ramkamhaeng Rd, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/c2/eac27414cbb22db4b091a195f459a4c4be0db156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76798172" Longitude="100.47669866" StarRating="3" HotelCode="363208|174490" HotelName="Thamrongin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>665/3 Charan Sanitwong Rd., Arun Amarin Bangkok Noi, 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/16/ef16b13f746689ec428f9d17ae9b25b4a90dfbd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724323" Longitude="100.49463" StarRating="3" HotelCode="165841|48463" HotelName="The Aiyapura Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58 Krungthonburi Soi 1, Klongtonsai, Klongsarn, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ae/ceae9019f0ed78aa7da983fac0e60efc0210b2bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83110346" Longitude="100.57197057" StarRating="3" HotelCode="495250|174344" HotelName="The Bangkok Major Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1658 / 18-21 C 30/1 Phaholyothin, Chan Kasem Road Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f2/f3f23fa77237ec90e844c821ae8b57c58a20604b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75357696" Longitude="100.60852858" StarRating="3" HotelCode="384789|61540" HotelName="Thomson Residence - Ramkhamhaeng" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Ramkhamhaeng Soi 15, Ramkhamhaeng Road, Huamark, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/4f/d34feda9defb3ec36956ed790944f3b68d139fb4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="19.26" OriginalAmount="18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719742" Longitude="100.775874" StarRating="2.5" HotelCode="888671|48841" HotelName="Thong Ta Resort &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1888 Onnut-Latkrabang Road, Latkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fc/abfc44ae4b4c4447444315ee3786a01e878aecfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="19.85" OriginalAmount="18.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FC47" HotelName="ORCHID RESORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>62 LADKRABANG 48, BANGKOK, TH BANGKOK SUVARNABHUMI</AddressLine>
          </AddressLines>
          <CityName>BANGKOK SUVARNABHUMI</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1606175_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="19.88" OriginalAmount="18.58" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|717481" HotelName="Convenient Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>88/8 SRIVAREENOI RD.(LADKRABANG 54), 88/8 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1148071_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="20.26" OriginalAmount="18.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83962721" Longitude="100.58240112" StarRating="3" HotelCode="407209|65469117" HotelName="Livotel Hotel at Kaset Nawamin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Soi Phaholyothin 34, Phaholyothin Road, Sena Nikhom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/77/3d7793c68ec8c0113a217aeef428f94b4ebcaa77.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74940427" Longitude="100.623257" StarRating="3" HotelCode="523296|221863" HotelName="@Home Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/1 Soi 16 Searee 2, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/c1/f1c13efbfc26655aef0e9db71c7edebea79b82bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7719118" Longitude="100.63206517" StarRating="3.5" HotelCode="945711|221865" HotelName="130 Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>25 Lat Phrao Soi 130, Khlong Chan, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/04/ff0465c203d33c0aa117cefe0669a221ed79fed6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92644535" Longitude="100.59589642" StarRating="3" HotelCode="611959|232126" HotelName="B your home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22  Saranakhom 3 Soi, Songprapa Road, Seegun, Donmuang 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/6c/646c0adf9c04aa35b4c2f63b65db0c1c1afe6a19.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.690194899691" Longitude="100.60475288536" StarRating="3" HotelCode="621317|253980" HotelName="Baan Mek Mok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>306 Soi Pongvetanusorn 2, Sukhumvit 64, Bangchak, Phra Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/68/ba68f588606efe673653b3478b944830ca63ebde.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83285343" Longitude="100.55982464" StarRating="2" HotelCode="495895|173221" HotelName="Baan Mi-Na" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/44 Soi Vibhavadee 38, Ladyao District, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cb/b9cb9c61664d630cdd3a80476c9d0301c221a187.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74733501" Longitude="100.49745008" StarRating="2" HotelCode="408031|174414" HotelName="Bangkok Bed and Bike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/6-7 Sikak Phrayasi, Wangburaphaphirom, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/67/63670dfefa533f3846351fbc62f2eb1294e9abb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82023104" Longitude="100.58340869" StarRating="2" HotelCode="951171|376825" HotelName="Casa Luxe Hotel And Resident" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>145 Soi Ratchadapisek 36, Yak 19-1, Chandrakasem, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/76/4576d411190f68e454ad2b1ec2aafcb7a14bc403.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80160969" Longitude="100.6212087" StarRating="2.5" HotelCode="586716|232162" HotelName="Chantra Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>662 Soi Ladplao 87, Yaek 32, Wangthonglang, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77224e46e7be989a34fdf778cf810e2f0566de81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72115" Longitude="100.765056" StarRating="3" HotelCode="98789|22017" HotelName="Floral Shire Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 Soi Lad Kra Bang 42, Lad Kra Bang Road, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/40/b240439e38777ff0907bd76b7c6d729e29f59a5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72745604" Longitude="100.52427996" StarRating="2" HotelCode="583319|223865" HotelName="Hoft Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181/13-14 Surawong Road, Suriwong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/59/6d59c5809c7720a43ad0c02cd0645846a6579a14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91509951" Longitude="100.58589113" StarRating="2" HotelCode="582177|223870" HotelName="Hoppers Place Donmuang Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>435 Chang Akat Uthit Road, Donmueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ed/14ed1508de92d65441e1a7c9b68c1b51513d4b58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80610121" Longitude="100.51126084" StarRating="2.5" HotelCode="602656|226698" HotelName="Ms Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>683 Soi Jaransanitwong 95/2, Bang Aw Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/3b/e33b17dca4f9f045a9ce6b78ae535a7bf871b96d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746989" Longitude="100.54881" StarRating="3" HotelCode="293445|57824" HotelName="Nantra Ploenchit,Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/12 Soi Nai Lert Wireless Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/9b/eb9bb84979c8d42e79e85fbefd3f3b8fcbe92bd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742943372005" Longitude="100.601859569" StarRating="3" HotelCode="36349|48460" HotelName="Nasa Vegas" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Ramkhamhaeng Road, Sukhumvit 71 Road, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/8c/ab8c2b984b203bfb421da822039f9e6cf5ae81e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75866402" Longitude="100.49976898" StarRating="2" HotelCode="876225|376893" HotelName="Nina Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Thanon Tanao, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/88/928855b143bcb53a8911153bd178bfedfb9784dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721678" Longitude="100.763339" StarRating="4" HotelCode="933173|48835" HotelName="Ploy Khumthong Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1194/5 Soi Latkrabang 40/2, Latkrabang District, Airport Suvarnabhumi, Bang Na, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/48/7248f7893fe132d6d65b52f303128fbcfcd86e2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71816374" Longitude="100.7889819" StarRating="3" HotelCode="584223|232881" HotelName="Pongsakorn Boutique Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>81/7-8 Soi LuangPang 2, Thap Yao, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d0/9ed0612ad0b8e02ee74c93568ed3775f820c33c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7203" Longitude="100.730139" StarRating="3" HotelCode="136258|26980" HotelName="Regent Suvarnabhumi Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30/1-32/1 Soi Ladkrabang 22, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/87/3e875a77a3bff34772cb76aea7672b1afda7ccfb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.829496104833" Longitude="100.57128135536" StarRating="3" HotelCode="340639|367879" HotelName="Sena House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15/1-9 Soi Phaholyothin30 Phaholyothin Road, Chankasem Chatuhak Bangkok, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b5/7bb5792fb1fa973b0e4c2c7fa6ea541d84d35aea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78125127" Longitude="100.59183196" StarRating="3" HotelCode="614471|246238" HotelName="Sleep Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>28/9 Soi Pracha Rat Bamphen 26 Yaek 12, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e9/18e902ae18c7a6665939f695453de0f6f7ecb76a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.764207022586" Longitude="100.49962017187" StarRating="2" HotelCode="376777|173859" HotelName="Suksawad Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/3 Samsen 6, Banglampou, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/d4/a0d47841ada62e05ebf0ba673bdd1c135243d85c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73827117" Longitude="100.52059846" StarRating="2" HotelCode="569795|367914" HotelName="T-Boutique Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>41/64 Charu Mueang Road, Soi Sunthon Phimon, Rong Mueang, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/56/a3565ac8b109d673b01075ed51eb33094cb12b25.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81391497" Longitude="100.72481063" StarRating="3" HotelCode="603422|233242" HotelName="The All 24 Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>10 Soi Sihaburanukit 9, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/2c/fd2c5e072de25f37d1ad23b12ff9acc06ceadef2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.87065014" Longitude="100.55869872" StarRating="3" HotelCode="945686|233290" HotelName="The Journey Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>345/65 Soi Ngamwongwarn 47 Yaek 44, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/a5/13a534670df7a413d7cad3ee8996b0b5b5ae9e64.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72169895" Longitude="100.65181689" StarRating="3" HotelCode="781822|367979" HotelName="Waleepai Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Onnut 53, Sukumvit 77 Road, Yaek 1-4, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/25/8f2590031785b69955d293ef9d44a24898521d7c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="21.04" OriginalAmount="19.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723262" Longitude="100.753756" StarRating="3" HotelCode="189255|2008601" HotelName="The Phoenix Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Ladkrabang Soi 7, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/9c/569c7f9feb7963a8889f42369e16c92a810b9c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="21.19" OriginalAmount="19.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71365496" Longitude="100.5268309" StarRating="3" HotelCode="380582|585810" HotelName="H2 Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>529-533 Soi Sathorn 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/63/b263568948f668af0cd8d2b29b4ad2f458a311f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.711577466969" Longitude="100.43222795711" StarRating="3" HotelCode="438828|172666" HotelName="14Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1-2/3 Phetkasem Road, Soi 35/1 Bangwha, Phasricharoen, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/dc/69dc04ae6dbc71bae1f0c11a00b19113d54f5dfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75747057341" Longitude="100.64290132335" StarRating="3" HotelCode="398351|54684" HotelName="AC Sport Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>61/1 Soi Ramkhamhaeng 50, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ef/2fefb714ffb40d5dd0c95fc9b4d7ec14818de42b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67071211" Longitude="100.60482845" StarRating="2.5" HotelCode="582424|232075" HotelName="Baan Mai Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3262/2 Soi Wat Bang Na Nai, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0ff8ab71572af661a14e0e14e00c0e1fcdd98f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79157464468" Longitude="100.57506162779" StarRating="3" HotelCode="343431|58248" HotelName="Calypzo Ratchada 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>52 Soi Rungrueng Ratchadapisek Road, Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/cd/86cda3de14e4c2813f21b9c2802d00304cd9ba95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78618182" Longitude="100.78011426" StarRating="3" HotelCode="630616|254045" HotelName="Kailub Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>225/109-110 Khumklao Soi 9, Saanseab Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/95/e195c55c95dba107bbd60261b05cfff28b3dd445.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.706904" Longitude="100.535886" StarRating="3" HotelCode="93362|26954" HotelName="Forum Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi Chan 2, Thungwatdon, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/5e/a25ec86cded3d0e115818403dc6ba667ea7a832d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718923678654" Longitude="100.76419466681" StarRating="3" HotelCode="586514|223518" HotelName="Gold Airport Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotels,Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1288/9 Ladkrabang Soi 40/2, Ladkrabang Road, Lat Krabang 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/05/590540d4552b488d7d25a48b4d8da42ec2d4eef0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716631" Longitude="100.775898" StarRating="3" HotelCode="900652|16872" HotelName="Great Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1892/1 Ladkabang, Ladkabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/74/cc741c3f8b7b0886e557cf53814bd426cf371e8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="973743|499179" HotelName="Hallton Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1917 Soi 20 Mithuna Yaek 19, Pracharat Bamphen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0c/840c85222d19f420d75db3ce061a0da3c080cf9d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68917019" Longitude="100.60895686" StarRating="3" HotelCode="586224|232244" HotelName="Heyha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2346-23489 Sukhumvit Road, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/4c/334c87ca56d10b80bae8cb59f62f36eedcfa36ac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78455692" Longitude="100.56380687" StarRating="2" HotelCode="516174|223501" HotelName="CK2 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Intamara 22, Suthisan, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/77/1877f112c60e4675871d7ca64e96a2e939dc6d68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71035676" Longitude="100.6099671" StarRating="3" HotelCode="603287|232344" HotelName="Lee Garden Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>444 Soi Onnut 10, Sukhumvit 77, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/a7/3ea7d1925f9b99e8a1989252375e1ff5f5577e86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715703555849" Longitude="100.53159703306" StarRating="2" HotelCode="425195|232355" HotelName="Living Naraa Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28/88 Narathiwas Rajanakarin Road Soi Narathiwas Rajanakarin 8/1, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/99/a799076aea5cc5c62e3ec7b69dbf10effffd8c3d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721692" Longitude="100.58305833333" StarRating="4" HotelCode="915486|57422" HotelName="Lodge 61 Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1221 Sukhumvit Soi 61, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/07/26071a3688f9b755e594b0737c7e0a2c9c100736.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78631314" Longitude="100.56839189" StarRating="3" HotelCode="583185|226696" HotelName="Maverick Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>95 Soi Inthamara 45, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c5fc9eb92689965450149c2e8a6b16e46c619d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76974477" Longitude="100.58278705" StarRating="2" HotelCode="765802|324703" HotelName="Mok Mek 72" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>72 Soi Pracha Uthit 24, Pracha Uthit, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/82/458247cedb5560f7201202ea069d464bf903d29f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74631605" Longitude="100.35609439" StarRating="3" HotelCode="614584|246224" HotelName="Nonnaisuan Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18/11 Thanon Bang Waek, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/89/c18998644291af41ba5a2713ceac3f2355d1b260.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70557228" Longitude="100.37905865" StarRating="3" HotelCode="786110|367823" HotelName="Penyos Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>290 Soi Petchkasem 67 Moo 10, Lane 12, Lak-Song, Bang Khae, Bangkok 10160</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e1/79e1847624973bdf70115725a89c18ec63d20b47.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76879843" Longitude="100.57438333" StarRating="2.5" HotelCode="945685|232886" HotelName="Popcorn Ratchada House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ratchadapisek 10 yaek 11-4, Ratchadapisek Road, Huaikhwang Somjai Mansion, Ground Floor, Bangkok 10310, Huai Khwang</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/46/6846b2fa0175e3a48b9f8e8897e7717a91365f41.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760428240889" Longitude="100.49679990465" StarRating="2" HotelCode="398631|62007" HotelName="Rambuttri House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Beauty Salon,Coffee Shop,Elevator,Housekeeping,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Rambuttri Road, Taladyod, Pronakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/76/7376e535ae54a10ed8be46834520f309dbc8319f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71103134" Longitude="100.41045293" StarRating="2.5" HotelCode="604221|233028" HotelName="Ruan Plaisoi Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Soi 80 Petchakasame Road, Bangkarenua, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/11/34119d9c0c3adf31159f0bb2585d5627a2308b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758336431842" Longitude="100.49992570127" StarRating="0" HotelCode="188249|519196" HotelName="Siam Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Pradiphat 10, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/7e/797ef0b008813eb3878208c632f542615b8f08e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766367714069" Longitude="100.63210059424" StarRating="3" HotelCode="384124|63861" HotelName="Synsiri Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>93/1 Panya-Ramintra Road, Khwaeng Kannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/1b/911bbed6a1af6034f8a9c234b6e36d5e249179ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76042201" Longitude="100.49802844" StarRating="3" HotelCode="520120|62136" HotelName="Tanee Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94,96,98 Tanee Road, Taladyod, Pranakorn, Bangkok, Bangkok Province 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/c2/e9c27b5adf01b9980c0127ec6e6e9daed51e350b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75222334" Longitude="100.62443351" StarRating="3" HotelCode="586723|233285" HotelName="The Garden Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>27/2 Yaek 22 Ramkhamhaeng Road, Seri Village 1 Soi Ramkhamhaeng 24, Huamark Bangkapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e7558a974e69975856499a0998256806c1b754d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7226846" Longitude="100.76467189" StarRating="3" HotelCode="739857|367935" HotelName="The O-Zone Airport Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="24 Hour Security,Golf,Housekeeping,Internet,Restaurant,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>1529/4 Lat Krabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/f8/8ff8c7def85f109d2d32b5c219008eeda6607b40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8849442" Longitude="100.5610849" StarRating="3" HotelCode="342645|232862" HotelName="Petpimarn Boutique Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>99/89 Moo 6, Thungsonghong, Amphoe Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/12/6a12163bdf657455649019df8a18883bc07ba2ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.40" OriginalAmount="20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.763732" Longitude="100.503604" StarRating="3" HotelCode="64964|33279" HotelName="Trang Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Wisutkasat Road, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/04/17042497ff2fac6c3a939aa2663d5bae081351f4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="21.67" OriginalAmount="20.25" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|598175" HotelName="Infinite Hotel - Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>95 INTAMARA22 SUTISARN ROAD DINDAENG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1605834_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22.32" OriginalAmount="20.86" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4768" HotelName="Mall Suites Hotel (formerly Mall Suites Express)" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3530 LATPHRAO ROAD SOI 144 KLONGCHAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2542356_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22.47" OriginalAmount="21.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717823909166" Longitude="100.52568286658" StarRating="4" HotelCode="130259|717416" HotelName="The Heritage Hotels Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Sathorn 13 Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/f9/9af9c637e87bc3e2aba5e950f061d7167c5c7337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.681512701489" Longitude="100.47312506733" StarRating="3" HotelCode="339348|52057" HotelName="14 Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Golf,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 Rama II Road Soi 18, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/b9/ccb9fa0b944277b37b8a2541284339492ba0bd41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.673525359281" Longitude="100.45482758201" StarRating="3" HotelCode="398494|52058" HotelName="14 Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/354 Moo 10, Bangmod, Jomthong, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/6e/476e2849fca3da32e09a02c652a877612a7f5e9a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.64836974" Longitude="100.522892" StarRating="3" HotelCode="411661|204793" HotelName="14 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>119 Suk Sawat 66 Road, T.Bang Phueng, Phra Pradaeng, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/34/a9349d484535cc2af8a93ba1a33708bf81c870d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81856918" Longitude="100.59234648" StarRating="3" HotelCode="585240|232038" HotelName="48 Metro Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lat Phrao Wang Hin 48, Ratchada 32, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da4a521580f45cb699a596427a74328e89cd9ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72015466" Longitude="100.74006857" StarRating="3" HotelCode="545833|173214" HotelName="A Port Studio Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>840/1-2 Ladkrabang Road, Lat Krabang 10520, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/a9/d4a9fcd9eead800996b57b638ab40115268e597d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76822573" Longitude="100.62297473" StarRating="3.5" HotelCode="943388|223111" HotelName="Atelier Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>256 Soi 122 Ladprao Road, Mahadthai 1, Wangthonglang District, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/31/2031e2ef8bb1377b699b523222d42122bb8681be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81654532" Longitude="100.60998507" StarRating="2" HotelCode="421668|63541" HotelName="Bansabai Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Nak Niwat 53, Lat Phrao 71 Road, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/91/d391c4f61fe93a402c96521c57078ab8f679b32e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.651363870682" Longitude="100.61095761839" StarRating="2" HotelCode="357129|184755" HotelName="Bearing 26 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88/88 Moo 10, Samrong Nuea, Bangna, Samut Prakan, Bangkok 10270</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ef/b4ef288d8c9964565e2eb6514c019731652d5ac2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80362262" Longitude="100.55641477" StarRating="2" HotelCode="329499|58166" HotelName="G9 Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1032/26-27 Phaholyothin Road Soi 18/1, Ruamsirimit, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/44/2b44c21b45c04226304262761c7786f281d19cc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7209109" Longitude="100.50715207" StarRating="3" HotelCode="357917|60915" HotelName="Grand Tower Inn Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Charoennakorn 14/2, Charoennakorn road, Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/86/e9861e16d97a2440a53f0f75de493030beba4874.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726699162941" Longitude="100.56489547109" StarRating="2" HotelCode="329706|58538" HotelName="Honey House 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>106/3-4 Sukhumvit 22 Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4b/7d4bb896778101fc2fd69b21b7842b2ff51e0c1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733123224886" Longitude="100.56504775992" StarRating="3" HotelCode="433877|232258" HotelName="Honey House 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/3-4 Sukhumvit Soi 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/40/52403bb03cd88b5b777bec0ad5b28fd2e406f5df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7590142" Longitude="100.4970419" StarRating="3" HotelCode="915488|56799" HotelName="Khaosan Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>139 Khao San Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/02/1d0281aacfe8966f20fd62f591ce639e98a30e58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76682344" Longitude="100.64651519" StarRating="3.5" HotelCode="522784|173807" HotelName="Pantip Hotel Ladphrao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3191/1-428 127 Ladprao, Klongchan Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0a/960a670618c8410ac0977e156bae920356de496d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75361475" Longitude="100.78939943" StarRating="3" HotelCode="603633|232878" HotelName="PN Home Service" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Chalong Krung Road, Happy Place Village 2, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/91/2a91bbd6aee56041c7ce29b1a221ca294a97dcdd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78496522" Longitude="100.57079886" StarRating="3" HotelCode="758989|367846" HotelName="Resort V MRT Huai Kwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>405/1, 405/2 Soi Inthamara 47 Alley, Ratchadaphisek Road, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e0/9be0c7bdae9cfa91b8df6105882141f97fdf8d48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76663676" Longitude="100.47017093" StarRating="2.5" HotelCode="475977|58247" HotelName="Riski Residence Bangkok-Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>27/85 Bangkhunnon Soi 13 Road, Bangkhunnon, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/c2/fdc21f452ddd16934c4da087d8a800883f4fe79e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.841632078392" Longitude="100.55977776163" StarRating="3" HotelCode="384273|61232" HotelName="Room At Vipa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>71/14 Vibhawadee 44, Lad-Yao Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/ce/04ce1fc6aee36976b40c59da7dc42227235a0587.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760600045389" Longitude="100.56444991595" StarRating="3" HotelCode="380583|57555" HotelName="Tanatawey Places" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>504/1 Asok-Dindang Road, Tanatawey Place Building, Din Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/25/253108/253108a_hb_a_040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760236053134" Longitude="100.49693957241" StarRating="3" HotelCode="902595|56409" HotelName="Sleep Withinn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Rambuttri Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/65/a9652e430e9efff12291cdf91c186357f3c48221.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76480302" Longitude="100.50272303" StarRating="3" HotelCode="352122|55502" HotelName="Swana Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>332 Visuttikasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ff/50ff130bc5c7a4254220f1fc009cd294fe35bbb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84395191" Longitude="100.6456575" StarRating="3" HotelCode="442577|233312" HotelName="The Meet Green Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>112/26 Ramintra 40 yeak 19 (Nuanchan), Buengkum, Bangkok, Bangkok Province 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/82/6c82ce951975c26dec7c0cb3e78defc9cef378f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.869901" Longitude="100.55919827" StarRating="3" HotelCode="404684|233355" HotelName="The Riche Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Ngam Wong Wan 47 Yak 42, Thung Song Hong, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/54/07540cff75f765901ed72fcd321b4f2dd92bf84f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719" Longitude="100.549597" StarRating="3" HotelCode="136256|271509" HotelName="Tivoli Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71/2-3 Soi Sri Bumphen, Yen-Arkart Road, Thungmahamek, Sathorn, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/08/940899a9315ac30ff92d6a3281c16b2ae90a0185.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75230631" Longitude="100.52812504" StarRating="2" HotelCode="765993|367950" HotelName="Timber Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>291/27 Phaya Thai Road, Soi Phaya Nak, Ratchathewi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/51/8551f369ed10832a86e448b8cf5657fa7c0c4fba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789670282874" Longitude="100.57849287987" StarRating="3" HotelCode="186270|48458" HotelName="Ton Aor Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67/2 Sutthisan Road, Huai Kwang District, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/76/47764830a156134b64e09aa530b8e3b6937baa40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77178464" Longitude="100.61210651" StarRating="3" HotelCode="603638|227174" HotelName="PARC Town in Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1203/2-217 Soi Ladprao Road, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/4e/704e7013c9898e317629500e049bdace83e1dfe5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722614339306" Longitude="100.56152036004" StarRating="2" HotelCode="543938|58394" HotelName="Varinda Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Garden,Internet,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>124 Soi Yekpaisinghtoh, Klong Toey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/d6/97d6cd01fb047eb7eb822871a6bc94134cf6d378.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.47" OriginalAmount="21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753293" Longitude="100.543938" StarRating="3" HotelCode="255717|61766" HotelName="Shadi Home &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38/5 Soi Wattanawong Ratchaprarop Road, Makasan, Patunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/e9/d8e9f85b9e86084dc5e47559f3368351d1a943ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76101831" Longitude="100.50169287" StarRating="2" HotelCode="587956|232077" HotelName="Baan Nampetch Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>402/2 Trok Kasemsri, Soi Wattrithodsatep, Phachatipatai Road, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/1e/291e8f7b8f32b70503db5805bb6736d50d9ce298.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.696345" Longitude="100.513022" StarRating="3" HotelCode="65093|3700" HotelName="Howard Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3641/10 North-South Sathon Road, Charoen Rat Road, Bangkhlo, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/5d/9b5d12722fcceb254fad7d55db366c974e663dfd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.693675202705" Longitude="100.64402273822" StarRating="3" HotelCode="73248|57138" HotelName="King Park Avenue" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Srinarin 40, Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/6f/f06f51fb3a16514f27347c8fabe904df326f8de8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.890459659879" Longitude="100.56156117104" StarRating="3" HotelCode="380577|223505" HotelName="Delight Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>54/9 Chaengwattana Road, Soi 15, Thungsonghong, Laksi, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/60/5e60bc6bf3f90f34a15d35e0facdc1adc6660f66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81011346" Longitude="100.55871488" StarRating="2" HotelCode="638258|271439" HotelName="Ease Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1082/34-35 Phahonyothin Road, Chom Phon, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/7f/6a7f55d9887747400d93735a82b667695871ed60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7543748" Longitude="100.6117414" StarRating="3" HotelCode="150141|57426" HotelName="JL Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Ramkhamhaeng 23, Ramkhamhaeng Road, Soi Wat Pra Kraisri 1, Huamark, Bangkapi, Bangkok, Bangkok Province 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/3e/6b3ec6ed23a2a109806b6a1074604a473a978b7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69345871" Longitude="100.6463485" StarRating="3" HotelCode="362389|61948" HotelName="KC Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Supapong 3 Yeak 1 Srinakarin Road Nongbon Prawet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/20/7220f032dae06dc7b2eb5f8e541b9c818e9efbea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.792754464603" Longitude="100.57394385338" StarRating="3" HotelCode="166759|201824" HotelName="Lantana Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>229 Ratchadaphisek Road, Bangkok 10400, Din Daeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/73/e5730a567577576e26a455d06a620885e16c228a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68909763" Longitude="100.638764" StarRating="3.5" HotelCode="945518|226080" HotelName="Leenova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>83 Soi Supapong 1, Yak 3, Srinakarin 42 Road, Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/08/3d084a857ffa7ef81ae6cfc525f61c538c9e02a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70508933" Longitude="100.5056414" StarRating="2.5" HotelCode="520113|232362" HotelName="Long Zhu Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2128/14-16 Charoenkrung 74 Road, Phrayakrai, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/9c/629cf4e05d60c9d53846f736f896ea24ecc0d429.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766652" Longitude="100.643654" StarRating="3" HotelCode="933168|173286" HotelName="Mall Suites Express" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3530 Latphrao Road Soi 144 Klongchan, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/2f/832fb9b285de392cda08c18a0a6a7d0d3a04cc0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91517448" Longitude="100.58588295" StarRating="3" HotelCode="588198|226697" HotelName="Mont Place Donmuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>252 Chang Akat Uthit Road, Near PTT Station, Khwaeng Don Mueang, Khet Don Mueang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/48/67482c516d222972c0a416217d8f5b55022e8745.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.854104985501" Longitude="100.53504679539" StarRating="3" HotelCode="305997|161329" HotelName="Riski Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>178/2 Ngamwongwan, Soi 8, Bangkhen, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/3f/9c3f618a9642f22c34b653761a6960ab9c0a5dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74133168" Longitude="100.50518139" StarRating="2" HotelCode="778428|233037" HotelName="Sampheng Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/57/8557d7793cd21629fada948cd78ea7f81c812d8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754693970952" Longitude="100.51049494201" StarRating="2" HotelCode="337843|233127" HotelName="Smile Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>136-138 Damrongrak Road, Pom Prap Sattru Phai, Soi Trok Kee Thao, Behind Bo Bae Tower, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/c8/ffc896f3c48c60ce923d8f0a57a9a228344cfc01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688253363819" Longitude="100.60912922856" StarRating="2" HotelCode="308181|233343" HotelName="Spacy BKK" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2294 Soi Sukhumvit 64, Sukhumvit Road, Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/8b/298b54dca0e97aec383f4985a4f627b33667b248.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7753679" Longitude="100.48080106" StarRating="3" HotelCode="601578|233213" HotelName="Sudyod Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>46 Baromratchonee Road, Bangbumru, Bangphlat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/70/2870fa703b6abf24dfe700e4dc215fe6b5973d2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73077291" Longitude="100.56387342" StarRating="3" HotelCode="359397|61009" HotelName="Sukhumvit 20 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>64/1 sukhumvit soi 20 klongtoey bangkok, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e1/ffe1259a11cdc90a3a053d7df1e1e298ddd76881.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767296817794" Longitude="100.53972852472" StarRating="2" HotelCode="380547|233228" HotelName="T Hostel @ Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>156/3 Phahonyothin Road, Samsennai, Phayathai, Chatuchak, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9344398</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760198911636" Longitude="100.49840983421" StarRating="2" HotelCode="903161|174342" HotelName="Thai Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111/1-3 Tanee Road, Taladyod, Panakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/52/db525f59e04cec7e9ff25d50b952c0add1faff2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.54" OriginalAmount="22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75947987" Longitude="100.49829092" StarRating="3" HotelCode="943346|223321" HotelName="Villa Cha Cha 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>327/ 2-4 Rambuttri Road, Talad Yot, Phranakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/85/7b85e0e95d2df80b3d21ac1587b3118f2f8f604c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="23.67" OriginalAmount="22.12" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717670" HotelName="Sabai Sabai @ Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>984 / 22-27 PRIDI BANOMYONG 40,SUKHUMVIT 71 RD. BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979520_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72242604182" Longitude="100.50553762698" StarRating="3" HotelCode="387202|172671" HotelName="Aim House Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>95, 99 Soi Charoennakorn 14, Khlong Ton Sai, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/b3/6db3a8143d36002336b9540a8a23f5e75573987c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.667631" Longitude="100.620153" StarRating="3" HotelCode="89140|9142" HotelName="Avana Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>900 Bangna Road, Bangna District, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/a2/c2a2f71191e6bcd857fbccbe7f5f2ac6a34a8816.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721810240771" Longitude="100.49165252299" StarRating="3" HotelCode="225556|232090" HotelName="Bangkok Loft Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>55 Somdet Phra Chao Taksin Road, Near Soi 7, Bangyeerua, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/02/42028b0d8854ae6ffaca2c79de94f728fb40ab51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76248017" Longitude="100.56509667" StarRating="3" HotelCode="435653|223487" HotelName="Blissotel Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>322/389-390 Ratchada Soi3, Asoke-Dindang, Dindang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/81/bc81a21c833f25f8e72a9299142af875b38a031e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7578" Longitude="100.5641" StarRating="3" HotelCode="115845|56422" HotelName="Centric Place Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/29 Soi Yucharoen, Asoke-Dindaeng Road, Dindang, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c5/b9c5231564f184e1e50ba633e6575001a8ab37e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75856038384" Longitude="100.49801506898" StarRating="3" HotelCode="380538|58693" HotelName="Khaosan Park Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>202 Khaosan Road, Taladyot, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/3e/903e4dba9f9030cb3aef8640b8bc1d35bab165a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66256442" Longitude="100.60842109" StarRating="2.5" HotelCode="622852|254188" HotelName="Villa Madame Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Soi Sukhumvit 105, Soi Lasalle 11, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a6/06a6108b4f420d38426f3d4b86d088713d483cf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754913627742" Longitude="100.50039180898" StarRating="3" HotelCode="188208|48414" HotelName="MeStyle Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2220 Mituna Soi 13, Huai-Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/e2/62e216ac10b171914a9ac4eb8a9d570135f34d0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759389054279" Longitude="100.49556459728" StarRating="3" HotelCode="380414|58532" HotelName="Pannee Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Chakrapong Road, Banglampoo, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de61293dcd8c77593057bf3aa1e09c4d43b89571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.83771373" Longitude="100.5754594" StarRating="3" HotelCode="495753|173804" HotelName="P24 Kaset" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Soi Phahonyothin 36, Senanikom, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b6/9ab62a59daae0ada6479085b46c178340adf007c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721078" Longitude="100.506494" StarRating="3" HotelCode="176258|48471" HotelName="Sarasinee All Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>369 Soi Charoen Nakorn 14/2, Krung Thon Buri Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/99/bd9979c6a6732203b6359522c125aa5694ba2279.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.823974649531" Longitude="100.56351464969" StarRating="2" HotelCode="915493|57438" HotelName="Poonchock Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>27 Phaholyothin Soi 23, Phaholyothin Road Ladyao, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/8b/618bc3fc3874e098baddf93f2334e77a22b4769e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7353234" Longitude="100.51883614" StarRating="2" HotelCode="766417|367849" HotelName="Rest24 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Maha Nakorn Road, Maha Phruttharam, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/29/d029fb479b43990361f1882eb2921915dfc283ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69676641" Longitude="100.51099531" StarRating="3" HotelCode="586665|232978" HotelName="Rio Monte Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Chalamnimit 6, Bangkho, Bangkholaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/9c/fc9c0a8128dfa78747619234f546682d6cf6d3ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76335292" Longitude="100.5020236" StarRating="2" HotelCode="338669|62369" HotelName="Roof View Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90/1 Samsean Road, Soi 6 Banpanthom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/c1/01c1809ab7e068a45580c44b8512eb8f0bd72719.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72123485934" Longitude="100.54602731501" StarRating="2" HotelCode="391574|63005" HotelName="S1 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35/1-4 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/07/eb07acf525f9a672984b666896004ba741449932.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75446261" Longitude="100.53991417" StarRating="2" HotelCode="853371|376898" HotelName="Shining Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120/183 Ratchaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10444345</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74709104" Longitude="100.52470114" StarRating="0" HotelCode="744112|285645" HotelName="Siam Stadium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>134 Rama I Road, Khwaeng Wang Mai, Khet Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/62/3e622625daa344dd5a2d97b432a00263c4b0a60b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720574290612" Longitude="100.54736146832" StarRating="2" HotelCode="376453|173856" HotelName="Sribumpen+" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/1 Soi Sribumpen, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5f/a75f9359c190285493e224aa898af5b32babd457.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.785749" Longitude="100.574109" StarRating="3" HotelCode="160305|63913" HotelName="Pietra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>254 Ratchadapisek Road, Huay-Kwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/64/e4649fd3815b8a9cdc99ebb16b27ab1505e59692.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76018333" Longitude="100.49854609" StarRating="3" HotelCode="520292|204783" HotelName="The Secret Service" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>113/1 Tanee road, Talardyod, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d3/5dd382fb4629cec372f387ee1c78f62d23216e88.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759285821957" Longitude="100.63974074439" StarRating="3" HotelCode="380421|62328" HotelName="Three Seasons Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Ramkhamhaeng 42, Khwaeng Hua Mak, Bang Kapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/58/8d58d2959416b79af982646a9de2ea5e6f59b5c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75497887" Longitude="100.53353301" StarRating="2" HotelCode="779356|367983" HotelName="Yaksa Private" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>69/27 Phayathai Road, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/15/481537ed4e6f10711ef0ece1f6547696faaa8036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.962415170519" Longitude="100.62415480614" StarRating="4" HotelCode="37609|48308" HotelName="Asia Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/2 Moo 8, Phaholyothin Road, 12130  Lamlukka Pathumthanee</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/52/3952c3f94c0765a0186919b40ad37db0c9279039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.6692978" Longitude="100.68588044" StarRating="2.5" HotelCode="621094|253982" HotelName="Baan Noppadol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71-75 Ramkamhaeng 2 Soi 8, Dok Mai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/61/006123366ac2392e9036102cc388afdaa6b2fbfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80676581" Longitude="100.55747653" StarRating="2" HotelCode="573101|232108" HotelName="Bed To Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1064/67-69 Soi Choei Phuang, Phahonyothin Road, 18/2 Chompon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/50/2d509a2a96de588dd73a2589ad7a720f23e86c8d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91201054" Longitude="100.57152754" StarRating="2" HotelCode="600875|232111" HotelName="Beige Poshtels Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>494 Kosumruamjai Soi 42, Kosumruamchai Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/44/db4446f8d3a0934a8e06f1b8b6a23754a4ba0006.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75259478" Longitude="100.54627927" StarRating="2" HotelCode="320415|48391" HotelName="Chang Siam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1091/63-64 Soi Petchburi 33, New Petchburi Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f5/aff5d27ce17c415c52c8a162a2f2fe1eef30ac13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726691555732" Longitude="100.53119707918" StarRating="2" HotelCode="378887|201326" HotelName="Silom Bird House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Housekeeping,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>5/10 Soi Silom 3, Soi Pipat, Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/585410/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733148215203" Longitude="100.51451520827" StarRating="2" HotelCode="398387|63437" HotelName="Loftel 22 Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>952 Soi CharoenKrung 22, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/fc/05fc4ad153da3680e028785cdf3e54481bdf7623.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76482727" Longitude="100.61574995" StarRating="3" HotelCode="439614|63268" HotelName="Marigold Ramkhamhaeng Boutique Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ramkhamhaeng 43/1, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/d8/b7d88b4154d82b41e8d3d44ff69b815594de96dc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78000055" Longitude="100.57722393" StarRating="3" HotelCode="766071|367738" HotelName="Mestyle Garage Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Designated Smoking Area,Dining,Fax,Internet,Laundry,Parking,Printer,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>53 Soi Paisarn, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b7/6ab7802d542e023e6ee685970b3afc758866ee8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.92427699" Longitude="100.59943289" StarRating="0" HotelCode="853715|499170" HotelName="Moca Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>371/45 Saranakom 2, Songprapha Road, Sikan, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/78/1878484a3d4d33a643f46e6cc14ce880c13bbd20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743063967711" Longitude="100.55366635323" StarRating="2" HotelCode="64958|22621" HotelName="Pinnacle Sukhumvit Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6/13-16 Soi NaNa Nue, Sukhumvit 3/1 Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/6f/046f0523831f9dbb3555b69fddd0fef94b3736d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754535365563" Longitude="100.54088741266" StarRating="2.5" HotelCode="337890|58681" HotelName="Siam Star Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/7 Rajprarop Road, Rajprarop 5, Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/16/15169498d129571f68f6dc97fd64581caf145744.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76113833" Longitude="100.49898753" StarRating="3" HotelCode="631333|254160" HotelName="The Moon Night Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161/163 Soi Krai Sri Phra Sumeru Road, Taradyod Phrana khon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/48/a84886917b1aed32e6d9f57f15aae339bb9b9b0b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79244647138" Longitude="100.57393714251" StarRating="3" HotelCode="68188|55180" HotelName="Veronica Residence Boutique Design" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>227 Rachadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/a6/66a692057959b5bdc034e10b829460c0ff997739.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707802352552" Longitude="100.6179318825" StarRating="3" HotelCode="429468|63827" HotelName="Wealth 30th Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Parking">
        <Address>
          <AddressLines>
            <AddressLine>27/1 Sukhumvit Road, Soi Onnut 30, Suangluang District, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/43/31431c1c487c755af91136fe6c1191e3ca031507.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747890457821" Longitude="100.55427253246" StarRating="3" HotelCode="64955|3525" HotelName="Anya Hotel@Sukhumvit 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>72 Sukhumvit Soi 3 Road, Nana Nua, Klongtoey – Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b1/abb11aff213f7ee93eb6111cf9ef5f10cacb5615.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.841044" Longitude="100.562141" StarRating="3" HotelCode="255729|48313" HotelName="Cinnamon Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>62/67 Soi Viphavadee Rangsit, 42 Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/5c/f95c66145d7560857fa0621952f8a62bd14f2268.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754672422533" Longitude="100.53959991146" StarRating="3" HotelCode="343492|58374" HotelName="Le Touché Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/1-2 Soi Juldis, Ratchaprarop Road, Amphoe Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/46/88463c428e52ae567424f356091963741dd1d625.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762070435383" Longitude="100.49417890524" StarRating="2" HotelCode="147381|62774" HotelName="Erawan House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1-2 Phra-Artid Road, Chanasongkhram, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/0e/570e2c7f75b95789d902d47248cef5a90094c1f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754244595327" Longitude="100.53967059008" StarRating="3" HotelCode="397270|63521" HotelName="Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>122/19 Rajchaprarop Road, Pratunam, Rajchathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/2e/df2e32b3fe6450c1b4facff8e0863a5970f91da2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789473" Longitude="100.537551" StarRating="3" HotelCode="95921|8183" HotelName="Grand Tower Inn Rama VI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>402 Soi Rewadee Rama VI Road, Samsennai, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/99/b1994cb83d671408181a26d7fefaf9935d93d45c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75673482" Longitude="100.54431892" StarRating="2" HotelCode="403016|173272" HotelName="Kim Hostel at Morleng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>58/5 Soi Ratchaphong, Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/9e/1f9e1de899419749c46188e14f16551ee8e9be75.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745067526826" Longitude="100.55690646172" StarRating="3" HotelCode="67542|9418" HotelName="Le Fenix Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/33 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/33/2533d9209430791cf48fa8cff3abe7f0fe3ae8da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72344504" Longitude="100.75368571" StarRating="3" HotelCode="351106|254075" HotelName="Lilac Relax-Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Lat Krabang 7,, On-nut Lat Krabang Road, Lat Krabang District, Lat Krabang, 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/e2/9ae27505e8b8340fc945d2f440e469c067314c4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75334122" Longitude="100.53724168" StarRating="2.5" HotelCode="572405|232371" HotelName="Micro Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/8 Petchburi 15, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/e1/89e1f67915c1dad78df4b7752f2e0cdf185bba00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.911224495017" Longitude="100.59169084008" StarRating="3" HotelCode="392615|60935" HotelName="Montri Resort Donmuang Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Chang Akart Uthid 3 Yak 4, Don Muang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/0d/a60db59fea23ca7ce7f22cbeba71897d82b7dca5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80555927" Longitude="100.57513612" StarRating="3" HotelCode="380416|57928" HotelName="mybed Ratchada-Ladprao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8/64-67 Ratchadapisek Road, Chandrakasem, Jatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/3a/ab3ab7010ec084acc9eee35bcfde3e09458ddf2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724807" Longitude="100.524524" StarRating="3" HotelCode="188186|58653" HotelName="Diamond Residence Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>703/705 Silom Road, Opposite Narai Hotel, Silom Bangrak, Suriyawong Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/0c/260c9a83fe6de808ce0e27278020b020e5cba2a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.797178063782" Longitude="100.57423686045" StarRating="3" HotelCode="115857|202901" HotelName="The Travellers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>255/19 Ratchadapisek Road, Din-Daeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723016731171" Longitude="100.52349871709" StarRating="2" HotelCode="398339|60966" HotelName="PanPan Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50/31 Pan Road, Silom, Bangrak, Bangkok, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/23/bf238e51e9ac63cd444f4b75b58014116bdeeaf7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71687015" Longitude="100.73120617" StarRating="3" HotelCode="901778|57439" HotelName="Paragon Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Moo 15, Lat Krabang 22, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/eb/b5ebc1210ea4e97685db42fbbb8c1bbf7283ff63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732909" Longitude="100.597512" StarRating="3" HotelCode="168274|56944" HotelName="Sabai-Sabai @ Sukhumvit" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>984/22-27 Soi Pridipanomyong 40, Sukhumvit 71 Road, Prakanong, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/18/6418d7a3fb737879616fdfb60fa8ab13b5a1e7ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76114802" Longitude="100.49616781" StarRating="3" HotelCode="380579|58751" HotelName="Sawasdee House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>147 Soi Rambutree Chakrapong Road, Phranakorn, Taladyod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/34/9a34ca9656f5e68b24f66c05eeedb1b57c4be324.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.851379609508" Longitude="100.55481247787" StarRating="3" HotelCode="341145|174381" HotelName="Siam Paradise Entertainment Complex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>44/46-49 Soi Ngamwongwan 51, Ladprao, Jatujak, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/zz/faad2fe471e8bb2f960b21201f0dc75fef9c4709.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725418" Longitude="100.521809" StarRating="3" HotelCode="67974|173850" HotelName="Silom Village Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>286/1 Silom Road, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/76/1a76756fd814f6a6db230d23b961966b75bb6bed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746471831777" Longitude="100.60860335827" StarRating="3" HotelCode="115838|22264" HotelName="The Patra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Rama 9 Road, Soi 31 Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3e/d63eb9c111c569ceed1574c831f32ce6c35b103e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="26.75" OriginalAmount="25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752511721397" Longitude="100.53891928199" StarRating="2" HotelCode="402521|58476" HotelName="The Richy Place Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>14/7-8 Soi Petchburi 19, Juldis, Thanon Phyathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/92/8f9299b751ac70f61f55dc35adaee74c42b726e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="27.35" OriginalAmount="25.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760423235147" Longitude="100.54265856743" StarRating="3" HotelCode="58798|1430344" HotelName="The Seasons Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Rajaprarop Road, Makkasan, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ee/15eecc9b45fb06e51daeed3f8d2f0c35714c32d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76148529783" Longitude="100.63968477401" StarRating="3" HotelCode="398340|54683" HotelName="AC Habitat Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Ramkhamheng Road Soi Ramkhamheng 42, Hua Mark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/dd/0edd50dbe8dd03ae97330854a8af5e33c1a9b4cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72333084" Longitude="100.73246487" StarRating="3" HotelCode="320405|48821" HotelName="Aranta Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>999 Soi Lat Krabang 1/8, Onnuch-Latkrabang Road, Lat Krabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc86acc6b529b09bfe2550f0efd3695aeaf2a16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742657521899" Longitude="100.50809562206" StarRating="3" HotelCode="185907|48299" HotelName="iCheck inn Regency Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204, 206, 208 Charoenkrung Soi 14, Charoenkrung Road, Samphanthawongse, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2f/6c2f79cfadf400be0ab6d5cc0a694878cf792998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.772432888299" Longitude="100.6407326256" StarRating="3" HotelCode="345910|83709" HotelName="Baron Zotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77 Ladprao Soi 117, Ladprao Road, Klongjun, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/95/74953f78526168b01f815caee60578951e95d6a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88930949" Longitude="100.57590783" StarRating="3" HotelCode="496326|223494" HotelName="Casa Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99/282 Chaengwatthana 10 Yak 3 Alley, Tungsonghong, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f4/a9f44f5c03eb0af4c942f0de0b59f5b5ac0b3ff5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729664225482" Longitude="100.51559137533" StarRating="1" HotelCode="341779|367671" HotelName="Intown Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Coffee Shop,Elevator,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1086/6 Charoen Krung Road, Bangkok 10500, Amphoe Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/18/6c18274c4064b6e7269350e61889036e137f2a52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70516619773" Longitude="100.60273439538" StarRating="3" HotelCode="384792|63870" HotelName="Kv Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 81, Prakanong, Bangkok  10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/78/e578d07f526af6d1209fe4ba25ff5b2e13390a3f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7367017" Longitude="100.5186749" StarRating="2.5" HotelCode="438890|173283" HotelName="Loftel Station Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>368/1-3 Rama 4 Road, Mahaprutharam, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/31/98311404a41297a66cd0ee46a26efb8be7d0a16d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741058" Longitude="100.555648" StarRating="3" HotelCode="188207|58131" HotelName="Maxim S Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/21-23 Sukhumvit Soi 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c4/87c4f48ffc177d85058e3c3ad2fe0152522636f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76555261715" Longitude="100.4976748392" StarRating="2" HotelCode="394324|61698" HotelName="Penpark Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>22 Samsen Road Soi Samsen 3, Sampraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/21/9421a15c31986f5aa952b91fc8ad510348aab81f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757059863646" Longitude="100.49570381641" StarRating="3" HotelCode="16957|2178" HotelName="Royal Rattanakosin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rajdamnoen Avenue, Khaosan, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc54703a58d4074e0a667204904c1713a0f31fe.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72759445" Longitude="100.57286482" StarRating="3" HotelCode="523286|173836" HotelName="S30 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/61 Soi Sukhumvit 30, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ab/a7ab8a4d5db2ef64aa69f1d470451151d969ced5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730067774322" Longitude="100.5320584774" StarRating="3" HotelCode="65104|48641" HotelName="Wall Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37/20-24 Soi Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/12/4712ff07e2008c429f36a934cb6bdd5414a540b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="27.85" OriginalAmount="26.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72114624" Longitude="100.7951537" StarRating="4" HotelCode="620166|028031" HotelName="Golden Foyer Suvarnabhumi Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Business Centre,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Massage Centre,Restaurant,Smoking Rooms,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>541/8 Luangphaeng Road, Tubyao, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/02/9e0220e238fd3aeba2d4065a4e7a0c7da2c90c37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="28.29" OriginalAmount="26.44" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717450" HotelName="Anya Nana@Sukhumvit-Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 3 RD, NANA NUA, 72 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/979191_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="28.89" OriginalAmount="27.00" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|717391" HotelName="Baiyoke Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI RATCHAPRAROP3, RATCHAPRAROP RD.,RATCHATHEWI, 1 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/952070_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762830666667" Longitude="100.49729233333" StarRating="2" HotelCode="398633|52076" HotelName="Adamaz House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>90 Phra Sumen Road, Banglamphu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/ce/11ce89deb7028147cc6215934ffd28ea0a05a866.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67380684" Longitude="100.64640379" StarRating="3" HotelCode="436148|173219" HotelName="B2 Bangna Premier Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>9 Srinakarin Road, Soi Srinakarin 65, Pookmit, Nongbon, Pravate, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/02/4b02b81d244b6dac75fe8884160cf8b0610f216a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75704157" Longitude="100.52187555" StarRating="2" HotelCode="515390|345055" HotelName="Bangkok City Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Restaurant,Room Service,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Petchburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e0/ece0099affcf46ed927084805175c7f91d66a2d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72149415" Longitude="100.73087844" StarRating="3" HotelCode="380585|57830" HotelName="Crystal Suites Suvarnabhumi Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>22/8 Soi Latkrabang 24 Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ea/feeae21541b0f76e74f98848116e6c07f4248428.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716393" Longitude="100.589972" StarRating="3" HotelCode="185915|48672" HotelName="Ds67 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Village" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Massage Centre,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1497/1-2 Sukhumvit 67 Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d7/cdd7dd6ee21287754bf7bfe38c38bfadd91a3814.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.94651823" Longitude="100.57843952" StarRating="3" HotelCode="543823|226008" HotelName="I Rich Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15 Soi, 7 Thoet Rachan Road, Sikan, Donmuang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/0c/580c8b5c64d40ac6b4c09a946ea3fb0826f17f2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.825364997743" Longitude="100.56723208778" StarRating="3" HotelCode="339413|232301" HotelName="Iyarin @ Tuk Chang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Meeting Room,Parking,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3300/28 Phaholyothin Road, Via Tower A Elephant Tower, Tuk Chang, Chompon, Chatujak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/7a/b97a1477c844bb23e5be86f338cda67046992645.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74691623" Longitude="100.52464404" StarRating="2" HotelCode="638600|267260" HotelName="Lazy Sunday Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6 Thanon Rama Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/23/32235c2ec683de11bb2e359cacb29a6d357370ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76804272" Longitude="100.50248049" StarRating="2" HotelCode="771930|367702" HotelName="Lost Inn Bkk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>250/15 Samsen Road, Bangkhumprom, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/d6/9cd6ced5ee5b25a5ce994490e9f5d41549847a18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.789493185293" Longitude="100.56204146627" StarRating="4" HotelCode="114192|23913" HotelName="M2 de Bangkok Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Vibhavadee Rangsit Road, Din Dang, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/50/f75076c99e883e4c06756987df5a4964ed426617.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.889493056282" Longitude="100.57875782209" StarRating="3" HotelCode="37710|48309" HotelName="Mida Airport Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/401–486 Chaeng Wattana 10, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/96/dd9667806b64497672872864d0caa9c3b83c8ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.858888" Longitude="100.523357" StarRating="3" HotelCode="255722|48382" HotelName="Mida Hotel Ngamwongwan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29/67 Moo 9 Bangkrasor, Muang, Nonthaburi 11000</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fe/0c/fe0cd634b8a6ea1872c88b2d4de493cb91714c34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89187231" Longitude="100.5627323" StarRating="3.5" HotelCode="623135|254086" HotelName="Narra Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Chang Watthana 13, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/22/07226a06775fac865dafa3e2fe5e00b8c5e56fba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75135936" Longitude="100.50996029" StarRating="3" HotelCode="376440|63385" HotelName="New Suanmali Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>146, 152 &amp; 432 Bamrungmuang Road, Watthapsirin, Pomparbsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/09/9c09143a9ec824fb999490660a62a1d5f9d9250d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74517512" Longitude="100.63444167" StarRating="3" HotelCode="585933|232806" HotelName="Onyx Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>45 Rama IX 53, Suanluang Ramkhamhaeng Bang Kapi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/f9/21f91dee68c34fb4069d5cc329eacd947f86282b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.96529703241" Longitude="100.61781707706" StarRating="2.5" HotelCode="425024|361414" HotelName="Pitikant Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>350/10 Phahonyathin Road Moo 13, Phahonyothin Soi 81, Khu Khot, Lam Lukka, Bangkok, Pathum Thani 12130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/0d/d50de90e44be1cb24c4acb78d56a37205a86c2f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767692" Longitude="100.603263" StarRating="3" HotelCode="409492|58542" HotelName="SC Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>474 Praditmanutham Road, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/3c/553c41cc44c60bd3cdc8a2287313400af8ea8b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67073055" Longitude="100.6152174" StarRating="3" HotelCode="435481|174370" HotelName="The Shade House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Bangna-Trat 4, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e2/97e29aaa6102dacaddb568ebc1fa393cf130631d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7563309" Longitude="100.5017651" StarRating="3" HotelCode="342819|204529" HotelName="Snooze Hotel Thonglor Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>44/1-2 Sukhumvit 55, Thonglor Soi 13, Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9c/4b9c9961480ee82ccb12d2e53bd0dafa546fdac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75393066" Longitude="100.50250626" StarRating="2" HotelCode="513027|285661" HotelName="Sri Krungthep Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Siripong Road, Samranrat, Pranakorn, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/f1/00f10a8af9f02a964e49f6d4146d6c8dbf41b5f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726763879471" Longitude="100.73562704249" StarRating="3" HotelCode="531448|191651" HotelName="Sunny Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Ladkrabang Soi 3, Suvarnabhumi Airport, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c9/cfc9f00300b863e5b068dcd6a77d6be6e3349106.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729537121098" Longitude="100.56116759203" StarRating="2" HotelCode="378730|202969" HotelName="The Hostel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/6 Sukhumvit 16, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c2/cec2b3966d9ef515493d3751cc07c134e63e1d81.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718669" Longitude="100.730737" StarRating="3" HotelCode="100185|48827" HotelName="The Ivory Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/1 - 2/2 Ladkrabang 22, Ladkrabang, 10520 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b592bca013bee1420539c4a575e1cf3eccdd74b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.91286705" Longitude="100.59312101" StarRating="3" HotelCode="696277|367939" HotelName="The Prima Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>44 Wireless Road, 2nd Road, Donmuang, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/68/0d6814f6c27cfb86f8f28db9546fb9ab8744caf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730426" Longitude="100.530779" StarRating="3" HotelCode="115839|233364" HotelName="Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>118 Surawongse Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/56/a956d3816838137a3a441e77af825bb1e25474a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.88793177" Longitude="100.60319408" StarRating="3" HotelCode="520121|174367" HotelName="The Royal Bee Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phaholyothin 69, Kwaeng Anusaowari, Khet Bangkhen, Bangkok 10220</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/48/d0483a7f3befd60ac382b3c4a750c713f9cf66ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71972099" Longitude="100.49584797" StarRating="3.5" HotelCode="435378|174373" HotelName="The Star of Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>71/7 Krung Thon Buri 4, Khlongtonsai, Khet Khlong San, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/ea/b4eaa100325d149644d20abd27db22b9e8065438.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.6962982" Longitude="100.53239852" StarRating="2" HotelCode="600316|233411" HotelName="Vann Bangkok Boutique House and Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418/3 Sathupradit Yanawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08b00582adf7f774424a6edd0df950edb3b9b46.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.89210734" Longitude="100.58075436" StarRating="2" HotelCode="625417|254195" HotelName="Wayha Hostel Don Mueang Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>100/599 Soi Chaeng Watthana 10 Lane 9-3, Lak Si, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/c7/7cc7c40d2ce434c71d1692c321187e3f2e17624f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="29.03" OriginalAmount="27.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A26453" HotelName="GRAND TOWER INN RAMA 6" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>402 SOI REWADEE RAMA VI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/17231_image51228118_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="29.69" OriginalAmount="27.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753158" Longitude="100.539415" StarRating="3" HotelCode="93361|3022188" HotelName="Baiyoke Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>120/359 Ratchaprarop Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/5a/905a7e0907cffcb7c8c97e9715680f8860d19ca5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74682361" Longitude="100.50318122" StarRating="2" HotelCode="547270|174417" HotelName="Cacha Bed" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>156 Mahachai Road, Wangburaphapirom, Phara Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/57/375796457d0ed28add95e191cedf6a3000cb165b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75346822" Longitude="100.53856439" StarRating="3" HotelCode="638308|271438" HotelName="De Lavender Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>122/73-74 Radchaparob Road, Phaya Thai Roa, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/1b/491b42b45f45a5eb1d4e5366446242fd45a03d43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.791799" Longitude="100.560825" StarRating="4" HotelCode="64952|48218" HotelName="Gold Orchid Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>375 Vibhavadibi Rangsit Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/af/45afa555062d1882c33e01c113863aabd5626aea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74682" Longitude="100.58671" StarRating="4" HotelCode="185975|42066" HotelName="A-One Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Soonvijai 4, New Petchburi Road, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a7/7ba7f5d26ef0d820743c21df2e772737f63e2899.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756085536124" Longitude="100.5334313328" StarRating="2" HotelCode="398163|232291" HotelName="In a Box Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>55/39 Phayathai Road Soi Kolit, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/dd/b9dd2f4beefbd23d63d7845909e12a43aea06840.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.768167" Longitude="100.597351" StarRating="3" HotelCode="410346|408423" HotelName="Jazzotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>514 Ramkhamhaeng 39, Prachautit Road Wangtongrang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8d/3c/8d3cc3f3765309a674b7410bc1de3d623ba4924d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78919067" Longitude="100.54905843" StarRating="2" HotelCode="435350|226070" HotelName="KEN accommodation" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40-42 Sutthisan Winitchai Road, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/78/247873892917549a4dfcf20e9f0ee96e9f6ff113.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78537000306" Longitude="100.47073560443" StarRating="3" HotelCode="341355|33387" HotelName="Komol Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>976 Borommaratchachonnani Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7b/1f7b78ef763bad0024e8535358db5523edc5068f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761591538939" Longitude="100.49997607369" StarRating="3" HotelCode="380529|58142" HotelName="Korbua House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>239 /8-11 Phasumen Road, Taladyord, Phanakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/dd/c7ddf100b5d47e66db5f698dbc009a3180c6877d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.785317377717" Longitude="100.56973938234" StarRating="3" HotelCode="380409|58494" HotelName="L A Tower Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>46/1 Soi Ratchada 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/e5/14e5e480de1c774e15c467f66f01ce90292c004e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722100857061" Longitude="100.54640661905" StarRating="2" HotelCode="36345|58551" HotelName="Malaysia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Soi Ngamduplee, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/de/5bde39397bc7bd322a6e1dc55a195ff0cd3d87e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75299814" Longitude="100.53272829" StarRating="2" HotelCode="510177|173738" HotelName="Movylodge Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>505 Petchaburi Road, Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/8a/c28a790277ae75ec2fbe679539b1dfce37bcbcb3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72647592" Longitude="100.72898704" StarRating="2" HotelCode="361429|232934" HotelName="QG Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>85/5 Prachakorn Road, Ladkrabang Sub-district, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/cc/52ccdc9e14d7b3ae875c6f35542aa1c31ba896ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.763027422445" Longitude="100.54103614883" StarRating="3" HotelCode="380575|58444" HotelName="S3 Residence Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/26-29 Ratchawithi 3, Ratchawithi Road, Phrayathai, Ratchatewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/45/cb45c40cc839c7bfd823db2dc11784ea879ea73a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69964061" Longitude="100.68172903" StarRating="3.5" HotelCode="496347|173860" HotelName="Summer Tree Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90/55 Chaloem Phrakiat Ratchakan Thi 9 Road, Dokmai, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2d/3e2dbcc1434bab4fbd1139814fe164e18d592da3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72634198" Longitude="100.73553302" StarRating="3" HotelCode="677270|254140" HotelName="Suvarnabhumi Oriental Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>422  Prachatorn Road, Latkrabang Soi 3, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/08/c208e6e331dfdfe1ebbd762125814339245abfed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781171225905" Longitude="100.5721585326" StarRating="3" HotelCode="380405|62349" HotelName="The Atrium Ratchada 13" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>208 Ratchadaphisek Road, Soi 13, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/cf/4ccf7533083d129c1a796cf949e7f3ff64a6309b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.82508862" Longitude="100.56724766" StarRating="3" HotelCode="520177|233324" HotelName="The Plimplace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Coffee Shop,Dry Cleaning,Elevator,Garden,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3336 Phaholyothin Road, Chomphon Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e5/54e50326346224dbc0bd92bfc5668a5ce0b60e6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="771794|367943" HotelName="The Victory View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>34/2-3 Soi Ratchawithi 9, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d8/5dd85d0b65924b2c2ce9a61894636712b56d6a9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735587137578" Longitude="100.55302495337" StarRating="3" HotelCode="39068|3676" HotelName="Woraburi Sukhumvit Hotel &amp; Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>128/1 Sukhumvit Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/20/8220e5e91686e9a1e11a366ecee034540144be0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76982682" Longitude="100.62186711" StarRating="3" HotelCode="562126|174393" HotelName="Yotaka Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Soi Latprao 122, Wangthonglang, Bang Kapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/8e/95/8e956971debb2521190dd8dd208ef267719637a9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.96" OriginalAmount="28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76343152" Longitude="100.49882273" StarRating="2" HotelCode="779639|367989" HotelName="Zeds" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>37 Thanon Samsen, Wat Sam Phraya, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/a4/aba40c01d1fe9e3d9cc0f90989d80e3914be95b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="30.74" OriginalAmount="28.73" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C93000" HotelName="New Siam II" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>50 TROK RONG MAI, PHRA-A-THIT ROAD CHANASONGKRAM, BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2462596_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80651887" Longitude="100.59548862" StarRating="3" HotelCode="493626|174343" HotelName="The Bangkok Cha Cha Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1/620 Chokchai 4 Soi 27, Ladphroaw, Ladchroaw, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/c0/a4c0454dc8c910bb70e3034ff855a6ebaf960a7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75239896" Longitude="100.52595373" StarRating="2" HotelCode="549202|233366" HotelName="The Spades Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58/2-4 Banthat Thong Boulevard, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/e9/dbe9bd5b192942bb18c9f66f5ad6d1e0140c6f4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72276064" Longitude="100.73693622" StarRating="3" HotelCode="357410|58489" HotelName="Golden Jade Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>869/2 Soi Ladkrabang 1/12, On-Nut Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/95/4c950aa4e4e3fde4a1d45283064cb087e3faa0f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756016" Longitude="100.559768" StarRating="3" HotelCode="165845|48413" HotelName="Hi Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>649/1-176 Asok Dindaeng Rd., Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/bb/26bb5fe3343197d21497d33ca2e691dc1ea2b476.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732595" Longitude="100.522185" StarRating="3" HotelCode="933166|57917" HotelName="iSanook Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 Soi Songphra, Siphraya Road, Kwang Maha Pruttaram, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a5/53a57f68e7c77b25beca3d483d1de4b7966805ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783706449538" Longitude="100.54395016783" StarRating="2" HotelCode="547938|254044" HotelName="Josh Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>19/2 Phahon Yothin Road, Soi Ari 4 Nuea, Samsen Nai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d19d99522963cd301b45378edbda54e6a89c82c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7775605" Longitude="100.58189291" StarRating="3" HotelCode="495953|173747" HotelName="Napaville Huai Khwang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601,601/1-2 Pracha Rat Bumpen Road, Huai Khwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8f/628f446e96a1563271c5ddd3c820192b76b7aefc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="854042|367855" HotelName="Royale 8 Ville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>354/10 Soi Worapong, Wisutkasat Road, Khwang Baanphanthom Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/72/d472b062fb7a3fea2c39308b8c96e2ae2a411ea1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7372899" Longitude="100.51711395" StarRating="3" HotelCode="337825|58626" HotelName="SK House Maha Nakhon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>326/23-25 Rama 4 Road, Maha-Pruttaram Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c7/1bc757691d04fc03888c57969b5b7cf36e6c5494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710306713364" Longitude="100.60739330125" StarRating="3" HotelCode="429462|58052" HotelName="UTD Apartments Sukhumvit Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>426/21 On-Nut Road, Sukhumvit77 Road, On-Nut Soi 8, Suan laung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/f0/acf02e43d9aa9726538927c3df4a0db012620bbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75469318" Longitude="100.56600729" StarRating="2" HotelCode="583601|233453" HotelName="X9 Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>278/24 Asoke Dindaeng, Bang Kapi, Huai Khwang, Bangkok, Bangkok Province 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/ec/90ecd66a86fdd15be68cc9d1671e603c4ce816e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="31.67" OriginalAmount="29.60" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A26448" HotelName="GRAND TOWER INN SATHON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>359/1 KRUNGTHONBURI RD. KLONGTONSAI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1067228_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748677" Longitude="100.541588" StarRating="2" HotelCode="64933|3699" HotelName="Bangkok City Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/5 Rajdamri Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/5d/115d33c03f1f91495f18cce9512578c171e160de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.714044919835" Longitude="100.5944458762" StarRating="3" HotelCode="380533|58453" HotelName="Beat Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5/4-5/5 Sukhumvit 71 Road, Soi Preedeepanomyong 1, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/37/1f37e5387ca4c0f531fbc1ef5d8eb2b7233c8fb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.713176842971" Longitude="100.58488570437" StarRating="3" HotelCode="308182|58169" HotelName="Boss Mansion Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3789 Rama 4 Road, Prakanong, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9a/0f9a669d3891c323f60a15e93377e2aae65fa150.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73435359" Longitude="100.56805662" StarRating="2.5" HotelCode="617096|246210" HotelName="Click Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>12/12 Sukhumvit 33 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/2c/332cbb6d73bb8616eee3aa0ec7a0f92faaa54801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.695746603267" Longitude="100.64668999656" StarRating="3" HotelCode="378980|173239" HotelName="De Botan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Supapong 3, Section 2, Nong Bon, Amphoe Prawate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/20/6a209b350a21da7d8c1f6cacdb01cf5e33799a04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752306" Longitude="100.526903" StarRating="3" HotelCode="165842|29839" HotelName="Diamond City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>594/23 Soi Payanark, Rama VI Rd., Bkk 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/776351ad4f7a580b73cfe0ff291e17c1494364b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702058894564" Longitude="100.51606446505" StarRating="4" HotelCode="187113|48198" HotelName="Grand Howard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Charoen-Raj Road, Bangkhlo, Bangkolaem, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/95/b895b7612be09fa1e78a473b0630a7ed39db9656.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.708497520951" Longitude="100.64519493092" StarRating="4" HotelCode="352039|223856" HotelName="Grand Lord Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>919/1 Srinakarin Road, Amphoe Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/5d/6d5d3d6e7762bc1364e6c2ec510d55791a7ee5d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75424616174" Longitude="100.53981542587" StarRating="3" HotelCode="166758|57298" HotelName="Khurana Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/176-180 Rajprapop Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/5e/a55e0958ba52d97bff38308c1e3ec52abb4a4ed5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71977165" Longitude="100.49582397" StarRating="3" HotelCode="584699|226074" HotelName="Klean Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>69 Krungthonburi 4, Krungthoburi Road, Banglamphu Lang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/9f/ce9fa53e172f8caf3eac3150212e16dc59148b38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.678018" Longitude="100.608028" StarRating="3" HotelCode="178088|57543" HotelName="Lily Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24/1 Soi Sukhumvit 68, Sukhumvit Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4a/bd4a01bfe9d4415b2d444c576f644254e8be36af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.874410513302" Longitude="100.58177188039" StarRating="3" HotelCode="65095|173284" HotelName="Louis Tavern" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>79 Soi Viphavadi 64, Viphavadi-Rangsit Road, Laksi, Don Muang, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/56/db560862cd09c7e665eee686e2d1789539ca03a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69983" Longitude="100.5342" StarRating="3" HotelCode="915496|57183" HotelName="Nara Suite Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>311/2 New Sathorn Road, Naradthiwas Rajanagarindra 24, Chongnonsi, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/94/f294926fb7d37554d79868f546aa181276c27425.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.829676" Longitude="100.563075" StarRating="3" HotelCode="167001|48418" HotelName="Northgate Ratchayothin Serviced Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>248 Ratchadapisek Road, Ladyao, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/9f/fa9f6e7191ea4a36770da385a2a00a2b68ab188b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738439063252" Longitude="100.51155347157" StarRating="3" HotelCode="386290|204780" HotelName="Pho Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>99 Trok Pho, Samphanthawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/48/be48d42b71a623eee49e486e5ff8f17e225cfcba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723706203342" Longitude="100.54833680391" StarRating="3" HotelCode="15880|5749" HotelName="Pinnacle Lumpinee Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ngam Duphli, Rama 4 Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e4/dae4dde076637d7689774a2f2334f31e35752b8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748477967101" Longitude="100.59782624245" StarRating="4" HotelCode="81942|29838" HotelName="Royal Suite Residence Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>135/6-7 Rama 9-New Petchburi Rd., Bangkapi, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/09/be09a45b7cf8939e2f8d09fcd54c44f30b5956fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733419" Longitude="100.5660725" StarRating="3" HotelCode="363230|61742" HotelName="S Box Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/64/0c643568d7a8192408a86afe869f7d4e547f0a70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744530952701" Longitude="100.64064889465" StarRating="3" HotelCode="377772|173851" HotelName="Sky Place Srinakarin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>522 Srinakarin Road, Suanlaung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fd/49fd9a8574cfbacf68cf28c5eacc463c2854e4af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76468216" Longitude="100.49763086" StarRating="3" HotelCode="520221|204808" HotelName="The Orchid House 153" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>153 Samsaen Soi 1, Prasumeru, Chanasongkram Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/4e/1a4e9304999fb3d14419697891385b77886046d5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716003583403" Longitude="100.53240425051" StarRating="3" HotelCode="397884|62953" HotelName="The Present Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>28/8 Soi Narathiwas 8/1, Sathorn, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/aa/43aa061fc5cfdb2f5a8a9889649d558e338b0118.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75243081" Longitude="100.50466954" StarRating="3" HotelCode="398062|63977" HotelName="Tim House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>337 Mahachai Road, Samranrat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/0d/660d59c68caf885280eb824534cfd5c224169aac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71817565" Longitude="100.50094184" StarRating="2.5" HotelCode="440611|202941" HotelName="White Ivory Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>535 537 Soi Krung Thonburi 6, Krungthonburi Road, Bangrumbhoorang Klongsarn bangkok, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/b0/ceb09e1faf3158a1b9811083661763fd0dc2753f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="32.90" OriginalAmount="30.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7545193" Longitude="100.53612648" StarRating="3" HotelCode="440764|14211821" HotelName="Cubic Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Somprasong 2, Phethburi 13, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/44/b3447b470cf8dbce739d7bb364a5c45ce425c262.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741068207787" Longitude="100.55565387011" StarRating="2" HotelCode="188270|63017" HotelName="Atlas Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>131/5-7 Sukhumvit 7/1, Sukhumvit Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/82/bf82c4c9551707b806cd8620e9bb65801bef231f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79188626" Longitude="100.5367906" StarRating="3" HotelCode="348282|62077" HotelName="Bangkok Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>96/5 Pradipat Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/5e/d75e3047376e4cfe32bc5b3f1cc16fa6492d0051.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710328" Longitude="100.602007" StarRating="3" HotelCode="73113|48651" HotelName="The Bedrooms Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204/24 Sukhumvit 77 (Soi On nut), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/fc/e7fc3d33bf10882f662f235ea6b3f95aa4f9bec0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73165" Longitude="100.5660466" StarRating="3" HotelCode="118736|58708" HotelName="Bourbon Street Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9/39-40 Soi Tana Arcade, Sukhumvit 63 Ekkamai, Klongton Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/ba/6aba5b31f8477aac677e15ebc5bde50d46259eaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754796082268" Longitude="100.52664533306" StarRating="3" HotelCode="345203|60876" HotelName="Cacha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>156/5-9 Petchburi Road, Amphoe Rajathevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8c/ff8cb61083f610629bc5bf2183d7d1e928a94632.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757383" Longitude="100.53455" StarRating="3" HotelCode="188154|58614" HotelName="Florida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Phrayathai Road, Rajathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/57/3e571b280889bbf9a699183a87332cc6735f9d14.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="966942|499178" HotelName="Lee Place Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>710 Soi Sathupradit 58, Junction 26, Bangpongpang, Yannawa, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a1/baa172e630cd493992d54f88e84836da04a3e8b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75714288" Longitude="100.56439254" StarRating="2" HotelCode="778290|367695" HotelName="Lita Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>306/6 Asok-Din Daeng, Kiatti Chai Alley, Din Daeng District, Bangkok  10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/24/d124cba62f668c5ea089d33919ca4676862f9ad3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73724729" Longitude="100.5170174" StarRating="3" HotelCode="755121|367739" HotelName="Metro Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>326/20-22 Thanon Rama 4, Mahaputtaram, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/ae/e5aecf769b57c39e74737f31d1986843c99efec3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761554864866" Longitude="100.49306445225" StarRating="2.5" HotelCode="36350|174448" HotelName="New Siam 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>50 Phra-A-Thit Road, Trok Rong Mai, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/305219/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.672926013781" Longitude="100.64699918032" StarRating="4" HotelCode="15220|173821" HotelName="Novotel Bangkok Bangna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/04/7c04e8ad8e54666f9b664a293980292a52553c4b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71941662" Longitude="100.5064875" StarRating="2" HotelCode="547010|233080" HotelName="Siam Plug In" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>262 Krungthonburi Road, Klongtonsai, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/25/8a25be524ca4bcf082492b8b086d7e56c65bf405.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7586" Longitude="100.5643" StarRating="3" HotelCode="422007|60354" HotelName="Praso Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,ATM/Cash Machine,Designated Smoking Area,Internet,Laundry,LCD/Projector,Parking,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>502/59 Asoke-Dindaeng Road, Dindaeng, Ratchadaphisek, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ed/1ded490ffc812a9b64b4e83467cd0d8c99b75c7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750691" Longitude="100.545729" StarRating="3" HotelCode="89143|48398" HotelName="Pratunam City Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/209 Phechaburi 33 Road, Rajtavi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/5a/a85a7487269677dcc7aa8a1eb698e8f3916b6fd8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75405236" Longitude="100.51404003" StarRating="2" HotelCode="363256|174369" HotelName="The Seven Luck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334, 340, 344 Damrongrak Road, Klong Mahanak, Promprab, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/10/9110ea07d2b8d5676545824938e262907ecb4bc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77000095" Longitude="100.62184216" StarRating="3" HotelCode="598274|233462" HotelName="Yotaka The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>190/7 Soi Ladprao 122, Wang Thonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/bd/0ebdee49c744933001b817e71eabb509f377941e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="33.66" OriginalAmount="31.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723582435659" Longitude="100.53001463413" StarRating="3" HotelCode="387977|1110723" HotelName="I-Residence Hotel Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>93 Narathivas Rachanakarin Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/57/c557c774b86e1f321c09335122000e09491bf4bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72135435" Longitude="100.73311768" StarRating="3" HotelCode="421356|58658" HotelName="At Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>458/4-5 Soi Ladkrabang 24/1, Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/8f/be8ffca7d49a635fc30141dbda699e18596fe082.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79624118" Longitude="100.55392818" StarRating="3" HotelCode="616027|246207" HotelName="Boutique Poo-Yai Ma at BP Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Phahonyothin Soi 18, Jomphol, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/55/f7558a15fcef747928bcc93c8ebb302a9590d99b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74981974" Longitude="100.47010089" StarRating="2.5" HotelCode="613690|254006" HotelName="Double D Rooms &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>166/126 Charan Sanitwong Road, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/06/f106d211b9f7aa04777d61f30ef4e83495ec4519.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74259615" Longitude="100.5540684" StarRating="3" HotelCode="329458|58216" HotelName="Fortuna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi 5 Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/08/4f08919361fed28e8f3155e0855c5b6cf246fa18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72545823" Longitude="100.52877147" StarRating="2" HotelCode="493866|174431" HotelName="Good One Hostel &amp; Cafe Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>439/10 Narathiwat Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1f/e61ffd133d731686297a598d0f2e7c4b5326ad9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748289" Longitude="100.554138" StarRating="3" HotelCode="101612|29836" HotelName="Grand Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/7-8 Sukhumvit Soi 3 ( Soi nana-nua ), Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/cf/2acfaad5fbfe29e1f1db13777d339805b0b6d9c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721680313578" Longitude="100.54672479629" StarRating="3" HotelCode="104095|22003" HotelName="ibis Bangkok Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soi Ngam Duphli Rama IV, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/41/7041086b913fcd1856aa278fa3cc74df8a423a59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76484477" Longitude="100.49729054" StarRating="2" HotelCode="779658|367693" HotelName="Let's Zzz Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>85 Soi Samsan 1, Lumphu Road, Wat Samphraya, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/d6/bbd6d2e5f64bf0b29b5944a811a47faf71a72d54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75588478" Longitude="100.50220134" StarRating="3" HotelCode="545844|173291" HotelName="Methavalai Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>78/4 Ratchadamnoen Khlang, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/68/3f68795f137164b134635f2b9354c9c96a8478fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75286157" Longitude="100.5311815" StarRating="2" HotelCode="407897|174446" HotelName="Monomer Hostel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>486/157 Soi Phetchaburi16, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/b3/a3b3f6ad513764d5b6ac3f318f985d1385f696e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71739769" Longitude="100.53960023" StarRating="2" HotelCode="520324|173743" HotelName="Mybed Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>642/6-9 Soi Suanplu 7 Suanplu Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e7/cfe75c47720784442d51c2187241b100622bcef0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.93756668" Longitude="100.69581269" StarRating="3" HotelCode="603248|361413" HotelName="Nsiri Resort &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>99/304/1 Lumlookka Road, Lad Sawai, Lam Luk Ka, Bangkok 12150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/32/f2328d936c0cacc0b64bfa087c8c1ea46181c5fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.806223" Longitude="100.51127425" StarRating="3" HotelCode="915509|57205" HotelName="P-Park Residence Charansanitwong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>683/2 Charansanitwong Road Soi 95/2, Bang-Aw, Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/01/6c0135fa64890cf6147258b274495bc2fea7c406.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737774666667" Longitude="100.64176" StarRating="3" HotelCode="915507|57206" HotelName="P-Park Residence Suvarnabhumi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>597 Srinakarin Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6d/f16d7f78351af5609af4c31c156514503f85dc8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757195412474" Longitude="100.50767059295" StarRating="3" HotelCode="383277|60813" HotelName="P K Garden Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>100 Nakornsawan Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/5f/305f6eb99a25450fc59e3d16a4109fb098cdf0e5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75434791" Longitude="100.53940737" StarRating="3" HotelCode="469976|195723" HotelName="Patra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi Juldis 19 Pecthburi Road, Payathai, Rajathevi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/4d/cb4dd12bd2d34b8f452899b00322a069c2f82d23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751469" Longitude="100.537715" StarRating="3" HotelCode="176263|48399" HotelName="Prince House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48/5-6 Soi Petchburi 17 Petchburi Road, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0b/a90bc8f954b6324ed632922795cb7184efeed8a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77159" Longitude="100.556506" StarRating="3.5" HotelCode="65351|8239" HotelName="Princeton Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Mitmaitri Road, Din Daeng District, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce26780829ee0ab0d38d8885e25b644d26cc20dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754027316841" Longitude="100.52894711494" StarRating="3" HotelCode="37767|233040" HotelName="Samran Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Petchburi Rd., Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/14/3a1424399468927d432b4a8cd5eb71dd6c20aac1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.796666940548" Longitude="100.71479737758" StarRating="3" HotelCode="93366|20122" HotelName="Siam Piman Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Ramkhamhaeng Road Soi 170, Minburi, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/50/b7500dd801d9f5e501a45bdffcb7cbe3a7475181.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8172194" Longitude="100.58119228" StarRating="3" HotelCode="604267|233105" HotelName="SiRi Ratchada Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>296 Soi Ratchadaphisek32, Chan kasem, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/d0/99d01eef893cd972483297ec12b63fc1f5cc4461.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="959259|409318" HotelName="Q-Box Bangkok Blossom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>58/64 Thanon Ram Intra, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/29/f9296ef9e03505732c557229084ca1e4a3321483.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7545366" Longitude="100.53781007" StarRating="0" HotelCode="967398|506760" HotelName="The Prestige Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>57/34 Phetchaburi 15, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/93/3b932f3dae2c12542ce28750b5fc08b74e519dac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744986" Longitude="100.705248" StarRating="3" HotelCode="315341|63508" HotelName="U Tiny Boutique Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>117/40-41 Kanchanaphisek, Khwaeng Saphan Sung, Khet Saphan Sung, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/e2/4fe25b52a100b122b13cecad6bad557b51ec3611.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.67716285" Longitude="100.65700247" StarRating="2" HotelCode="731123|267908" HotelName="White House Bizotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chalermprakiat Road 9, 9 Soi 23, Nongbon Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/3b/b63b124e0acaf607d7d1780c468292b95118a43b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="34.29" OriginalAmount="32.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720506" Longitude="100.737268" StarRating="3" HotelCode="166059|1346300" HotelName="Sinsuvarn Airport Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>73 Soi Latkrabang 30, On-Nut Latkrabang Road, Latkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/b3/dcb3a4035aeaf404112feafb1d3cfd12a6775a90.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="35.01" OriginalAmount="32.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72461687092" Longitude="100.56906223297" StarRating="4" HotelCode="8977|1696868" HotelName="The Four Wings" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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>40 Sukhumvit Road 26, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d196d2092d98f35e63dc817c10359b7404358.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74716" Longitude="100.587057" StarRating="4" HotelCode="61990|6414" HotelName="A-One Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Soonvijai 4, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f4/14f493b178df09c57a0dccab20dcea0178309371.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73109381" Longitude="100.5702464" StarRating="3" HotelCode="599721|232043" HotelName="Adagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1/50-51 Sukhumvit 39 Alley Prompong, Klongton Nua Sub District, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a0/40a09bef1ab153abfcfa3f0059368587ef6235c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72912" Longitude="100.5648" StarRating="4" HotelCode="76384|15128" HotelName="Admiral Suites Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Jacuzzi,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>38, 38/14 Sukhumvit Soi 22, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/f2/fef22b7102886da0d5542d80dfa07789f2eaba40.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.79519852" Longitude="100.50674495" StarRating="3.5" HotelCode="348292|60502" HotelName="Beyond Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Inns" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>99 Charansanitwong Road, Soi 85, Bang Aor, Bang Plat, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/9b/5f9bbb2174dd0582138dc33965c2df1e6b4aab9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.810482206846" Longitude="100.55906176156" StarRating="3" HotelCode="345603|63678" HotelName="C U Inn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1094/22-28 Vibhavadi Road, Bangkok 10900, Lad Yao, Chatuchak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/28/c928e6ba34a19d1d1c0ede432ebffe1e3b6ea9de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740399" Longitude="100.555914" StarRating="3" HotelCode="71468|20417" HotelName="City Lodge Soi 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 9, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/af/39af04135ca9c9faa4cabd6b3572bd0797b7cd58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75186768" Longitude="100.5455885" StarRating="3" HotelCode="546292|174472" HotelName="The Bangkok Airport Link Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>74/2-3 Soi Petchburi 31, Ratchtevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b4/2bb498fcda0a45b3d8c55ded69e921546d92a10c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75918863" Longitude="100.49650392" StarRating="3" HotelCode="349121|61914" HotelName="D&amp;D Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/af/a4af3515ba7272e113515e12ff8b79c45aebbd73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724718" Longitude="100.525489" StarRating="3.5" HotelCode="37712|10217" HotelName="Furama Silom Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>533 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/05/c805510d3138b212df11ba412a4d3779e260b25e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749619" Longitude="100.562855" StarRating="3" HotelCode="186995|57362" HotelName="FX Hotel Metrolink Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Asoke - Dindaeng Road, Makkasan (Airport Link), Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/ce/54ce4a256658aaa10e1de62df6e7b2b5372f7e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.668282" Longitude="100.646725" StarRating="4" HotelCode="933165|83708" HotelName="Maple Hotel" 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>9 Srinakarin Road, Bangna, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/f3/4af377bd25d7c67a3eb16e759533eeae624a011a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721983" Longitude="100.771416" StarRating="3" HotelCode="142233|56913" HotelName="Mariya Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1627/2 Onnuch-Ladkrabang Road, Ladkrabang, Bangkok, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/6e/646e0ee3832ef99b1a3318b36952caf4f995eb16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719879146093" Longitude="100.52573852241" StarRating="3" HotelCode="187112|48469" HotelName="Marvin Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sathorn Soi 11, Sub soi 2, Sathorn Road Yanawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/18/07185376aa9af823f3a653e61ade5fa63f5a0739.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.773165" Longitude="100.573136" StarRating="3" HotelCode="188209|58472" HotelName="The Mini R Ratchada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Ratchada Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a64bdcd68bf3595ac2a6b0e9908ff99cf0583b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77489382" Longitude="100.57478577" StarRating="4" HotelCode="435442|173816" HotelName="Praso @ Ratchada 12" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>194 Soi Ratchadapisek 12, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/97/ae97b81984b0429cb9ed6eb40f317c23c4495250.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757170519061" Longitude="100.50282888041" StarRating="3" HotelCode="380531|58738" HotelName="Ratchadamnoen Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>211/16 Soi Dam Noen klang Nuea, Ratchadamnoen Klang Road, Bowon Nivet, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/31/54319fc2f1a8a402e3ffb86b792e96021a16f8e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716782" Longitude="100.527764" StarRating="4" HotelCode="141129|48472" HotelName="Sathorn Grace Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/1 Soi 11, Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/61/50611d4206869145998327d11c8a6cb1c75b452a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72947039" Longitude="100.51976834" StarRating="2" HotelCode="438698|201330" HotelName="The Backpack Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>184/59 Maha Set Road, Sripaya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c0/43c0633b50d954664a1a15a6278c8f0ae75b8c3f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80488305" Longitude="100.5746125" StarRating="4" HotelCode="516282|174345" HotelName="The Bazaar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Banquet Hall,Bar,Beauty Salon,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Kids Play Area,Lounge,Massage Centre,Meeting Room,Restaurant,Room Service,Sauna,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Ratchadapisek Road, Chompon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/90/109009bf32d4070ed40be2901b0c02448d2fe82f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72162559477" Longitude="100.72414219379" StarRating="3" HotelCode="161924|21906" HotelName="The Cottage Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>888/8 Lardkrabang Road, Soi 20/1, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/zz/8cadecf21150b69babec91387f028eef17a0f279.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699153326002" Longitude="100.50014019012" StarRating="3" HotelCode="37765|55694" HotelName="Tongtara Riverview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/99 Charoen Krung Road, Bangkoleam</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/1a/811a2de9dbd5833a5f5ba090fa776c23474411ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.804244721642" Longitude="100.57305879891" StarRating="3" HotelCode="322721|174379" HotelName="Tongtip Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>245 Ladprao Road Soi Ladprao 26, Jomphon, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/36/1636fae855e69f036dd0c35b49d38f62e28e07d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74547657385" Longitude="100.52008777857" StarRating="3" HotelCode="8976|3541" HotelName="Twin Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rong Muang, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/6d/2a6d5fc0931b9f420989fa59b745b476e135fbdb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.784271925475" Longitude="100.5128038872" StarRating="3" HotelCode="344409|58474" HotelName="UMA Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Library,Lounge,Luggage Storage,Parking,Porter,Restaurant,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>580 Sri Yan Soi 1, Nakornchaisri Road, Amphoe Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/e9/35e93d13d1ce22a898b1ea0c6a9de1c0133b0541.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.31" OriginalAmount="33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75224843" Longitude="100.52683843" StarRating="3.5" HotelCode="624193|479386" HotelName="VELA Bangkok By Andacura Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>598 Soi Phayanak, Phetchaburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b9/88b99f0c669c49f76d9acde9856e526a6e2f7c24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="36.19" OriginalAmount="33.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735428" Longitude="100.560182" StarRating="3" HotelCode="205226|2524006" HotelName="Red Planet Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit Soi 14, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/32/be32703a394c0ee25765d9aba97e8ca0afd0d447.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729617605569" Longitude="100.57198804663" StarRating="3" HotelCode="176264|48668" HotelName="iCheck inn Regency Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Village,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, 2/ 1-6 Sukhumvit 41 Road, Khlongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e2/8de2a61902967f4ac77ef254121b1205a3db80ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721764941995" Longitude="100.77442962826" StarRating="4" HotelCode="267091|58583" HotelName="Avion Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1646/99 Ladkrabang Road, Khwang, Ladkradang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/02/e00240111b93a7df21452aeaf56c80d5daaebb30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725657" Longitude="100.531275" StarRating="2" HotelCode="188165|56842" HotelName="Baan Silom Soi 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16/11 Silom Road, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a4/daa4b84fad63ac481b0924e87ba83f31fb0d2bf1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.755617" Longitude="100.538342" StarRating="3" HotelCode="401568|48390" HotelName="Best Bangkok House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68/1-4 The End of Soi 15 Petchaburi Road, Pratunam, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/93/7493d498731819365b2dab1546360f9ac376d10e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70201438" Longitude="100.58771498" StarRating="3" HotelCode="459686|202956" HotelName="Ibis Styles Bangkok Sukhumvit 50" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2026 11 Sukhumvit 50, Phra Khanong, Khlong Toei, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/6e/ed6eb1e57de36decbf2a3cab24447e059d9264a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739250808908" Longitude="100.55527889481" StarRating="2" HotelCode="902959|404768" HotelName="S6 Sukhumvit Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.7 Sukhumvit Soi 6, Sukhumvit Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/6e/4e6eba5cac64121c998daf195c82278de0f5b847.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.522472" StarRating="3" HotelCode="903949|48636" HotelName="Silom Avenue Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>284/11-13 Soi Silom, 22/1 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c0/dfc0d23662e3d8d525c964e0a13bcef3414c0feb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7548607" Longitude="100.53606709" StarRating="3" HotelCode="784374|418537" HotelName="Spitze Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Phetchaburi Soi 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/11/d811fcc10aecae3a377228d7800ced41ad731266.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75051064" Longitude="100.52016408" StarRating="3" HotelCode="385184|58266" HotelName="The Fifth Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>29/36-38 Rama 6 Road Soi 13, Uruphong Road, Rongmuang, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/46/70461f68ffda29fc5758cc100e793e2dfb7b780a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75255235" Longitude="100.58877971" StarRating="3" HotelCode="754270|367929" HotelName="The Kinn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>578 Rama 9 Road, Soi 26, Huai Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/a0/c9a05e77897dbbf16fb8a04b3c7d713b80c27ee1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75275113" Longitude="100.53815969" StarRating="3" HotelCode="612843|246243" HotelName="The Konnect Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Petchaburi Soi 17, Pratunam, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/32/ad32b137fd06de226e63969304761b4dfe934c24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760073" Longitude="100.537057" StarRating="3" HotelCode="141130|48403" HotelName="The Victory" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Internet,Kitchen,Laundry,Restaurant,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35-39 Soi Sri Ayuthaya 12, Sri Ayuthaya Road, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/49/6f493ddcb1a7d32ef72220edaf39ff1606057494.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74392972678" Longitude="100.50993424663" StarRating="3" HotelCode="739679|361134" HotelName="W22 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>422 Mittphan Road, Pomprabsattrupai, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76215237" Longitude="100.56007436" StarRating="3" HotelCode="378597|233449" HotelName="Witchuwan Apartel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>589 Soi 3 Ratchadapisek Road, Suttiporn Prachasongkroh Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/c2/00c249196813f9c69f1671d83cb95b5889d965a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="37.17" OriginalAmount="34.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723944618801" Longitude="100.52978932858" StarRating="3" HotelCode="97636|3721912" HotelName="The Heritage Hotels Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>198 Soi Narathivas 3 Narathivas Road, Silom Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/7a/d07a2788e5348d1b30ae234edbc71ed3428210ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76342283891" Longitude="100.6385682037" StarRating="4" HotelCode="75193|232049" HotelName="Alexander Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ramkhamhaeng Road 83/3, Huamark, Bangkapi, 10240 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/f9/a6f9b6af28f954b3c0890c3e78db59cb3f44ec00.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77426962" Longitude="100.57850857" StarRating="3" HotelCode="144204|48409" HotelName="Atrium Boutique" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Prachauthit road, HuayKwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/0e/4c0e8b5ae6ba56f062b94353486e19ab3f01a391.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.699047561778" Longitude="100.59873049387" StarRating="3" HotelCode="398167|63460" HotelName="Chateau de Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Sukhumvit Road Soi Sukhumvit 56, Bangjark, Prakanong, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fe/b1fe8bba5bd246e5bd5bc4711acd4e11fca229e8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75744843" Longitude="100.54233232" StarRating="2" HotelCode="585534|223516" HotelName="GN Luxury Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>78/9-11 Ratchaprarop Road, Khwaeng Thanon Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/60/2960f04640d5c2d3edea2a247c165eb5d89a9c34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74417758" Longitude="100.55372675" StarRating="3" HotelCode="416618|60412" HotelName="Grace Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Designated Smoking Area,Elevator,Internet,Lounge,Massage Centre,Nightclub,Parking,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 3 Nana-nua, Klongtoey-nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/18/0118213b580896954edc6fda265f5f4c50d4ef74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75556658" Longitude="100.5036264" StarRating="2.5" HotelCode="424865|204798" HotelName="Here Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>196/3-8 Ratchadamnoen Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a4/4ea47887dc4fd63242f6923eabf90b182dff8338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759296111537" Longitude="100.4951258323" StarRating="2" HotelCode="398476|61985" HotelName="Lucky House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Chakkapong Road, Chanasongkram, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/66/9f66533e3669ea1e8fb414b2dc3ab14a67eb1abf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69303905776" Longitude="100.6450371534" StarRating="4" HotelCode="495261|173293" HotelName="Mii Hotel Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Suphaphong 3, Srinakarin Road, Yaek 5-2 Nong Bon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/12/4f12efb2165917a425d0e72e5e0e3594f0750f45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73477192" Longitude="100.51193909" StarRating="2" HotelCode="520004|233015" HotelName="River View Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>768 Soi Panurangsi, Songwad Road, Talad Noi, Samphantawongs, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4f/2c4f04f302644654c4945b6a5da79399c91c8f38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757449" Longitude="100.51313" StarRating="4" HotelCode="16999|2251" HotelName="Royal Princess Larn Luang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269 Larn Luang Road, Pomprab, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/4a/7d4a8f95bd8398a43353dcc05c2c945852c2878c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.786285779848" Longitude="100.57025735341" StarRating="3" HotelCode="378389|54946" HotelName="Siamaze Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>90 Ratchadapisek 17, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/42/7e42d0977457ae359eff0efdeda644dd621e0cbb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722996" Longitude="100.774433" StarRating="4" HotelCode="903941|48838" HotelName="Suvarnabhumi Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1675/1 Soi Ladkrabang, 11/1 Ladkrabang Road, Ladkrabang District, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/8c/408c0f3fe7d209303149c25d12023805fb244eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.69967286" Longitude="100.537401" StarRating="4" HotelCode="342093|58002" HotelName="The Narathiwas Residence Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>379 Narathiwas Rajanakarin Rd, Chongnonsi, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/e8/0be8faa2fab984a3c9505f4ecc044d0600b143c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71793094" Longitude="100.50127728" StarRating="3" HotelCode="635653|271503" HotelName="The Pattern Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>547-553 Soi Krungthonburi 6, Krungthonburi Road, Banglamphoolang Khlongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/0e/240ecce817f46654460ccb7c46eeac8b1cb91600.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.66886923" Longitude="100.61432171" StarRating="3" HotelCode="293440|57844" HotelName="Thomson Residence - Bangna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Bangna Trad Road, Soi 4, Bangna, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c6/53c61b32b8c9374389095c6b9e7eb93773445c84.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="68065|233379" HotelName="TK Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54/7 Chaengwattana Road, Soi 15, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/49/5949db3aef8b07ec2af6ff31c361a640a877ff1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72097374" Longitude="100.49003758" StarRating="3" HotelCode="481967|233508" HotelName="Zenniq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ratchaphruek Road, BTS Wongwian Yai, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e5/b3e56e5eeddec7172232cafc9f1e783fbb98977d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="38.17" OriginalAmount="35.67" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|691390" HotelName="GRAND INN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SUKHUMVIT SOI 3,  NANA NUA, KLONGTOEY NUE, WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951753_foto_31.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73742106" Longitude="100.51693503" StarRating="2" HotelCode="380576|52056" HotelName="@Hua Lamphong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>326/1 Rama IV Road, Mahaphruttharam, Bangkok 10500, Bangrak</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358111/358111a_hb_a_030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.673984" Longitude="100.603737" StarRating="3" HotelCode="255756|60959" HotelName="Brighton Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sanphawut Road, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/49/b449e3f514d5fa861508911068dce78d8555e127.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715039439579" Longitude="100.51476889727" StarRating="2" HotelCode="379036|174354" HotelName="The House of Phraya Jasaen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>168 Soi Charoen Krung 57, Yannawa, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/b2/83b257a1daade098906533aafee8b4cc3b5010ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74238618" Longitude="100.58089119" StarRating="3" HotelCode="464062|57616" HotelName="Montara Serviced Apartment Thonglor 25" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>52/1 Soi Prompak, Sukhumvit 49/6 Road, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/8b/9d8b2cdb4c1dada7c16988af58f316ab0a76cf97.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81871151" Longitude="100.68362233" StarRating="2" HotelCode="408130|173254" HotelName="Grow Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>765 Ramintra Road  Km. 11  Khannayao, 10230 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/55/d3552186c707bd37f43ae762d720ecc145db7aa5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712741" Longitude="100.593148" StarRating="3" HotelCode="141126|57007" HotelName="Hope Land Executive Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1110/5 Sukhumvit Road, Sukhumvit 46/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/f5/b1f5e88b5c6cf006c480f44e08806b53867f6387.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68476488" Longitude="100.61380014" StarRating="4" HotelCode="341908|58234" HotelName="Marsi Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>125 soi sukhumvit 101/1, Prakanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/bc/46bc3d862286e59e5b218f442cd74379958c3e51.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73438" Longitude="100.553339" StarRating="3" HotelCode="115835|58631" HotelName="Nanatai Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225 Sukhumvit 4 Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/9c/af9c47a1ad12303823938975ec2b023627fb07e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76991179" Longitude="100.58116625" StarRating="3" HotelCode="545851|173841" HotelName="Sa-Ngob Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>446 Soi Sor Thoranin 4, Pracha Uthit 16, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/1d/0e1d06c1b9d8b4b8bad8b3a1e7a3bc44420649b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741576" Longitude="100.626201" StarRating="3.5" HotelCode="255719|48416" HotelName="Nine Forty One" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>74 Soi 41, Rama 9, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/19/b2198f787e45ef4e1b0e4fd6fad13bfdbb144439.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.770222259184" Longitude="100.57062274571" StarRating="3" HotelCode="255715|48421" HotelName="Prom Ratchada Residence &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Nathong Soi 558 Ratchadapisek Soi 7, Ratchadapisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4f/374f304ea898506e06ce62793c8a7d0e4e0e0dfd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77657672" Longitude="100.57479872" StarRating="3" HotelCode="867278|367843" HotelName="Ratch 66" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soi Pracha Rat Bamphen 6 Alley 8-3, Sunthon Siri 4 Alley, Ratchadaphisek Road, Huaykwang, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10a630450f35655aa55870d930beb2e0285398d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75449023" Longitude="100.52860004" StarRating="2" HotelCode="632565|271510" HotelName="Travelier Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Phetchaburi Road, Thung Phaya Thai, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ed/f4ed0feab9baf0ae6a6da3400ccc7dab98b5c3c1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746522" Longitude="100.556091" StarRating="3" HotelCode="899546|56338" HotelName="Smart Suites Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43/17 Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c8/edc8793061a9dbf696368a5e10da7c256b31c35a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="39.09" OriginalAmount="36.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751579" Longitude="100.535682" StarRating="3" HotelCode="72874|1652393" HotelName="The Residence Rajtaevee Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>588/1 Petchburi Road, Rataevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/31/1831d25008d7a7bd38c56b4aff17074493dca131.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="39.47" OriginalAmount="36.89" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37299" HotelName="BRIGHTON HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>222 SANPAWUT ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35563_image65685472_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76608242" Longitude="100.49781075" StarRating="3" HotelCode="779369|367533" HotelName="Bangkok Saran Posh­tel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>11/1 Sam­sen Soi 3, Sam­sen Road, Wat Sam Phraya, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/46/bb462a88b3a3f3cf9659fc6a8252acbc5c4ccb33.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754549" Longitude="100.53937" StarRating="3" HotelCode="97713|20424" HotelName="Citin Pratunam Hotel by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/19 Ratchaprarop Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/1a/721a4811fac2d796d94d273f2a31ee4e086d0ecf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73813546" Longitude="100.51903123" StarRating="2.5" HotelCode="585672|226012" HotelName="Inn Stations Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290 Rama IV Road, Khet Pathumwan, Kweang Rong Muang, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/97/529713bb365b80513ec48fe7ff37e9fad0ff093d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757388" Longitude="100.546014" StarRating="3" HotelCode="188194|17288" HotelName="Interchange Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>94 Soi Ratchtapan, Rajaprarop Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/19/0c195b7fac1d612d423fcd90d6ac5036969b47de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72602537" Longitude="100.56194897" StarRating="3" HotelCode="496484|202958" HotelName="Like Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Like Sukhumvit 22, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cc/6c/cc6c7aa196838ac0aaf7968f9e2f1b146a304dff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75597345" Longitude="100.53019584" StarRating="3" HotelCode="945489|227168" HotelName="Noursabah Boutique Bed Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>164 Petchaburi Soi 7, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/5f/6a5f7eb6c55ec0c8bf4723b30bcc96e90574b32f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734825" Longitude="100.567603" StarRating="3" HotelCode="188239|48723" HotelName="S33 Compact Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 Soi Sukhumvit 33, Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/52/ab5290a7f05bc8f787e4c25a4ab20080ec4c690e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751817243475" Longitude="100.52999784552" StarRating="3" HotelCode="338959|58649" HotelName="Siam Swana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>359/1 Soi Phayanak, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/77/cf77c848662bcb75691bd5c26beeefa8423c55a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78650903" Longitude="100.57135713" StarRating="3.5" HotelCode="585362|233152" HotelName="Stay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Ratchadapisek 17, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e5/d5e5ab81d451cf2da50966937314e9e9b4fa4003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73980975" Longitude="100.56191557" StarRating="3" HotelCode="623587|254136" HotelName="Studio Asoke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22/3-4 NT Building Sukhumvit 21, Klong Toey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625929/625929a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.773241" Longitude="100.608415" StarRating="3" HotelCode="100181|64029" HotelName="Town In Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Ladprao 94, Wangthonglang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/12/cf12a5e5f902eb635def15e5cdafceff922685ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="40.39" OriginalAmount="37.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74125804992" Longitude="100.55276072328" StarRating="3" HotelCode="293442|8074640" HotelName="Nana Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Nana Tai, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/38/b638d0c26de494d855df6d3df487661359b916bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75936987" Longitude="100.49645371" StarRating="3" HotelCode="338359|61066" HotelName="Dang Derm Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Khaosan Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/6d/fe6d27e2e3df4e42e915ecf32cb1623ec396ec8e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752522" Longitude="100.546604" StarRating="3" HotelCode="95920|21772" HotelName="Ecotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/333-4 New Petchburi Road 35, Rajthevee, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/65/49659314b290dcaf7499c273bec097ef03f87670.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75396" Longitude="100.536618" StarRating="3" HotelCode="114187|63190" HotelName="Grand Watergate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>49/29 Petchburi 15, Phayathai, Ratchtewee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/7a/b07a08e3ac0c9e75ea304b5c572ae1f894d822b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75483769275" Longitude="100.53966944458" StarRating="3" HotelCode="915514|57232" HotelName="Pratunam Pavilion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89 soi Sangkarn, Petchburi Road, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/25/1d252fa5f9c031af4734472ea09be1e78949efa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738203" Longitude="100.555911" StarRating="3" HotelCode="165847|48724" HotelName="Sawasdee @ Sukhumvit Soi 8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/45/a145cb54c0f85211654e75a2975d4a56883eda1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72590676" Longitude="100.56458839" StarRating="2" HotelCode="492210|173852" HotelName="Sleepbox Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>404 Soi Sainamthip 3, Sukhumvit 22, Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/b8/c7b8c12b27a9ca659789cc9d302abc11d9e62db0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753766735134" Longitude="100.54276446485" StarRating="3" HotelCode="903081|56427" HotelName="Tango Vibrant Living Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Wattanawong, Makasan, Rachathavee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2a/822ac02696c872acec515efeb80df8cbe45f8d79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74669267" Longitude="100.52119029" StarRating="3" HotelCode="945592|244829" HotelName="TongPoon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>130 Rama 6th Street Soi 8, Rongmuang Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5d/a95d8edfe97854c1272218e8a2b9d78100bfc599.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77357808" Longitude="100.58135303" StarRating="3" HotelCode="516170|173845" HotelName="Siam Privi Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pracha Uthit Soi 9, Khwaeng Samsen Nok, Khet Huai Khwang, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/c7/b4c7588c9a0abcfd39d3a089681e09bf09d4033a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72229614" Longitude="100.56471113" StarRating="3" HotelCode="853862|367959" HotelName="V One Pride Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>601-603 Sukhumvit Soi 22, Khlong Toei, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/fa/9dfa85510d1beff63d63a996f0abb543cb95ccd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84453625" Longitude="100.66362633" StarRating="3" HotelCode="359708|174385" HotelName="Viva Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>90 Khubon Road (Soi Ramintra71), Khannayao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/4f/594ffe7d96f1f5f5763519939d6c8cca10d6f039.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="40.91" OriginalAmount="38.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A1BE91" HotelName="S 33 COMPACT SUKHUMVIT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9/10-14 SUKHUMVIT 33 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15682_image51008623_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="41.06" OriginalAmount="38.37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746159185763" Longitude="100.55119872093" StarRating="4" HotelCode="72909|645857" HotelName="FuramaXclusive Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit Soi 1, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/80/5480d9d159ad94f05aee9fb45ddc46a2613877af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729453" Longitude="100.572398" StarRating="3" HotelCode="500238|52070" HotelName="41 Suite Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/39-41 Soi Sukhumvit 41 (Pirom), Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/9a/7d9a8a2ffd679a0a31ac02c15fba72a0cce282c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733812277172" Longitude="100.56344785428" StarRating="3" HotelCode="114170|202950" HotelName="Baan Sukhumvit Soi 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/38-39 Sukhumvit Road, Sukhumvit Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/47/48478caa32e3f98edd1d1d8e33b00e024b8d9e0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75272648" Longitude="100.48369481" StarRating="2" HotelCode="780500|367588" HotelName="Ekanake Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>112/8 Arun Amarin Road, Siriraj Bangkoknoi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/a8/65a85bb72054ff1e03a4b5b06bbc354a42c9d97b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740574849796" Longitude="100.55634722198" StarRating="3" HotelCode="465732|204501" HotelName="Grand Business Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 2/11 Sukhumvit Road, Sukhumvit 11, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/7a/c37a7c91a1e704fcaed9da68ea2fa53493c8c147.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738396" Longitude="100.512491" StarRating="3.5" HotelCode="64965|46035" HotelName="Royal Bangkok @ Chinatown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>409-421 Yaowaraj Road, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/71/26711936f83c5cbcb9fc24ddbe753557a7b6eba5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75462349918" Longitude="100.54119171328" StarRating="3" HotelCode="337249|58193" HotelName="Kc Place Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178/35 Ratchaprarop Road, Soi 5, Pratunam, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2d/8c2dc1311bd664f2e26ed6eff9fea3409c3b6eee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.84417013" Longitude="100.65261425" StarRating="2" HotelCode="376818|226699" HotelName="Naturbliss Boutique Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Ramintra 67 Road, Ramintra Kilo Jed, Don Mueang, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6b/1a6bde12bedab2f02e53769c0d33417f44ff85d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="961194|495244" HotelName="The Ex Capital Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>218 Soi Krungthon 6, Yeak 13, Banglamphu Lang Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/cc/16cc01eba64cbfd5888383412c8c30f4ab664410.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754288" Longitude="100.613385" StarRating="3" HotelCode="188234|173827" HotelName="Regent Ramkhamhaeng and Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Ramkhamhaeng Soi 22, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d7/4dd770bd9f52e90d06113ca3a5afb5dcbc61278c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727257822239" Longitude="100.53661002393" StarRating="3" HotelCode="915505|57129" HotelName="The Inn Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739041" Longitude="100.515434" StarRating="2" HotelCode="188199|233292" HotelName="Krung Kasem Sri Krung" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1860 Krung Kasem Rd, Chinatown, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/58/5558db1f3a881df77e45f88a661e627b19ca47f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758530288718" Longitude="100.49839477553" StarRating="3" HotelCode="901862|58243" HotelName="Rikka Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>259 Khaosan Road, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/3c/933cc9c646130d223d4099426cb5cd2f07293a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758274877505" Longitude="100.5397531776" StarRating="3" HotelCode="452028|195747" HotelName="True Siam Rangnam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>507/48 Soi Si Ayutthaya 8, Phyathai, Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/486283/486283a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72189253" Longitude="100.56457518" StarRating="3" HotelCode="523949|226010" HotelName="iCheck Inn Sukhumvit 22" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>318/1 Soi Sainamtip, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012ac4f487ee536ea5157533a2e09f76d853e12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769105632967" Longitude="100.62286745615" StarRating="3" HotelCode="392582|63340" HotelName="Yotaka Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>246/7 Ladpraw 122 Road, Soi Mahadtai, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/5d/a75d3005d20bf3866fb60edc390f61395376183c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="41.94" OriginalAmount="39.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75578362" Longitude="100.53644955" StarRating="3.5" HotelCode="601447|48788602" HotelName="Top High Airport Link Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Petchaburi Road 13, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f82cc65a5fef3e44f3d678861faf44a3a5742db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741886244238" Longitude="100.55339474357" StarRating="3" HotelCode="341638|232021" HotelName="128 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>128 Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5b/f55b555d45614ec4d758bd6662945753c04afce0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740442998033" Longitude="100.56198439027" StarRating="2" HotelCode="405972|196510" HotelName="3Howw Hostel at Sukhumvit 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32/9 Asokmontri Road Sukhumvit 21 Soi 1, Wattana, Sukhumvit, Bangkok 11110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/94/be944dbf368c752b3b70de6aff0218ccdcb2d2e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="856298|367509" HotelName="Baan Wanchart Resdience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>443 Phra Sumen Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a8/e4a8981dd223870511a4e597394248fc03c1657d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740558" Longitude="100.556698" StarRating="3" HotelCode="187107|42879" HotelName="Armoni Hotel Sukhumvit 11 By Andacura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>155/17-21 Sukhumvit Soi 11, Wattana, Khlongtoey Nua, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/cd/a7cd9fbe3c0f9eeb8087dbd5f1d2ec22158e5e54.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72875832611" Longitude="100.52698930156" StarRating="3" HotelCode="378647|174464" HotelName="Red Planet Surawong Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>178 Surawong Road, Tambon Si Phraya, Bang Rak, Bangkok 20150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/438779/438779a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.875535417845" Longitude="100.58004587889" StarRating="3" HotelCode="67968|204255" HotelName="Ebina House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73/39 Vipavadee Rangsit Road 64, Bangkhen, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/6f/bd6ff55a35bbc5399d9ff87f2e027cad66480a18.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74196534" Longitude="100.52450019" StarRating="3" HotelCode="779486|367652" HotelName="House Of Papa Bangkok Siam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>188/44 Soi Chula 16, Wangmai Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/8f/468ff29bb67052c41107cba84a4fe81acd19be51.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761413411072" Longitude="100.54016244451" StarRating="3" HotelCode="431686|173280" HotelName="Le Tada Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>440/9 Ratchawithi Soi 3, Ratchathewi, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/b0/aeb03a7536454373f80cf425a8f7d7674da1cacf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73608617789" Longitude="100.5874184887" StarRating="3" HotelCode="393605|60891" HotelName="Park 19 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>459 Ekkamai 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/f1/f2f1ea9185f1dd727c1d966a281732566ae124eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78899966" Longitude="100.57594876" StarRating="3" HotelCode="362215|62937" HotelName="Ratchada Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sudprasert 2, Sutthisarn-Vinichai Road, Huaikwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3f/ae3f4ad7f7fd592b79b84ef1ce7e2cec36a0bb5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="744812|285626" HotelName="Red Pin Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1091/222 Petchaburi Soi 33, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d0003e8b5f15475f5f40601c98c7dc4f22eaa96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.672768" Longitude="100.543404" StarRating="4" HotelCode="70773|16717" HotelName="Riverfront Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>912 SV City, Rama III Road, Bangpongpang, Yannawa, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/89/51895014455c4e2ab94060ccb5f2a00def2fb8b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745070132224" Longitude="100.55518984795" StarRating="3" HotelCode="9971|4009" HotelName="Royal Benja" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road, Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/05/ed05fa13242e6e72aa80e23f75c68e50b38d62a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726981" Longitude="100.658052" StarRating="3" HotelCode="74779|8971" HotelName="Summit Pavilion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Pattanakarn 65 Pattanakarn Road, Praveth, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/b4/6cb4ae9e6c0467d44cfb688f41e4b493906630d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729416" Longitude="100.530111" StarRating="3" HotelCode="161663|30076" HotelName="The Tarntawan Hotel Surawong Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>119/5-10 Surawong Road, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e3/1fe3ac0d967917e45ebab52472a7b84e6f25350e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736362554877" Longitude="100.58886688541" StarRating="3" HotelCode="378804|199665" HotelName="United Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>414 Sukhumvit, Soi 63, Ekamai 26, Sukhumvit Road, Klongton Nua, Watana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/97/95978876cd63367d95e0264aabc927af9409fce0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762066212651" Longitude="100.49418280709" StarRating="3" HotelCode="380578|58684" HotelName="Wild Orchid Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Chana Songkhram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/51/8d516edafec2f987b85305be7fe53a1745f41c2b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="42.96" OriginalAmount="40.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73000918" Longitude="100.53098503" StarRating="3" HotelCode="|AWON" HotelName="56 Surawong Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>56 Thanon Surawong, Silom, Bang Rak</AddressLine>
          </AddressLines>
          <PostalCode>(0)22673579</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/AWON/AWON_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="43.53" OriginalAmount="40.68" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|145092" HotelName="S RATCHADA LEISURE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>52 TIAMRUAMMIT ROAD, RATCHADAPISEK, BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951384_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="43.80" OriginalAmount="40.93" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|335530" HotelName="CITIN PRATUNAM BANGKOK BY COMPASS HOSPITALITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>117 SOI CHUNLADIT BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/911163_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7446377" Longitude="100.5429295" StarRating="3" HotelCode="200015|57470" HotelName="Golden House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1025/5-9 Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/49/3449f6000fba98cd52be458a1d613e48c4fc40fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712612240306" Longitude="100.51548244048" StarRating="3" HotelCode="188179|57061" HotelName="Miloft Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>334 Charoenkrung 63, Yannawa Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/1793205a2270a5762c458b4dbfee482cbed8d555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76241" Longitude="100.499418" StarRating="3.5" HotelCode="62532|39440" HotelName="Nouvo City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Samsen Road, 2 Samsen 2, Pranakorn, Banglamphu, Bangkok, 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/5d/1f5d4344c51fb3606c16c579f71c6e42bc77d551.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.661344716899" Longitude="100.43404877011" StarRating="4" HotelCode="380449|227176" HotelName="Park Village Rama II" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Bar,Beauty Salon,Business Centre,Conference Hall,Designated Smoking Area,Garden,Internet,Kids Play Area,Kitchen,Laundry,Massage Centre,Meeting Room,Restaurant,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/1-1/3 Soi Rama 2 Soi 56, Samaedum, Bangkhunthian, Bangkok 10150</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fa/f0fa6e51b524966a45af8dc08520af1f59316e5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75575667" Longitude="100.50324283" StarRating="3" HotelCode="584316|233074" HotelName="Siam Champs E’lyse’esi Unique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>160 Ratchadamnoen Klang Tai Road, Bowonniwet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7b/da7b42c37c1688abd6f6ffa5ee9353a7ae88cd8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724052" Longitude="100.52945001" StarRating="3.5" HotelCode="572309|232241" HotelName="Havent Met Hotel Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>188/1 Soi Pipat Silom 2, Naradhiwas Rajanagarindra Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/2e/892ee1e9d480989401ba4d387abcedb2f9f94be0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737643612183" Longitude="100.51531252861" StarRating="4" HotelCode="187109|39721" HotelName="Prime Hotel Central Station Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23/34-35 Trimitr Road Taladnoi, Sampanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ba/e6ba8e4a529fd3f443194c8c2fc21223f123282e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759136249748" Longitude="100.5364331603" StarRating="3" HotelCode="168590|195748" HotelName="True Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Soi Sriayuttaya 12, Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/87/1c87a1dfe4fbcbb8c7865b3a580319c2ed36799f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760348148593" Longitude="100.49758854765" StarRating="3.5" HotelCode="267698|58669" HotelName="Villa Cha-Cha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>36 Tani Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/1e/461e9e4c6b6ef8fc8b79ca7a09a23711c6049ab9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="44.55" OriginalAmount="41.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75735833" Longitude="100.52344822" StarRating="3.5" HotelCode="620746|028011" HotelName="Bangkok Midtown Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>888 Thanon Rama VI, Khwaeng Thung Phaya Thai, Khet Ratchathewi, Krung Thep Maha Nakhon, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/85/6d85351bc075118b0eea718285eb0b2b749fef60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721208689142" Longitude="100.5155441165" StarRating="3" HotelCode="64935|3698" HotelName="Bossotel Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55/8-14 Soi Charoenkrung 42/1, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/62/d462e4ee3e96c61b08d6e236943476bf6048d24e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76196439" Longitude="100.60280733" StarRating="3" HotelCode="515662|58554" HotelName="Duplex 21 Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>98 Ramkhamhaneg Soi  21, Phlabphla, Wangthonglang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/8f/c68fc69157fa2f0ac727befeed7ca3074ab9f7f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752271339646" Longitude="100.53853332996" StarRating="3" HotelCode="12524|6419" HotelName="First House Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14/20-29 Petchburi 19 Road, Soi Juldis, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/41/d54192747edaa56f6e627471795734235ba9b008.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75798349" Longitude="100.52751745" StarRating="2" HotelCode="744100|285567" HotelName="Kloem Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>107/31 Petchaburi 5, Ratchathewi District, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/77/3077dedb53caa9a52a0546d57ac4054f526bb92a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.845136" Longitude="100.579893" StarRating="3" HotelCode="37768|7988" HotelName="Maruay Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Phaholyothin Road 1, Senanikhom, Chatuchak, 10900 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/d1/0cd12f4a4c85574c8d5cc3f3c16a2d0a972dd018.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727660340577" Longitude="100.53040234501" StarRating="3" HotelCode="915487|48634" HotelName="Nantra Silom Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130/8-12 Soi 8, Silom Road, Suriwong Bangrak, Bangkok 10510</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/3d/613d207b69488d4ffbf0b0c9863635bd7cc53d94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717606" Longitude="100.51647373049" StarRating="3" HotelCode="65103|14772" HotelName="Astera Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/83917/p_83917_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783893" Longitude="100.472819" StarRating="3" HotelCode="64959|9421" HotelName="The Royal City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>800 Boromratchonni Road, Bangkoknoi Bangplad, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/86/128630309d5aae6ed18e3eaa630c37a28cb27d9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761023" Longitude="100.53982" StarRating="3" HotelCode="115840|16506" HotelName="Royal View Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27/3 Soi Rajawithi 3, Rangnam Road, Phayathai, Rachathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f2/1a/f21af88136c0a7d166d616899536d227771c6a21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729403" Longitude="100.53032" StarRating="4" HotelCode="33032|10743" HotelName="Siam Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115/1 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/d9/b1d93e8356a95ca0a99163dd6243ee3342f90af1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754079422788" Longitude="100.5397939682" StarRating="3" HotelCode="168285|56966" HotelName="The Cozi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122/32-34 Rachprarop Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/8a/6f8a55304d80eac1aec5fbc97eb4fa848551fc09.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719009" Longitude="100.521053" StarRating="4" HotelCode="309802|60694" HotelName="The Grand Sathorn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Jaras Wieng Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/86/3986114d87ff26cb422a5d3cbe809acfcfb12ac6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72693148217" Longitude="100.53932078452" StarRating="3" HotelCode="304586|58589" HotelName="The Sunrise Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110/1 Saladaeng Road, Saladaeng 1/1, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/75/2c75d4740c6a55d2773ffd3439ec98d46985cbbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="44.97" OriginalAmount="42.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739219" Longitude="100.564416" StarRating="4" HotelCode="97712|662714" HotelName="Admiral Premier Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>138 Soi 23 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/90/d0908e86a8e4e4ccde2be793f401875e3a74155c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.769844" Longitude="100.538686" StarRating="4" HotelCode="114166|43957" HotelName="Abloom Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5/36 Phahonyothin Soi 3, Phaythai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/00/3600e9470244af8f605cb8b80083c76a49e63d9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.697711" Longitude="100.605996" StarRating="2" HotelCode="780436|253969" HotelName="All Day Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit 97, Sukhumvit Road, Bang Chak, Phra Khanong, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/88/01883b48f115b3e075993cc6b324715069089530.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75520939" Longitude="100.50110644" StarRating="2.5" HotelCode="329282|57592" HotelName="Baan Dinso Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113 Trok Sin, Dinso Road, Bovornnivate, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b4/9ab43b1e3da8d3f671c0a157c0669d13fc5caf2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75810606" Longitude="100.52539071" StarRating="2" HotelCode="766003|367530" HotelName="Bangkok Oasis Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Business Centre,Conference Hall,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>111 Rama 6 Soi 24, Thung Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/30/2830565937777e68bef705cfde7aeec85d524dad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735743926969" Longitude="100.55599853396" StarRating="3" HotelCode="97642|48203" HotelName="Citadines Sukhumvit 8 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77/7 Sukhumvit 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f3/85f391d87ad6ff71917f352b24b1106033a9f92a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75926787" Longitude="100.49640846" StarRating="3" HotelCode="530770|232179" HotelName="Hotel Dang Derm in The Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>68-70 Khaosan Road, Phranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/86/b186dce4d0495744d1a92f3dd88b06cf8cf5fda0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728056" Longitude="100.52577957143" StarRating="3" HotelCode="225558|58327" HotelName="La Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>173/8-9 Suriwongse Rd., Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/cc/7accef9d5a5b64b3863c68b892707c8d8f6b0f7f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.688260381595" Longitude="100.64599603414" StarRating="3.5" HotelCode="97714|438727" HotelName="Ninth Place Serviced Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>98/99 Soi Chaloeisuk, Srinakarin Road, Nongbon, Pravet, 10250 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ce/09ce54a4ef5d174866f83505efaa20e07e02ddc5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.859842" Longitude="100.571242" StarRating="4" HotelCode="316896|5750" HotelName="The Rama Gardens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Eco Hotel,Conference Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/9 Vibhavadi Rangsit Road, Laksi, 10210 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/80/3580cdede772b42f042ea36acbfab04a52ac4a19.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.838387695644" Longitude="100.59975000858" StarRating="4" HotelCode="377866|233108" HotelName="Sky Dome Resotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>114 Prasert-Manukitch Road, Kaset-Navamin, Chorakhe Bua Lat Phrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4f/f64ffd870e1a7ed63b430d83ec2790edc9ff9316.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739719" Longitude="100.608785" StarRating="3" HotelCode="188224|58041" HotelName="Platinum Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Pattanakarn Soi 11, Suanluang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7c/f97c5746f61c229da3fd585fa885ad01ac86c9a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730295933079" Longitude="100.53271891534" StarRating="3" HotelCode="304344|40965" HotelName="The Raya Surawong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24-30 Surawong Road, Siphraya, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/85/a685c23bdfb75f93b27b8092a3652fff632cf0d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="46.31" OriginalAmount="43.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.876678544418" Longitude="100.5761513114" StarRating="4" HotelCode="33031|1336202" HotelName="Miracle Grand Convention Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Kamphaeng Phet 6 Road, Talad Bangkhen, Laksi, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/cd/c1cdfc83251f67252babf9f8e2990804d25036f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746382" Longitude="100.603642" StarRating="4" HotelCode="317725|204252" HotelName="Al Meroz Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Soi Ramkhamhaeng Road 5, Ramkhamhaeng Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6b/816b4296179dff0e442b861bb961ceaf3c59153a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77883812554" Longitude="100.57628585276" StarRating="4" HotelCode="429538|89385" HotelName="Amaranta Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Soi 5 Pracharatbumpen Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/9d/ac9de84d578183beef9da13469d58970f043f01e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7264943" Longitude="100.53827548" StarRating="2" HotelCode="624465|253997" HotelName="Cloud on Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>71/2 Saladaeng Road, Silom Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/d4/08d4ff15454d9b294c86f8f6e01d37601b85d1d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75293469" Longitude="100.5241623" StarRating="3" HotelCode="784432|367584" HotelName="Dhevi Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>233 Soi Phayanak Banthadthong Road, Phetchaburi Road, Ratchathewi, Bangkok, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/cf/d7cf81d19442361cae3491840214597d2aa295e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74790818" Longitude="100.58462432" StarRating="3" HotelCode="585629|232252" HotelName="Holiday Inn Express Bangkok Soi Soonvijai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Soonvijai, New Petchburi Road, Huaywang Ban, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c9/f7c98833119744b35b5d98173db7cf4910b4efe2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719930577294" Longitude="100.53873168221" StarRating="3" HotelCode="96810|20284" HotelName="I Residence Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>269/29-30 Suan Plu Soi 6, Sathorn Road, Thungmahamek, Sathorn, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/82/5482fedc779cbd76ed49d1ef52bf1344dde9b0c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75022879" Longitude="100.54558032" StarRating="2" HotelCode="520033|367729" HotelName="Mango Bedroom Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Holiday homes,Inns" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1091/107-108 Soi Petchburi33 Petchburitadmai Rd., Makkasan ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/aa/49aa6691ad100501cdbd45960d02fe3ba0e7db6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76176638" Longitude="100.49302858" StarRating="3" HotelCode="407896|204778" HotelName="New Siam Riverside" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Phra-A-Thit Road, Chanasongkram, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ff/36/ff36f72ac3ab8f9004272bd915e00305b3b7455f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77606" Longitude="100.571985" StarRating="3" HotelCode="409502|48420" HotelName="Palazzo Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>111 Soi Niam-utit, Ratchadapisek Road, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/5d/e65d7c51acc2091f1525cabc80e5097e124dce42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72920812" Longitude="100.53481825" StarRating="3" HotelCode="943390|223504" HotelName="D Varee Xpress Pula Silom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>60/12-15 Silom Soi 2/1, Silom Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/13/a213bc870d2683e6fcb56eec02c2121de8922fba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77300287" Longitude="100.57060133" StarRating="0" HotelCode="853741|409316" HotelName="Ratchada Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>282 Soi Nathong 3, Ratchadaphisek Road, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/73/66737585fed55b1260305ab34ddaf8f4937a6742.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.764402714402" Longitude="100.49948331846" StarRating="2" HotelCode="380584|57743" HotelName="Tara Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>113,117 Samsen Road, Samphraya, Phra Nakhorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/a9/02a9d25664bfbdcc0296d1b6d7a11be1238ac34b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77303479" Longitude="100.54205268" StarRating="4" HotelCode="853425|367974" HotelName="Vib Best Western Sanam Pao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1029/9 Phaholyothin Road, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d9/6cd9f4c9014a3849c1e30cf57b3ef98310a3cade.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75397455" Longitude="100.575584" StarRating="3.5" HotelCode="601921|233465" HotelName="Zazz Urban Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>308/1 Rama 9 Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8a/ae8ab97706f9768229cd0fa5eeb9d0986500065b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="47.33" OriginalAmount="44.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71257873" Longitude="100.59452014" StarRating="3.5" HotelCode="587160|93350741" HotelName="Ibis Styles Bangkok Sukhumvit Phra Khanong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1122 Sukhumvit Road, Phra Khanong Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/4f/8b4f87ea22fa1b91dca538687654fedcd5bdebb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="47.57" OriginalAmount="44.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.883412" Longitude="100.565411" StarRating="3.5" HotelCode="933174|951931" HotelName="Centra Government Complex Hotel and Convention Centre Chaeng Watthana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Mu 3, Chaeng Watthana Road, Convention Centre Building, Laksi, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/06/d70664bcf0d0b6921973f1ef6e565fa86c68aea4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732601" Longitude="100.565159" StarRating="3" HotelCode="16537|48200" HotelName="Aspira Grand Regency Sukhumvit 22" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12/3 Soi Sukhumvit 22, Saunamthip, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/cb/57cba9569c0ab2204ee036e49e81429fd517b34d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741045" Longitude="100.555838" StarRating="2" HotelCode="188253|204271" HotelName="Star Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/40-41 Soi Sukhumwit 7/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/6c/a56c045b1b4f047c92c7488388a13ab4a240d37a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726317" Longitude="100.540566" StarRating="4" HotelCode="70776|16758" HotelName="At Ease Saladaeng" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Soi Saladaeng 1, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/04/9104e0b951a7fbc1c5f64b1cc101236b99cd7015.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74565908" Longitude="100.55139962" StarRating="3" HotelCode="754194|367481" HotelName="B1 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>220/5 Sukhumvit Soi 1, Klong Toey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/87/5f87e45f9f3b3b0336378064b3a8fe65b2bed49d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752940905204" Longitude="100.54014265537" StarRating="3" HotelCode="36347|2254" HotelName="Baiyoke Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>130 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5f/835feac3fcdb603aebc146541967c1de64cc1a4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732027" Longitude="100.564066" StarRating="4" HotelCode="904499|42068" HotelName="Best Western Plus At 20 Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Sukhumvit Soi 20, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/16/6b1659376b01082c950d2d7db0a04d9cff59d245.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77404947507" Longitude="100.57399749756" StarRating="4" HotelCode="8975|9417" HotelName="Bangkok Cha-Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Ratchadaphisek Road, Huaykwang, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/de/43de4fa13e25cae32901c005c7ed4cee4b9f9467.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75377063" Longitude="100.53687011" StarRating="3" HotelCode="267702|58407" HotelName="Metz Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39-22-23 Phethburi Road, Soi 15, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/09/93095e20cb6af5627eab99ca56247df04f7a02dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76368599" Longitude="100.48298445" StarRating="3" HotelCode="425336|173826" HotelName="RD Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Concierge,Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10/13-16 Arunamarin Road, Arunamarin, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd7af5aac7691a71320bac804f718cea0f23cd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736943" Longitude="100.553124" StarRating="3" HotelCode="59695|20430" HotelName="Royal Ivory Sukhumvit Nana by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>73 Sukhumvit Soi 4, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2a/1b2a49089d4df4a180aa2113c9c122011a778cf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75478734" Longitude="100.50136687" StarRating="2" HotelCode="602915|233338" HotelName="The Printing House Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>140 Dinso Road, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/39/38393374db26ee4d782f1b36c3f246d89416a83a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.718247" Longitude="100.531911" StarRating="3" HotelCode="118738|55624" HotelName="Yellow Ribbon Hills Executive Serviced Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>33/3 Soi Naradhiwas 7 (Prapinij), Naradhiwas Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c4/5bc4b6084ce0358318658c5fbada81a79375a764.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.775589" Longitude="100.572575" StarRating="4" HotelCode="65091|48411" HotelName="Emerald" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99/1 Ratchadapisek Road, Din Daeng, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/78/0a78006cf00ba67454c9261c5e7a24956c437e0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75197723" Longitude="100.53607591" StarRating="2" HotelCode="583160|223517" HotelName="Glur Central Pratunam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>645/17 Phetchaburi Road, Kwaeng Thanon Payathai, Khet Rachatewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/e1/48e15e37607a3893a034bb4cfef241d16b06fce0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741443" Longitude="100.555712" StarRating="3" HotelCode="933175|42878" HotelName="iCheck Inn Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>131/27 Sukhumvit Soi 7/1 Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f6/54f6d4de0eb65f501d88b87b635d6593ca84a643.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7535615" Longitude="100.53820299" StarRating="3" HotelCode="853404|376856" HotelName="Kim Korner Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>37/5-6 Phetchaburi Road, Thanon Phaya Thai, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7518699" Longitude="100.53777843" StarRating="2" HotelCode="738624|254073" HotelName="Leela Orchid Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>833 Phetchaburi 17, Phayathai, Pathumwan, Pratinam, Ratchathewi, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/73/3f73e239e61a67a1fdfc2b4891e9fccf0cb8d025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733752" Longitude="100.582247" StarRating="3" HotelCode="307872|62736" HotelName="One One Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>289/1 Sukhumvit 55 Road, Klongton Nua Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/bb/28bb4e653b9a88444549c10a43550d745a2468f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72888374" Longitude="100.59017889" StarRating="3" HotelCode="439160|174340" HotelName="Ten Ekamai Suites Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>33/39 Ekamai Soi 10, Sukhumvit 63 Road, Klongton-nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c5/a9c5c9684154b27f8c6bbf62ca25a31bd58db99d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727655" Longitude="100.569327" StarRating="3" HotelCode="29040|48730" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit 24 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/06/5406b05483a9a02a4792d42c11e629340ba75c6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743688236141" Longitude="100.55338049779" StarRating="3" HotelCode="345159|174361" HotelName="The Prestige Nana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8/5-6 Soi Sukhumvit 3, Nana Nua, Sukhumvit Road, Bangkok 10110, Klongtoey-Nua Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/47/e047f072e22129e9716b68ff6788a93c17e846c2.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="49.95" OriginalAmount="46.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73517696" Longitude="100.55213978" StarRating="3" HotelCode="358835|7817943" HotelName="Alt Hotel Nana" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Sukhumvit Soi 4 Sub-Soi 2 Nana, Sukhumvit Road, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/d1/55d115950b8de027f7418e2dc1667f52d6a3296c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.8172811" Longitude="100.56557339" StarRating="3" HotelCode="738669|271428" HotelName="Apartelle Jatujak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Ladprao 1, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/95/129567384a07409af0bfd24355bd6038d8310016.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734317495593" Longitude="100.56321507787" StarRating="3" HotelCode="114171|202949" HotelName="Baan Sukhumvit Soi 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3/13-14 Sukhumvit Road, Sukhumvit Soi 18, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d4/f7d4514249b406a7d1cd133c2bfa6f22111484cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78157938" Longitude="100.54110402" StarRating="2" HotelCode="869900|367550" HotelName="Blu Cabin Ari Stylish Gay Poshtel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>32 Ari 4 Alley, Phaholyodhin Road, Phayathai, Bangkok 10400, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/2f/e12f85a54fb0e9d7f0bf31106573e9463570cfef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75295411" Longitude="100.53881284" StarRating="3" HotelCode="587040|232896" HotelName="Pratunam 19 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>77/23 Phetchaburi 19, Thanonphayathai Rajthevee, Pratunam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/ef/9fefcb2bf119c10ede9a5bbd5c988cc1743708a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.697210542298" Longitude="100.64797488955" StarRating="4" HotelCode="95923|48216" HotelName="Dusit Princess Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Srinakarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d9/21d90b9fa78179b184e50d9226317c6970b048e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742723960205" Longitude="100.50720110536" StarRating="4" HotelCode="35456|16661" HotelName="Grand China" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>215 Yaowarat Road, Samphantawong, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/a7/a8a7edd960666a7159c26c25f22ef51cc48fb268.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757860517267" Longitude="100.54354163556" StarRating="2" HotelCode="322735|60764" HotelName="The Bangkokians City Garden Home" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>335/1 Ratchaprarop Road, Ratchaprarop Soi 12, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4c/0b4cb84b853dcc60e288541517ed596f913d8fc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739015" Longitude="100.559436" StarRating="3" HotelCode="267691|204502" HotelName="iCheck Inn Sukhumvit 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/7-10 Sukhumvit Soi 19 Road, Klongteoy -Nuea, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543302/543302a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="965354|415210" HotelName="Loft Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1091/290-294 New Petchaburi Road, Makkasan, Ratchathewi, Pathumwan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/7d/bb7d6bd9e7a0e1c39aaa9e984f20374036f54263.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753062" Longitude="100.546244" StarRating="4" HotelCode="73784|13983" HotelName="Ramada by Wyndham D MA Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1091/388 New Petchburi Road Soi 33, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/18/5e18ce86aaf8bae53e36fad2a2af21b87be4d863.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.717825001857" Longitude="100.56540283105" StarRating="3" HotelCode="405497|202947" HotelName="Rompo Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>115 Rimthangrotfaisaipaknam Road, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/a0/5ca0bfae4087094e7dd2ad4b3d436352226684be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="956597|489597" HotelName="Scene Bangkok Noi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>61/1-8 Soi Arun Amarin 39, Arun Amarin, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/da/7dda56b270808824351702aa192646aec8fc1809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727822" Longitude="100.569936" StarRating="3" HotelCode="64960|16670" HotelName="St. James Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 26, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/c8/45c80bb41afe1d5990a8cb39e310d86ee0a23517.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="51.04" OriginalAmount="47.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717478" HotelName="Jazzotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>RAMKAMHAENG 39, PRACHA U-THIT ROAD, 514 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/240333_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="3" HotelCode="14242|2252" HotelName="Asia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/4d/794d400473ffbd00a1ee8f348a0d68a77c0bf7aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78842336" Longitude="100.5474576" StarRating="3" HotelCode="434568|60360" HotelName="Capital Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1371 Phaholyothin Road, Samsennai, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/44/ba4463669eaf114a2a286fea2a77686e9ef0559a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74345198" Longitude="100.55450264" StarRating="4" HotelCode="784854|367619" HotelName="Glow Sukhumvit 5" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Babysitting,Bar,Designated Smoking Area,Laundry,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>24 Sukhumvit Soi 5, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/b6/f1b68d733894d572cca352e3beb84c1f23507427.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.77728131" Longitude="100.5738139" StarRating="3" HotelCode="840650|376853" HotelName="Ibis Styles Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>212 Ratchadaphisek Road, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/f2/a4f2043f3defe615d221779a0f99ea4e72b7d60e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.761544791186" Longitude="100.54025314932" StarRating="3" HotelCode="481173|173279" HotelName="Le Tada Parkview Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>440/58 Ratchawithi Soi 3, Ratchathewi, Pathumwan, Bangkok, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/0b/4d0b3c8cdebdeaacf6e4937f564527a5e6c94329.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741719567334" Longitude="100.55335521698" StarRating="3" HotelCode="115833|58116" HotelName="Majestic Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110-110/1 Sukhumvit Road, between (Soi 4-6), Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/b5/10b52cc5ef6cc6cfe4d65194856e78dc33b9cd86.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75345504" Longitude="100.53616043" StarRating="3" HotelCode="495626|195717" HotelName="NAP Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phetchaburi 13, Phethburi Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/c9/83c9c58f6a7615aaf59be8d39d83a1df5c8d59c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.675907162806" Longitude="100.64307499216" StarRating="3" HotelCode="915489|48642" HotelName="Romance Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Apiwat Srinakarin Road 56, Nongbon Pravate, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/8f/7f8f3eadbbe3a4f9001f5156d5da7cc10dbb275d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73270631" Longitude="100.51458901" StarRating="3" HotelCode="635226|271493" HotelName="Talakkia Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>988 Charoen Krung Road, Talad Noi, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/27/532763b4eb52dd0e5c43f21fb71b0f2a16bdc46c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.07" OriginalAmount="48.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723134406292" Longitude="100.5184672589" StarRating="4" HotelCode="165065|1954647" HotelName="Novotel Bangkok Silom Road Hotel" Meals="ROOM ONLY,BREAKFAST (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/42/5042735dfa7558c7813d6cf65227584eb97f294a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751573" Longitude="100.563912" StarRating="3" HotelCode="188164|57613" HotelName="B.U. Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>567 Soi Suthiporn 2, Asoke-Dindaeng Road, Ratchadaphisek Soi 3, Bangkok 10400, Dindaeng</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/3082efa9a1883c75222345cc2dcbb4537afcf19c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781268" Longitude="100.540103" StarRating="3" HotelCode="915495|56978" HotelName="Baan Nueng Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Aree 5, Phahonyothin 5 Road, Samsennai Phayathai, Chatuchak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e6/c1e63c02229fccdc94305a58956c52783af29cf3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752839298103" Longitude="100.54755091667" StarRating="3" HotelCode="326375|2253" HotelName="Bangkok Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>City Square, 1091/336 New Petchburi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/bc/62bcf3b4e14c7df60bcec3360363a01a7058cdd3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74359945" Longitude="100.55531414" StarRating="3.5" HotelCode="631717|271437" HotelName="Dazzle Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Sukhumvit 18, Khlong Toei Nuea, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e4/15e43c9d159e7d89320f76bf293fdf5974c439ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7632012" Longitude="100.53869097" StarRating="3" HotelCode="521970|195715" HotelName="Fyn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>17/1 Soi Ratchawithi 9, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/bc/c7bccc38e2607ec683f16d4827316665a19f8ee8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73511933" Longitude="100.55807782" StarRating="4" HotelCode="346135|173248" HotelName="Galleria 12 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81/83 Sukhumvit Soi 12, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2b/6e/2b6e5fa6c881bfa2bf3c3053a9f7d61ac0276f5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71728288492" Longitude="100.50899757187" StarRating="3" HotelCode="161448|20574" HotelName="ibis Bangkok Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Charoen Nakhon 17, Charoen Nakhon Road, Banglamphulang, Klongsarn, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/54/0054d0114f33c27f07175a9931d7f16aa0127551.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.716059843593" Longitude="100.53169906139" StarRating="5" HotelCode="186973|12025" HotelName="Anantara Sathorn Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Naradhiwas Rajanagarindra Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/09/e3099cd388fc11831cf09fc242867ddb646d7894.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.664400897467" Longitude="100.61845013499" StarRating="3" HotelCode="338453|58117" HotelName="Lasalle Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Lasalle 33 Sukhumvit 105, Bangna, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/88/7d889271d72072b62e124aca45e8e26af5b9a779.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737263" Longitude="100.55252" StarRating="4" HotelCode="903973|45237" HotelName="Lohas Residences Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Sukhumvit Soi 2, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/dc/cadc75b247da2fb5dbda74d9f0223c19dfeb7097.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.779037" Longitude="100.575941" StarRating="3" HotelCode="915491|21535" HotelName="myhotel CMYK ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>225/4 Pracharajbumpen Soi 5, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/66/f566e9d3f97ebe842f9c7d7a6c9947f7b6abf123.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753920499613" Longitude="100.51509082317" StarRating="3" HotelCode="21217|2257" HotelName="Prince Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>488/800 Damrongrak Road, Bo Bae Tower, 10100 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/b7/01b7e673205a2551ce14849b817262d0e8305d7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738509649964" Longitude="100.56278854609" StarRating="3" HotelCode="23146|3702" HotelName="Tai-Pan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>25 Sukhumvit Soi 23, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a42b88a7923ae7125d2099e70146eae122a6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.08" OriginalAmount="49.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1B682" HotelName="AMBASSADOR HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>171 SUKHUMVIT SOI 11, SUKHUMVIT ROAD, WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/895976_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="53.41" OriginalAmount="49.92" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CE2246" HotelName="ASAI BANGKOK SATHORN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>195 SOI SUEKSA WITTHAYA, SILOM BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29580_image61620561_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75522867298" Longitude="100.4863784743" StarRating="4" HotelCode="293448|48462" HotelName="Baan Wanglang Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>342 Soi Wat Rakang, Prannok Road Siriraj, Bangkoknoi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/56/b856e92e469dc8ea264dcd59b6f2d417afa8199b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758611" Longitude="100.49853" StarRating="3" HotelCode="89138|20223" HotelName="Buddy Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>265 Khaosan Road, Taladyot, Pranakorn, 10200 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f6/0cf608fc60ab0c7561afa1343d1d6c2403dfc351.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80737814" Longitude="100.61565109" StarRating="3.5" HotelCode="602657|232227" HotelName="Greenpoint Residence Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Soi Pradist Manudharm 19, Pradist Manudharm Road, Latphrao, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/6c/516cf0a2ae3e70bfc6523bffbc4dca641ec03808.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7269" Longitude="100.568271" StarRating="3" HotelCode="114188|223868" HotelName="Hope Land Executive Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sukhumvit 24, Klongtoei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/19/771971a98ccfd69877e112df0d3abe23f392e974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735175" Longitude="100.555903" StarRating="3" HotelCode="72890|12578" HotelName="Salil Soi 8" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50, 50/1 Sukhumvit Soi 8, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/a9/82a9128fbf887eae5b649873740cac327de0ba8b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733163164021" Longitude="100.52731096745" StarRating="4" HotelCode="14526|3535" HotelName="Mandarin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Rama IV Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e0/c6e0a6e3ee88d9bd06b3fece20c8a7c78a5fc9f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73153153" Longitude="100.52322625" StarRating="3" HotelCode="781223|367876" HotelName="Samyan Serene Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Si Phraya Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/69/8269e40d97b370326a5bb33bb01b05f5d1929d36.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738906" Longitude="100.553422" StarRating="3" HotelCode="260597|48276" HotelName="S.M. Grande Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Sukhumvit Soi 4, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/41/5e4142dc3b015535fbd0d86923b08d0eb5cf6320.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733703" Longitude="100.56812" StarRating="4" HotelCode="185909|48652" HotelName="Bless Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit Soi 33, North Klongton, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/75/737571018662e13a2bd51ba72bf768736eba6cf0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753274748938" Longitude="100.53737652162" StarRating="3" HotelCode="339865|58190" HotelName="The Period Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39/4 Petchburi Road, Petchburi 15, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/5e/915e7abec8af372883198c16441ed35e5893dbef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="54.25" OriginalAmount="50.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.646746375163" Longitude="100.71481808466" StarRating="4" HotelCode="|OWY" HotelName="Amaranth Suvarnabhumi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>68 Moo 2, Kingkaew Road, Rachatheva, Bangplee, Samut Prakarn</AddressLine>
          </AddressLines>
          <PostalCode>(0)23159399</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/OWY/OWY_FRONT.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720450440134" Longitude="100.73943883181" StarRating="3" HotelCode="142234|15782" HotelName="BS Residence Airport Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>836/2 Ladkrabang Rd., Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/8b/a08bb2b157e5d55d3927f889bdcf2add050fc556.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.752914852106" Longitude="100.5415508151" StarRating="4" HotelCode="37909|3805" HotelName="Indra Regent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>120/126 Rajaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/db/52dbbee707f39a4ff35387492e45c8203f1a2bcd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743944867468" Longitude="100.58366478036" StarRating="3" HotelCode="255723|58642" HotelName="Dheva Residence Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2435 New Phetchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e1/8ce1dce7c5f7a783716a2ec9cfe4969e51d04c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746779" Longitude="100.528683" StarRating="3" HotelCode="189379|58373" HotelName="Lub d Bangkok Siam Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>925/9 Rama 1 Road, Wangmai, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/fe/a5fe30bfe224475e02659450c6ef46f8d6efaa15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76146835039" Longitude="100.49406953006" StarRating="3" HotelCode="341985|58606" HotelName="Mango Lagoon Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Soi Rambuttri, Pra Arthit Road, Banglumphoo, Bangkok, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0d/e70dc57477b3dad21b6c4e6c3c077d46a29b08e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743299333333" Longitude="100.557806" StarRating="2" HotelCode="915516|57245" HotelName="Miami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road, Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/75/20757349db5a255c8024d4c99b094245fa3dbbe4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726139493903" Longitude="100.51602389929" StarRating="3" HotelCode="603666|227171" HotelName="Oriental Heritage Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1180 Charoen Krung Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/a4/aaa47b2e3c9625c5c72b124c03dcec54a232b3bc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73470122" Longitude="100.56753188" StarRating="3" HotelCode="517763|173839" HotelName="Sakura Sky Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukhumvit 33 Road, Klong Tan Nuer, Watthana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/c4/53c4b62a339c4d8a4b18dc8b5e68e9a53c1615dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73338413" Longitude="100.57099489" StarRating="3.5" HotelCode="442530|62865" HotelName="Sereine Sukhumvit 39" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Soi Sukhumvit 39 Prompong, Sukhumvit 39 Road, Bangkok, Wattana Province 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/99/ff99ca5c18a392b47932d93674d7a90366e2f163.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726341788087" Longitude="100.53122967482" StarRating="3" HotelCode="21435|48639" HotelName="Silom Serene Boutique" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Soi Pipat, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/5a/245ae7b2cc534defe8ff8cdb20fa2f9d5511870c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7262602" Longitude="100.58550107" StarRating="3" HotelCode="516461|174341" HotelName="THA  Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ekamai Soi 6, Sukhumwit 63, Phra Kanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/cc/8dcc01a6b41a75db3bfc3ff9858f9472ec8985cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737877" Longitude="100.552081" StarRating="4" HotelCode="76121|36184" HotelName="Aspen Suites Sukhumvit Bangkok Hotel by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/1 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/11/7d111647730974bb4661e9da578158d3d52c382d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762725170419" Longitude="100.49985017822" StarRating="4" HotelCode="319809|58157" HotelName="Chillax Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>272, 274 Samsen Road Samsen Soi 2, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/82/da8205dbd862c6364853ba371c9cd0e4b383d3b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737436782176" Longitude="100.55716198847" StarRating="4" HotelCode="169813|22228" HotelName="Galleria 10 Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Sukhumvit Soi 10, Sukhumvit Road, Klongtoey, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/99/b7/99b7a4134d0f3e53dd64f400db72bb2da9ee16ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7587627" Longitude="100.5439769" StarRating="3" HotelCode="781649|367657" HotelName="Hyde Park Hotel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>298 Soi Ratchaprarop 12, Ratchaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/73/507335026ec314fe055ff2ecd7e6f8f074b744b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760911" Longitude="100.63951" StarRating="3.5" HotelCode="409505|62726" HotelName="Kantary House Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Ramkamhaeng 42 Road, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/40/0b401488e395995c4df9a1e761d4088c08211a80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743177603935" Longitude="100.55635279605" StarRating="4" HotelCode="200018|48273" HotelName="Salil Hotel Sukhumvit Soi 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/4 Soi Sukhumvit 11, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/ee/12ee2b7b3b24a71649d16aab9c0bb493af2f7c9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73118" Longitude="100.57018" StarRating="3" HotelCode="200017|48706" HotelName="Nantra Sukhumvit 39 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1/46 – 49 Sukhumvit 39, Prompong, North Klongton Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ff/92ff0d10bf20366f55803be102d4db86c3d3a0a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731268051399" Longitude="100.56621436151" StarRating="2" HotelCode="438885|173831" HotelName="Rezt Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>75 Soi Sukhumvit 22, Sukhumvit Road, Klongton, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/08/4f08f5995c106f0737f4e81993366197253dfc45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754588284856" Longitude="100.49778813066" StarRating="3" HotelCode="339998|57612" HotelName="The Warehouse Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>120 Bunsiri Road, San Chao Por Sua, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/ce/55ce130bbc6b0cc70c09dbb6ec31850da4c6d423.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724170779634" Longitude="100.57160821106" StarRating="3" HotelCode="397780|233291" HotelName="The Kaze 34 Service Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Sukhumvit Road, Soi 34, Klongton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/ea/e6eabc2e52e5403a584fa16fdaa4c70b3e10e156.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.774294" Longitude="100.542057" StarRating="3" HotelCode="169905|174384" HotelName="Vic3 Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Phahon Yothin, Soi 3 Phaya Thai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/7d/7a7dfbf0b37af88fb80891e8f1e1a4705e09aa8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76361667" Longitude="100.53870888" StarRating="2" HotelCode="856770|367984" HotelName="Yello Rooms Victory Monument" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12 Soi Loet Punya, Thanon Phaya Thai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/21/df21c1fdce10d9d33d95daf5ddcf0e15a95ced16.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76031897" Longitude="100.49642511" StarRating="3.5" HotelCode="328188|63955" HotelName="Baan Chart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>98 Chakrapong Road, Taladyod, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9f/089f254aec6917812d889e0b9c2cbf1791e9332d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.842073" Longitude="100.61644221" StarRating="3" HotelCode="588118|232096" HotelName="Barefeet Naturist Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>House 85 Soi Prasertmanukitch 29, Yaek 7, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/bb/9abba35dc4cdcffb836dc072d9fa383a7d846d09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746393235411" Longitude="100.55184556138" StarRating="3.5" HotelCode="438551|271455" HotelName="iCheck inn Skyy Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 1, Ruenrudee, Khlong Toei Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/80/fc80274ae156c967ec94216995fed62a739e8ca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71773075" Longitude="100.50860701" StarRating="3" HotelCode="523283|173745" HotelName="Naga Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>19/1 Soi Charoennakorn 17, Charoennakorn Road, Banglumpoo-Lang, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/6d/346ddb171179ce6a517e3c6407cf760a14e64d9b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73542402" Longitude="100.56846292" StarRating="2" HotelCode="337922|204505" HotelName="Nandha Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>14/11-14 Sukhumvit 33, Klong Ton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/c8/cec80cca530403a16cce8ffd536fa98a42859a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73585745" Longitude="100.56095426" StarRating="3" HotelCode="623062|254152" HotelName="The Connex Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6/1 Ratchadapisek Road, Klongtoey, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/8f/9c8f234a7f7d566f2318999f94163340b8cbfcd9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71639136" Longitude="100.58860621" StarRating="2.5" HotelCode="546614|202970" HotelName="The Little Pig Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1036/12 Sukhumvit Soi 42/1, Phra Khanong, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ba/29/ba2905385418ecf2a47bf93614be899785fa3c32.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735176905595" Longitude="100.5626554849" StarRating="3" HotelCode="342509|233441" HotelName="White House Asoke Sukhumvit 18" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>390/20 Sukhumvit Soi 18, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/80/f9804967dfe69ee0063a3c53f2abe1dc48637df6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="57.75" OriginalAmount="53.97" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|123579" HotelName="AMARANTH SUVARNABHUMI AIRPORT, BW PREMIER COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>68 MOO 2 KINGKAEW ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/910268_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.690697288767" Longitude="100.64672653996" StarRating="4" HotelCode="255716|48840" HotelName="The Vertical Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90/9 Srinakrarin Road, Nongbon, Pravet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/4e/f14e511d3079265963f864d8a5041a4cccba4e33.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75991327" Longitude="100.54044782" StarRating="3" HotelCode="377576|195724" HotelName="Picnic Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Rangnam Road, Rajprarop, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/03/d9033ab0d9a2921ec67c62dc7858a12fc723e47f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73910175" Longitude="100.55997653" StarRating="3" HotelCode="613916|254119" HotelName="Sib Kao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>19/27-28 Sukhumvit Soi 19, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/46/234686f0e4a2fe59ab778ee15238d373d2bddce6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.683501446687" Longitude="100.64936599464" StarRating="4" HotelCode="115855|58617" HotelName="Park 9 Srinakarin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Srinakarin 59 Road, Behind Paradise Park, Nongbon, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e8/79e8a81a17cfa533918c67b52740163606535eaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.80494645" Longitude="100.56457809" StarRating="4" HotelCode="620868|254186" HotelName="V20 boutique hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>185/1 Vibhavadi Rangsit 20 Alley, Lane 3-4 Vibhavadi Rangsit Road, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/3f/373fa7ead166b82df93f271ec51a689b5ebe64b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.80" OriginalAmount="54.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81186747" Longitude="100.56213183" StarRating="3" HotelCode="943440|58740858" HotelName="The Quarter Ladprao By UHG" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>80 Soi Ladprao 4, Ladprao Road, Chom Phon Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/15/c81562e15890b75eee6c611024f9cdfa9027dd67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="58.54" OriginalAmount="54.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759585865137" Longitude="100.49299983431" StarRating="2.5" HotelCode="404668|586189" HotelName="New Siam Palace Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>56 Chao Fa Road, Trok Rong Mai, Chanasongkram, Khaosan, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/a4/0ca442f29aea4919f5cbe596e48ef1c89cd1b1ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72413074" Longitude="100.53087011" StarRating="3" HotelCode="933612|40319" HotelName="Holiday Inn Express Bangkok Sathorn" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Soi Pipat Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/92/cb92fa808447a0b8054c10b72682b29fe3ce4bd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7046433" Longitude="100.59919893" StarRating="3" HotelCode="469974|202954" HotelName="Amaze Sukhumvit Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Alley Soi Sukhumvit 50S, Phrakanong Klongtoei, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/24/ca248548bed8157ff76000456dc735a3c0f92deb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740566" Longitude="100.561141" StarRating="3" HotelCode="141128|48732" HotelName="Fusion Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>143/61-62 Sukhumvit 21 (Asoke), Sukhumvit Road, Klongtoey Nue, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524e04679050dd93376221b58ccd75a5b9bd8a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.87" OriginalAmount="55.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727611" Longitude="100.578769" StarRating="4" HotelCode="141122|1936640" HotelName="Salil Hotel Sukhumvit Soi Thonglor 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>44/14-17 Sukhumvit 53 (Paidee-Madee), Sukhumvit Road, Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/86/a0864ffa19469dfd0bbec23d10d3169565183178.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78762874" Longitude="100.54490454" StarRating="3" HotelCode="746066|285536" HotelName="Craftsman Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34,36 Thanon Phahon Yothin, 11 Samsennai Phayathai, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/0f/e00f0c9eb964e9bc296e04c4eae0af9fc73db662.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73815264" Longitude="100.55584746" StarRating="3" HotelCode="563634|223869" HotelName="Hope Land Hotel &amp; Residence Sukhumvit 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>34 Soi Sukhumvit 8, Sukhumvit Road, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/82/478238e522b8b4fbfa457605ab46560ce3e83d0a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737977890482" Longitude="100.55347286012" StarRating="3" HotelCode="15062|16299" HotelName="ibis Bangkok Sukhumvit 4 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Road Soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/50/ad506a386fc8763385ff0d7192ea7004de27e599.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712568" Longitude="100.585874" StarRating="4" HotelCode="260592|42886" HotelName="Jasmine Grande Residence" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4338 Rama IV Road, Phrakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ee/a2/eea2279f17b76c8a509c84c2ba4cfab22bc6d1c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74491755" Longitude="100.5574688" StarRating="3" HotelCode="612360|233394" HotelName="Travelodge Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>30/9-10 Soi Sukhumvit 11 Chaiyos, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/7d/337d71e94995796d54654b43391eec301cff16a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737991" Longitude="100.563899" StarRating="3" HotelCode="186275|233399" HotelName="Two Three A Homely Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>100 Sukhumvit 23, Prasarnmit, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/4d/a34d478229dd73d7b359f85bb83d89a695e15018.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="872105|438354" HotelName="Villa De Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Chakrabongse Road, Talat Yot, Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/fd/2bfd88c97ee8d7d73d410d5ce65fec7e874060da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754527" Longitude="100.535449" StarRating="4" HotelCode="317723|61277" HotelName="Vince Hotel Pratunam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>26/2 Alley 2, Phetchaburi 11, Phetchaburi Road, Phayathai, Rajathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/27/7e276035ba831028bc4a0c9025fc7c9d5e48feb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75562993" Longitude="100.50015976" StarRating="3" HotelCode="546578|204795" HotelName="Baan Kachitpan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Trok Silp, Dinsor Road, Baworn Nivet, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/14/f71427dd515200be4f070f83629270d92f0069a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754220108786" Longitude="100.53888201714" StarRating="3" HotelCode="255921|35768" HotelName="Grand Alpine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/15-17 Phetchaburi Road, Phayathai, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/40/04/4004ba136a27a38dc49ab4a01def0f45d443a4b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747810994147" Longitude="100.57026386261" StarRating="4" HotelCode="200871|24946" HotelName="AVANI Atrium Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1880 New Petchburi Road, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/f6/dff6c7c264b2782e7614d2e5dd99926f3e51d53d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757175" Longitude="100.542851" StarRating="3" HotelCode="89145|22042" HotelName="Hotel de Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/14 Ratchaprarop Road, Ratchaprarop Soi 12 Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/cf/07cf908bbc8fb6335be7c8a7f3207bd636426dfc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7269254" Longitude="100.5339307" StarRating="3" HotelCode="18515|54193" HotelName="Le Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Convent Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/59/3b5977414703dc96b3427e2b4507c9d1f6f32a14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.687477704969" Longitude="100.60718536523" StarRating="3.5" HotelCode="398389|61999" HotelName="Olive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sukhumvit Soi 64, Yak 6, Bangchak, Pha Khanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/cf/25cf5aca9fd0fed63ef0ac4a49fb089e0a6718a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7355356" Longitude="100.55520534" StarRating="2" HotelCode="434543|233234" HotelName="Teja Lake View Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>167  Sukhumvit road, soi 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/35/358156/358156a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751739002359" Longitude="100.53775104278" StarRating="3" HotelCode="405932|195716" HotelName="La Porte Bangkok Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20/6 Phaya Thai Road Soi Petchburi 17, Pathumwan, Tambon Payathai, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/11/f1113b01c37b9d1ec62b312382b8f8cfa00ece21.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75343113" Longitude="100.53710702" StarRating="2" HotelCode="619997|246223" HotelName="Natee Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39/11-12 Soi Phetchburi 15, Phetchburi Road, Rajtaevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/68/7068dfe4196d7bbaf4977c7c75fd444ca2305455.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738725600313" Longitude="100.557582146" StarRating="3" HotelCode="901774|48710" HotelName="Paradiso Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1/11-12 Sukhumvit 10, Khlong Toei, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/95/0b950a0ac5b8d5c79e0d9f6b1d8893dcda0ce8e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735650564195" Longitude="100.551870147" StarRating="4" HotelCode="341595|48711" HotelName="Parinda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>54/4 Sukhumvit Soi, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/88/7388cb34e0bf207eb563acb81bf8f3d15351586d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724844863661" Longitude="100.53254477509" StarRating="3" HotelCode="380417|58557" HotelName="Silom Forest Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Phiphat 2, Convent Road, Silom, Bangrak, Bangkok, Provinz Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/8d/5e8dcb0ee7eb85147c9a4d4d07bb0b4cf27f258f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745103306615" Longitude="100.55743176089" StarRating="4" HotelCode="522447|233129" HotelName="Solitaire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75/23 Sukhumvit 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/be/64be3f3104d064f9e2270e2afe86b815cd3b3b4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="63.07" OriginalAmount="58.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75401689565" Longitude="100.53206920624" StarRating="4" HotelCode="|KJ7" HotelName="Asia Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>296 Phayathai Road Ratchathewi</AddressLine>
          </AddressLines>
          <PostalCode>(0)22154360</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/16549/945955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726039537657" Longitude="100.52457779646" StarRating="3" HotelCode="187104|48511" HotelName="Amber Boutique Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Silom Soi 14, Silom Road Suriyawongse, Khet Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/47/b2471160036dc2ada6e5582027566896437c8b80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745699180713" Longitude="100.55585259236" StarRating="4" HotelCode="934260|42872" HotelName="Hotel Citrus Sukhumvit 11 by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit 11, Klongtoie-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/04/97/0497371f8110cfd607e67d178f41bb9074544edc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741288" Longitude="100.558652" StarRating="4" HotelCode="161093|20432" HotelName="Kingston Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/3-7 Sukhumvit Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/de/dfde08eaae57f4ba99051c320458a8c0be8adc22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="63.54" OriginalAmount="59.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740058" Longitude="100.561616" StarRating="4" HotelCode="75137|2252250" HotelName="FuramaXclusive Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133/2 Sukhumvit Soi 21, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/b0/57b0fb42b2dd8b5dadcd9abdbc59935e499b3d8a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="64.10" OriginalAmount="59.91" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D05207" HotelName="Le D'Tel Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>269/1 SUANPLU SOI 6, TUNGMAHAMEK SATHORN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2584105_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746477" Longitude="100.562042" StarRating="4" HotelCode="185911|48649" HotelName="Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>235 / 20-25 Sukhumvit Soi 21 (Asoke), Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/eb/18ebfe18174773346a4184a957d54f900798566e.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75939482" Longitude="100.5403827" StarRating="4" HotelCode="872479|376832" HotelName="De Prime At Rangnam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106/18-19 Thanon Rang Nam, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/0a/d50a601e684789b50ddf72b322a7249ca92ba554.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76631736" Longitude="100.49712736" StarRating="3" HotelCode="853111|367647" HotelName="Hiranyakul House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Samsen Soi 3 Sampraya Road, Wat Sampraya Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b6/60b6424eacdf945076b975ea1446240c9d71ddf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7200454" Longitude="100.53844038" StarRating="4.5" HotelCode="619540|254071" HotelName="Le D'Tel Hotel &amp; Conference" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>269/1 Suanplu Soi 6, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/43/54439f2429c30138ca97e99aeaba7c1f6037c470.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.68809359575" Longitude="100.50778985023" StarRating="4" HotelCode="15004|3678" HotelName="Montien Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>372 Rama 3 Road, Bangkhlo, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/a2/b3a210286473599047eefa78ba2808e17b68af00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75011642" Longitude="100.53778056" StarRating="3.5" HotelCode="616086|233141" HotelName="Sovereign Group Hotel @ Pratunam Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>640/64-66 Petchaburi Road, Soi Petchaburi 22, Kwang Tanon Petchaburi, Ratchathevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9915325</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738045066485" Longitude="100.55588643023" StarRating="3" HotelCode="337495|58668" HotelName="Stable Lodge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Sukhumvit Road Soi 8, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b5/abb570a7054354fc4126e33bfc682ce93937df0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725633062327" Longitude="100.53857222199" StarRating="4" HotelCode="68214|39722" HotelName="Siri Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Saladaeng 1, Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/4d/c04dc0a89be1c1e957fe02383791a3a1399e62f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="64.48" OriginalAmount="60.26" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CB6F30" HotelName="PRINCE PALACE HOTEL BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>488/800 DMRONGRAK RD. KLONG MA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28667_image61425118_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757083" Longitude="100.542449" StarRating="3" HotelCode="188171|54801" HotelName="Budacco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>122/44 Rajchaprarop Road, Khweng Thanon-Phayathai, Khet Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/3d/063d8d69b706d3edba3f6607d344799c6c2f4881.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741233" Longitude="100.55755" StarRating="3" HotelCode="114175|42073" HotelName="Citichic Sukhumvit 13 Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>34 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/38/c538c57731f91d74765c7e4a226935432081cebe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.753422887008" Longitude="100.57249546051" StarRating="4" HotelCode="8971|3540" HotelName="Golden Tulip Sovereign Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>92 Soi Saengcham, 10320 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/80/14801db98385d3829e4a8b52e6b70ce124629b73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.71769969" Longitude="100.58807566" StarRating="3" HotelCode="621180|254137" HotelName="Studio Ekamai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1433-1435 Sukhumvit Road, Phra Khanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/2d/792d64275ed7745d1c522fcd3d13584b892344be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73755153" Longitude="100.64163058" StarRating="3.5" HotelCode="613603|246250" HotelName="Zayn Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>593/595 Srinagarinda Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/b8/fdb8b3374b48b275a1e6f65c674ab2e91ce1c0e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="65.71" OriginalAmount="61.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|335516" HotelName="GALLERIA SUKHUMVIT 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>21, SUKHUMVIT SOI 10, SUKHUMVIT ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/911779_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="65.84" OriginalAmount="61.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76193165639" Longitude="100.54290264845" StarRating="4" HotelCode="47331|1259197" HotelName="Century Park" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Ratchaprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/79/ab7931a54ac0dc09a2771baec6fa65b89053b665.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74010706" Longitude="100.56001221" StarRating="4" HotelCode="510545|173217" HotelName="Arte Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road Soi 19, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c51f110450ce5da9996a1ae1a23a68a8c78606.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76167869" Longitude="100.49327289" StarRating="4" HotelCode="759918|367577" HotelName="Chillax Heritage Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Pra Arthit Road, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/8e/648e4a0755da8729082ec0bbc6aa0d75a6a50209.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728032819945" Longitude="100.56994467974" StarRating="4" HotelCode="89149|55683" HotelName="Oakwood Residence Sukhumvit 24 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Sukhumvit Soi 24, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bc/7ebc3c3161261c1edad5933baa160301c4313059.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740336557055" Longitude="100.55662322988" StarRating="2" HotelCode="317337|48281" HotelName="Studio Nana By iCheck Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>155/14-16 Sukhumvit Soi 11/1, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/42/a342e6603109b6c36eab440cb9a5d1ab6d96b562.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724705" Longitude="100.547449" StarRating="5" HotelCode="188157|34409" HotelName="Aetas Lumpini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1030/4 Rama 4 Road, Thungmahamek, Satorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/b3/d8b3d8997125fdc8773ca7f2781767df18bbbe35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75186398" Longitude="100.58464856" StarRating="3" HotelCode="779467|367466" HotelName="Amp Am House Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Currency Exchange,Housekeeping,Internet,Kitchen,Laundry,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Soi Sun Wichai 5, Bangkapi Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cc/28cc83680106744bd1afa3bab879248c17487493.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760169" Longitude="100.498277" StarRating="3" HotelCode="317387|204797" HotelName="Dewan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>110 Tanee Road, Kwang, Talard Yod, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/83/1f83b04cbff73742dcfb374a18730aafdf790923.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75139991" Longitude="100.55727539" StarRating="4" HotelCode="526698|173290" HotelName="Mercure Bangkok Makkasan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1599 Kamphaeng Phet 7 Road, Makkasan, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b4/feb4b92c161e8758cbdc1bf3a21327d1dbab34cb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743967" Longitude="100.585811" StarRating="5" HotelCode="446707|202897" HotelName="Metropole Bangkok, The Crest Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2802 Thonglor, New Petchaburi Road, Bangkapi, Huaykwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/08/32/0832eacb1c9b7d6c044b4cdd5031db91357c8824.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734833" Longitude="100.560664" StarRating="4" HotelCode="388330|30158" HotelName="Park Plaza Sukhumvit Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Ratchadapisek Road, BTS Asoke Station, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ce/a9cef32ee0f664d13c305f2c11c3c5e6adb5887a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734614" Longitude="100.581019" StarRating="4" HotelCode="185906|56453" HotelName="Oakwood Residence Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Soi Thonglor 13 Sukhumvit 55 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/ab/4eabfb86b9235f8da852c38f44aeac65896a73a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70724535" Longitude="100.60125776" StarRating="3" HotelCode="337907|204522" HotelName="Qiu Hotel Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Sukhumvit 79 (Niyom), Phrakhanong Nua, Wattana, 10260 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/f2/3cf25e05b78fd450745129f2f4ddf958cfd0054e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757936" Longitude="100.536215" StarRating="5" HotelCode="17538|6427" HotelName="The Sukosol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>477 Si Ayuthaya Road, Phayathai, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8f/de/8fdecd7c547d160c676fe5b2e217179bf46a7b3a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="67.82" OriginalAmount="63.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73707782" Longitude="100.5708883" StarRating="4" HotelCode="|TRBK" HotelName="TRIBE Living Bangkok Sukhumvit 39" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>122 Soi Sukhumvit 39, Sukhumvit Road, Klongton Nuea, Wattana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1422885/22134576.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748603364276" Longitude="100.4982382381" StarRating="3" HotelCode="167000|57099" HotelName="Feung Nakorn Balcony" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Fueang Thong, Fueang Nakhon Road, Kwang Watratchabopit, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/45/c245721a93515530445c37793d5bf4be2ccc968b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731897034175" Longitude="100.56339187004" StarRating="4" HotelCode="905939|48271" HotelName="Rembrandt Towers Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Sukhumvit 20, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/02/9b026bf8d1ef79df68039c58fba413442ec27d60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74969142" Longitude="100.53098594" StarRating="3" HotelCode="738399|285643" HotelName="Siam Nitra Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>342/1 Phrayathai Road, Khet Rachatevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/0b/860b3ff4493544ab954e3cc220dd996b82ede4e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="115847|57175" HotelName="The Dawin Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road, 35/1-2 Soi Sukhumvit 4, Nanatai, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/e0/09e0cd1ee83e20d56f38af6ced6cceef975de6d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75374605" Longitude="100.4861319" StarRating="4" HotelCode="562996|213654" HotelName="Theatre Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69/4-8 Soi Wat Rakang, Arunarmarin Road, Siriraj, Bangkok Noi, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/e6/a8e63311e1afb2cab26339e460f54b1326168e45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759782631402" Longitude="100.49766908466" StarRating="3" HotelCode="36348|3464" HotelName="ibis Styles Bangkok Khaosan Viengtai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>42 Rambuttri Road, Banglampu, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/b5/d0b59d76234bbf02c00e9ec16718759f3ec4eb2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728635" Longitude="100.570448" StarRating="4" HotelCode="255721|48648" HotelName="Arize Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Sukhumvit 26 Road, Klong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/02/90025c43f6f29183b144b42004a9140e1f8c18d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744208" Longitude="100.555012" StarRating="4" HotelCode="43778|9414" HotelName="BelAire Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Road Soi 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3b/243b58f27c5733af7be076008ada9cd74ecf1e99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702443" Longitude="100.537203" StarRating="4" HotelCode="65361|29837" HotelName="Chatrium Residence Sathon Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>New Sathon Road, 291 Soi Naradhiwas Rajanagarindra 24, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/5e/c05e7c897bfdfdd01d806e491a7783006903efbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733072329768" Longitude="100.56256171468" StarRating="4" HotelCode="163974|40026" HotelName="Maitria Hotel Sukhumvit 18 - A Chatrium Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Sukhumvit Soi 18, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/08/ca08c681fda0620c20c7c1acdc4240b96d39b99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73447855" Longitude="100.56806879" StarRating="3" HotelCode="853257|367799" HotelName="Nimit Boutique Hotel Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>12/24 Sukhumvit 33, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/7f/317f55d8f764eeb50912a1067527c2d23eb56d63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738986" Longitude="100.55807" StarRating="3" HotelCode="188238|58061" HotelName="Ruamchit Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/54/6d54ac3987000774c1b9dd22780e8bf4411eab20.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738604" Longitude="100.559993" StarRating="3" HotelCode="76275|21658" HotelName="Sacha's Uno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28/19 Sukhumvit Soi 19, Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/90/a690264ca0ceb93364f19c5a9da638f89f06225d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75439367" Longitude="100.49719659" StarRating="3" HotelCode="777428|367888" HotelName="Siri Heritage Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Boonsiri Road, Trok Siri Ammat, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b5535f026174cc82c3d9b34c84ed73328ceb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="69.84" OriginalAmount="65.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742918" Longitude="100.557791" StarRating="4" HotelCode="188176|2391568" HotelName="Hotel Citrus Sukhumvit 13 by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/57/e05735df1711e5b37518d59758bbb24864f6ebea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="2" HotelCode="954048|367571" HotelName="Central Old Town Cottage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>214 Tanao Road, Khwaeng Wat Bowon Niwet, Khet Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/56/da56b0fe5b17256409b6c947bb262cb9d586f4f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7614064" Longitude="100.48715888" StarRating="3.5" HotelCode="613167|223496" HotelName="CHANN Bangkok-Noi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>30/1 Wat Dusitaram Somdej Phra Pin Klao Road, Bangkok-Noi, 10700 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/d7/76d77bffa2e179f7136343e4c261723e26647b38.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751676460238" Longitude="100.50314240816" StarRating="2.5" HotelCode="380573|58160" HotelName="Chern Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>17 Soi Ratchasak, Bamrung Muang Road, Samran Rat, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8a588e21639ac1bcc5104f8b4ebd12a11078d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712862489297" Longitude="100.5867284081" StarRating="4" HotelCode="387571|64247" HotelName="Qiss Residence By Bliston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3803 Rama 4 Road, Prakanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/7d/897d73aa765e1ca1b9e4b18a17b7d3585652dc67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="377686|204809" HotelName="The Raweekanlaya Bangkok Wellness Cuisine Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>164-172 Krung Kasem Road, Phra Nakon, Bang Khun Phrom, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/613561/613561a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73948447" Longitude="100.64741561" StarRating="4" HotelCode="435003|174372" HotelName="The Silver Palm Rama 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>69 Soi Sa Ngop Suk, Rama 9 Road, Suan Luang, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/491702/491702a_hb_a_010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="71.19" OriginalAmount="66.53" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13982" HotelName="CENTRE POINT SUKHUMVIT THONG LO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>304 SOI SUKHUMVIT 55 (THONG LO) BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32264_image63565263_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.56" OriginalAmount="66.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.817783279147" Longitude="100.55995613337" StarRating="5" HotelCode="47316|2145440" HotelName="Centara Grand at Central Plaza Ladprao Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1695 Phaholyothin Road, Chatuchak, Bangkok 10900</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/f7/64f7d35172b663507c7f8a02b2255fff4dedccac.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74444624" Longitude="100.5542258" StarRating="4" HotelCode="933614|48219" HotelName="Graceland Bangkok by Grace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Nana Nua, Sukhumvit Road, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/08/2c08774471c79d3b363ea54b55a05734b4a52998.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75132858" Longitude="100.5388169" StarRating="2.5" HotelCode="603594|226694" HotelName="Marwin Space" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2/12 Petchaburi Soi 19, Petchaburi Road, Phaya Thai, Ratchataewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0e/3f0e3edfd57c254a724335a09826c7b16088411d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72107847" Longitude="100.55997247" StarRating="4" HotelCode="497288|173295" HotelName="Modena by Fraser Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2527 Rama IV Road, FYI Center, at the junction with Ratchadaphisek Road, Khlong Toei District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d5/3bd55d2400b3b158ebdaa93bfb6a9e6322ba5c0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74078679" Longitude="100.51105116" StarRating="3" HotelCode="943368|232786" HotelName="Norn Yaowarat Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-8, 10, 12 Padungdao Road, Samphanthawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/6d/616d2a8a85dbf38313aef1b12b26cf9ee6567a2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72321127" Longitude="100.58648428" StarRating="4" HotelCode="495500|199659" HotelName="Somerset Ekamai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Ekamai Soi 2, Sukhumvit 63 Road, Phra Khanong Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/7a/db7aabd876f5306b8057f3e36cf1798056b5b764.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735928" Longitude="100.583233" StarRating="4" HotelCode="401564|399035" HotelName="Centre Point Serviced Apartment Thong Lo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>304 Soi Sukhumvit 55 Thong Lo 8-10, North Klongton, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/fc/06fc4b35a07f7717dc9fa401a5a9481667d08d5d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734533668629" Longitude="100.55778622627" StarRating="4" HotelCode="168276|21565" HotelName="12th Avenue Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 12, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/49/b849406f1b0620384eb4dac00ccbad29e4969b59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.12" OriginalAmount="68.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750758" Longitude="100.531109" StarRating="3" HotelCode="165843|2097939" HotelName="Evergreen Place Bangkok" Meals="ROOM ONLY (PROMO),BED &amp; BREAKFAST" BedType="ROOM ONLY (PROMO)" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>318 Phayathai Road, Ratchathewi, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/ff/21ff6f258cd05331fcbeb5900fb8d5a1360bb943.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72263054" Longitude="100.52060145" StarRating="3" HotelCode="784821|367506" HotelName="Baan Vajra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 Soi Silom 19, Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/d6/8fd6f96d4e3a95e03c5544ddb7661ec83d8ac138.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722798137875" Longitude="100.52005827427" StarRating="4" HotelCode="8967|12509" HotelName="Holiday Inn Bangkok Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>981 Silom Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/fb/b5fb28cb08056736465bd946b6433732a9e6acc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.715606" Longitude="100.591118" StarRating="4" HotelCode="903960|30646" HotelName="Jasmine Resort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1511 Sukhumvit Rd, Phrakhanong-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7e/d77ed11960975e45e7056c649cafcd56244b1082.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74770711" Longitude="100.52940326" StarRating="4" HotelCode="454558|43148" HotelName="LiT Bangkok Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>36/1 Soi Kasemsan 1, Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4657803</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742978" Longitude="100.553129" StarRating="3" HotelCode="188230|173822" HotelName="Prestige Suites Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6/28-29 Soi Sukhumvit 3 (Nana Nua), Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/0f/7c0f662a59898c66bc58c9c12428f6af32bffbab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7386" Longitude="100.54326244907" StarRating="4" HotelCode="70023|48318" HotelName="The Duchess Hotel and Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e2/31e235fed89abb14c831e554eb4d8c29e46220ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="74.35" OriginalAmount="69.49" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D37811" HotelName="LUMEN BANGKOK UDOMSUK STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>15 SUKHUMVIT 103 RD,BANG NA NU BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35627_image65787991_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="74.40" OriginalAmount="69.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742628862232" Longitude="100.55675894022" StarRating="4" HotelCode="67969|B5G" HotelName="Grand President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 08/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 11, Khlong Toei Nuea, Watthana</AddressLine>
          </AddressLines>
          <PostalCode>(0)26511261</PostalCode>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29452ea05d80d36121771b4f76d292287e5110.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70413525" Longitude="100.59914275" StarRating="3" HotelCode="527579|174390" HotelName="X2 Vibe Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 52, Phra Khanong, Klongtoey, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/fa/fafa9a92e1bee5f1/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73239974258" Longitude="100.56275367737" StarRating="4" HotelCode="171021|23922" HotelName="Park Plaza Bangkok Soi 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 18/Sukhumvit Road, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/9b/0d9b56ee6181580df10492489bfedf665772c0da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744889" Longitude="100.553159" StarRating="3.5" HotelCode="19507|3686" HotelName="Zenith" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Soi 3 (Nana Nua), 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/a8/93a86e73c48a56ac1c2793858f9bb99cf3ae3f66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="75.79" OriginalAmount="70.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76162703" Longitude="100.49938144" StarRating="3.5" HotelCode="613009|028010" HotelName="Casa Vimaya Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Housekeeping,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>229 Phra Sumen Road, Khwaeng Talat Yot, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0c/e90cf2bc0f72c628e87a0448acf9a8e441b58c2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733367" Longitude="100.565967" StarRating="5" HotelCode="160454|48722" HotelName="S31 Sukhumvit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>545 Sukhumvit 31, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/9b/1c9b73762d4f8108412c576a020eb83e1649909a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73662865" Longitude="100.60140018" StarRating="3" HotelCode="620164|254138" HotelName="Studio Residence Sukhumvit 71" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fitness Centre,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>251 Soi Panit Anan, Soi Pridi Banomyong 42, Sukhumvit Soi 71 Road, Wattana, Bangkok 10111</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/77/8c778bc00fb9ce82bd057664e20bb9afd9e5e21c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736199" Longitude="100.561932" StarRating="3" HotelCode="141125|48721" HotelName="S Sukhumvit Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>403-403/1 407-407/1 Sukhumvit Road, Klongtoeynuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f7/eef705e238691374e239fa4554e60c45d42f7555.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756836" Longitude="100.564823" StarRating="4" HotelCode="21437|28220" HotelName="Grand Mercure Bangkok Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rachadaphisek Road, Fortune Town, Dindaeng, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b1/92b1a3ea79c759491bcbe9acb37717c4d7bd175b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.776034" Longitude="100.573973" StarRating="5" HotelCode="64962|42747" HotelName="Swissôtel Bangkok Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rachadapisek Road, Huay Kwang, Bangkok 10320</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/7f/9d7f53e46be89ea866e7c3f1259fab230a5eafeb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75370908" Longitude="100.537563" StarRating="3" HotelCode="305989|48394" HotelName="Lemontea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Soi Petchburi 15 Petchburi Road, Ratchthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/35/1d355b262314cf47db87c919471944d94bd9989b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732331998578" Longitude="100.56301653385" StarRating="4" HotelCode="8972|364" HotelName="Rembrandt Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Sukhumvit Soi 18, Sukhumvit Road Klong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/cc/ccff2f73afcac34f/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724548807411" Longitude="100.53264695744" StarRating="3" HotelCode="339077|201327" HotelName="Silom Convent Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>35/1 Soi Pipat 2, Convent Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e1/38e1867d34724ef1ab29537489a968c82dae246c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73716" Longitude="100.552" StarRating="3" HotelCode="571173|233223" HotelName="SureStay Plus Hotel by Best Western Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>89 Sukhumvit Soi 2, Khlong Toey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/36/c736bfd2d5e1cb8368ff29bb4c5eccd3ad4942b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754087238679" Longitude="100.64636617899" StarRating="5" HotelCode="186994|48823" HotelName="Grand FourWings Convention" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Srinakarin Road, Huamark, Bangkapi, Bangkok 10240</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c1/36c1f207466b5ca75387c2abfbbf150b5cfde199.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722523" Longitude="100.724026" StarRating="4" HotelCode="552035|246244" HotelName="The Park 9 Suvarnabhumi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>599-599/1 Ladkrabang Road, Ladkrabang, Bangkok 10520</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7f/fa/7ffaed575e866c78c4424c232af90d154d938ce9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.920665103557" Longitude="100.60032606125" StarRating="4" HotelCode="200870|2310" HotelName="Amari Don Muang Airport Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Chert Wudthakas Road, Don Mueng, Bangkok 10210</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/44/7744e0285c14a6efdcb46f3a6edb0d26bb87eeb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74092" Longitude="100.556732" StarRating="4" HotelCode="401620|42875" HotelName="Grand Swiss Sukhumvit 11 By Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/23-24 Sukhumvit Soi 11, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/87/75/877543c695aecebfae5562c9fa24be7afeeefd13.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738915" Longitude="100.558313" StarRating="4" HotelCode="75190|18858" HotelName="S15 Sukhumvit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Sukhumvit 15, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b2/58/b25874a3b7fcf3bdb11be11d7edb40c9d9a463c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="78.81" OriginalAmount="73.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D44700" HotelName="SOLITAIRE BANGKOK SUKHUMVIT 11" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>75/23 SUKHUMVIT 13 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37110_image67135976_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7332" Longitude="100.565296" StarRating="4" HotelCode="207933|48223" HotelName="Holiday Inn Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit 22, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/7c/077cbc7a11fbf6f697fa81e848134a4730e98b2f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75702555" Longitude="100.53435857" StarRating="0" HotelCode="738675|285545" HotelName="Hotel Tranz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>53 Phayathai Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/bc/8bbcebd44e98544823cc9efee0c52bfd5a376cc2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75894481" Longitude="100.54127699" StarRating="3" HotelCode="361985|54823" HotelName="K Maison Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>116/17-21 Rangnam Road, Phyathai, Bangkok 10400, Ratchathewi district</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/62/ae62a2d83c98f3db981b1905ca9b48fc14be171b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73435796" Longitude="100.56096537" StarRating="4" HotelCode="420535|204240" HotelName="Hotel Clover Asoke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Soi Sukhumvit 16 (Sammit), Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/99/6499793bbcc76c549f548e33ffe940d9355b2da2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748145730022" Longitude="100.52940418649" StarRating="4" HotelCode="904256|26254" HotelName="LiT Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36/3 Kasem San 1 Alley, Khwaeng Wang Mai, Khet Pathum Wan, Krung Thep Maha Nakhon 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/65/21651b89829fb1852601756ff3e87ca362803f85.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="861356|367732" HotelName="Marwin Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>37 Petchaburi Road Soi 15, Phayathai, Ratchathewi, Bangkok, Petchaburi 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/df/8bdfb6eb0c5d688caeb84db3914283e162df48fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72464" Longitude="100.522474" StarRating="2.5" HotelCode="906329|58397" HotelName="Sapphirtel Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>282-282/1-2, Soi Silom 22/1, Silom Road, Bang Rak District, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/61/94617f13dcd588be86b0a73cb115ddcfc8f2ac22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78463093" Longitude="100.54659805" StarRating="4" HotelCode="639433|271429" HotelName="The Quarter Hotel Ari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>428 Phahonyothin Road in front of Soi 10, Phaya Thai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/23/d3235edd321ef4f6c8acc98e24a1891023bedcc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732812" Longitude="100.560672" StarRating="4" HotelCode="164176|48670" HotelName="Column Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Sukhumvit Soi 16, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/1d/711dbd02dd07cc70cf93354b5a51ac16d115690d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734437" Longitude="100.565398" StarRating="4" HotelCode="933167|57532" HotelName="Mermaid Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi Sukhumvit 29 Sukhumvit Road, Kwaeng Klongtoey Nua, Khet Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/9d/059d032d011243661aa587bcc76ac0453311713c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739193" Longitude="100.553779" StarRating="4" HotelCode="161094|42885" HotelName="Phachara Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Sukhumvit Soi 6, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/87/43874ae6bc4ec99cb519167393eb03c8d0006717.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707393060099" Longitude="100.50604641438" StarRating="4.5" HotelCode="9974|1178" HotelName="Ramada Plaza by Wyndham Bangkok Menam Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2074 Charoenkrung Road, Bangkorlaem, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/94/fe94a6b6471e2f4890f2fa3464b0efe8f7a24fd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730139" Longitude="100.561249" StarRating="4" HotelCode="68299|10092" HotelName="Shama Lakeview Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sukhumvit Soi 16, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/c2/54c2ad1f332774508715f2b247e87744157c041f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73679639" Longitude="100.51454046" StarRating="3" HotelCode="573020|233370" HotelName="The Unforgotten B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>100 Soi Sukorn2, Trimitr Road, Taladnoi, Sumpantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/4e/124e0cfcf99d355ac4a175987b5c33f9c6e6a55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735802893034" Longitude="100.55220799483" StarRating="4" HotelCode="915502|56900" HotelName="Boss Suites Nana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40,42 Sukhumvit Soi 4 Nana Tai, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/5a/f45a1bd89cd598b02fb647edb45fec8dfa5abe10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.783595576058" Longitude="100.50065785646" StarRating="3" HotelCode="18497|11050" HotelName="The Royal River" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>219 Soi Charansanitwong 66/1, Charansanitwong Rd., Bangpla, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/70/4370e63eb0bc2214c5d9eb98acb3bade9ea97e1a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751161" Longitude="100.5382" StarRating="3" HotelCode="189253|42874" HotelName="GLOW Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>919 Petchburi Road, Kwang Thanon Phayathai, Rajdhevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e1/a0e154107cfe882577ff1ceb16df4284c1b17469.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.84" OriginalAmount="77.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745211" Longitude="100.558747" StarRating="4" HotelCode="293835|6112655" HotelName="U Sukhumvit Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Sukhumvit Soi 15, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/24/fa244e3e490405d84a1eb9901a49a4dabf7bf89e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75609545" Longitude="100.54131088" StarRating="4" HotelCode="620134|253970" HotelName="Akara Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>372 Sri Ayutthaya Road, Bangkok 10400, Thanon Phayathai, Rajthevi</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/55/015515ee96fd1d1d7f62e19d25a9fae816e41092.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742652311051" Longitude="100.54962426424" StarRating="4" HotelCode="168588|28214" HotelName="Novotel Bangkok Ploenchit Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>566 Ploenchit Road, Lumpimi, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/82/8682d61769d35c0d059c533f7531d4de5f88f6a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73878267" Longitude="100.5530684" StarRating="3" HotelCode="747206|367660" HotelName="ibis Styles Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Dining,Fax,Laundry,Lounge,Parking,Pets allowed,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/72/2f72f2039afe80e639cefabe96ee041dadd38c46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72435632" Longitude="100.53200781" StarRating="3" HotelCode="517795|199667" HotelName="Silom Lofts Luxury Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>21/1 Soi Pipat Silom Road, Silom, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/81/d28127d5e77d4ef89badd9d4f386d054a636a15e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743896" Longitude="100.556949" StarRating="3" HotelCode="97644|48201" HotelName="Citadines Sukhumvit 11 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/22 Sukhumvit 11, Sukhumvit Road, Klongtoey Nue, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/00251e5fe6d7edace2d578337520b71edafb23e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.759099477889" Longitude="100.50323820074" StarRating="3" HotelCode="344064|204811" HotelName="Villa Phra Sumen Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>457 Phrasumen Road, Tambon Bawornniwet, Amphoe Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/0e/220e2303da8356c0d78488d03ffe09a672d8c598.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.765863189402" Longitude="100.50070595055" StarRating="4" HotelCode="343632|58257" HotelName="Casa Nithra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Samsen Road 8/1, Baan Panthom, Amphoe Phra Nakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/37/5837afc6d38823b1bc36edd7926d3d3ed23f5817.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="613491|254016" HotelName="Hap @ Sathorn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>27-33 Soi Sri bamphen, Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/32/a8323a617b13308a091d4a282ec07d82d9ed01f1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760499982731" Longitude="100.50613481453" StarRating="3.5" HotelCode="401829|204800" HotelName="Nanda Heritage Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>632 Wisut Kasat Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/29/6729050f3ed1c9da726b8955c116947b4f90c1a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74117" Longitude="100.559202" StarRating="4" HotelCode="387952|22571" HotelName="Dream Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumwit Soi 15, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ce/cef3a02cf90d095e/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.76524111" Longitude="100.50163453" StarRating="3" HotelCode="857381|367821" HotelName="Peace Land Khaosan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>105 Soi-Wat Mai, Witsutkasat, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/8b/e18b1793aaf2a0ee8bdc3d5e5b4d57a7b97c25ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.770568553651" Longitude="100.50497220091" StarRating="3" HotelCode="340101|57511" HotelName="SSIP Boutique Dhevej Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>42 Phitsanulok Road, Dusit, Bangkok, Bangkok Province 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/60/726040a373b38a699ee6e20f4d553a50723109c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.754406" Longitude="100.537996" StarRating="2" HotelCode="165844|48401" HotelName="White Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Soi Petchburi 15, Somprasong 3, Phayathai, Rajtavee, Bangkok 10400, Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/00/10005454e5b625694eeb9a310eafc7920b5a3dba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73159" Longitude="100.572508" StarRating="4" HotelCode="900078|36156" HotelName="Adelphi Grande Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Sukhumvit Soi 41, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/d1/5fd151b5b809ef0bb2921ad64fa0699bcc3076c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720979390732" Longitude="100.5659455061" StarRating="4" HotelCode="33840|16674" HotelName="Davis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Sukhumvit 24, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/19/15192fecc1929da5c98f244dc3c93a7c4b687735.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723833" Longitude="100.531044" StarRating="4" HotelCode="98646|17269" HotelName="FuramaXclusive Sathorn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>59 Silom Soi 3 (Piphat 2), Silom Road, Silom, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a3/2f/a32fff106d98c9f2ceae71f4b8addb84cdd34759.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.78709418" Longitude="100.57667607" StarRating="3" HotelCode="380410|63726" HotelName="SPB Paradise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Udomsuk, Huaykwang, Ratchadaphisek, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/03/430327b151f52417f1a641499f3b439b46d40763.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742890367471" Longitude="100.55766809325" StarRating="4" HotelCode="161092|25609" HotelName="Radisson Suites Bangkok Sukhumvit" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23/2-3 Sukhumvit 13 Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/e9/d5e91225ee93cce3af6c86c42c3424acef07a8bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="88.23" OriginalAmount="82.46" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CA8441" HotelName="AWAY BANGKOK RIVERSIDE KENE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1 SOI CHAROEN NAKORN 35 ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28455_image61326406_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.757" Longitude="100.5047" StarRating="3" HotelCode="165846|174461" HotelName="Old Capital Bike Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Nightclub,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>607 Pra Sumen Road, Pra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/48/2b48a48c87329bc467b30912a6303fcbcaf84c00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738993" Longitude="100.5597792" StarRating="3" HotelCode="93363|55795" HotelName="The Key Sukhumvit Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Soi Sukhumvit, Asoke, Wattana, Near Asoke BTS &amp; Sukhumvit MRT Stations, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/1a/ac1a37fb4b4b26390bae6f280910289c407ec2bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74302689" Longitude="100.55517281" StarRating="4" HotelCode="787457|367928" HotelName="The Key Premier Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 7, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/9a/c99a87a109f67f9df40c3b3aef0330360d05f252.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73006509" Longitude="100.53013795" StarRating="3" HotelCode="754036|367942" HotelName="The Rose Residence Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Bar,Designated Smoking Area,Garden,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>124 Surawongse Road, Soi Na Wat Hua Lamphong, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/be/78be65ee8b2fa9f5493cdcde2f90e1e22330573d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="89.74" OriginalAmount="83.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1A366" HotelName="VINCE HOTEL PRATUNAM BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>26/2 ALLEY 2 PHETCHABURI 11 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/916678_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738893" Longitude="100.555796" StarRating="4" HotelCode="72254|36160" HotelName="Adelphi Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Sukhumvit Soi 8, Nana Skytrain Station, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/2e/262e11464ba67cd2ea8d52b01903ccba6f7dce11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="967074|408569" HotelName="Aspira One Sutthisan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Sutthisan Winitchai Road, Samsen Nok, Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/64/3964bc234b067affbb72dfa91e519485dd7c7a6e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.725676054943" Longitude="100.57885631919" StarRating="3" HotelCode="89148|401567" HotelName="Grand Tower Inn Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Sukhumvit 55, Soi Thonglor, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ca/c6ca482a99423508895e49b6d5e814110f25dc4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.707211133392" Longitude="100.5070470048" StarRating="3.5" HotelCode="378936|173262" HotelName="Hotel Once Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2074/99 Soi Charoenkrung 72/2, Wat Phrayakrai, Bangkorleam, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/e3/6ae3071c6a934633c3a10eea55bd339284e409c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74870928" Longitude="100.56728438" StarRating="5" HotelCode="451848|201823" HotelName="Lancaster Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1777 New Phetchaburi Road, 10310 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/54/69540a74cf5f0f0819238bde5c1d060baa0e5daa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733996885485" Longitude="100.5606979632" StarRating="4" HotelCode="81757|25045" HotelName="Ma Du Zi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Corner of Shukhumvit Soi 16, Ratchadaphisek, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/6b/996b52a0b222ec136cb9ef72575ee6cad5d9c852.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729048996553" Longitude="100.58048576117" StarRating="4" HotelCode="166760|48278" HotelName="Somerset Sukhumvit Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>115 Sukhumvit 55, Thonglor, Sukhumvit Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc2088d0e8887992232751decdb8d0961a227e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75601394" Longitude="100.53445671" StarRating="4" HotelCode="943380|223098" HotelName="Anajak Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>65/5 Phayathai Road, Soi Golit, Phayathai, Rajthewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/04/a6049c6456e4b891d1f74e3026d04f1200a9eafd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="3" HotelCode="738434|271430" HotelName="Aspira Residence Ruamrudee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>119/10 Soi Ruamrudee 2, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/36/f036145ac44ee62cb35839a7fe01a870eccaaa23.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70556641" Longitude="100.60120649" StarRating="5" HotelCode="951948|398414" HotelName="Avani Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2089 Sukhumvit Road, Phra Khanong Nuea, Wattana, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/59/b4593134bd6fc3da446a77f76a2cba229c65e55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721540910874" Longitude="100.53825572133" StarRating="4" HotelCode="68297|10086" HotelName="Somerset Park Suanplu Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi Suanplu, South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/90/d59071b5184621fc5a11af6d2cc222f83b55770e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75077898" Longitude="100.58345474" StarRating="4" HotelCode="754183|367460" HotelName="Alix Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>31 Petchburi Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ae/8aae8d18ae21565ae3b50c843b06bc01d0013b8e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746936" Longitude="100.528898" StarRating="3" HotelCode="212083|48227" HotelName="ibis Bangkok Siam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/45/0445afe6917e9203edc4b0df9c7cc9a53ad75038.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73655308" Longitude="100.57336768" StarRating="4" HotelCode="599532|232061" HotelName="Aspira Parc 39" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5/9 Soi Phromsri, Sukhumvit 39 Road, Klongton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/770152/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748028" Longitude="100.584811" StarRating="4" HotelCode="163965|43959" HotelName="Amari Residences Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Soi Soonvijai 3, New Petchburi Road, Bangkapi, Huay Kwang, Bangkok 10310</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/51/40517f3ca91b416025ff58b4bad3302c277c4343.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74179791" Longitude="100.55403088" StarRating="4" HotelCode="469975|202952" HotelName="Grand 5 Hotel &amp; Plaza Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>87 Sukhumvit Road Soi 5, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/68/86689cedb16a63dca832957ad567939f9cf1beb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749025" Longitude="100.530749" StarRating="5" HotelCode="255726|38189" HotelName="Hua Chang Heritage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Phayathai Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b3/09/b3091900661e44b078c99a142d7aaf7be5a1ff96.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.712167" Longitude="100.475015" StarRating="3" HotelCode="188195|376855" HotelName="Jolly Suites &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1421 Soi Ratchada Thaphra 13, Rim Thang Rod Fai Rd, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138107/138107a_hb_a_005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7517499" Longitude="100.49775121" StarRating="3" HotelCode="587189|232393" HotelName="Neighbor Phuthon Boutique Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>104 Tanao Road, Soi Phraeng Phuthon, San Chao Pho Sua, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f3/77f3479c746988a5d151e8d8893a9c3ff7c32e26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.760931305194" Longitude="100.53769007627" StarRating="3" HotelCode="338030|58604" HotelName="P T Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rangnam Road, Phayathai, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/32/0632224ff703e25e28d3cc02e4ce6c3ab0607401.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75665522" Longitude="100.5338253" StarRating="2" HotelCode="853605|367903" HotelName="Sukhon Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55/5-6 Phayathai Road, Kwang Thanon Phayathai, Khet Rachathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/4c/6e4c3e6f2a0c39ec424459dd13ba37bcb6a25ebb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724444899631" Longitude="100.53088366985" StarRating="3" HotelCode="30093|38177" HotelName="Trinity Silom Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Country House,Finca,Village,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>150 Silom Soi 3, Naratiwas Soi 3 or Sathorn Soi 8, Silom Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8b/f88b41beff048bef434e7dd930995565eb3615a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7301" Longitude="100.5609" StarRating="3" HotelCode="446531|173218" HotelName="Aspira D'Andora Sukhumvit 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>180 2 Sukhumvit, 16 Sammitr Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/53/b553be9cd59f412a99648cbffcc4a38c1e3dd50d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746478047451" Longitude="100.55173970364" StarRating="4" HotelCode="187110|285508" HotelName="Aspira Skyy Sukhumvit 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88/8 Sukhumvit Soi 1, Sukhumvit Road, Klongtoey-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/19/6319a1f2ed77b03dd08b084643ca3aa463e2cc8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73664011" Longitude="100.5788241" StarRating="5" HotelCode="746416|324685" HotelName="Aspira Tropical Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Dining,Golf,Kitchen,Laundry,Parking">
        <Address>
          <AddressLines>
            <AddressLine>22 Soi Phromphak, 49 Sukhumvit Road, Klongton-Nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/37/483796ea086faf49bb2fb5f0b7310849ca8ce99e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70133065" Longitude="100.53868256" StarRating="3.5" HotelCode="329709|48243" HotelName="iCheck Inn Residences Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>413/1 Soi Narathiwat 24, Wat Pho Man, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/2b/7e2bb090c3c2a0048c886c5f529e1cbc3b434001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7534164" Longitude="100.53615818" StarRating="3.5" HotelCode="943350|226073" HotelName="Klub Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22/1 Petchburi Road Soi 13, Phayathai Rajthevee, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/74/5d74e146e7bae28cd463d2d90b5e9b32e0a13486.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73153" Longitude="100.56403" StarRating="4" HotelCode="423742|202960" HotelName="Novotel Bangkok Sukhumvit 20" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19/9 Sukhumvit 20, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c2/e5c2f5855827f790f9bdee540f863f027411953f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.732854" Longitude="100.564237" StarRating="3" HotelCode="188228|64281" HotelName="Thee Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9/1 Sukumvit 20, Sainampeung, Klongtoei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/42/7a42680693550ac7eb1d66aece592d35f50b388c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.765666" Longitude="100.567967" StarRating="4" HotelCode="95925|48407" HotelName="Amanta Hotel &amp; Residence Ratchada" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>77, 88 Ratchadapisek Road, Dindaeng, 10407 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/50/f3505937e058013d1eb506d224f4b356fb3d7fad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744246173878" Longitude="100.49282379448" StarRating="3.5" HotelCode="161001|60741" HotelName="Aurum The River Place" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>394/27-29 Soi Pansook, near CIMB THAI Bank, Tatien branch, Maharaj Road, Pranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/e3/e6e30c7205335efee9caadeadc6c437cdebd3132.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719622" Longitude="100.515045" StarRating="4" HotelCode="39063|15495" HotelName="Centre Point Hotel Silom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1522/2 Soi Kaysorn 1, Charoenkrung 50, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/d1/3cd115751e0823dccab315b6fe8fa906a87736f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733596" Longitude="100.560862" StarRating="3" HotelCode="95927|10095" HotelName="Citadines Sukhumvit 16 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit 16 Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7b/99/7b99860b68500b73158414e734dc47aae70f5dd5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.75421445" Longitude="100.53795528" StarRating="3" HotelCode="547590|195725" HotelName="Spenza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Phetchaburi 15, Phetchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/68/cc68fe7720416473d4fd83339ff5da04a68c9b52.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740041661466" Longitude="100.55197119713" StarRating="4" HotelCode="59570|6766" HotelName="Double Tree by Hilton Bangkok Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/9a/2b9aa06f95d27b9db2bd9f9a45eb1ef42703fa24.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728026" Longitude="100.570003" StarRating="0" HotelCode="65094|16663" HotelName="DoubleTree By Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18/1 Sukhumvit Soi 26, Khlong Ton, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/17/14171c6d8e39b72726def63caf3ed77a658e5e36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736581594044" Longitude="100.5526176095" StarRating="4" HotelCode="166516|48680" HotelName="Solo Sukhumvit 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 Sukhumvit Soi 2, Klongtoey, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/37/7437fa325637b4551c3e82d40c15bd6da36ccdf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740793" Longitude="100.551826" StarRating="5" HotelCode="100182|21182" HotelName="iCheck inn Sukhumvit Soi 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Sukhumvit Soi 2, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/81/5e81262925d19f530bd17ffd874aa408cbe038b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72524251" Longitude="100.58145277" StarRating="4" HotelCode="787548|363623" HotelName="Jasmine 59 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Sukhumvit 59, Boonchana, Sukhumvit Road, Klongtan-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/b8/13b80c12f00ee34b758a3bb3b51d04c485902edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74323240922" Longitude="100.55679791812" StarRating="4" HotelCode="33838|28213" HotelName="Mercure Bangkok Sukhumvit 11" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Sukhumvit Soi 11, Nana, Khlongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/55/8655f4cf29cc3655eafd28937ac8e5465c436667.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72815956" Longitude="100.57570873" StarRating="4" HotelCode="411315|52077" HotelName="Adelphi Forty-Nine" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Business Centre,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Kitchen,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>16 Soi Sukhumvit 49, Sukhumvit Road	Klong Tan Nuea, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3e/643e28cba94d4ae77c0625b969912cf9048e9a7c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720739669427" Longitude="100.52844822407" StarRating="4.5" HotelCode="68288|10057" HotelName="Ascott Sathorn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/e3/2ce3abbf78a1a4f9da54b2d6846312e468b12341.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73949819" Longitude="100.55197407" StarRating="4" HotelCode="255995|48225" HotelName="Icon Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 2, KhlongToey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5b/4c5b6d1135877cc286b156b437b238214eee1cec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="100.06" OriginalAmount="93.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72076246" Longitude="100.58472609" StarRating="4" HotelCode="630445|69377160" HotelName="Civic Horizon Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>8/8 Soi Sukhumvit 63 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/60/3860391a39a23fa6c961abaa6a9415213ffbeaa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728567" Longitude="100.539147" StarRating="5" HotelCode="904115|6423" HotelName="Crowne Plaza Bangkok Lumpini Park" 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,Conference Hall,Fax,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>952 Rama IV Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/3d/a73dca7fd1061ca2367c1443e77b6863bd8a35b0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74250387" Longitude="100.55855066" StarRating="5" HotelCode="308183|62115" HotelName="Mövenpick Hotel Sukhumvit 15 Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi 15, Sukhumvit Road, Klong Toei Nuea, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a6/d3a6393b199d31e1a31a9a1e02be760c940a7974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.735853" Longitude="100.562826" StarRating="4" HotelCode="68161|42880" HotelName="Jasmine City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 23, Klongtoey-Nua, Wattana, Bangkok 10110, Central Thailand</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/89/7889d37538a52467da3a4f3ac6db6f7dce066812.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7472578" Longitude="100.58243591" StarRating="3" HotelCode="584471|226071" HotelName="Kepler Residence Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>11/99 New Phetchaburi 47 Alley, Lane 1 And Lane 3, Khwaeng Bang Kapi, Khet Huai Khwang, Bangkok 10130</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/6b/6e6bcb9029c2203fb5b382c26f465c95551e052a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730827" Longitude="100.531404" StarRating="4" HotelCode="18464|1433" HotelName="The Montien Hotel Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>54 Surawongse Road, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e1/9a/e19acfc54926bd0b0025a7c57a73ec1ed865703a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73907344" Longitude="100.55308567" StarRating="4" HotelCode="747268|367801" HotelName="Novotel Bangkok Sukhumvit 4" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Sukhumvit 4, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/99/ee99773df5d0a5c236580fb51f89c65017d95c6e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.758604780029" Longitude="100.53734511137" StarRating="5" HotelCode="67577|10196" HotelName="Pullman Bangkok King Power" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>8/2 Rangnam Road, Thanon-Phayathai, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/e7/c9e76f620dbc6eec96b7877538507c662d7817cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72480099" Longitude="100.58020932" StarRating="4.5" HotelCode="535556|228238" HotelName="The Salil Hotel Sukhumvit 57 - Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Soi Sukhumvit 57, Baan Kluy Nua, Klong Ton Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/9a/db9a0cb808abcc84bf32b2d33b5ed39a447c7ddc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="101.70" OriginalAmount="95.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73486" Longitude="100.557477" StarRating="4" HotelCode="54629|1321920" HotelName="Centre Point Sukhumvit Soi 10" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Soi 10, Sukhumvit Rd., Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/3d/6a3db451a909df061c060ef3f3725c4888e314d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746523939406" Longitude="100.54090976715" StarRating="4" HotelCode="21436|1174" HotelName="Arnoma Grand Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Ratchadamri Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1d/5b/1d5b21b45cfe2bbc825262b9df16a86703a67871.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.702721" Longitude="100.603338" StarRating="3" HotelCode="255727|223109" HotelName="At Mind Executive Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Soi Sukhumvit 85 (Sukhumvit Road), Bangchak, Phrakhanong, Bangkok 10260</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/8c/1e8c45da7726d1d5af6c689d820453230494b183.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.14" OriginalAmount="97.33" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744982183805" Longitude="100.55685521594" StarRating="3" HotelCode="936782|6470036" HotelName="Holiday Inn Express Bangkok Sukhumvit 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 11 Klongtoey, 10110 Wattana - Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/11/c511ba7ed59b34435fa85fbd57c12087fd09548c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729102" Longitude="100.563182" StarRating="3" HotelCode="903974|48244" HotelName="iCheck inn Residences Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Sukhumvit 20, Klongteoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/37/8337ba8c9696b8287e81105cb1f4840b9820339d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739266" Longitude="100.549718" StarRating="4" HotelCode="77993|42072" HotelName="Chateau de Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Soi Ruamrudee 1, Ploenchit Road, Patumwan, Lumpini, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c6/edc623536e03e1673ff11d4f75975a9f6013ceb1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739650843157" Longitude="100.51130890846" StarRating="4" HotelCode="58837|6777" HotelName="Shanghai Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>479-481 Yaowaraj Road, Samphantawong, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/53/aa/53aa9a30e365598ccf10992c5459377599aaf141.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.35" OriginalAmount="98.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726044748875" Longitude="100.52631318569" StarRating="5" HotelCode="8978|1060216" HotelName="Pullman Bangkok Hotel G" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>188 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/7f/777f76a17b670592b42b2babe7daaf992585f350.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740192777704" Longitude="100.54351687431" StarRating="5" HotelCode="174045|28579" HotelName="Hotel Muse Bangkok Langsuan - MGallery Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55/555 Langsuan Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/43/fe/43fe5ff446fce717db6709300324628dfa19c9bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.93" OriginalAmount="99.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.762022676604" Longitude="100.49316080339" StarRating="4" HotelCode="915492|1194727" HotelName="Riva Surya Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Phra Arthit Road, Phranakorn, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3a/333aaf71b550453112ab1d5140cb08d727f85711.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738875" Longitude="100.543323" StarRating="4" HotelCode="89146|42071" HotelName="Centre Point Hotel Chidlom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Heated Pool,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Soi 1, Langsuan Road, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/01/6e01632934b54eb9996043cf3548079a7bb996a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739528" Longitude="100.558303" StarRating="3" HotelCode="14384|3804" HotelName="Manhattan Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>13 Sukhumvit Road Soi 15, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ed/05/ed05cd7dd35e7f95417feb588c5706f66fb73275.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7243" Longitude="100.5213" StarRating="3" HotelCode="255760|48245" HotelName="iCheck inn Silom Soi 28" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>298/3 Soi Silom 28, Silom Road, Suriyawong, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/68/3e68db59d4b1a3c9e63127829df73dc17476d257.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.81123256887" Longitude="100.60364461969" StarRating="3" HotelCode="440548|173740" HotelName="Murraya Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi 4 (Nakniwas 37) Nakniwas Road, Ladprao 71, Ratchadaphisek, Bangkok 10230</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/1a/f71abf485ce540ef38d1e71f00ce97334a5e3ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73559739" Longitude="100.56793083" StarRating="3.5" HotelCode="496034|204269" HotelName="Aspira G Sukhumvit 33" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14/1 Soi Sukhumvit 33 (Daeng Udom), Sukhumvit Road, Klongton-Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b3/6ab394a31c62948cf35d1493cf0516e1b0b315e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.27" OriginalAmount="100.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747099725852" Longitude="100.52779041964" StarRating="3.5" HotelCode="176345|2669712" HotelName="Holiday Inn Express Bangkok Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>889 Rama 1 Road, Wang Mai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/22/4122880ea6d49594c269d49a0155f5369973646e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.27" OriginalAmount="100.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750775882808" Longitude="100.54328083992" StarRating="4" HotelCode="10610|639367" HotelName="Baiyoke Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>222 Rajprarop Road, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/61/f7619a3de71d58a712f239254c719c9f2ad0e126.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.78" OriginalAmount="100.73" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C83796" HotelName="ASAI BANGKOK CHINATOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>531 CHAROENKRUNG RD, POMPRAP BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/33523_image64162888_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73907842" Longitude="100.55372294" StarRating="4" HotelCode="591529|231343" HotelName="Citrus Suites Hotel Sukhumvit 6 by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Soi  6, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/48/8e48231c69f99deb8aecd37cb94c67a7e8b6e730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734028272774" Longitude="100.56329679758" StarRating="2" HotelCode="267693|367586" HotelName="Drop Inn Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cf/1bcffe3d24d2caf94861fa745c3d1f651acfd55b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="108.31" OriginalAmount="101.22" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D37813" HotelName="LUMEN BANGKOK SRINAKARIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>90/9 SRINAKARIN ROAD,SUB DISTR BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35630_image65788064_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734823211023" Longitude="100.56535786012" StarRating="4" HotelCode="118730|36388" HotelName="Legacy Suites Sukhumvit by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12-14 Sukhumvit Soi 29, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/38/c7380e30939a8821fd8673bac043f208478ac519.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740856" Longitude="100.553961" StarRating="5" HotelCode="18349|24949" HotelName="The Landmark Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>138 Sukhumvit Road, 10110 bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/41/97414ee97ea44b655f389885f522e50554db7903.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7371465" Longitude="100.56386017" StarRating="3" HotelCode="399254|174376" HotelName="Tints of Blue Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Sukhumvit 27 Road, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/d6/f6d62cbaeb0c68a525d589c51eef1fdab65604a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="109.58" OriginalAmount="102.41" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D31208" HotelName="CASSIA RAMA 9 BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>395/1063 RAMA 9, BANGKAPI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37555_image67684993_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72690381" Longitude="100.53667025" StarRating="3.5" HotelCode="600351|232064" HotelName="21 Saladaeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>21 Soi Saladaeng, Bangrak, Silom, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/6b/246b8bd37e2d8fdc4bfb37eeb0a67ae099189c61.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72467714" Longitude="100.5195457" StarRating="2.5" HotelCode="582492|232823" HotelName="Pann Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>120/20 Pramot Soi 3 Mahesak Road Silom, Bang Rak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/b4/4fb4446b7d1ce085ed2c9946f2cb55a847669730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734757" Longitude="100.563984" StarRating="5" HotelCode="293449|48719" HotelName="Radisson Blu Plaza Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>489 Sukhumvit Road, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/7a/5e7adb433272905a8923a22805fd41e069b75140.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733385" Longitude="100.56409112" StarRating="4" HotelCode="613595|246199" HotelName="Akyra Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Sukhumvit 20, Sukhumvit Road, Klong Teoy, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/34/7f34e217733207526ac6df623192fcab24d97481.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745713978745" Longitude="100.64452514148" StarRating="3" HotelCode="380455|58648" HotelName="Unico Srinakarin Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>11 Soi Srinakarin 11, Srinakarin Road, Prawet, Bangkok 10250</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/c5/0cc58747234479299e161e64ad04400093c680de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74604151" Longitude="100.55887548" StarRating="3" HotelCode="855677|367987" HotelName="YOLO Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>79 /1-2 Sukhumvit Soi 15, Wattana, Bangkok 10100</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/3f/cb3fe0c0b7ebcf38b47ccd59afb165e5153ff2f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="110.51" OriginalAmount="103.28" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|A2FC08" HotelName="ARANTA AIRPORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>999 SOI LAT KRABANG 1/8, BANGKOK, TH BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1560306_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7442052" Longitude="100.5587986" StarRating="4" HotelCode="162076|22299" HotelName="Four Points by Sheraton Bangkok, Sukhumvit 15" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Soi 15, Sukhumvit Road, Wattana, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2d/9d2d423bc853c76ce0cb6049d546012285627564.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722949265227" Longitude="100.53604960442" StarRating="4" HotelCode="89147|55600" HotelName="Urbana Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/93/1393330bcddee9d2f8a290f1067e012811781fd3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742920669589" Longitude="100.55119335651" StarRating="3" HotelCode="188201|28219" HotelName="Legacy Express Sukhumvit by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/05/d3051c719b9d36ec6f63b89a176b228cb99b7176.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.59" OriginalAmount="105.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719627849418" Longitude="100.52162791777" StarRating="4" HotelCode="177487|3081992" HotelName="Mode Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>144 North Sathorn Road, Silom, Bangrak, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/b6/4db6c294d5072835e823112398dd63e1d65678ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.767893142367" Longitude="100.50506398446" StarRating="5" HotelCode="|TRWK" HotelName="The Raweekanlaya Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10,16,16/1,164-172 Soi Thewet 2 Krung Kasem Rd., Phra Nakon, Bang Khun</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/489799/8061931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="113.25" OriginalAmount="105.84" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A00D76" HotelName="DIVALUX RESORT &amp; SPA BANGKOK, SUVARNABHUMI AIRPORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>88 Moo 3 SRIWAREE RD,SISA CHOR BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31188_image62790192_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72797102" Longitude="100.58067637" StarRating="0" HotelCode="973315|405566" HotelName="Staybridge Suites Bangkok Thonglor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>101 Soi Sukhumvit 55, Thonglor, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e321c09ac39e15d208e261bd435c12371438e943.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740986" Longitude="100.543637" StarRating="4" HotelCode="76066|21533" HotelName="Cape House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>43 Soi Langsuan Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d5/47d529bd4c176527daaeda286255c6be0bef2346.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74829836" Longitude="100.52729704" StarRating="3" HotelCode="360796|62970" HotelName="Happy 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>33 Soi Kasemsan 3, Rama I Road, Wangmai, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/f4/02f454095488b8841fffd32c18551abe59ff51db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7184065" Longitude="100.52091126" StarRating="3" HotelCode="482143|174476" HotelName="The Step Sathon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>87 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/3a/6a3a78c4b143a62d5197d84ef1a9211af2641dcf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.78" OriginalAmount="107.27" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|AB2B90" HotelName="De Prime Rangnam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>RANG NAM ALLEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1552974_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.26" OriginalAmount="107.72" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|C84965" HotelName="Oakwood Studios Sukhumvit Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI 70, SUKHUMVIT 36, KLONGTON SUB-DISTRICT, KLONG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2437702_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.37" OriginalAmount="107.82" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D19732" HotelName="CENTRE POINT PLUS HOTEL SILOM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SOI KAYSORN 1 CHAROENGKRUNG ROAD 50, BANGRAK, 1522 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32790_image63981775_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.42" OriginalAmount="107.87" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|CD6141" HotelName="DUSITD2 SAMYAN BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>333 SI PHRAYA RD, SI PHRAYA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/29246_image61521493_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="116.15" OriginalAmount="108.55" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|597461" HotelName="Suvarnabhumi Ville Airport Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>9/9 MOO 7 SOI KING KAEW 64 , KINGKAEW ROAD, RACHAT BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1686733_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746493" Longitude="100.549409" StarRating="4" HotelCode="255718|36164" HotelName="Arcadia Suites Phloenchit Bangkok by Compass Hospitality" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wireless Road 15, Soi Nai Lert, Lumpini Sub-district, Pathumwan District, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/11/f811a7ad51da41bbd3bca7229b103eee49dc5037.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="117.37" OriginalAmount="109.69" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A1BE92" HotelName="S 15 SUKHUMVIT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>217 SUKHUMVIT 15, KLONGTOEY-NUA WATTANA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/15683_image51008614_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.731120739714" Longitude="100.56394227354" StarRating="4" HotelCode="325206|95221" HotelName="Well Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Sukhumvit 20, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/06787a71fc90a6fc/af/af01273e99830db8/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="5" HotelCode="148395|16702" HotelName="Grand Mercure Bangkok Asoke Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/93/1d930e3c0d322fd55ec71af4079116ed2eff1f65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.49" OriginalAmount="110.74" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13F68" HotelName="CENTRE POINT SUKHUMVIT 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>39 SOI SUKHUMVIT 10 KLONGTOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32291_image63577130_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7459926389" Longitude="100.55370559758" StarRating="3" HotelCode="344433|233376" HotelName="Three Sukhumvit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>45 Sukhumvit 3 Nana-nue, Klongtoey-nue, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/96/d596f97a7cd8e8a02125dedadb8f0c31096ee518.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729711" Longitude="100.563944" StarRating="4" HotelCode="904628|30075" HotelName="Golden Tulip Mandison Suites" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70/1 Sukhumvit 20, Sukhumvit Road, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/0c/3a0ca2999cb86769d61b2ebad13db4aa2d629f7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736191" Longitude="100.562021" StarRating="4.5" HotelCode="189387|33288" HotelName="The Continent Hotel Bangkok by Compass Hospitality" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>413 Sukhumvit Road Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e7/22/e722cba8925216dca76c3aa72bf31c3f0d84bd61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.31" OriginalAmount="112.44" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|C86D16" HotelName="CENTARA LIFE HOTEL BANGKOK PHRA NAKHON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>78 PRAJATIPATAI ROAD, BAN PHAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35492_image65601339_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="120.95" OriginalAmount="113.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717680" HotelName="Bliston Suwan Park View Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SOI TONSON, PLOENCHIT ROAD, LUMPINI PATHUMWAN, 9 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/909245_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738929708013" Longitude="100.56208277802" StarRating="5" HotelCode="409509|12552" HotelName="Pullman Bangkok Grande Sukhumvit Asoke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit, 21 Asoke Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/4d/2a4d3f40b2a631f243b116cb5bd05c7b438ce031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742042640997" Longitude="100.55444955826" StarRating="4" HotelCode="9972|10212" HotelName="Boulevard Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Road 5, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/95/2495c0bd8ed277e51b3f43d8cf00590e7e1a6277.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738708843745" Longitude="100.54122017791" StarRating="4" HotelCode="900180|43960" HotelName="Dusit Suites Hotel Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 3, Rajdamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/13/5613b3e785ce180f7dfe004262605fd6b705dff4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74197" Longitude="100.545314" StarRating="4" HotelCode="118752|48298" HotelName="Bliston Suwan Park View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Soi Tonson Ploenchit Road, Lumpini Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/2e/8c2edcba0432c3ceabb9a16a647439896f1d4f71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72511392" Longitude="100.57932555" StarRating="4" HotelCode="800742|367651" HotelName="Hotel Nikko Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Soi Sukhumvit 55, Thonglor, Sukhumvit Road, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15fcc582746320e57cd2b4a32718866198fdc8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730349175074" Longitude="100.58205485344" StarRating="5" HotelCode="33839|206389" HotelName="Akyra Thonglor Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88/333 Sukhumvit 55, North Klongton, Wattana District, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/fb/49fbe29f33d9bbbca77727221ff016503688f368.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.766069" Longitude="100.493552" StarRating="4" HotelCode="905259|57005" HotelName="Praya Palazzo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>757/1 Somdej Prapinklao Soi 2, Bangyeekan, Bangkok 10700</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/e2/a1e259d81865b3457fffbf7c5941b729ad4af350.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751613" Longitude="100.537302" StarRating="4" HotelCode="66497|15574" HotelName="Centre Point Pratunam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6 Soi 15 Petchburi Road, Rajchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e3/a6e326f6e082b07797d95036eded0310ef14b2d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="125.62" OriginalAmount="117.40" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D45534" HotelName="LANDMARK BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>138 SUKHUMVIT ROAD, KLONGTOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37318_image67325096_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728377" Longitude="100.569298" StarRating="5" HotelCode="261889|42877" HotelName="Hilton Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Sukhumvit Soi 24, Klongton Klongt, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/24/d52476d0b5a0130ed7366bb53798ee941962a135.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742692" Longitude="100.542055" StarRating="4" HotelCode="160791|35934" HotelName="Renaissance Bangkok Ratchaprasong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>518/8 Ploenchit Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/53/ea5395e8a583605e0e3807c328b8efa0fdf518bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74109119" Longitude="100.55489713" StarRating="3" HotelCode="785010|367906" HotelName="Syama Nana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>113 , 115 Sukhumvit Road, Klongtoey Nua, Khlong Toei, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d2/9ed245fc3236d4c5ace80d33e76489899a927d7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72920166" Longitude="100.56906049" StarRating="5" HotelCode="446401|173820" HotelName="Compass SkyView Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Sukhumvit 24 Klongton, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/fb/e9fbe1ab639fc19dcd4adab4bd7dcf2f053ef396.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741541" Longitude="100.560666" StarRating="4" HotelCode="535104|204500" HotelName="Grand Asoke Residence Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>50/5 Sukhumvit Soi 19, Wattana District, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ff/5fff80cd12956b74787b0491a710583cb6e13a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.746725" Longitude="100.551789" StarRating="5" HotelCode="185914|45178" HotelName="Best Western Premier Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Sukhumvit Soi 1, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/ed/5fed29e43d306016762390b810d02e9ce5b2bfa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.733745931321" Longitude="100.56355140354" StarRating="3" HotelCode="402230|204243" HotelName="Syama Sukhumvit 20" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>392/40 Sukhumvit Road, Soi 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/620186/620186a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="129.05" OriginalAmount="120.61" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0D257" HotelName="SAMALA HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>43 SUKHUMVIT SOI 15 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31866_image63228483_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741188058079" Longitude="100.54161250591" StarRating="4" HotelCode="66480|9376" HotelName="Courtyard by Marriott Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155/1 Soi Mahadlekluang 1, Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/2e/612e6ce91f03fbb80213c837e4660ac69a5bd978.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739623" Longitude="100.556064" StarRating="3" HotelCode="900648|36425" HotelName="On8 Sukhumvit Nana Bangkok by Compass Hospitality" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Sukhumvit Road, Sukhumvit Soi 8, Nana Skytrain Station, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/25/eb25b5dee58e6dfaa286bc4050433116bbcc52b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723027434508" Longitude="100.53693205118" StarRating="5" HotelCode="115807|48247" HotelName="Marriott Executive Apartments Sathorn Vista" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Sathorn Soi 3, South Sathorn Road, 10120 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/c5/c2c5daf2a55c1269327a83ec34e549c94d4e8012.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747060647303" Longitude="100.52693545818" StarRating="4" HotelCode="59731|10218" HotelName="Siam@Siam Design" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>865 Rama 1 Road, Wang Mai, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a6/67/a667bb332c77e7e6a333f58ea6d48a39701be60a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7402138" Longitude="100.56411719" StarRating="4" HotelCode="784766|367897" HotelName="Somerset Maison Asoke Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>84 Sukhumvit 23, Prasanmitr, Klongtoey- Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/95/1895e9a03cf27015fa2f82739f513c7f53847261.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73878181" Longitude="100.58067323" StarRating="3.5" HotelCode="569312|223103" HotelName="Aspira Hana Residence Thong Lor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Soi Thonglor 23, Khlongtan Nuer, Watthana, Sukhumvit, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/625436/625436a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.30" OriginalAmount="122.71" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|510571" HotelName="CROSS VIBE BANGKOK SUKHUMVIT HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>10, 20 SUKHUMVIT 52, PHRA KHANONG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/917213_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="131.67" OriginalAmount="123.06" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A28263" HotelName="ELEVEN HOTEL BANGKOK SUKHUMVIT 11" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>11 SOI SUKHUMVIT 11 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37019_image67058884_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.72" OriginalAmount="124.04" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D44696" HotelName="NYSA HOTEL SUKHUMVIT 11" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>73/7-8 SUKHUMVIT SOI 13 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37105_image67135860_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744274" Longitude="100.556531" StarRating="4" HotelCode="169710|43958" HotelName="Aloft Bangkok Sukhumvit 11" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>35 Sukhumvit Soi 11, Sukhumvit Road, Klongtoey-nua, Bangkok 10110, Wattana</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/17/0317ce9b15747724628aa7a8f35e2a30e972c6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.749765080179" Longitude="100.54060638525" StarRating="4" HotelCode="178442|26978" HotelName="Novotel Bangkok Platinum Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>220 Petchaburi Road, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/22/14224d55b17dff59b36799faeb03b96f5fe6041d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.739553" Longitude="100.543986" StarRating="4" HotelCode="74900|55652" HotelName="Urbana Lungsuan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Langsuan Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/65/cb652388b32a88b8548240b8c38bf2404b9c4bbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="135.07" OriginalAmount="126.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|717615" HotelName="REMBRANDT RESIDENCES BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>22 SUKHUMVIT SOI 20 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/19403_image53262348_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750987" Longitude="100.541239" StarRating="4" HotelCode="186941|34970" HotelName="Centara Watergate Pavillion Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>567 Rachaprarop Road, Makkasan, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/3a/f03a644c2fe0b57d6e2901c9e2496ddb2f9ead53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737197582775" Longitude="100.58342562271" StarRating="4" HotelCode="404544|173216" HotelName="Ariva Ivy Servizio Thonglor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Lounge,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>889 Soi Sukhumvit 55, Thonglor, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/58/825833385d93d494b860e7c96609ea9bda7b1262.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74417117" Longitude="100.49190529" StarRating="4" HotelCode="518491|173833" HotelName="Riva Arun Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>392/25-26 Maharaj Road, Phraborom Maharajawang, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/06/5a06dd585fc0d3509f2c0a3e8a36ab8e0f37f55d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745271" Longitude="100.552146" StarRating="4" HotelCode="293647|48645" HotelName="Ad Lib Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>230/5 Sukhumvit Soi 1, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/b3/57b348b66d7e651d7d4a8ffa3374676cd5dfb4dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724235" Longitude="100.566841" StarRating="5" HotelCode="142231|30296" HotelName="Marriott Executive Apartments Sukhumvit Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>90 Sukhumvit Soi 24, Klongton, Klongtoey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6d/3e6de5992a0ab9a4a5adddb42d27403999826a49.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7278966" Longitude="100.56840124" StarRating="4" HotelCode="572409|232261" HotelName="Hyatt Place Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>22/5 Sukhumvit Soi 24, Phrom Phong District, Klongtan, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/0c/4f0cb987cedfb6b07ab80cfc04d249a292aa9838.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.730178" Longitude="100.568646" StarRating="4.5" HotelCode="65092|37062" HotelName="Emporium Suites by Chatrium" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>662 Sukhumvit Road, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/16/ab16dba25dab9183698a12f02b1cd69ed8c3a813.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747128387047" Longitude="100.54745972157" StarRating="5" HotelCode="13332|7012" HotelName="Movenpick BDMS Wellness Resort Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f13271d0248c39410dd7ce22f5870ace3a2ecb15.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.45" OriginalAmount="133.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7260517" Longitude="100.5194275" StarRating="4" HotelCode="312702|66812910" HotelName="Amara Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180/1 Surawong Road, Sipraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/65/e465fe55d8a74b2a30284d60ca04bc21f03ec7e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73499084" Longitude="100.50710052" StarRating="3.5" HotelCode="588008|232052" HotelName="Amdaeng Bangkok Riverside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12/1 Soi Chiangmai, Chiangmai Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/cc/c3ccf84528ddb70f8931a62779478f948ec72871.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7268108" Longitude="100.57803934" StarRating="3.5" HotelCode="522442|204544" HotelName="Volve Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>26/1 Sukhumvit 53, Klongtan Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/38/0638ba524bcfd8d29856c0000b0b00638e559f75.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="146.20" OriginalAmount="136.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750573" Longitude="100.532101" StarRating="5" HotelCode="100187|1216594" HotelName="VIE Hotel Bangkok - MGallery by Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>117/39-40 Phaya Thai Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/45/24451fc03f8aae95af85f7f34799ebbc79047a69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.736935940646" Longitude="100.54881691933" StarRating="4" HotelCode="370558|16755" HotelName="Centre Point Ploenchit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Wireless Road, Lumpini, Patumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075a789580f5e8ece6de2bb3f7f5a102e875eac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="904665|48510" HotelName="Hansar Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel,Hostel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 27/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Soi Mahadlekluang 2, Rajdamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/d1/26d17ed0dcba6bab6f36ab619957d989294d5fc1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741651826025" Longitude="100.55213212967" StarRating="5" HotelCode="259007|16703" HotelName="JW Marriott Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Sukhumvit Road Soi 2, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ac/87ac651d7a627d54a84f91b5c896aec9426df3b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.734921889961" Longitude="100.54391384125" StarRating="4" HotelCode="168281|48316" HotelName="Luxx XL at Langsuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>82/8 Langsuan, Lumphini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/24/9324d7751e83c2c891aff3759a7377437999353e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747731" Longitude="100.551534" StarRating="4" HotelCode="97343|48647" HotelName="Ariyasom Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Sukhumvit Soi 1, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/42/ce42eb770e53a52335d6cebccff4b1a4a4ae51ed.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73171027" Longitude="100.58196926" StarRating="5" HotelCode="495795|204543" HotelName="Grande Centre Point Sukhumvit 55" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>300 Sukhumvit Soi 55 (Thonglo), Klongton Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/22/5d22b91c95c326d23781f31e61bedfc6d57048c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72336994" Longitude="100.52330553" StarRating="2" HotelCode="784457|367980" HotelName="Warm Window Silom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50/18 Pan Road, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/6a/186a310f783d9ff570405d845de3d67d52f4be66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.710972" Longitude="100.509509" StarRating="5" HotelCode="100186|22409" HotelName="Chatrium Hotel Riverside Bangkok" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Charoenkrung Soi 70, Bangkholame, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/0f/b60f529b4a666058d4f22dcb868d4550a44449f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738689164061" Longitude="100.54822061839" StarRating="5" HotelCode="186678|48204" HotelName="Conrad Bangkok Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>87/3 Wireless, All Seasons Place, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/ff/1dffec70789db9dcef81a2414ad3f7e124fe906f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741782097755" Longitude="100.54133892059" StarRating="5" HotelCode="73174|16756" HotelName="Grande Centre Point Ratchadamri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>153/2 Mahatlek Luang Soi 1, Ratchadamri Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/df/9adf63e95ecf5267799090b59984107827126673.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723408142857" Longitude="100.58037328571" StarRating="5" HotelCode="263689|57623" HotelName="Marriott Executive Apartments Sukhumvit Thonglor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Soi Sukhumvit 57, Klongtan Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/53/8b532e0031e82806d43ab8443b1709faf7d263c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721286859004" Longitude="100.51782667637" StarRating="5" HotelCode="56413|6732" HotelName="Lebua at State Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/72/f17264da01f26b4da0188f5bdc5c1aca74960dd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704615244014" Longitude="100.49182534217" StarRating="5" HotelCode="47007|6416" HotelName="Anantara Riverside Bangkok Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>257/1-3 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b8/98b8603dfa9c1b8d7e75397db3c16e6b6fae15e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723342436487" Longitude="100.53899402447" StarRating="5" HotelCode="36577|30519" HotelName="COMO Metropolitan Bangkok" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 South Sathorn Road, Tungmahamek, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/5a/b95af114b970d1869aaf3702f436ee49bf6e47fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73880636" Longitude="100.54816796" StarRating="5" HotelCode="26442|12118" HotelName="Conrad Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>87 Wireless Road, Phatumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9d/0f/9d0f316e56c09a0d94d3a9728bbbf665baad2171.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74549" Longitude="100.556646" StarRating="4" HotelCode="71483|45181" HotelName="Fraser Suites Sukhumvit, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38/8 Sukhumvit Soi 11, Klong Toey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e0/58e031cc6b099e519d50871c8e4d8b21a81dce63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723123985279" Longitude="100.53991145634" StarRating="5" HotelCode="50554|10219" HotelName="Banyan Tree Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21/100 South Sathon Road, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/90/03/9003c4ca8ed531d1dd47ae20b1725af4b8de0eff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737569" Longitude="100.560385" StarRating="5" HotelCode="186272|42876" HotelName="Grande Centre Point Terminal 21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Sukhumvit Soi 19, Sukhumvit Road, Klongtoey Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a2158fee3d01574ba2d9fd5a9c465801271011a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="155.57" OriginalAmount="145.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.751427215358" Longitude="100.54046988487" StarRating="5" HotelCode="8966|1437498" HotelName="Amari Watergate Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>847 Petchburi Road, Ratchathewi, 10400 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/27/c32704f1d46504054a9567de155a3ff3af448177.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="155.90" OriginalAmount="145.70" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D13981" HotelName="CENTRE POINT PLUS HOTEL PRATUNAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>SOI PETCHBURI 15, PETCHBURI RD., RAJTAEWEE, 6 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32262_image63565195_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73839186" Longitude="100.54269004" StarRating="5" HotelCode="308179|57544" HotelName="Rongratana Executive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Soi Langsuan, Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/e2/f1e2904b2e2d84ac89b2f93564d839015001e935.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.17" OriginalAmount="147.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.704830795259" Longitude="100.49140732326" StarRating="4.5" HotelCode="307898|9843428" HotelName="Avani+ Riverside Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>257 Charoennakorn Road, Thonburi, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/b9/8ab9928ca27198d6378b74d86f833747609b73db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719254" Longitude="100.521817" StarRating="5" HotelCode="176760|40335" HotelName="Eastin Grand Hotel Sathorn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33/1 South Sathorn Road, Yannawa, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/df/6fdf2a417fdb55e36d6c2e5714824e6296053232.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74699008" Longitude="100.52839227" StarRating="3" HotelCode="572477|232331" HotelName="Krit Thai Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>931/1 Rama 1 Road, Pathumwan Wangmai, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/47/ed472ce71d18cc7e85c224fe13972fe15f9f598e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="159.59" OriginalAmount="149.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D28555" HotelName="VALIA HOTEL BANGKOK SUKHUMVIT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>95, 370 SUKHUMVIT SOI 24 BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/37062_image67067337_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737972922476" Longitude="100.55966377258" StarRating="5" HotelCode="39065|5968" HotelName="The Westin Grande Sukhumvit Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>259 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/eb/8feb4877b0fe83cc3fc2d1c0366e5bffdb200c8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.85" OriginalAmount="151.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750485729478" Longitude="100.54263662062" StarRating="5" HotelCode="293444|2596319" HotelName="The Berkeley Hotel Pratunam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>559 Ratcharaprarop Road, Makkasan, Ratchathewi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/f0/70f008a7333387b593c4a1c79baf207d5fca7198.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73037583" Longitude="100.56553178" StarRating="4" HotelCode="8968|3679" HotelName="Bangkok Marriott Marquis Queen’s Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>199 Sukhumvit Soi 22, Klong Ton, Klong Toey, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/80/0e80009f9d73ad7d9a5c35fff43df790de347909.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73925" Longitude="100.557801" StarRating="5" HotelCode="887861|31120" HotelName="Sofitel Bangkok Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>189 Sukhumvit Road Soi 13-15, Klongtoey Nua Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d9137517428a7aeed11023026b337486b87050b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.720169" Longitude="100.545161" StarRating="4.5" HotelCode="299577|48290" HotelName="U Sathorn Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 105/1 Soi Ngam Duphli, Thung Maha Mek Sub-District, Sathorn District, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/10/4d109f97fa5026e728439b6839e85a10539597c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.738412" Longitude="100.546427" StarRating="5" HotelCode="915483|42884" HotelName="Oriental Residence Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>110 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/fd/d2fd127c4bd847c802a9aa9bc045fad1aa7833d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744564783906" Longitude="100.54184994477" StarRating="4" HotelCode="39066|8891" HotelName="Holiday Inn Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>971 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/0a/be0a48f96a0953a64bda798a99e08fdc2d7fa373.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729869751369" Longitude="100.53062349558" StarRating="5" HotelCode="76276|15364" HotelName="Le Meridien Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40/5 Surawong Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/5c/c15c6c69f5acb63772d5c7dae59c29636bc925ab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722256" Longitude="100.529719" StarRating="5" HotelCode="213725|37560" HotelName="W Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 North Sathorn Road, Silom, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/77/52778bdef97e4e7fb8e77f7f81ef1bb328288656.WEBP</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740054883359" Longitude="100.5470409914" StarRating="4.5" HotelCode="304345|48226" HotelName="Indigo Bangkok Wireless Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>81 Wireless Road, Lumpini Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/da/12dac89aa6355b80b4390d3307f07f7a6debb8d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747207" Longitude="100.528947" StarRating="4" HotelCode="211995|42881" HotelName="Mercure Bangkok Siam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>927 Rama 1 Road Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/12/9212c2c34fc246464379310cc06d687e047dcf24.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.70439168" Longitude="100.59422445" StarRating="3.5" HotelCode="496154|202965" HotelName="Methvanont Manor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>908 Sukhumvit Road, Soi Sukhumvit 50, Prakhanong, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/fd/7afd163839c6f0f7f5614e9f8df2f700a8902cc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.41" OriginalAmount="163" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="4.5" HotelCode="570559|172664" HotelName="137 Pillars Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da074d7a81dd6303debd26100efaaf9406341908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="175.96" OriginalAmount="164.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D05212" HotelName="MAISON HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>18 SUKHUMVIT 2&amp;4 ALLEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31010_image63423782_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.756282666667" Longitude="100.50113766667" StarRating="3" HotelCode="915484|57295" HotelName="Baan Noppawong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112-114 Soi Damnoen Klang Tai, Ratchadamnoen Klang Road, Bowon Niwet, Phra Nakhon, Bangkok 10200</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/29/cc29b46f76ac6b46edb39b132afa4b286fd475bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.745547" Longitude="100.490953" StarRating="4" HotelCode="260358|40336" HotelName="SALA Rattanakosin Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Maharat Road, Rattanakosin Island, Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/be/e7be8af3b8f5feffc9be21bc296891cb2138173d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740631" Longitude="100.552461" StarRating="4.5" HotelCode="188244|48275" HotelName="Shama Sukhumvit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39/1 Soi Sukhumvit 2, Sukhumvit Road, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8a/a38a512b367184d215ec0aaeed4f484741c43c60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="180.99" OriginalAmount="169.15" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D31794" HotelName="GLOW BANGKOK RIVERSIDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>196/1 RATCHAWITHI RD, WACHIRA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/35046_image65061067_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74486738" Longitude="100.55549403" StarRating="3" HotelCode="518321|204272" HotelName="Avatar Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Residences" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Sukhumvit Soi 7, Klongtoey Nua, Wattana, 10110 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/e5/e9e53ee1f8246a9cfe2e80e601757fb5636f1049.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729082869031" Longitude="100.5138194561" StarRating="5" HotelCode="8973|8411" HotelName="Royal Orchid Sheraton Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Charoen Krung Road, Captain Bush Lane, Soi 30, Siphya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b9/67b9e86aa5d480ae866412db7e34f127dbdebd94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="984958|403116" HotelName="Kimpton Maa-Lai Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Sarasin Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/16/b016029b73cf378bc9dadd7f198fec33dc406fb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74446567927" Longitude="100.53505718708" StarRating="4" HotelCode="15250|8014" HotelName="Novotel Bangkok on Siam Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soi 6, Siam Square, Rama, Road Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/c6/ebc6fbad34917aaf44b307a3e24332ee1c7850e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="189.51" OriginalAmount="177.11" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A28247" HotelName="EASTIN THANA CITY GOLF RESORT BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>104 MOO 4 BANGNA-TRAD HIGHWAY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/24182_image61467686_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.721370240161" Longitude="100.51697909832" StarRating="5" HotelCode="906454|30837" HotelName="Tower Club at Lebua" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1055 Silom Road, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/71/zz/71ad7ab6c3ec5fb51b6e089e55af434e9ea4d45e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="195.03" OriginalAmount="182.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73971335" Longitude="100.55709365" StarRating="3.5" HotelCode="777623|C59C36" HotelName="Hyatt Regency Bangkok Sukhumvit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>1 Sukhumvit Soi 13, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/8c/508ccaae33efe9809cfae8f840cec63b46d31148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.728452319028" Longitude="100.50965130329" StarRating="5" HotelCode="39064|6774" HotelName="Millennium Hilton Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>123 Charoennakorn Road, Klongsan, Bangkok 10600</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/da/2dda91b9936d7f5cbe261a2e6e593a4b768784da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.719608806923" Longitude="100.51363170147" StarRating="5" HotelCode="8974|1034" HotelName="Shangri-La Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>89 Soi Wat Suan Plu, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/b4/c6b47d69cf42619cce8c1174e90eab58296f9956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.727329" Longitude="100.522346" StarRating="5" HotelCode="599738|246204" HotelName="Bangkok Marriott Hotel The Surawongse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Banquet Hall,Bar,Conference Hall,Designated Smoking Area,Dining,Fax,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>262 Surawong Road, Si Phraya, Bangrak, Bangkok 10500</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7a/c07aa29fbe62271245ba09b5cb1af5df0f1c4909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744635" Longitude="100.548229" StarRating="5" HotelCode="905851|32927" HotelName="Sivatel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53, Wittayu Road, Lumpini, Patumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/74/e674022af3c762966c8b94a8053a44ad47171aa4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.741375649719" Longitude="100.54791033268" StarRating="5" HotelCode="48574|5751" HotelName="The Athenee Hotel, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Wireless Road (Witthayu), Lumphini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/d2/30d2c90d00cb0d892921b999ee70640a14720a62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="212.82" OriginalAmount="198.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|609805" HotelName="RAMADA BY WYNDAM D'MA BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1091/388 NEW PETCHBURI ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/895111_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.65" OriginalAmount="209.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.726080620547" Longitude="100.5433762123" StarRating="5" HotelCode="171766|1967415" HotelName="SO Sofitel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Sathorn Road, Bangrak, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/28/e628f1e92841a0d64db875aed092ababa25fbc30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737352818315" Longitude="100.55948674679" StarRating="5" HotelCode="17499|361" HotelName="Sheraton Grande Sukhumvit, A Luxury Collection Hotel, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>250 Sukhumvit Road, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/81/9381c840200cf7a4da854ca9941f8c8b44a6caf0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="231.01" OriginalAmount="215.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.723454759454" Longitude="100.54104924202" StarRating="5" HotelCode="18514|2080796" HotelName="The Sukhothai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13/3 South Sathorn Road, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4e/b54e7b83afff020ef1cddbe838cea0bd37c7c5e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="232.99" OriginalAmount="217.75" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C9DC83" HotelName="CHATRIUM GRAND BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>728PETCHABURI ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/28352_image61262446_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="240.64" OriginalAmount="224.90" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|497384" HotelName="EASTIN GRAND HOTEL SATHORN BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>33/1 SOUTH SATHORN ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/912464_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740901670479" Longitude="100.54026545064" StarRating="5" HotelCode="18434|48509" HotelName="Anantara Siam Bangkok Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>155 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/df/20df54f35ba9e789107bb1b6e32fd8f94e3b487c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743452" Longitude="100.540794" StarRating="5" HotelCode="13030|16695" HotelName="Grand Hyatt Erawan Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>494 Rajdamri Road, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/38/8c3861d24bc2c14856d014e7e0dec14e4331aaad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="250.38" OriginalAmount="234" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742853626512" Longitude="100.54772313492" StarRating="5" HotelCode="915517|42883" HotelName="The Okura Prestige Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wireless Road, Park Ventures Ecoplex, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f8/f3f885209468c133fd7638b634d1599aff11711b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.742430693649" Longitude="100.54029193854" StarRating="5" HotelCode="284344|233426" HotelName="Waldorf Astoria Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>151 Ratchadamri Road, Lumpini, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e2/ece2e9a76d3dd4fa8339e0a2181b3f6cbabeea89.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="256.41" OriginalAmount="239.64" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|488852" HotelName="ICON BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>49 SUKHUMVIT SOI 2 KLONG TOEY BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/951534_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.29" OriginalAmount="247" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.747729" Longitude="100.538345" StarRating="5" HotelCode="74949|12550" HotelName="Centara Grand &amp; Bangkok Convention Centre at CentralWorld" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>999/99 Rama 1 Road, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/fb/47fb9b443dc1550e4fc9f8f640e37edc5ca5c5eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="271.48" OriginalAmount="253.72" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|A21993" HotelName="HOTEL JAL CITY BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>22/1 SUKHUMVIT 55 (SOI THONG LO), KLONG TONNUA BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/16892_image51092021_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.722897152358" Longitude="100.51111042499" StarRating="5" HotelCode="18413|363" HotelName="The Peninsula Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>333 Charoennakorn Road, Klongsan, 10600 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/48/f04834f21035bcbeb53a7d75f52296b10d06e710.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="309.42" OriginalAmount="289.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.743444358666" Longitude="100.53006291389" StarRating="4" HotelCode="15747|1075901" HotelName="Pathumwan Princess, MBK Centre, Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>444 MBK Center, Phayathai Road, Wangmai, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/36/6836731ba5d779a2437e868ad49ddee010bb60a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.73752" Longitude="100.57237" StarRating="5" HotelCode="570556|196509" HotelName="137 Pillars Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>38 Sukhumvit Soi 39, Klongton-Nua, Wattana, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2c/022c11acd5f8dd67db57b0c9a002a5c4de713000.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.744765300541" Longitude="100.54145425558" StarRating="5" HotelCode="17539|8016" HotelName="InterContinental Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>973 Ploen Chit Road, Pathum Wan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b7/5db7941947518eeef335facc9f3bbd1ea3814899.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.17" OriginalAmount="331" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.737937989122" Longitude="100.54443944952" StarRating="3" HotelCode="422037|57737" HotelName="Tonson Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Convenience Store,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>58 Soi Tonson Ploenchit Road, Lumpini, Pathumwan, 10330 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/8e/818ea7809eecd35f281c669a288b2eaff9db347f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="373.43" OriginalAmount="349" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.740138063216" Longitude="100.54003000259" StarRating="5" HotelCode="161865|48279" HotelName="The St. Regis Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rajadamri Road, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/ea/25eada22ca890d870a56f3ee619a19e068211174.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="374.50" OriginalAmount="350" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.748394341038" Longitude="100.53488469941" StarRating="5" HotelCode="267297|26393" HotelName="Siam Kempinski Hotel Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>991/9 Rama 1 Road, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6f/68/6f688748a7f6326b74917a2f313336398336f4f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="390.55" OriginalAmount="365" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74375684" Longitude="100.54736431" StarRating="5" HotelCode="461498|211430" HotelName="Park Hyatt Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Dining,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Central Embassy, 88 Wireless Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/70/be709db0eb1ed7a0c75638d6b5d7f13cd00d56a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="420.14" OriginalAmount="392.65" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|061911" HotelName="DUSIT THANI BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>946 RAMA IV ROAD BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/390483_image64177534_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="488.99" OriginalAmount="457" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74366823" Longitude="100.54903122" StarRating="5.5" HotelCode="943498|392004" HotelName="Rosewood Bangkok" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1041/38 Ploenchit Road, Lumpini, Pathumwan, Bangkok 10330</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/f6/f1f6efb8d4ace459e594a5e1e97dd11fa3ae271f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="715.83" OriginalAmount="669" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.7416" Longitude="100.552" StarRating="0" HotelCode="985639|405697" HotelName="Four Seasons Hotel Bangkok at Chao Phraya River" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>300/1 Charoen Krung Road, Sathorn, Bangkok 10120</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/b0/41b0ccfc4774570ce192ea2337ac95c8da22eab7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="935.02" OriginalAmount="873.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.724054055324" Longitude="100.51408231258" StarRating="5" HotelCode="9973|2023318" HotelName="Mandarin Oriental Bangkok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Oriental Avenue, 10500 Bangkok</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/a5/a3a5eb66a284e58e47118083cce809272790d204.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1204.82" OriginalAmount="1126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.750442399841" Longitude="100.53859233856" StarRating="4" HotelCode="60456|48220" HotelName="Grand Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>888 Petchburi Road, Rajthevi, Bangkok 10400</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/a9/b9a9551b4a7b4a533165ed452761f8652a0f27cb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1230.03" OriginalAmount="1149.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.781162523092" Longitude="100.50613224506" StarRating="5" HotelCode="186974|817656" HotelName="The Siam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3/2 Thanon Khao, Vachirapayabal, Dusit, Bangkok 10300</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/10/cd10592b3317098967112956009e6cf9697413c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="2725.77" OriginalAmount="2547.45" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|C4DF44" HotelName="SINDHORN KEMPINSKI HOTEL BANGKOK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>80 SOI TONSON, LUMPINI BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/23308_image60299232_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="22346.24" OriginalAmount="20884.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.657545" Longitude="100.661539" StarRating="4" HotelCode="901451|717699" HotelName="Bangna Pride Hotel &amp; Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Golf Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Moo 14 Bangna Trad Road KM 6.5, Bangkaew, Bangplee, Bangkok 10540, Samutprakarn</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/85/a3851695e8dd4ff2e8f476e44486603dab61a354.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22346.95" OriginalAmount="20885" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.729086647388" Longitude="100.56430653348" StarRating="4" HotelCode="267692|173252" HotelName="GM Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sukhumvit Road 47, Sukhumvit 20, Klongtoey, Bangkok 10110</AddressLine>
          </AddressLines>
          <CityName>Bangkok</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5e/0c/5e0ca287347ab6f9701b79eb0961cf55864c2bc9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="24.20" OriginalAmount="22.62" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4754" HotelName="Khaosan Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>139 KHAO SAN ROAD, PHRA NAKORN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="121.16" OriginalAmount="113.23" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0A749" HotelName="LILIT BANG LUMPHU BANGKOK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>55,PHRASUMERU ROAD,8 TROK BAN BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="182.98" OriginalAmount="171.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.74024" Longitude="100.541124" StarRating="5" HotelCode="|HNBK" HotelName="Hansar Bangkok Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/11/2025">
        <Address>
          <AddressLines>
            <AddressLine>3/250 Soi Mahadlekluang 2, Rajadamri Road</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="203.47" OriginalAmount="190.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72462184" Longitude="100.54752853" StarRating="5" HotelCode="|GBQS" HotelName="Grande Centre Point Lumphini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1188 Rama 4 Road, Sathon</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="227.85" OriginalAmount="212.94" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="3" HotelCode="|CD4776" HotelName="Nine Forty One Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>74 SOI 41 RAMA 9 SUANLUANG BANGKOK</AddressLine>
          </AddressLines>
          <CityName>BANGKOK</CityName>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="272.26" OriginalAmount="254.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="13.72304599" Longitude="100.54445218" StarRating="5" HotelCode="|VDLK" HotelName="Villa Deva Resort &amp; Hotel Bangkok" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 Soi Sathon 1 ( Atthakan Prasit), Thung Maha Mek, Sathon, Bangkok 10120</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Jacuzzi,Kitchen,Lounge,Sauna,Spa,Swimming Pool,Diet Meals,Garden,Golf,Wheelchair Access,Central Heating,Nightclub,Bicycle Rental,Heated Pool,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Housekeeping,Business Centre,Smoking Rooms,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Parking,Babysitting,Dining,Printer,Wake-up Call Service,Luggage Storage,ATM/Cash Machine,Banquet Hall,Meeting Room,Valet Parking,Convenience Store,Pets allowed,Beauty Salon,Kids Play Area,Fitness Centre,Library,Porter</BasicAmenities>
    <HotelRating>4,3,5,4.5,3.5,2,2.5,1,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL,CLUB RESORT,CONFERENCE HOTEL,AIRPORT HOTEL,ECO HOTEL,HOTEL DE CHARME,VILLAGE,GOLF HOTEL,HOSTEL,APARTMENT,RESIDENCES,APARTHOTEL,INNS,BOUTIQUE HOTEL,HOSTELS,GUESTHOUSE,AIRPORT HOTELS,GUEST HOUSES,HOLIDAY HOMES,RESORT,BEACH HOTEL,COUNTRY HOUSE,FINCA</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
e496e623-5607-48b0-ae9d-05d058ef39c3|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="e496e623-5607-48b0-ae9d-05d058ef39c3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="72643" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
e496e623-5607-48b0-ae9d-05d058ef39c3|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
e496e623-5607-48b0-ae9d-05d058ef39c3|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
e496e623-5607-48b0-ae9d-05d058ef39c3|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
e496e623-5607-48b0-ae9d-05d058ef39c3|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
e496e623-5607-48b0-ae9d-05d058ef39c3|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
e496e623-5607-48b0-ae9d-05d058ef39c3|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="2025-11-24T05:41:49.1205722+00:00" Version="0" EchoToken="Search" TransactionIdentifier="e496e623-5607-48b0-ae9d-05d058ef39c3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="35.35" OriginalAmount="33.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30271401" Longitude="103.8583919" StarRating="2" HotelCode="779404|684486" HotelName="Bond Boutique Capsule Hotel At Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7A Jalan Pinang, Singapore 199139</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/df/43dfe27c08eb118ce8d75e98162735334f2aee73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="39.58" OriginalAmount="36.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31122961" Longitude="103.87281588" StarRating="2" HotelCode="682474|682936" HotelName="Kallang River Backpackers" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6 Jalan Ayer, Singapore 389143</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/82/be8275c688815cb05b6d09d02c7364d31e9642be.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311144" Longitude="103.876391" StarRating="2" HotelCode="65620|15323" HotelName="ibis budget Singapore Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 6 Geylang, Singapore 399174</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/fa/23fa21caeb921c125b5d88c25b665748165d2e9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="49.18" OriginalAmount="45.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311766" Longitude="103.879551" StarRating="2" HotelCode="65787|80852" HotelName="Hotel 81 Geylang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 16 Geylang, Singapore 398863</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/62/3662096676b2ac28db3ecc02f9d274ae85f5f9fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31187" Longitude="103.881429" StarRating="2" HotelCode="167768|62764" HotelName="Hotel 81 - Lucky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Lorong 20 Geylang, Singapore 398741</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/00/4d0097861bec20de501b9beb32dd5648359614cf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.96" OriginalAmount="48.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3118" Longitude="103.880041" StarRating="2" HotelCode="64177|76435" HotelName="Hotel 81 Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Lorong 16 Geylang, Singapore 398867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/67/2b67d010aea56032130aefea04c5eb2e99f28507.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.96" OriginalAmount="48.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3115785239987" Longitude="103.88080411023" StarRating="2" HotelCode="64178|76436" HotelName="Hotel 81 Premier Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Lorong 18 Geylang, Singapore 398828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/7a/7d7a3f4e7e31ebbf7c1a614740aeab9bbc6e50e6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312245" Longitude="103.88122" StarRating="2" HotelCode="65789|35106" HotelName="Fragrance Ruby" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 20 Geylang, Singapore 398730</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/b7/d5b771f2ba9f08baa9b9c374b1024231447b2b0c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31195" Longitude="103.88122" StarRating="2" HotelCode="167766|61475" HotelName="Hotel 81 - Gold" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Lorong 20 Geylang, Singapore 398738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/fd/33fd0b71c09043f86d77ed8d155a36b5b1b7c115.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311174" Longitude="103.877264" StarRating="2" HotelCode="73809|35100" HotelName="Hotel 81 - Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 8, Geylang, Singapore 399090</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/88/9a88c4a2a3bbce24ae81887bb4197909a7b68169.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009485412788" Longitude="103.86053799279" StarRating="2" HotelCode="442684|63774" HotelName="The POD" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>289 Beach Road, Level 3, Singapore 199552</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/96/d196f8c51248ed79b4b6d4c641d0890698d979db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311573" Longitude="103.879261" StarRating="2" HotelCode="65788|15568" HotelName="Fragrance Hotel - Pearl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 14 Geylang, Singapore 398961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d0/edd056f1e283a5fc1d4ef889f732b2e06e2a6602.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2887598397228" Longitude="103.84737668756" StarRating="3" HotelCode="513580|157739" HotelName="Jayleen Clarke Quay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>25 New Bridge Road, Opposite Central Shopping Center and Clarke Quay MRT, Singapore 059390</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/51/b6519612f7160d86709277f58b148fdff44d60ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.321302" Longitude="103.853094" StarRating="2" HotelCode="900640|35117" HotelName="Value Hotel Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Balestier Road, Singapore 329684</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/0b/e60be7790df68353de86481ac0ada1a69f073a9c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304993" Longitude="103.854397" StarRating="2" HotelCode="888738|35097" HotelName="Hotel 81 - Dickson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Dickson Road, Singapore 209530</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/40/e14072ee66564d25b3b0a2a7821edc2031b6fd98.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3016682164407" Longitude="103.85954906367" StarRating="1" HotelCode="427913|63661" HotelName="Cube At Kampong Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Golf,Internet,Kitchen,Laundry,Library,Lounge,Luggage Storage,Meeting Room,Nightclub,Off-Site Parking,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>54, 55, 56 Bussorah Street, Singapore 199470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/38/7c38f94af72d368b9cf46bc0457f46c2a8b4fa96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="60.46" OriginalAmount="56.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30279" Longitude="103.86139" StarRating="2" HotelCode="176113|8309746" HotelName="Hotel 81 - Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>71 Jalan Sultan, Singapore 198985</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fe/8efe7051d5311c1a2ba699f41db8016bd1e6a868.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.322116" Longitude="103.852668" StarRating="2" HotelCode="65622|35112" HotelName="Fragrance Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>263 Balestier Road, Singapore 329715</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fabd9d0ac16b7a05dff34159daeadd193e4ef1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3222641852614" Longitude="103.85266065492" StarRating="2" HotelCode="455038|157721" HotelName="Hotel 81 Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Balestier Road, 329720 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4b/3f4b5005c2c5355e8df9c5cadd0b8fe2346b3876.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303812" Longitude="103.853995" StarRating="2" HotelCode="409438|62538" HotelName="Hotel 81 - Rochor" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Jalan Besar, Singapore 208785</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/45/9745a9cdbed20f41c6dcc03a1509dce012fb4996.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.325867" Longitude="103.84957" StarRating="2" HotelCode="177397|64044" HotelName="Fragrance Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>418 Balestier Road, Singapore 329808</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/82/02822294e5cdc0b971ed67f8c9a14caef75108d9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312429" Longitude="103.8601937" StarRating="2" HotelCode="65784|62465" HotelName="Hotel 81 - Elegance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>30 Foch Road, Singapore 209276</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/70/b17038a140b41e3b0ab0a2dcabb03e6e7c6b09b5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3036473758348" Longitude="103.85962130381" StarRating="4" HotelCode="935363|62295" HotelName="Clover 769 North Bridge Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Boutique,Garden,Internet,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>769 North Bridge Road, Singapore 198737</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/96/e996fb127f3a28083aba1aa5dc6d2400d190990e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3090990220189" Longitude="103.85601191802" StarRating="2" HotelCode="98041|64070" HotelName="Arianna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>83 Syed Alwi Road, Singapore 207662</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f7075a04e643437b0083f7e93d6aa0f4cf251e79.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31145" Longitude="103.87755" StarRating="2" HotelCode="900639|35115" HotelName="Fragrance Sunflower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Lorong 10 Geylang, 399043 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/86/e386048bf6af1c24f58d47dc23c8db6027795321.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.80" OriginalAmount="61.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312269" Longitude="103.900457" StarRating="2" HotelCode="149261|140145" HotelName="Hotel 81 - Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Joo Chiat Road, Singapore 427452</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/53/935324902daf10c1aeb344891a05b547fe864ac4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3214420832649" Longitude="103.85308653116" StarRating="2" HotelCode="186840|60591" HotelName="Hotel 81 - Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>226 Balestier Road, Singapore 329688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/a8/3aa8597495b8d9217240e37ed2ae9c49baa2fbac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30338" Longitude="103.84996" StarRating="2" HotelCode="96720|63929" HotelName="Hotel 81 - Selegie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>161 Selegie Road, Singapore 188318</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d2/a9d296e1770339108012e2628efb114398066148.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3095147619356" Longitude="103.90240162611" StarRating="3" HotelCode="95901|35119" HotelName="Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>305 Joo Chiat Road, Singapore 427556</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/71/e77166a4741ef154005892050969d9bef3354c3d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311659" Longitude="103.900676" StarRating="2" HotelCode="65785|35099" HotelName="Venue Hotel The Lily" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>238 Joo Chiat Road, Singapore 427495</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c2/06c2651c05f94134dbaef174b44c44bf731622a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.67" OriginalAmount="63.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2835736877452" Longitude="103.84540644907" StarRating="1" HotelCode="187159|175079" HotelName="Backpackers Inn Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27&amp;30A Mosque Street, Chinatown, Singapore 059505</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a6/4ca6a24fa4e838764f78610df6ec9cf43419f3f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309968" Longitude="103.877526" StarRating="2" HotelCode="176112|62025" HotelName="Hotel 81 - Hollywood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Lorong 8 Geylang, Singapore 399121</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/c3/d0c3442c23ef1b844e4601256c9ab497dc0b90d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301316" Longitude="103.842555" StarRating="3" HotelCode="95899|228391" HotelName="Hotel Supreme" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Kramat Road, Singapore 228750</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/be/6dbebb9d71c621bee750f1c938050f4cc4719b6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2832814025" Longitude="103.84585670082" StarRating="3" HotelCode="343172|157785" HotelName="The Southbridge Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>210 South Bridge Road, Singapore 058759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/27/2327b2b264f455d244068f4936c066c74b889fd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.37" OriginalAmount="64.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3158136174676" Longitude="103.89714449644" StarRating="2" HotelCode="409436|91943" HotelName="Hotel 81 - Tristar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Onan Road, Singapore 424780</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/c5/3dc53306ab8e8a24ce8963f42a7cf460ac9264ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3157573998465" Longitude="103.89770937095" StarRating="2" HotelCode="149260|60792" HotelName="Hotel Classic by Venue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Joo Chiat Road, Singapore 427353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/aa/24aa2d94969c310361f9a134c47be61b5244608c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3132475440837" Longitude="103.87808692081" StarRating="2" HotelCode="909689|60689" HotelName="Chang Ziang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 15 Geylang, Singapore 388607</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/20/12206d4612101d5f13018730f16ac3dc2636a1be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.326675" Longitude="103.842665" StarRating="3" HotelCode="136260|35118" HotelName="Value Thomson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>592 Balestier Road, Singapore 329901</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/fe/3ffe33473e25515e45c51bac1e904828722a2b9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.64" OriginalAmount="65.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3135826070211" Longitude="103.87888938189" StarRating="2" HotelCode="909672|343256" HotelName="Bright Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>20 Lor 17 Geylang, 388575 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/b1/39b1bb284dda6ae71875857ce7307b604567ff92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="70.05" OriginalAmount="65.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2878386947894" Longitude="103.84792864323" StarRating="3" HotelCode="177432|232401" HotelName="Jayleen 1918 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Carpenter Street, Near the Singapore River, Boat Quay, Singapore 059921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/51/2251a5f02000df50aa5dfce93a3cb0cc2f9f4f66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3106478664346" Longitude="103.88064795337" StarRating="2" HotelCode="65621|15415" HotelName="Fragrance Hotel – Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Lorong 18 Geylang, Singapore 398824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220298c869496a0325e0213bf1f19646933432a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311827" Longitude="103.877738" StarRating="2" HotelCode="65798|35113" HotelName="Fragrance Hotel - Sapphire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Lorong 10 Geylang, Singapore 399037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/b5/4bb5f1500e5104ae8c64585f5d66f44c4af8d9b1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.16" OriginalAmount="66.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3095415770204" Longitude="103.8581559062" StarRating="1.5" HotelCode="909668|341800" HotelName="Classique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Photocopy">
        <Address>
          <AddressLines>
            <AddressLine>240 Jalan Besar, 208913 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a8/45a811cb6cb7efc2e5ee579416e799ea0590afb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.354025" Longitude="103.878559" StarRating="2" HotelCode="147837|63249" HotelName="Fragrance Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>760 Upper Serangoon Road, Singapore 534629</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/24/0f24f819bd21ad71700c7914b57c1cba9d17ddda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309845" Longitude="103.863112" StarRating="2" HotelCode="177398|62275" HotelName="Fragrance Lavender" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>51 Lavender Street, Singapore 338710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ca/8fcae19a9dee54ea64865d634cbbc1fdb788f011.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="72.14" OriginalAmount="67.42" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="2" HotelCode="|716884" HotelName="Hotel 81 Gold" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>20 LORONG 20 GEYLANG SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/924968_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3187483617834" Longitude="103.91158375748" StarRating="3" HotelCode="524149|210638" HotelName="Hotel 81 Changi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Power Supply,Air Conditioning,Golf,Housekeeping,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>428 Changi Road, Singapore 419871</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/4b/a84ba9d214cc1ace322ddd2b815fb41cba97f2d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.26961" Longitude="103.813831" StarRating="2" HotelCode="140921|35086" HotelName="Fragrance Hotel Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>400 Telok Blangah Road, Harbourfront, Singapore 098838</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/d6/cad6a0c2a45bf359dd9fed87f8b4545f3c92134c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.323301" Longitude="103.852421" StarRating="2" HotelCode="154485|62097" HotelName="Value Nice" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Balestier Road, Singapore 329738</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/0b/070be034fef49a9777be8f6c233423f4cdefc6f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2870333972222" Longitude="103.84935566992" StarRating="2" HotelCode="378764|157783" HotelName="The Port by Quarters Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>50A Boat Quay, Singapore 049839</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/581574/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2830180539045" Longitude="103.84293561412" StarRating="2" HotelCode="491669|157712" HotelName="Cube Smith Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>76 and 78 Smith Street, Level 2 and 3, Singapore 058971, 058972</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/657651/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3110893" Longitude="103.878562" StarRating="2" HotelCode="65786|62644" HotelName="Hotel 81 - Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Lorong 12 Geylang, Singapore 399001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/97/00974c3b0a601417b0eab52db2911ded01df6463.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297002" Longitude="103.855584" StarRating="2" HotelCode="172030|35110" HotelName="Fragrance Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Middle Road, Bugis, 188942 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/12/9c12ecfc5f8737cbcffe4f4c4d9ed509ec26fc42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309451" Longitude="103.86262" StarRating="3" HotelCode="76107|35103" HotelName="Fragrance Imperial" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Penhas Road, 208187 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76ddf09c36024ad6bcf81aa85e8929058dbdfb37.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="74.17" OriginalAmount="69.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.354322" Longitude="103.878865" StarRating="2" HotelCode="167767|140153" HotelName="Hotel 81 - Kovan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>768 Upper Serangoon Road, Singapore 534636</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/10/fa10fde466f645f137ab7ffdb872f54f7e5eefce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.321952" Longitude="103.852713" StarRating="2" HotelCode="64179|62718" HotelName="Fragrance Balestier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>255 Balestier Road, Singapore 329710</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/7d/f87d2adcafebe7301427b849189cf987f8ba6f4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.26997" Longitude="103.813998" StarRating="2" HotelCode="177399|61375" HotelName="Fragrance Viva" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>75 Wishart Road, Singapore 098721</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/67/15676c5a513d4c2ae1a1d6e43b29863375825aee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.33165372" Longitude="103.94711778" StarRating="0" HotelCode="982525|515846" HotelName="Q Loft Hotel - Bedok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>359A Bedok Road, Singapore 469548</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a08e3d1641ba621ec1e72bb565fd1c0544ce9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3048247991918" Longitude="103.8535130024" StarRating="2" HotelCode="163819|35111" HotelName="Sandpiper Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>63 Dunlop Street, Singapore 209391</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/82/e0826837c15a40bf2273fa7fb29c26395469a353.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292129" Longitude="103.76869" StarRating="2" HotelCode="114234|35065" HotelName="Fragrance Ocean View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>432 Pasir Panjang Road, Singapore 118773</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c2/68c25b863ab2a147d6b37c233bf9cd0b30a53bba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.279822" Longitude="103.841874" StarRating="2" HotelCode="176114|157719" HotelName="Hotel 81 - Cosy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Jiak Chuan Road, Singapore 089263</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/04/7504824238a96fe0b239807a14e110d5896a79ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30072" Longitude="103.851537" StarRating="1" HotelCode="931426|174964" HotelName="Hotel G Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road, Singapore 188980</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/67/d467fff2302ca579a7fc5556896147917b7bf40d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292303" Longitude="103.768551" StarRating="3" HotelCode="902297|62779" HotelName="Santa Grand West Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Pasir Panjang Road, Singapore 118769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/c0/cfc0334234217171cbf0c541b25c04e86da73c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.296955" Longitude="103.855689" StarRating="2" HotelCode="73810|60533" HotelName="Hotel 81 - Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>31 Middle Road, Singapore 188995</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/66/6766e49d6a826386b56370329236ec5b15cc8547.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28344" Longitude="103.834938" StarRating="2" HotelCode="167769|62529" HotelName="Hotel 81 - Osaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Eng Hoon Street, Singapore 169753</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/28/d5287b825a8129c4451c0d561028076980de0301.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.59" OriginalAmount="74.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29800625" Longitude="103.85174175" StarRating="3" HotelCode="81053|358013" HotelName="Oxford" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>218 Queen Street, Singapore 188549</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/c0/5dc0c79b65cf979520940edad6090dfd4a838680.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3259550363873" Longitude="103.84859651327" StarRating="2" HotelCode="99089|35105" HotelName="Fragrance Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>435 Balestier Road, Singapore 329816</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/72/de72d03718b5488efcbdfc357d876d4998ec6919.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3037" Longitude="103.850025" StarRating="3" HotelCode="64175|35107" HotelName="Fragrance Hotel Selegie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>183 Selegie Road, Singapore 188329</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/64/506442fded5b84a322d88ab6a4e6517801af7dae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.29" OriginalAmount="75.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3120586815058" Longitude="103.86074718651" StarRating="2" HotelCode="549378|682930" HotelName="Dream Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>172 Tyrwhitt Road, Singapore 207574</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/33/9133a2c854fb6d662f2caf73708dd2cb97521a6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285781" Longitude="103.834254" StarRating="2" HotelCode="909737|157752" HotelName="New Cape Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 Seng Poh Road, Singapore 168891</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/28/ff285d87fa7e097238371b0fcb48d462356a7c75.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.21" OriginalAmount="76.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3131713513436" Longitude="103.85971288222" StarRating="3" HotelCode="185569|168948" HotelName="Kam Leng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>383 Jalan Besar, Singapore 209001</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/a0/56a06ff44644e7a5ce1920898922f8a0edaa4da9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3885841333604" Longitude="103.97651341171" StarRating="4" HotelCode="932934|157701" HotelName="Changi Cove" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>351 Cranwell Road, Singapore 509866</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/93/64/9364779c89e3083dc9001659c6d979699ab5453d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3076072363275" Longitude="103.85077496242" StarRating="3" HotelCode="909711|157762" HotelName="Park 22 Hotel Little India" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Kerbau Road, Little India, Singapur 219184</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/25/6525f5f6774bec825ec576fa02dc2ebf6e692467.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.314802691106" Longitude="103.8984426856" StarRating="2.5" HotelCode="909678|60616" HotelName="Champion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60 Joo Chiat Road #01-06, Singapore 427726</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/60/cb606c6fe50f39a56208eda6f9f0a21158ebc4e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292207" Longitude="103.768792" StarRating="2" HotelCode="114233|35116" HotelName="Fragrance Waterfront" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>418 Pasir Panjang Road, Singapore 118759</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/9f/619fc987a734dc133638815832fd05c396a773b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.05" OriginalAmount="79.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.284714" Longitude="103.844031" StarRating="2" HotelCode="96646|140158" HotelName="Hotel 81 - Chinatown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 New Bridge Road, Singapore 059418</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/1c/571c50d0268531d8a48a6f01768d4e19574b2ec7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3137885698907" Longitude="103.85987326057" StarRating="2" HotelCode="909717|174966" HotelName="The Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>407 Jalan Besar, Singapore 209012</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4d03aee2693392134de6a94e50c9d6ae7534d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3041329686122" Longitude="103.85097295046" StarRating="3" HotelCode="172229|3166" HotelName="Village Hotel Albert Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>180 Albert Street, Singapore 189971</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/02/4f0292b21198ba3f0aef7529b3d4dcb2dc687a50.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.287473" Longitude="103.847521" StarRating="3" HotelCode="177396|62248" HotelName="Fragrance Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>20 Hong Kong Street, Clarke Quay, Riverside, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6e609f90139d1d3bd8c4b980909fae52f2880.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3035370474116" Longitude="103.85125120909" StarRating="4" HotelCode="169600|35121" HotelName="Parc Sovereign Hotel - Albert St" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Albert Street, Singapore 189970</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/34/b4340a604d40b271165293861b4ed2fca0990416.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2991" Longitude="103.850267" StarRating="3" HotelCode="260561|44130" HotelName="V Hotel Bencoolen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Bencoolen Street, Singapore 189627</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/cd/33cd28e93325cb969f9b74ce156ea112e059a353.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3053176393006" Longitude="103.86024506304" StarRating="3" HotelCode="355033|150919" HotelName="Hotel Boss" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>500 Jalan Sultan, Singapore 199020</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b9/5fb9709c7e73ba40fa91aa49a45d8c6e776d2553.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2870782966736" Longitude="103.84822535358" StarRating="2.5" HotelCode="577723|228388" HotelName="The Quay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>57 South Bridge Road, Singapore 058688</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7b/237b7d65712249157c1b940bfee923d973a53216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2873911846805" Longitude="103.84833053373" StarRating="3" HotelCode="933731|64170" HotelName="Clover The Arts" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>58 South Bridge Road, 058689 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/b2/d9b2e99ac36ce7ccff272f8e020c91007edfdfdf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.31138" Longitude="103.901089" StarRating="2" HotelCode="64180|35104" HotelName="The Fragrance Hotel (Joo Chiat)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>219 Joo Chiat Road, Singapore 427485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/24/642421529c4792a5963b86d85c286ff7935a0f62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3078202057286" Longitude="103.85865031349" StarRating="3" HotelCode="296206|157738" HotelName="J8 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Townshend road, #01-01, 33 Maude road, Singapore 207606</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/eb/bceb01be0dce83e51b790f79010e433ebf534d2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285055" Longitude="103.833611" StarRating="4" HotelCode="140922|61303" HotelName="Nostalgia Urban Boutiquehotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>77 Tiong Bahru Road, Singapore 168727</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/49/1c49e64e773ff21a9bd67000cedeaa91ce01b376.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2874096083415" Longitude="103.84770911657" StarRating="3" HotelCode="501735|157723" HotelName="Hotel Clover 7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7 Hong Kong Street, 059650 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c1/38c15dd1b44143953304f9d69236236984294ab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="94.27" OriginalAmount="88.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009776" Longitude="103.8515277" StarRating="4" HotelCode="|TARC" HotelName="Lyf Bugis Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>200 Middle Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)68097999</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/sumplex/228213/100875994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.19" OriginalAmount="88.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.291276" Longitude="103.841834" StarRating="3" HotelCode="410281|5569104" HotelName="Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Merbau Road, 239032 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f828d807cb13834d4ebb4eaa73e352ef302f36f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298933" Longitude="103.850167" StarRating="2" HotelCode="64176|227678" HotelName="Hotel Mi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>41 Bencoolen Street, Singapore 189623</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/61/8c61394b8f5192a0b0897b32df58acd1e4066fc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2846968037277" Longitude="103.83430119398" StarRating="4" HotelCode="73807|27891" HotelName="Link Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Tiong Bahru Road, Singapore 168733</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/af/35af229a368dbfdbeac171b3f3c8574664746314.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312239" Longitude="103.86057" StarRating="4" HotelCode="299470|63988" HotelName="Parc Sovereign Hotel - Tyrwhitt" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>165 Tyrwhitt Road, Singapore 207569</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/46/0c46e108d2cefa3114c12df6ba9ec8c3ceb0aa06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311526" Longitude="103.877569" StarRating="2" HotelCode="909708|421563" HotelName="Hotel 88 International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10/12 Lorong, 10 Geylang, Singapore 399045</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/60339/560339/1.jpg?f=14995826</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3316690612254" Longitude="103.87917754301" StarRating="3" HotelCode="378760|150931" HotelName="ibis Styles Singapore On Macpherson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>401 Macpherson Road, Corner Of Macpherson &amp; Aljunied Road, Singapore 368125</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/93/bf9329e971ed0fdd7f1da7d46a8a7393d585411b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.80" OriginalAmount="93.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2841180671268" Longitude="103.84433984756" StarRating="3" HotelCode="170283|2691033" HotelName="Porcelain Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>48 Mosque Street, Singapore 059526</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147829/147829a_hb_a_011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2972897349774" Longitude="103.85257691145" StarRating="4" HotelCode="165729|6056" HotelName="Grand Pacific" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Victoria Street, Singapore 188018</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/fe/67fe00d5c546d9e9c131836e0555b19f1a486dec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.272427" Longitude="103.827875" StarRating="3" HotelCode="118487|59153" HotelName="Harbour Ville Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>512 Kampong Bahru Road, Singapore 099448</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/eb/e0eb464df573cfc344fa4a3b8a2ddd1c6204a0dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.326132592547" Longitude="103.84581740245" StarRating="3" HotelCode="168362|29642" HotelName="ibis Singapore Novena Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Irrawaddy Road, Singapore 329543</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/74/b1745949c232bb36c738fe5cec59931ad91bc5c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28066031" Longitude="103.84143792" StarRating="0" HotelCode="883325|504038" HotelName="Kesa House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Keong Saik Road, Chinatown, Singapore 089158</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1092379/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2977557980819" Longitude="103.85639455544" StarRating="2" HotelCode="342936|157678" HotelName="85 Beach Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>85 Beach Road, Singapore 189694</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/22/b6221815990f5af053ceb09efd483427ae0dcc11.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3115907402778" Longitude="103.86136962673" StarRating="3.5" HotelCode="437138|157695" HotelName="Arcadia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>32 Hamilton Road, Singapur 209201</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/b6/5cb627d41f8b78c55c30944f9117a67fc34d87bb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301667" Longitude="103.852413" StarRating="3" HotelCode="65792|11327" HotelName="Summer View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>173 Bencoolen Street, Singapore 189642</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/35/db35839d957e34070eb328e3190446a0b41e3e0c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.60" OriginalAmount="97.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3050061205023" Longitude="103.85299907289" StarRating="2" HotelCode="932933|650005" HotelName="The Great Madras" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="24 Hour Security,Designated Smoking Area,Internet,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28-32 Madras Street, Singapore 208422</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/80/d180b1b0b06086db4769bac3b8ba0abea9f8fed1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.69" OriginalAmount="97.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2839573689896" Longitude="103.84548158863" StarRating="2" HotelCode="383784|262241" HotelName="Beary Best! Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Garden,Golf,Internet,Laundry,Library,Lounge,Printer">
        <Address>
          <AddressLines>
            <AddressLine>16 Upper Cross Street, Singapore 058331</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/e2/d9e2c8c989d92d4ba4d7f6a599d5a96a4847306d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3032081469688" Longitude="103.86098272024" StarRating="4" HotelCode="176119|61957" HotelName="The Sultan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Jalan Sultan, 01-01, Singapore 199002</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/70/187097ac08a36c57703065cd8f45715d4b8e6399.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2811925103281" Longitude="103.84189367294" StarRating="3" HotelCode="888807|27496" HotelName="Hotel 1929" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Keong Saik Road, Singapore 089154</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/b9/eeb98211b9fcdae97327069e9a9669a0fab0d909.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3121435103141" Longitude="103.86088833499" StarRating="3" HotelCode="932935|62818" HotelName="Arton Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>176 Tyrwhitt Road, Singapore 207576</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/ec/80ec50755f3d67f7c4e1985ad3ccf344aac84b30.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297708" Longitude="103.852214" StarRating="4" HotelCode="73184|15871" HotelName="Royal at Queens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Queen Street, Singapore 188553</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/68/af68a4cae8e08e748d28d03adee43774d6aa3c4d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307427" Longitude="103.861575" StarRating="4" HotelCode="170067|34433" HotelName="V Lavender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>70 Jellicoe Road, Singapore 208767</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8b/dd8b37ad66041c8b0465ee389137774c43edd9b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297767" Longitude="103.848132" StarRating="3" HotelCode="909743|3169" HotelName="YMCA @ One Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>One Orchard Road, Singapore 238824</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/51/46517c9348c57982b65f31b039cb20df55864fc7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="107.22" OriginalAmount="100.21" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D09262" HotelName="MI ROCHOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>89 SHORT STREET SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31403_image63750613_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.05" OriginalAmount="100.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034545454174" Longitude="103.86027485132" StarRating="2" HotelCode="909666|231484" HotelName="Aliwal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>77/79 Aliwal Street, Bugis, 199948 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f3/46f3cce21a0fbd5d22affd6e7cebf193632127cd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.43" OriginalAmount="101.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3201023185029" Longitude="103.85264335582" StarRating="3" HotelCode="63255|1001308" HotelName="Quality Hotel Marlow" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>201 Balestier Road, Singapore 329926</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a1/94a1d01b172eae8db65da3f7bcb8b77f81f7c43d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3102069444029" Longitude="103.85847955445" StarRating="3" HotelCode="104119|377915" HotelName="Holiday Inn Express Singapore Serangoon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>270 Jalan Besar, Singapore 209019</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/79/89798ab9286c70261ab045c789ad0d88f10de955.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="109.26" OriginalAmount="102.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3148706589658" Longitude="103.89099176293" StarRating="2" HotelCode="341559|232661" HotelName="Four Chain View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>757 Geylang Road Lorong 39, Singapore 389659</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2f/ac2fa04ce217724a68909a4413187a736b656650.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034465008725" Longitude="103.9045715332" StarRating="4" HotelCode="60940|3171" HotelName="Grand Mercure Singapore Roxy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,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>50 East Coast Road, Roxy Square, via Marine Parade Road, Singapore 428769</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/90/d7909048babfdfcd13b165737f2f5058f3d13818.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3046973" Longitude="103.788674" StarRating="4" HotelCode="201401|62014" HotelName="Park Avenue Rochester Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Rochester Drive, Singapore 138637</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/78/7c7856d8db4e187a50da6e95970be725ef482ea9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="112.46" OriginalAmount="105.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28319" Longitude="103.843881" StarRating="3" HotelCode="79828|835604" HotelName="The Inn At Temple Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Temple Street, Singapore 058581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c3/e6c3ac43b0959440cdffb0e6c9d10501906c0430.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.71" OriginalAmount="105.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2908990892066" Longitude="103.83731312709" StarRating="4" HotelCode="442248|95739990" HotelName="M Social Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>90 Robertson Quay, Singapore 238259</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/3b/833b5a125da9ebab47b4012cf4dd2aa929bff8e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.23" OriginalAmount="105.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2662" Longitude="103.823826" StarRating="4" HotelCode="185568|1447024" HotelName="Travelodge Harbourfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Telok Blangah Road, Singapore 098828</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/59/e059e90a441a31554f01615bc82bd740f28b6578.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3067256747647" Longitude="103.9059042037" StarRating="3" HotelCode="177395|165433" HotelName="Santa Grand Hotel East Coast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>171 East Coast Road, Singapore 428877</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/83/5d83f63ca8b5d0cf0f10633aa0c7fbb11d4ad898.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2986921703408" Longitude="103.84899884462" StarRating="4" HotelCode="16631|3165" HotelName="Rendezvous Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Bras Basah Road, Singapore 189559</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/22/5e224499721a25eb60f4c68cfe80a4a18223c38b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3082946752726" Longitude="103.83581846952" StarRating="4" HotelCode="18301|3900" HotelName="The Elizabeth" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>24 Mount Elizabeth, Singapore 228518</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/60/c0604d57a63cea8cc1e8f45c9bb7334ad41a891a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="114.63" OriginalAmount="107.13" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D0BF37" HotelName="lyf Funan Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>67 HILL STREET  179370 SINGAPORE  SINGAPORE SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2604599_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3045597555314" Longitude="103.9046947907" StarRating="3" HotelCode="421620|165418" HotelName="Holiday Inn Express Singapore Katong" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Fax,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 East Coast Road, Singapore 423371</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/479734/479734a_hb_a_006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.301164" Longitude="103.852568" StarRating="3" HotelCode="888086|20863" HotelName="ibis Singapore on Bencoolen Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street, Singapore 189657</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fc/78fc7d21e5940988571497b6170b4c2f3a56cf9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="115.57" OriginalAmount="108.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2883924309829" Longitude="103.83645415306" StarRating="4" HotelCode="47744|1555999" HotelName="Copthorne King's Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 Havelock Road, Singapore 169632</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/9f/ed9fae55fe51c067bd153471b8d9810f65483829.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="115.76" OriginalAmount="108.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.297609" Longitude="103.845089" StarRating="3" HotelCode="75489|828294" HotelName="Fort Canning Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Fort Canning Road, Singapore 179494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3970ceef0ec8281619636e7b0a2c6155c9311e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3050446832896" Longitude="103.85447055101" StarRating="3.5" HotelCode="169599|61069" HotelName="Wanderlust" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Dickson Road, Singapore 209494</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c6/4bc6d65ddca653e998cb3dbaad96f0619d42dd07.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2878775769958" Longitude="103.83609741926" StarRating="4" HotelCode="15218|3170" HotelName="Furama Riverfront" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>405 Havelock Road, Singapore 169633</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/63/246333b960b54aefb27ae29b1d4b6a34a60df98d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.77" OriginalAmount="111.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.302393" Longitude="103.857804" StarRating="4" HotelCode="7749|74293" HotelName="Village Hotel Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>390 Victoria Street, 188061 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/64/0a6437b1e765df60d83d4c707c201012049f813b.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.98" OriginalAmount="111.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2993469729994" Longitude="103.85324852173" StarRating="4" HotelCode="455174|60810499" HotelName="Mercure Singapore Bugis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>122 Middle Road, Singapore 188973</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/e7/5ae7a5250be85f2c1292b7c287ee6f39b1456b36.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30126" Longitude="103.841743" StarRating="3" HotelCode="395434|3906" HotelName="Hotel Grand Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Cavengah Road, Orchard Road, Singapore 229617</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6b/686bc1dc7820b4017ad87a1a9541964860f4c0db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3011246485777" Longitude="103.84210212527" StarRating="3" HotelCode="362035|53984" HotelName="Hotel Chancellor@Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Cavenagh Road, Orchard Road, Singapore 229635</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/fd/0afd5611a035574c15f5eeec5c866af632c3cf70.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3069510388523" Longitude="103.82782536442" StarRating="4" HotelCode="7752|3160" HotelName="Orchard Rendezvous Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Tanglin Road, Singapore 247905</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/8c/8d8c66f34eee2990e8f2a423be767eefcab44b73.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.13" OriginalAmount="112.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.333214" Longitude="103.963317" StarRating="4" HotelCode="187410|177168" HotelName="Capri by Fraser, Changi City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Changi Business Park Central 1, Singapore 486037</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/e7/0ae7edf21e4fb5f4538d23b8c64975a1b9d16e70.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3271725677369" Longitude="103.84612238628" StarRating="4" HotelCode="201402|35092" HotelName="Ramada by Wyndham Singapore at Zhongshan Park" 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>16 Ah Hood Road, Singapore 329982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/8e/3d8eb67a838ff571fcdcd9d60d8e63c41d2d3413.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.290632" Longitude="103.839004" StarRating="4" HotelCode="160562|94401" HotelName="Studio M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Nanson Road, Singapore 238910</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/4a/184a5d77138d28a49316a5f2094777fe89053187.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.83" OriginalAmount="114.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2873978720416" Longitude="103.80531084789" StarRating="4" HotelCode="309889|1557151" HotelName="Park Hotel Alexandra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>323 Alexandra Road, Singapore 159972, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/10/bd10781e67845ea5abe360a4aad15f5c404f8c22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.83" OriginalAmount="114.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3024129950033" Longitude="103.86404327635" StarRating="3" HotelCode="482281|47171946" HotelName="Destination Singapore Beach Road" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>700 Beach Road, Singapore 199598</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/36/ce360ff46efa682359fd7fd407df6088e69dc64f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="123.96" OriginalAmount="115.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.308903" Longitude="103.855319" StarRating="2" HotelCode="267080|370321" HotelName="Marrison at Desker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Desker Road, Little India, Singapore 209588</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/2c/622c76b9ec06a91aa6e75400bf5e543ba6595a34.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="124.71" OriginalAmount="116.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298681" Longitude="103.849766" StarRating="3" HotelCode="909734|340941" HotelName="Strand Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Currency Exchange,Elevator,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Bencoolen Street, Singapore 189619</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/85/3d854f2565fa8911cea87e110977b6df02fcb334.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3093752753479" Longitude="103.85802536314" StarRating="3" HotelCode="934378|63701" HotelName="Aqueen Hotel Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>230 Jalan Besar, Singapore 208906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/364949/364949a_hb_a_008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.310349" Longitude="103.85656" StarRating="2" HotelCode="909735|210693" HotelName="Tai Hoe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>163 Kitchener Road, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/20/b020cf7d694954fdcc1e48ed567ff3b24343e6a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2905414" Longitude="103.8348422" StarRating="5" HotelCode="12994|16398" HotelName="Grand Copthorne Waterfront Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>392 Havelock Road, Singapore 169663</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d2f20e80ed0a0eafb505f17f4b1b32fe03246e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3034572269324" Longitude="103.90298098326" StarRating="4" HotelCode="62537|39504" HotelName="Village Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Marine Parade, Singapore 449536</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/e8/c6e85bc9675c8dc266bb041409e39f72e246cae8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.98" OriginalAmount="120.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3140330996757" Longitude="103.87781113386" StarRating="2" HotelCode="909671|343465" HotelName="Amrise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>112 Sims Avenue #01-01, Singapore 387436</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/f7/ddf744c167da32bb5e56c7868dec137c78a8dd79.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.284399" Longitude="103.835042" StarRating="4" HotelCode="142230|27895" HotelName="Wangz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>231 Outram Road Riverside, 169040 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/ea/b1ea06613404566c7aab7b6de9a26434c48e163b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3121597710242" Longitude="103.8546538832" StarRating="4" HotelCode="523462|210615" HotelName="Park Hotel Farrer Park" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Farrer Park Station Road, Singapore 217564</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/51/ef517998314b052d4c4aa81f616dad1f528d5c8c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.379517" Longitude="103.95481575" StarRating="3" HotelCode="230800|165412" HotelName="D'Resort at Downtown East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Pasir Ris Close, Singapore 519599</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/12/2312c3f905d06dedab6a3f3b3382ef82ee8f03fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3073270682151" Longitude="103.8589228499" StarRating="3.5" HotelCode="578485|230870" HotelName="Hotel NuVe Urbane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3 King George’s Avenue, Singapore 208582</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/01/d0014b5994abe0ace2f38678c46c7dc6721ecd4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="132.46" OriginalAmount="123.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.291536" Longitude="103.842405" StarRating="4" HotelCode="96863|662583" HotelName="Park Hotel Clarke Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Unity Street, Singapore 237983</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/51/d9/51d9e98136bf54774ad81331e7a55a968bf5a66e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.331287" Longitude="103.739603" StarRating="3" HotelCode="312604|150924" HotelName="Genting Hotel Jurong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Town Hall Link, Singapore 608516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/5d/4c5d97e8acbd27c94727f9df7cad02e41e9cda82.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3117730628022" Longitude="103.86047559053" StarRating="3" HotelCode="376221|157732" HotelName="Hotel Yan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Tyrwhitt Road, Singapore 207581</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/96/aa96a759ec3707a08057744525508ec5db7664e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.38" OriginalAmount="124.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.316816" Longitude="103.841882" StarRating="3" HotelCode="21221|1039156" HotelName="Hotel Royal" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Newton Road, Singapore 307964</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/5a/765aa4cdb7885c247713fcbe0bdcb433f593fbbb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="133.38" OriginalAmount="124.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3083655275689" Longitude="103.85183372884" StarRating="3" HotelCode="165515|2204939" HotelName="Hilton Garden Inn Singapore Serangoon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Belilios Road, Singapore 219924</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/9f/2f9fa0a5aaa0433f5536a8cc536f2ce8c66681ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="133.58" OriginalAmount="124.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.282815" Longitude="103.846595" StarRating="4" HotelCode="|MSSC" HotelName="Mercure ICON Singapore City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 Club Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1424563/19751651.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="135.30" OriginalAmount="126.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.280198" Longitude="103.840155" StarRating="4" HotelCode="213830|1094312" HotelName="Dorsett Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 New Bridge Road, Singapore 088765</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/87/5b871ea13dbcec335b78465b9e89b11b007329d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2828584" Longitude="103.84892548406" StarRating="4" HotelCode="932936|60555" HotelName="Amoy Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>76 Telok Ayer Street, 48464 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/cb/0ecb7a35d42ca34390bc251a82df26a8410ace07.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2892839554101" Longitude="103.83660938161" StarRating="4" HotelCode="48141|4070" HotelName="Four Points by Sheraton Singapore, Riverview" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>382 Havelock Road, Singapore 169629, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e7/8e/e78ed880dd53f79f670aa83017537aed31fca892.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.283861" Longitude="103.844608" StarRating="2" HotelCode="909695|210640" HotelName="Hotel Mono" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>18 Mosque Street, Singapore 059498</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/c2/39c24dbb54f7fd8e1310af97ea688199ec3bc9eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304248273722" Longitude="103.82375121117" StarRating="4" HotelCode="166875|3167" HotelName="Hotel Jen Tanglin Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1A Cuscaden Road, 249716 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/ab/3dab5da136bff4f765a44f8012f19373fe4b1987.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.27886388" Longitude="103.84415178" StarRating="5" HotelCode="792058|357547" HotelName="Six Senses Maxwell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/4a/8c4a7c7e23e8a6211340ec2b517c03495e6732c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2758543579617" Longitude="103.84450086012" StarRating="4" HotelCode="435236|157754" HotelName="Oasia Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>100 Peck Seah Street, Singapore 079333</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8d/218de6ad596e04cf6f324dd16fb012ae6e6602e2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3201035987076" Longitude="103.84500094136" StarRating="4" HotelCode="170068|27893" HotelName="Oasia Hotel Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Sinaran Drive, Singapore 307470</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/62/f462d6896119bceb74a69d03ac416c294d2eb042.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3123454121457" Longitude="103.88240395328" StarRating="2" HotelCode="387597|157774" HotelName="Seng Wah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>15 Lorong 22 Geylang, Singapore 398673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96092/2496092/1.jpg?f=15677952</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.29" OriginalAmount="128.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2872155021542" Longitude="103.84782587507" StarRating="4" HotelCode="513573|865911" HotelName="Hotel Bencoolen Hong Kong Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>47 Hong Kong Street, Singapore 059685</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a9/baa9dcb17c27890a70492ea7d5a244cfb4daf68b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="137.42" OriginalAmount="128.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29715" Longitude="103.856511" StarRating="3" HotelCode="909728|340025" HotelName="Park View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>81 Beach Road, Singapore 189692</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/4e/4b4e9d3b26ba3bbaee81f7659f7d37c751c70640.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="138.18" OriginalAmount="129.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3107004621788" Longitude="103.8557665112" StarRating="4" HotelCode="166868|58495790" HotelName="PARKROYAL on Kitchener Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>181 Kitchener Road, Singapore 208533</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/dc/66dcd2c42d8533c47565503ef6f26cd8521f0f57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28396357" Longitude="103.84694548" StarRating="4" HotelCode="961310|400353" HotelName="Capri By Fraser China Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>181 South Bridge Road, Singapore 058743</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/b0/7bb0072c8219a1fa6d3bf16ad74488219d666cac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.313878" Longitude="103.828419" StarRating="4" HotelCode="571826|230817" HotelName="Mercure Singapore On Stevens" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, #01-02, Singapur 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/60/2c60782b951265ad48560fff331c990080e23411.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.28" OriginalAmount="130.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307636" Longitude="103.835721" StarRating="4" HotelCode="153319|112333" HotelName="Quincy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Mount Elizabeth, Singapore 228517</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/36/21364bed107ba5c921924dd49ce0d1ec10ff4038.JPEG</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="139.67" OriginalAmount="130.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3012057" Longitude="103.8525188" StarRating="4" HotelCode="|BNC1" HotelName="ibis Singapore on Bencoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>170 Bencoolen Street</AddressLine>
          </AddressLines>
          <PostalCode>(0)65932889</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/136376/1057417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="140.34" OriginalAmount="131.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2874123916281" Longitude="103.8473748105" StarRating="2" HotelCode="378376|232718" HotelName="Beds and Dreams Inn @ Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>38 Hong Kong Street, 02-01, Singapore 059677</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/60/4f604174ccbe31af488b0a11d76baf47496faf60.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2985944850046" Longitude="103.85033038526" StarRating="3" HotelCode="38596|3901" HotelName="30 Bencoolen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Bencoolen Street, Singapore 189621</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/72/a472ccebd1aee522e7e99739a5e6cfcdf87a3eaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3164004354177" Longitude="103.82657706019" StarRating="3" HotelCode="80631|3828" HotelName="Metropolitan Ymca Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>60 Stevens Road, Singapore 257854</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/a7/07a7f88d5b9da7d39da175f7867f382e9a390734.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307257" Longitude="103.828447" StarRating="4" HotelCode="25905|18330" HotelName="Orchard Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>442 Orchard Road, Singapore 238879</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e4/eae48261dbe48ac6aa223887cd8f1575769b77b0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.01" OriginalAmount="132.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2756153746671" Longitude="103.8441560766" StarRating="4" HotelCode="255651|1578379" HotelName="Carlton City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Gopeng Street, Singapore 078862</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/a6/63a6ddb2746f2969961c545f39712cf39d8a8879.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2845147171765" Longitude="103.84433988648" StarRating="3" HotelCode="353636|62160" HotelName="Bliss Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>62 Upper Cross Street, 058353 Singapore Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/80/6580af7b774c4b26f2a1d8cf00dd9a971d72a0c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28643" Longitude="103.844669" StarRating="4" HotelCode="39411|20862" HotelName="Furama City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>60 Eu Tong Sen Street, 059804 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/b1/c1b1ddd37f9608d89b5f68318bda9f207aaa3a09.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2828949690525" Longitude="103.84393982573" StarRating="3" HotelCode="165514|165427" HotelName="Hotel 1888 Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Trengganu Street, Singapore 058479</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/b1/deb17360a9f57db43db6e5c796e9948aaa5efe39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.273803" Longitude="103.844895" StarRating="4" HotelCode="59955|15586" HotelName="M Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anson Road 81, 079908 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ed/67ed424396d653d79b4ee0093a1f014c52c84064.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2881457301271" Longitude="103.84437203407" StarRating="4" HotelCode="165517|24670" HotelName="Park Regis Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Merchant Road, Singapore 058268</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/d0/a6d0ac10a05f16282a3f5b4b5dc7b36314141f0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30027" Longitude="103.860328" StarRating="4" HotelCode="166870|20866" HotelName="PARKROYAL on Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500 Beach Road, Singapore 199591</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/db/dbb238427b2b934c722d60ced0eb8c81/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.288732985386" Longitude="103.83417159319" StarRating="4" HotelCode="7748|35089" HotelName="Holiday Inn Atrium" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>317 Outram Road, 169075 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/68/77683dc205526455018b06d91b3340cfa883e96e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2829480913796" Longitude="103.84590810154" StarRating="2" HotelCode="383782|60633" HotelName="iStay.inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>211A South Bridge Road, Singapore 058760</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/88/5a88002a4ea5dad83bfd55c9ee6a7c607ce4c216.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29776168272" Longitude="103.84440153837" StarRating="4" HotelCode="169598|157734" HotelName="Innotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Penang Lane, Singapore 238485</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/ea/14eaa7e62d48e7e27a72326306a3be22d5fb223d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.276803" Longitude="103.843845" StarRating="4" HotelCode="909726|62013" HotelName="Orchid Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1 Tras Link (Tanjong Pagar), Singapore 078867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/1f/2f1f247634e95558680e6176e52d7caa8a396caa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.14" OriginalAmount="137.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3065179058739" Longitude="103.83106482222" StarRating="4" HotelCode="571272|45473069" HotelName="YOTEL Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Dining,Housekeeping,Internet,Printer,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>366 Orchard Road, Singapore 238904</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/49/de490c46d0678836c51d01555317c8dfe8767cb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3070789388963" Longitude="103.85836352474" StarRating="5" HotelCode="376374|157730" HotelName="The Vagabond Club Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>39 Syed Alwi Road, 207630 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/ab/b2ab01d8df3c24714b252178efb597bbabab6db5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28054551" Longitude="103.78650072" StarRating="2" HotelCode="765320|350754" HotelName="K2 Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 South Buona Vista Road, Singapore 118146</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/9c/b59cba487e331c269fb7ceedc98f85dfa3c8999b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.69" OriginalAmount="139.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3069753721034" Longitude="103.83543491363" StarRating="4" HotelCode="19480|2815559" HotelName="York" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Mount Elizabeth, Singapore 228516</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/b7/4ab77e4bdb20a386ec4f16c5bdfff93abe24cd82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3221359730599" Longitude="103.89152538351" StarRating="3" HotelCode="346080|61210" HotelName="Aqueen Hotel Paya Lebar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33 Jalan Afifi, Singapore  409180</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/09/420970008ec0b47271f7bac2c5a80a227dbf0e59.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3207301070789" Longitude="103.84315026442" StarRating="3.5" HotelCode="571270|230867" HotelName="Courtyard Singapore Novena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Irrawaddy Road, Novena, Singapore 329568</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/c3/7ec364e638223eac4f792cd2c63e1cdcc9679e9f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304129" Longitude="103.859397" StarRating="3" HotelCode="141694|157773" HotelName="Santa Grand Bugis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Jalan Kubor, Singapore 199202</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/79/0c79134482e71ade601bfdd13f65df44dc7c9b98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2748506640107" Longitude="103.84367465973" StarRating="4" HotelCode="35453|35061" HotelName="Amara Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>165 Tanjong Pagar Road, 088539 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/57/62574c7873f0d645740338366365a3ec4eb98eef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3110080866374" Longitude="103.87659261015" StarRating="3.5" HotelCode="549346|210629" HotelName="Five/6 Hotel Splendour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Lor, 6 Geylang, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/cf/f4cf1d300b706b7ad85fc2766840eb5ad23037bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.28895" Longitude="103.842261" StarRating="3" HotelCode="293496|39501" HotelName="Holiday Inn Express Singapore Clarke Quay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Magazine Road, Singapore 059573</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/25/5f251490b1c0a10a3b93afe41bdf13c7f9ef6a1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2989466666667" Longitude="103.85008733333" StarRating="3" HotelCode="149351|59296" HotelName="Hotel Bencoolen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Conference Hall,Fax,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Bencoolen Street, Singapore 189626</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/d9/ced9730ebc8e647dfac78a7e2909c730ed8a6b60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="153.53" OriginalAmount="143.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3113174803166" Longitude="103.85482327796" StarRating="2" HotelCode="95900|1092195" HotelName="The Claremont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>301 Serangoon Road, Singapore 218224</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/7f/3b7f4b5017b346160779ec3e9618b207be9d9aab.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3024436140725" Longitude="103.84086638689" StarRating="4" HotelCode="13510|59787" HotelName="Holiday Inn Orchard City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Cavenagh Road, Singapore 229616</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/37/fb3730592ead8d620be7afc27843087932d20455.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292444220966" Longitude="103.84994029999" StarRating="5" HotelCode="7750|28680" HotelName="Grand Park City Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Coleman Street, Singapore 179809, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fc/c1fc9e138cb4f46dbb7a9100b14fdba734b924c0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.70" OriginalAmount="147.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2972533402842" Longitude="103.84033827858" StarRating="3.5" HotelCode="344941|675248" HotelName="Lloyd's Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lloyd road, Singapore 239091</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/4a/804ac195b11678a9d629cce82b3eb47cf75c4f2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3027595492557" Longitude="103.858334485" StarRating="3" HotelCode="344527|64050" HotelName="Hotel NuVe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Jalan Pinang, Singapore 199141</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f3/bdf3b8c8dd067e85d30e3511f67739bdd87d630c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="160.66" OriginalAmount="150.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3135324244157" Longitude="103.82912899021" StarRating="4" HotelCode="571548|609382" HotelName="Novotel Singapore On Stevens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Stevens Road, 01-01, Orchard District, Singapore 257878</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/f9/94/f9941a0b86b76f97d53c741e8a3fd147f1b0d567.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="162.37" OriginalAmount="151.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3046033904852" Longitude="103.8540370464" StarRating="1.5" HotelCode="565653|817444" HotelName="Snooze Inn @Dunlop Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Laundry,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>28 Dunlop Street, Singapore 209356</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/09/990976f803c5d195a194d682da2f73886db0fee9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.25" OriginalAmount="152.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3130017856416" Longitude="103.8259270913" StarRating="3.5" HotelCode="93357|231467" HotelName="Relc International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Orange Grove Road, Off Orchard Road, Singapore 258352</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/84/3a84dd6f4e6cd440c30046ec594f61dfaee0381c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3106846140334" Longitude="103.85881959585" StarRating="2" HotelCode="520059|60933" HotelName="Travellers Loft @ Jalan Besar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>290A Jalan Besar, Singapore 208953</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/84/a1845e21d0219014465dc8aee536a84260331dc7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.30496" Longitude="103.904327" StarRating="4" HotelCode="437144|157728" HotelName="Hotel Indigo Singapore Katong" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 East Coast Road, Katong 428788</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/1f/fc1f774dae305ee09c6e0cd46ae43be6e8ef33f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3083214903705" Longitude="103.83391141891" StarRating="5" HotelCode="29566|27890" HotelName="Goodwood Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road, 228221 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/f8/82f891b5cddc061a7f8a712ed43910f5f5e049ac.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.13" OriginalAmount="159" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2921881539601" Longitude="103.84990840194" StarRating="4" HotelCode="7753|8619" HotelName="Peninsula Excelsior Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Coleman Street, Singapore 179805</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e3/49e3d900d92fb056fcea25d9dbd11b877bea63df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2964934425715" Longitude="103.85530165411" StarRating="4" HotelCode="344755|60342" HotelName="Hotel Nuve Heritage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>13 Purvis Street, Singapore 188592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/98/aa98bd95967adbf217c99ee0b297f2ed5e8b5b9f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.300607" Longitude="103.842129" StarRating="4" HotelCode="302591|3162" HotelName="Concorde Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>100 Orchard Road, Singapore 238840</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/99/2999ecd00d9a719750f16937c2d4d149d213db08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2888751065014" Longitude="103.84534299374" StarRating="4" HotelCode="14729|3164" HotelName="Swissôtel Merchant Court, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Merchant Road, Singapore 058281</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/14/9a/149a0fdcb95d39d05d23b4cb2717a75d5087416c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="173.53" OriginalAmount="162.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2903955337865" Longitude="103.83877694607" StarRating="4" HotelCode="20381|74292" HotelName="InterContinental Singapore Robertson Quay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road, 238909 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/4a/2c4af48c27374f15873b69bbc96d6265d4a5c15a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.68" OriginalAmount="162.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.306033" Longitude="103.829093" StarRating="5" HotelCode="17568|1363327" HotelName="Hilton Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>581 Orchard Road, 238883 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/fb/63fb7288a352fc76b84940890649bcc196983a98.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.68" OriginalAmount="162.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2771845099187" Longitude="103.8488305086" StarRating="4" HotelCode="536080|65919689" HotelName="Oakwood Premier OUE Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Shenton Way, OUE Downtown 1, Singapore 068809</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/59/592542/592542a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="401651|20865" HotelName="Naumi Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street, Singapore 188396</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/4a/424ad067f78d2481d771e4d4c69163034d174ab9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="178.08" OriginalAmount="166.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303446500873" Longitude="103.9045715332" StarRating="4" HotelCode="|81N" HotelName="Grand Mercure Roxy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>50 East Coast Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)63448010</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/78867/906949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.303302" Longitude="103.8366149" StarRating="3" HotelCode="931427|60293" HotelName="Holiday Inn Express Orchard Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Bideford Road, Singapore 229921</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/9f/0f9ff6a3b53e211c3df435fb4dc6c674f4fb44a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.311732368481" Longitude="103.83642196655" StarRating="5" HotelCode="45068|49646" HotelName="Sheraton Towers Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Scotts Road 39, 228230 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/b1/71b18edfa6ab1fcc11aae87c2387f7032e4c0fbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="183.64" OriginalAmount="171.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.35974362" Longitude="103.98945839" StarRating="3" HotelCode="946965|662396" HotelName="YOTELAIR Singapore Changi Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>78 Airport Boulevard, Singapur 819666</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/85/2485a6ff2bfa97f3745b6e6aa02586d25e87b025.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3073883247959" Longitude="103.83266150951" StarRating="5" HotelCode="16998|4225" HotelName="Royal Plaza on Scotts" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Scotts Road, Singapore 228220</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ab/d2/abd2f87a033547c9369c49ef58c65cfdbe0ec105.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2994524916385" Longitude="103.86038441468" StarRating="5" HotelCode="931429|63902" HotelName="Pan Pacific Serviced Suites Beach Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7500B Beach Road, Singapore 199592</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/16/8e165e2dbb1c9ea4562010abfb0f202b611ec0ec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3009817883746" Longitude="103.83997854233" StarRating="4" HotelCode="33020|3903" HotelName="Jen Orchardgateway Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>277 Orchard Road, Singapore 238858</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/53/27538e905bbdf6199adb03910a98de35c5a4c239.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2807786709365" Longitude="103.84580159573" StarRating="4" HotelCode="909738|308597" HotelName="Ann Siang House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Ann Siang Road, Singapore 069708</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/4e/894eb5430dae4507eee1d432e3edb19c503bbb23.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="196.71" OriginalAmount="183.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="4" HotelCode="48140|1119892" HotelName="Carlton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,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>76 Bras Basah Road, 189558 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/aa/dcaaf83024cf34da302ae7902b33d26c4373e935.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3124131335486" Longitude="103.85376502076" StarRating="5" HotelCode="297063|51020" HotelName="One Farrer Hotel &amp; Spa" 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>1 Farrer Park Station Road, Singapore 217562</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/9b/0e9b85fb6c26903d6519671ffcd96a7599b0b768.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3102148464866" Longitude="103.82612431097" StarRating="4" HotelCode="416765|64162" HotelName="Darby Park Executive Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Orange Grove Road, Singapore 258353</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b7/96b7cf64a0e79035bfd24249be709e502f6480a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="198.99" OriginalAmount="185.97" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|B1B690" HotelName="Dusit Thani Laguna Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>11 LAGUNA GOLF GREEN, SINGAPORE 488047, , SINGAPOR SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2371282_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="199.57" OriginalAmount="186.51" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|146954" HotelName="Siloso Beach Resort" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>51 IMBIAH WALK SENTOSA SENTOSA ISLAND</AddressLine>
          </AddressLines>
          <CityName>SENTOSA ISLAND</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/924197_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="201.06" OriginalAmount="187.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3564046905429" Longitude="103.98675421167" StarRating="3" HotelCode="440864|93151642" HotelName="Ambassador Transit Hotel Terminal 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Departure, Mezzanine Level 3, Passenger Terminal Building 3 (PTB3), Singapore Changi Airport, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8231133</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.31" OriginalAmount="192.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.282029150194" Longitude="103.85163411498" StarRating="5" HotelCode="114231|2385631" HotelName="Ascott Raffles Place Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Finlayson Green, Singapore 049247</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/09/6b092f6017e9a5c00d9631aaf8362f71c903e4dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.280176" Longitude="103.849816" StarRating="5" HotelCode="212980|39502" HotelName="SO Sofitel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Robinson Road, 068876 Singapur</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/24/97240c08068d6aeab6091600af94e9ca9e0f6efa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="208.46" OriginalAmount="194.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29218815396" Longitude="103.84990840194" StarRating="4" HotelCode="|PNTQ" HotelName="Wyndham Singapore Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Coleman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/2258/778729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3031542157233" Longitude="103.83622348309" StarRating="5" HotelCode="33019|20964" HotelName="Grand Park Orchard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>270 Orchard Road, Singapore 238857, Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/db/75db5bc237ff4f6b17730135e25e66cd967af842.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="209.47" OriginalAmount="195.77" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|A19F65" HotelName="CARLTON CITY HOTEL SINGAPORE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1 GOPENG STREET SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/925614_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.85" OriginalAmount="199.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304703" Longitude="103.824868" StarRating="5" HotelCode="44765|74319" HotelName="Regent Singapore Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cuscaden Road 1, 249715 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9a/8a/9a8af0f499d4c3be2c02a906ee6a50af8a7c52e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3022344558126" Longitude="103.83624494076" StarRating="5" HotelCode="56120|24943" HotelName="Mandarin Orchard Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>333 Orchard Road, Singapore 238867</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b5f5bf5192fd053/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="223.58" OriginalAmount="208.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.358479" Longitude="103.988104" StarRating="4.5" HotelCode="76109|1176036" HotelName="Crowne Plaza Changi Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>75 Airport Boulevard #01-01, 819664 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c8/10c847d3dee8832e887b32a77c06d62dc8f206e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.410263794" Longitude="103.8438662807" StarRating="4" HotelCode="901571|157759" HotelName="Orchid Country Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Golf,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Orchid Club Road, Singapore 769162</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ab/0cabd9b2484df57332ab81c32721cc51bfb74d31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2934337041036" Longitude="103.8536632061" StarRating="5" HotelCode="20379|13101" HotelName="Swissôtel The Stamford" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Stamford Road, Singapore 178882</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/4d/cd4d84e746a40cdda2d7c5cbd8be09fdf79e4338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2769600391389" Longitude="103.8462816209" StarRating="5" HotelCode="506564|228389" HotelName="Sofitel Singapore City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Wallich Street, Singapore 078885</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/55/9e55bf4d2e219a3be1df949adff866971b5452fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3108716048677" Longitude="103.82658898831" StarRating="5" HotelCode="17459|3163" HotelName="Shangri-La Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Orange Grove Road, Singapore 258350</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/77/4877f857003a3c6c82490852be1682ccb0a5a801.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2998191722603" Longitude="103.85814998934" StarRating="5.5" HotelCode="544889|230816" HotelName="Andaz Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Fraser Street, Singapore 189354</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/33/46337bbb97053e8be59b85fbd5f3cdbe7481e3e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="238.61" OriginalAmount="223" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.285693" Longitude="103.846355" StarRating="5" HotelCode="213802|64242" HotelName="PARKROYAL on Pickering" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Upper Pickering Street, Singapore 058289</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/fa/7b/fa7b18c7c5cb7355d444fc38b1e399ea812712ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.292007" Longitude="103.857341" StarRating="5" HotelCode="302961|18317" HotelName="PARKROYAL COLLECTION Marina Bay, Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Raffles Boulevard, Marina Square, Singapore 039594</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/f2/f24374b8be166e76/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="242.44" OriginalAmount="226.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.312413133549" Longitude="103.85376502076" StarRating="5" HotelCode="|ONFR" HotelName="One Farrer Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Farrer Park Station Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/405143/8047175.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.74" OriginalAmount="231.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.307471" Longitude="103.829995" StarRating="5" HotelCode="14802|74305" HotelName="Pan Pacific Orchard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Claymore Road, Singapore 229540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/32/4a32574605e9caef76cddd11b7d15cfd38c39852.jpeg</HotelPictures>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="248.24" OriginalAmount="232" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2890194087833" Longitude="103.83746552618" StarRating="4" HotelCode="565884|228390" HotelName="The Warehouse Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Havelock Road, Robertson Quay, Singapore 169628</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/02/de02dedef77420cafaa3e6892ded2078e2c66826.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="248.52" OriginalAmount="232.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2936" Longitude="103.85377" StarRating="5" HotelCode="16441|1441066" HotelName="Fairmont Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>80 Bras Basah Road, Singapore 189560</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/zz/d5/add55fda5d8d5df75ef67b9e59409410aa686184.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2688769785619" Longitude="103.80088807738" StarRating="4.5" HotelCode="394351|157788" HotelName="Villa Samadhi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Labrador Villa Road, Singapur 119193</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/2b/312bfb09c5dcf3d397c5662c328f0c8f1ebdf269.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.45" OriginalAmount="235" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2550929643592" Longitude="103.82044672966" StarRating="5" HotelCode="160449|150927" HotelName="Hotel Michael" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Sentosa Gateway, Singapore 098269, Sentosa Island</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b98f3711184d016b7f95b3cc83459b79801158.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.298142" Longitude="103.854851" StarRating="5" HotelCode="7751|18315" HotelName="Intercontinental" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Middle Road, 188966 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59a68f731a64aab7387ed344519b6e80d64aaae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2924629916524" Longitude="103.85863602161" StarRating="5" HotelCode="15992|15048" HotelName="Pan Pacific Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Boulevard, Marina Square, Singapore 039595</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4b/3a4b7ba76db9277c28d9d752507ca51f8bdea13a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.24419" Longitude="103.839736" StarRating="5" HotelCode="909724|61704" HotelName="One15 Marina Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>01-01, 11 Cove Drive, Sentosa Cove, Singapore 098497</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/69/da693db8f9870dfa124e7ee3f3673d5b0d0c3248.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="261.96" OriginalAmount="244.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3063639874729" Longitude="103.83299410343" StarRating="5" HotelCode="13029|1412349" HotelName="Grand Hyatt Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Scotts Road, 228211 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bf/2cbf00bb3aa50bcebe60bcec6bd2af5fa62e1d63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2859012875482" Longitude="103.8531884551" StarRating="5" HotelCode="21222|59502" HotelName="The Fullerton Hotel Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Fullerton Square, 049178 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/d9/7ed907bc4a17830cb12641e9a5ceaadede4b26f3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="277.23" OriginalAmount="259.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295552" Longitude="103.85311" StarRating="0" HotelCode="|G3Q" HotelName="Carlton Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>76 Bras Basah Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)63383208</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/30587/834613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.59" OriginalAmount="259.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2936482261422" Longitude="103.85868430138" StarRating="5" HotelCode="47711|1220003" HotelName="Conrad Centennial Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Two Temasek Boulevard, Singapore 038982</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/29/fb29d2ec8e5302c11c49c6a7d74832bf3ef668d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2830051131966" Longitude="103.84309458609" StarRating="1" HotelCode="909741|62616" HotelName="Yes Chinatown Point Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>68a Smith Street, Singapore 058967</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/91/dc91ce540fef7a314c307ff3ef5f7f4b80f65ab5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="286.15" OriginalAmount="267.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.308321490371" Longitude="103.83391141891" StarRating="5" HotelCode="|YWP" HotelName="Goodwood Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>22 Scotts Road</AddressLine>
          </AddressLines>
          <PostalCode>(0)67328558</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/47484/853807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.53" OriginalAmount="279" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2943975700687" Longitude="103.85499990846" StarRating="5" HotelCode="314906|64006" HotelName="JW Marriott Hotel Singapore South Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Beach Road, Access via Nicoll Highway, Singapore  189763</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/52/dd52080c8c944e0463276eeb2ed5903694d119bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="298.54" OriginalAmount="279.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.29403804" Longitude="103.85049763" StarRating="5" HotelCode="|PMSH" HotelName="Pullman Singapore Hill Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Hill Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1398302/18144601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="303.05" OriginalAmount="283.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.295817" Longitude="103.855138" StarRating="5" HotelCode="|NMHS" HotelName="Naumi Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 01/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>41 Seah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/95687/1009525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="309.75" OriginalAmount="289.49" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|835622" HotelName="FESTIVE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>SENTOSA GATEWAY,8  , 098269 SENTOSA ISLAND</AddressLine>
          </AddressLines>
          <CityName>SENTOSA ISLAND</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/926286_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2905698331527" Longitude="103.85820150375" StarRating="5" HotelCode="45313|19160" HotelName="Mandarin Oriental Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Raffles Avenue, Marina Square, Singapore 039797</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/40/7e4062bdb1e25bce5d1c298450eec59f30fdb14e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3051144026337" Longitude="103.8325381279" StarRating="5" HotelCode="17569|30354" HotelName="Singapore Marriott Tang Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>320 Orchard Road, Singapore 238865</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/2a/542a35f73978ecbb11bc41beb826911d2b91cca0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.84" OriginalAmount="312" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.27885" Longitude="103.843175" StarRating="4" HotelCode="62531|409272" HotelName="Six Senses Duxton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Duxton Road 83, Singapore 089540</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/26/e9262628cc4bb1016c7d182e62c6c5c5d45ae794.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="335.58" OriginalAmount="313.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.278149" Longitude="103.850936" StarRating="5" HotelCode="262127|225835" HotelName="The Westin Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Marina View, Asia Square Tower 2, Singapur 018961</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0b/110b26b0c1c48e71880b2758062a999d7b1eace3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2938033630504" Longitude="103.85171436442" StarRating="5" HotelCode="297946|157782" HotelName="The Capitol Kempinski Hotel Singapore" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Stamford Road, Singapore 178906</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/05/69058c2a8ad952bb48a57d48d2daebdcc2536b48.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="337.14" OriginalAmount="315.08" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D19286" HotelName="COMO METROPOLITAN SINGAPORE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>30 BIDEFORD ROAD SINGAPORE SINGAPORE</AddressLine>
          </AddressLines>
          <CityName>SINGAPORE</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/32708_image63944540_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="347.88" OriginalAmount="325.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.290395533787" Longitude="103.83877694607" StarRating="5" HotelCode="|ISXQ" HotelName="InterContinental Singapore Robertson Quay by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanson Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/26031/829798.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="410.98" OriginalAmount="384.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3039452626082" Longitude="103.82791936398" StarRating="5" HotelCode="12628|74289" HotelName="Four Seasons Hotel Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>190 Orchard Boulevard, Singapore 248646</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/df/2cdf7bb5ed10b56978b251903ec8f8f21148f8eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="440.43" OriginalAmount="411.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2906127376103" Longitude="103.86016488075" StarRating="5" HotelCode="18489|1607581" HotelName="The Ritz-Carlton Millenia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Raffles Avenue, Singapore 039799</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5f/485f29e909bc2313674ae4f25a38253b0a050730.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="455.82" OriginalAmount="426" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.304082" Longitude="103.837064" StarRating="4" HotelCode="498323|210623" HotelName="Ascott Orchard Singapore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>11 Cairnhill Road, Singapore 229724</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/e6/84e67a9c762ab99c283a69fd66d5a4134843765f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="522.00" OriginalAmount="487.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2831419880535" Longitude="103.85305702686" StarRating="5" HotelCode="161919|2893197" HotelName="The Fullerton Bay Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>80 Collyer Quay, Singapore 049178</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/6a/b56adabc16f8695cf18e311a9ad3b9c7c9dbdb66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="536.07" OriginalAmount="501" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.305918856464" Longitude="103.82598280907" StarRating="5" HotelCode="71201|13178" HotelName="The St. Regis Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Tanglin Road, Singapore, 247911 Singapore</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/aa/d2aa3ee99e9d6a947f3b6c656ada9b25ca56260c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1068.43" OriginalAmount="998.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2946646879905" Longitude="103.85467035582" StarRating="5" HotelCode="26429|1690764" HotelName="Raffles Singapore" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Beach Road, Singapore 189673</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a8/49a8bcfd4e195f8a7d5bdf172355e08dfb37d063.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1203.59" OriginalAmount="1124.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.283837" Longitude="103.859605" StarRating="5" HotelCode="140953|716932" HotelName="Marina Bay Sands Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Conference Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Bayfront Avenue, Singapore 018956</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/25/ba255bdb55d657bec92aa4697213ba338ba4e5ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2899.70" OriginalAmount="2710" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.3007121" Longitude="103.8379232" StarRating="5" HotelCode="118488|62382" HotelName="Pan Pacific Serviced Suites Orchard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/11/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>96 Somerset Road, Singapore 238163</AddressLine>
          </AddressLines>
          <CityName>Singapore</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/e5/dde5c6068f2945ed2c1b0dca0b5e47c539c083d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="152.82" OriginalAmount="142.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.309817545945" Longitude="103.858713477698" StarRating="4" HotelCode="|AQJB" HotelName="Aqueen Prestige Hotel Jalan Besar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Tyrwhitt Road</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="269.12" OriginalAmount="251.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="1.2826642" Longitude="103.8482839" StarRating="5" HotelCode="|THC1" HotelName="The Clan Hotel Singapore" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>10 Cross Street</AddressLine>
          </AddressLines>
        </Address>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Shopping Arcade,Wheelchair Access,Lounge,Sauna,Golf,Nightclub,Kitchen,Central Heating,Swimming Pool,Bicycle Rental,Diet Meals,Spa,Garden,Dining,Housekeeping,Printer,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),Babysitting,Parking,Wake-up Call Service,Business Centre,Boutique,Library,24 Hour Front Desk,Coffee Shop,Elevator,Luggage Storage,Photocopy,Concierge,Dry Cleaning,LCD/Projector,24 Hour Room Service,Meeting Room,Off-Site Parking,Valet Parking</BasicAmenities>
    <HotelRating>5,4,2,3,4.5,1,3.5,2.5,1.5,5.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,DINNER,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,CLUB RESORT,HISTORIC HOTEL,CASINO RESORT,APARTMENT HOTEL,VILLAGE,BOUTIQUE HOTEL,GOLF HOTEL,HOSTEL,GUESTHOUSE,HOSTELS</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
a90032db-346f-46ff-b23b-eebee53e2ee4|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="a90032db-346f-46ff-b23b-eebee53e2ee4">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="53489" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
a90032db-346f-46ff-b23b-eebee53e2ee4|HotelbedsSearch|supplier interation failed||HotelBeds|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
a90032db-346f-46ff-b23b-eebee53e2ee4|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
a90032db-346f-46ff-b23b-eebee53e2ee4|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
a90032db-346f-46ff-b23b-eebee53e2ee4|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
a90032db-346f-46ff-b23b-eebee53e2ee4|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
a90032db-346f-46ff-b23b-eebee53e2ee4|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="2025-11-24T05:41:53.4391293+00:00" Version="0" EchoToken="Search" TransactionIdentifier="a90032db-346f-46ff-b23b-eebee53e2ee4" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="21.04" OriginalAmount="19.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.997539239555" Longitude="12.423399025795" StarRating="3" HotelCode="192116|3848078" HotelName="Seven Hills Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Trucchi 10, 00189 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/194267/194267a_hb_a_899.JPG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865987467097" Longitude="12.63043910265" StarRating="4" HotelCode="31825|992" HotelName="Hotel Roma Tor Vergata" 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,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vico Viganò 24, 00133 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/20/21/202102d5df9b8583145a3381c856d21fd4adf5f7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.80" OriginalAmount="40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90767488356" Longitude="12.5006711483" StarRating="2" HotelCode="909265|176189" HotelName="Lella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/cc/cdcca6a0fd878b5899361a2111be6e6e2b00615a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.949102" Longitude="12.472571" StarRating="3" HotelCode="116828|20487" HotelName="Colony" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monterosi 18, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f4/77f4f228d639da32f33c397e9df36a4dd91a24a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887468437402" Longitude="12.40458992066" StarRating="2.5" HotelCode="99799|28120" HotelName="Roma Camping In Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Kitchen,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 831, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/bf/f0bf776bcc51f610276b795f15fb0a7623238ce0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.15" OriginalAmount="45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.862737513599" Longitude="12.550270557404" StarRating="3" HotelCode="119289|55601" HotelName="The Strand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 892, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a8/1ea82539f4e661640ad32864f24f35a52ed7c06d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="48.64" OriginalAmount="45.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888061603948" Longitude="12.401225566864" StarRating="3" HotelCode="366017|1044379" HotelName="Scheppers Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Golf,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bogliasco 36, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/44/44923fb1a3bd1a85/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922668" Longitude="12.588174" StarRating="4" HotelCode="145846|40750" HotelName="Cervara Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Tor Cervara 126, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/14/1470798/QjOWsAN5_7147ae7f359691d0a8c572a2d11c4008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920241" Longitude="12.525228" StarRating="3" HotelCode="60586|13191" HotelName="Osimar" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Grossi Gondi 87, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/b0/a7b0fcd6103b6a26b9371ba72f01837b4e34ee6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="50.36" OriginalAmount="47.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.870929035157" Longitude="12.468165138707" StarRating="2" HotelCode="343892|83037163" HotelName="Radio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Pacinotti 8/E, 00146 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/f4/42f40496f5e3217a97c5de12c75cbc9d7f3766b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902037" Longitude="12.503191" StarRating="3" HotelCode="95139|146480" HotelName="Siracusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 50, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/6a/ae6af38ae57b64a9b1534cef76d7f02ef6be1fa3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.24" OriginalAmount="49.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865754" Longitude="12.59068" StarRating="3" HotelCode="143035|2031432" HotelName="Hotel Alba Torre Maura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale di Torre Maura 81, 00169 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/3e/e63e574720ba10034156ff0cf26162b2bb3795e1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="53.28" OriginalAmount="49.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.932806046271" Longitude="12.433596728836" StarRating="4" HotelCode="23163|1058842" HotelName="Excel Montemario" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scolopi 31, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/21/19216bc34ce535d37b38bb7a64adca8933036b26.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909077976693" Longitude="12.494331279762" StarRating="3" HotelCode="440531|57480" HotelName="Gialel B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 14, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/96/2d963e6700a5405e660101caa7075bc7bdd05264.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88228754801" Longitude="12.377481045094" StarRating="2" HotelCode="510616|200021" HotelName="Motel Boomerang" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Arlotti 20, Strada Statale Aurelia km 10,900, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/ca/c5cac80b9b9e6ca1a3d818bd11c07d31a6b95b06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89112" Longitude="12.51346" StarRating="3" HotelCode="316130|62996" HotelName="C. Luxury Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/c9/f5c9e16d630c98a69865affd4ac15b9b2914e921.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.869672678524" Longitude="12.514656186104" StarRating="3" HotelCode="366026|28323" HotelName="Romoli Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Caffarelletta 114, 00179 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/a5/50a5177cba1a03c0fc8a28a950dd8557ca0c76aa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="54.43" OriginalAmount="50.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.930243460818" Longitude="12.560420036316" StarRating="3" HotelCode="36254|2159095" HotelName="Idea Hotel Roma Nomentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Attilio Benigni 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/bf/4dbf2d1a8ece24e54211066046a3b69df9290999.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.947307" Longitude="12.588566" StarRating="4" HotelCode="68804|37604" HotelName="Degli Imperatori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Gonella 15, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/b4/98b4d0fcd089de30584b459798b16f06768be511.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93577485" Longitude="12.58374283" StarRating="0" HotelCode="540013|371583" HotelName="Hostel Prima Base" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Osimo 61, 00156 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/14/f5146b827763e69ac9c3c9264c1b69ea08331a59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905798" Longitude="12.502461" StarRating="4" HotelCode="95137|886" HotelName="Hotel Lux" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147bd0ec01e9ee41cde02af2d95685a5167ce1a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.02" OriginalAmount="51.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.821349955541" Longitude="12.508496361763" StarRating="4" HotelCode="58861|1113449" HotelName="Occidental Aran Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Forster 24, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/3b/de3bb776fd3995ba1f0c3f81e78181882337402a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.39" OriginalAmount="51.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904928109443" Longitude="12.500048875809" StarRating="4" HotelCode="23162|5131951" HotelName="Noto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f0/73f0892aaa365959245a01161f2be7fbd4df8947.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903387" Longitude="12.506055" StarRating="1" HotelCode="147496|56053" HotelName="Eurorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 87, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/31/a131672bf6047ca461ad6db5617c4bd16f66f2fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.835245129814" Longitude="12.555278241634" StarRating="4" HotelCode="63995|32836" HotelName="Capannelle Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Siderno, 37, 00178 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/39/1439894375a9e84e4ab266cbfa1e62e9af145119.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.837579066072" Longitude="12.594666186508" StarRating="4" HotelCode="166863|28268" HotelName="Ibis Styles Roma Vintage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torre Di Mezzavia 25, 00173 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/80/0f80e208da30367b2fd79408a871b80380a5d0b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.816889" Longitude="12.345411" StarRating="2" HotelCode="191619|56577" HotelName="Nuova Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenzo Allievi, 15, 00148 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/93/6f933b3b4eaceb7c6c2af40a669f7f9af11a138a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90262" Longitude="12.504435" StarRating="4" HotelCode="23161|697" HotelName="Archimede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 19, Via Marghera 43, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/1f/c31fa307dc0a6ccb0a7ba3c78c3c84528fa548ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902285026275" Longitude="12.504144608974" StarRating="4" HotelCode="48143|1351" HotelName="Hotel Luce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/ed/59ed7dd5cb3e251121fa3337a401443d49eb543b.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.875748" Longitude="12.394626" StarRating="4" HotelCode="32617|24647" HotelName="Hotel Roma Aurelia Antica" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vía degli Aldobrandeschi 223, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/2d/9e2d05adc82f9a26304862475b5fa476a961a217.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="55.98" OriginalAmount="52.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.914271" Longitude="12.52068" StarRating="3" HotelCode="166871|1752015" HotelName="Laura" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale XXI Aprile 109, 00162 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c9/e4c967cc067666e5127e47d021a10e9ab01f6ff1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8989485" Longitude="12.443371404299" StarRating="2" HotelCode="268029|200298" HotelName="Marco e Laura Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 232, roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/73/527323498cece883faa1a0ca9eea1318aa86a8af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="57.22" OriginalAmount="53.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86606" Longitude="12.575305" StarRating="4" HotelCode="165958|2207904" HotelName="Hotel Artis" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Roberto Fancelli 3, (angolo Via Pietro Sommariva), Roma 00169</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ed/6fedc4428b83afc549cd095778d674451857a89c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904764379628" Longitude="12.500521235775" StarRating="0" HotelCode="386145|428610" HotelName="Freedom Traveller Rome Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 23, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/69/2f/692f16abc1fca2dc727d7d403bf00d7e12f22a55.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899886" Longitude="12.408609" StarRating="3" HotelCode="160880|19988" HotelName="Park Ginevra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni della Croce 35, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b2/88b2ebc30f607cd288ce59b072eb32adad8b6b69.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89438823" Longitude="12.50769542" StarRating="0" HotelCode="546213|181009" HotelName="Guest House Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 331, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/70/1d7097b73fc1f8cc40c816bfe7ea5b6804715468.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822869702567" Longitude="12.411825656891" StarRating="4" HotelCode="335585|31057" HotelName="Holiday Inn Roma - Eur Parco Dei Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Golf Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Castello Della Magliana 65, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/8a/a58afdc142a9c01df303594656d1c7c75bae004a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90994300978" Longitude="12.497387329448" StarRating="3" HotelCode="366024|20566" HotelName="Hotel Priscilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17/19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/9e/389eef0cd9f47db37d47ae6a57cd3fbbee8a0661.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93163" Longitude="12.381495" StarRating="4" HotelCode="395146|33898" HotelName="Papillo Hotels &amp; Resorts Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arola 53, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/09/0b0913cef8ef2b084c1a5893733b51089f4fb7fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905670886025" Longitude="12.500208938027" StarRating="3" HotelCode="318897|146355" HotelName="Hotel Floridia Raeli Hotels" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 45, 00185 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/53/9e536a003375f2c6f6557a923ee9d9f5f3e9e7a6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="59.74" OriginalAmount="55.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873086053407" Longitude="12.462890893221" StarRating="3" HotelCode="60678|1416154" HotelName="Villa Rosa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Prati 1, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/cf/f0cf67db763fcac7c1e9b1c92864abaa7b716a37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="59.92" OriginalAmount="56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902462" Longitude="12.535421" StarRating="4" HotelCode="335569|17293" HotelName="Best Western Blu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Domenico De Dominicis 4, 00159 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e9/70e96329812217adff46db2740deb7c9651fc5bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.752940045614" Longitude="12.372459941139" StarRating="4" HotelCode="102079|55672" HotelName="Best Western Hotel I Triangoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 285, 00124 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/fa/cffa570c69c6a1057b92294aca4ad037de8296f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902836" Longitude="12.501925" StarRating="3" HotelCode="95138|63609" HotelName="Stromboli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 34, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c4/4bc43562ec55c5482b2c69ebed656912a4f2c532.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908331616552" Longitude="12.424775362015" StarRating="4" HotelCode="335573|30576" HotelName="Pinewood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Pineta Sacchetti 43, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/55033/a_55033_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902803" Longitude="12.502217" StarRating="3" HotelCode="410275|146412" HotelName="Lazio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 8, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/66/8266fea7d8f0d3cdc188d42a60eaa057925ea594.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="61.46" OriginalAmount="57.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903315945303" Longitude="12.506464605339" StarRating="2" HotelCode="58289|2124939" HotelName="Philia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f7/00/f7001bed6cb0df4fed05c2f12a359f7e7d8014c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.43" OriginalAmount="58.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906261" Longitude="12.516878" StarRating="3" HotelCode="82566|1945919" HotelName="Best Western Globus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Ippocrate 119, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2e/df2e4b1d12c1e978b6999fb763fa57287f3c98c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.50" OriginalAmount="58.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.817506" Longitude="12.46095" StarRating="4" HotelCode="32805|1119274" HotelName="Cristoforo Colombo" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 710, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/da/1eda25bb0fed62c16a84c197ce3ed74d6713f368.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="62.76" OriginalAmount="58.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888152241212" Longitude="12.515684813261" StarRating="3" HotelCode="50779|1717659" HotelName="Domus Sessoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Croce In Gerusalemme 10, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/65/52652f2432c89d96fc0859c5e4ebcc64a04a2e22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8896" Longitude="12.402273" StarRating="4" HotelCode="34794|15887" HotelName="Black Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaello Sardiello 18, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/28/6d28bef7e2b897f0d35dee5556c62fbf996d9357.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900409622387" Longitude="12.57042483984" StarRating="3" HotelCode="29147|18395" HotelName="Holiday Inn Express Rome - Est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 50, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/94/689418126dd46e3429c9b82b340aba5d877ca974.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90800113" Longitude="12.44509112" StarRating="0" HotelCode="954642|371778" HotelName="Le Vie Del Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Rizzo 83, 00136 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/da/72dad9d8076f83fbd7ba6c29edd3eafd2c51541a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822935588779" Longitude="12.475138737434" StarRating="3" HotelCode="936371|58311" HotelName="Villa Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Marcellino Champagnat 2, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/zz/a1addeaae47a507c316c6cbfd2767cc21487415d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901906" Longitude="12.505389" StarRating="1" HotelCode="295488|198914" HotelName="Friendship Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 41/A, scala A, piano sesto, interno 18, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/81/a98167e996f0709050eb5b0ada33b2f886d41150.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90169" Longitude="12.50381" StarRating="2" HotelCode="417078|55923" HotelName="Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 6, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/50192/04d50930-c002-4ffc-98c4-43a0f2a6213c.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89621|55323" HotelName="Hotel dei Quiriti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/4c/354c1ebfaa00b6dc83caf591efe0739d91740cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91432551081" Longitude="12.521471285879" StarRating="3" HotelCode="36244|811" HotelName="Hotel San Giusto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Bologna 58, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/59255/a_59255_B2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.33" OriginalAmount="60.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912178" Longitude="12.503169" StarRating="3" HotelCode="151448|1112154" HotelName="Apogia Lloyd Rome" 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 Alessandria 110 A, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/70/e0705c4d0e1fc4b7923527d867c4ead16e959386.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="64.50" OriginalAmount="60.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893697" Longitude="12.507588" StarRating="2" HotelCode="18170|2036595" HotelName="Hotel Taormina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 51, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/ab/edab0caa50b93362409dedc60b2ef7179a2eafe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912088827253" Longitude="12.468215" StarRating="0" HotelCode="192044|396405" HotelName="Comics Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 38, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ef/8def2af21fc9acf845591e520a7c14852821902d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912570622962" Longitude="12.502423167776" StarRating="3" HotelCode="21184|1457" HotelName="Kent" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Emilia 71, 00198 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/5d/a45d594162e3e231826c97094da0bc7d6032bf4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913003" Longitude="12.499099" StarRating="3" HotelCode="245024|33892" HotelName="MF Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savoia 44, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/87/ae874c117c49b087afc95a76145ccd3339994736.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904492646272" Longitude="12.49975632209" StarRating="3" HotelCode="136285|181026" HotelName="Regio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 22, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/35/a835cf29554b7a7525e8251a9399a9bba7b552e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892181" Longitude="12.513392" StarRating="3" HotelCode="11869|7634" HotelName="Hotel Donatello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Porta Maggiore 83, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/dd/7addc577e67c8778c4c2150e345f8dab5f6d46ff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893446115283" Longitude="12.512037404299" StarRating="2" HotelCode="429186|40772" HotelName="Hotel Giolitti Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 415-417, 00100 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/85/4585803ffb7261c6832a5ba26136bf10318387c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898683549543" Longitude="12.500681877136" StarRating="4" HotelCode="33472|6214" HotelName="Hotel Champagne Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 82, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/dc/3ddc93188cbd2b6a5c67c3e5174f60f229701595.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905004" Longitude="12.505171" StarRating="3" HotelCode="17152|3448" HotelName="San Marco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 1, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/cd/a5cd48ea084900743fa28c0667cca916b57ae6c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.34" OriginalAmount="62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.965701" Longitude="12.31271" StarRating="4" HotelCode="904057|40759" HotelName="Relais Castrum Boccea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Country House,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via SS. Mario e Marta 27, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f0/e4f0551d64bfcbd4ff956c0cfac102181b1c7a8f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.01" OriginalAmount="62.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894764416991" Longitude="12.501293420792" StarRating="2" HotelCode="67194|4734813" HotelName="Auditorium di Mecenate" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dello Statuto 44, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/fa/c3fafb4d3bcac30d6bb6dfa74c61df9409d937cf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="67.40" OriginalAmount="62.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89250186683" Longitude="12.512830107345" StarRating="3" HotelCode="317345|82637975" HotelName="Center 3" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille Grandi 7, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335842/335842a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911148" Longitude="12.502611" StarRating="3" HotelCode="117436|56039" HotelName="Hotel Porta Pia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 25, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/61/1861cbba4c31ea67e39c27109fdf7304a9e53415.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822108792671" Longitude="12.394408562319" StarRating="3" HotelCode="95116|40737" HotelName="Albergo ibis Roma Fiera" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Arturo Mercanti 63, 00148 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/f3/f5f35cc0d97c4d2dc9af24a58b0af2c814fd3b6a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901119210063" Longitude="12.57005056246" StarRating="4" HotelCode="166597|40718" HotelName="iH Hotels Roma Z3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Perlasca 13/15, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/ef/a2ef98f3d6d0fd81efd2a78c4280b32c01576d92.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.06" OriginalAmount="63.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899593919829" Longitude="12.419228553772" StarRating="4" HotelCode="26710|1242281" HotelName="Marc'Aurelio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio XI, 141, 00166 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/cc/33cc354ffdc15f354d9042566357c78ee79b7eca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.36" OriginalAmount="63.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.878509141806" Longitude="12.466341875951" StarRating="2" HotelCode="523476|33070557" HotelName="Hostel Trustever" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Benaglia 13, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/df/77/df77bccf38db63108993a94b61c26cab78c4b028.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="68.46" OriginalAmount="63.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.828104" Longitude="12.583023" StarRating="3" HotelCode="55815|2222733" HotelName="Hotel Giardino d'Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucrezia Romana 95, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/f5/03f523555d90a3c85652222fe8d66e2e23c1b738.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90241387" Longitude="12.50584958" StarRating="0" HotelCode="625602|254696" HotelName="Funny Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 33, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/31/4031999c58f7f3d3b8de5aecb11f5e5313f973f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88486678" Longitude="12.51943868" StarRating="0" HotelCode="573493|233297" HotelName="I Pini di Roma Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 9, 00182 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3b/253bcb4bb94815fc9afa9f262ec8e2be6a806ecd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892159" Longitude="12.413412" StarRating="4" HotelCode="335583|33549" HotelName="Raganelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 734/8, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/14/b1149c037c20f403800ffc566deb07a8278d5862.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900249154607" Longitude="12.448190502732" StarRating="3" HotelCode="379907|200613" HotelName="San Pietro Leisure and Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Housekeeping,Internet,LCD/Projector,Luggage Storage,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Clivo Di Sant' Antonino 10, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/04/ee/04eee95b7a8026c291ff87d12f3de04815548f2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.868741" Longitude="12.411748" StarRating="4" HotelCode="31157|33291" HotelName="Hotel Rome Pisana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pisana 374, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1a/16/1a16a06e4aad9ef1e4dd1871eae4b1544988e7ed.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.994800450757" Longitude="12.418542053204" StarRating="4" HotelCode="89615|199836" HotelName="Veio Residence Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Giustiniana 906, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/98/78985f6331de5be1ad2bd47bc0d7b73dfa69bdab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898682579173" Longitude="12.425629245084" StarRating="4" HotelCode="37627|32834" HotelName="Aurelius Art Gallery Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 458, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a3/37a32c8034c280ee11d38e8a2f836910cbd9f714.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90184538" Longitude="12.42669963" StarRating="2" HotelCode="435268|58214" HotelName="B&amp;B Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Tardini 5, int.9 sca.A, 00167 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/da/99dac529a91b2cc6a32181153e4d86746109c41e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904273337705" Longitude="12.426996231079" StarRating="4" HotelCode="32740|1933" HotelName="C-Hotels Club House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Diet Meals,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Alciato 14/16, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/26/41260dd4681ed18ec197dd8c20f3edb3f5ac55a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9041817" Longitude="12.4635125" StarRating="0" HotelCode="631741|363120" HotelName="Rome Vatican Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Fosse Di Castello 6, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/80/3280e429c48ca92ebec0db9ca6f0009bd94d3cd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90603628" Longitude="12.46048945" StarRating="0" HotelCode="781504|371868" HotelName="Vatican Tourist Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 82, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/cd/01/cd0196e652db0cd04f629775476c0cd6c9cfe62e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90701334" Longitude="12.46874714" StarRating="2" HotelCode="439982|58745" HotelName="Vaticano Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/d1/23d1ba66205198de896fb212fd286abf169e3a1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="70.02" OriginalAmount="65.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90639638" Longitude="12.49297687" StarRating="3" HotelCode="566247|57544136" HotelName="Relais Barberini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Elevator,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/e9/d2e9edb9d0c6f1cda4c793d3cfea9eb68286b011.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.791257" Longitude="12.530465" StarRating="4" HotelCode="143962|90096" HotelName="Ardeatina Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittore Ghiliani 145, 00134 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/50/b850667553884d8a4eb51682450f1f64d3272a37.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901463" Longitude="12.494103" StarRating="3" HotelCode="36256|28264" HotelName="Everest Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 243, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/fa/95fa58cad864668bbf4de6da53d623caa33354e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88230581" Longitude="12.60905289" StarRating="3" HotelCode="601582|242342" HotelName="Hampton by Hilton Rome East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Marisa Bellisario 300, Rom 00155</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/d9/32d95787f811737d3409a721b1a4804894e0dfe3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="71.07" OriginalAmount="66.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90664172" Longitude="12.49292703" StarRating="3" HotelCode="983791|14337341" HotelName="Veneto Suite Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucullo 7, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/zz/8ead4692f1bb6f6f1b5bdcc82a27217384edcd94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87218387" Longitude="12.47869201" StarRating="2" HotelCode="539902|58079" HotelName="B&amp;B A Casa di Barbara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 35, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/47/5747cd295b9d87c8e0f501cfad4d3472f832e7f0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87625" Longitude="12.465987" StarRating="3" HotelCode="191644|57278" HotelName="B&amp;B Hotel Roma Trastevere" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Di Trastevere, 249/D, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/eb/94ebbfc910726d8bf35cf973915735615670eb66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892363" Longitude="12.513787" StarRating="3" HotelCode="16224|20409" HotelName="Principe di Piemonte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/11/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 449, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/ce/b4ce19c8f28ccf5f398bc8312d686f4217b90e53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912013133774" Longitude="12.450272440911" StarRating="4" HotelCode="15209|23876" HotelName="Quality Hotel Nova Domus" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Savonarola 38, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/1a/961aafb43ef50c7189dc0358307aaae523f548f5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891010768606" Longitude="12.509574741125" StarRating="3" HotelCode="171027|221040" HotelName="La Locanda del Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1b/aa1b472d39438c7b151e6e9a96b00fda0d0eeb28.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.57" OriginalAmount="67.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89606879" Longitude="12.50174651" StarRating="1" HotelCode="519670|28168756" HotelName="Santa Maria Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses">
        <Address>
          <AddressLines>
            <AddressLine>Via Rattazzi 2C, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/56/7d56c92cab165c6c358c057fd577adc240e0ea55.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909127" Longitude="12.463012" StarRating="2" HotelCode="89620|177523" HotelName="Giuggioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Germanico 198, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/3b/ed3b9e11290dd18aa8d38e593c610680bdc01faf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90172604569" Longitude="12.504123233135" StarRating="2" HotelCode="335563|11314" HotelName="Hotel Rubino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/93/3f936651f97400e6e3ea647f3b81e2fe86ef7eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89323403326" Longitude="12.512315958738" StarRating="3" HotelCode="21501|4167" HotelName="Tempio di Pallade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti 425-427, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/3b/823bff8980c457826165e6b777476e4a6112139f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89389093" Longitude="12.43663112" StarRating="0" HotelCode="433808|234392" HotelName="Vatican City Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 350, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/9a/b39a6cad6fe8e13404088f27f74e0ac2aa789442.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="72.89" OriginalAmount="68.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.868028911133" Longitude="12.496431086019" StarRating="3" HotelCode="153579|1842093" HotelName="Residence Colombo 112" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 112, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/3d/6f3d51c12778e48782302e5efc98168243237074.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="73.53" OriginalAmount="68.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901175" Longitude="12.504467" StarRating="3" HotelCode="70002|1552929" HotelName="Marisa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 98, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/7d/e87d4240994c0bc4f72e2afaca7c95b0480abab1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="73.65" OriginalAmount="68.83" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|D18338" HotelName="Rome Ciampino Smart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>VIA SAN FRANCESCO D'ASSISI, 58 ROME-CIAMPINO</AddressLine>
          </AddressLines>
          <CityName>ROME-CIAMPINO</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/2625013_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.936981" Longitude="12.533096" StarRating="4" HotelCode="37643|12589" HotelName="Best Western ARS Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Altissimo 20-24, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/72/90724d90002fa61e0c5a69b9c1fd444f6b4248bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899174671967" Longitude="12.499922811985" StarRating="3" HotelCode="67084|40770" HotelName="Hotel Dina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 62, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/25/4425df718e5270667a0fe23613d5e08c4d3441f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905878315022" Longitude="12.502940297127" StarRating="3" HotelCode="55816|8495" HotelName="Galileo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 33, Rome 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/10/cf/10cfbc7b742f26ad8180f8b764f4b93de848f46f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904353" Longitude="12.499972" StarRating="3" HotelCode="37026|4229" HotelName="Exe Domus Aurea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 34, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/99/609963f1636c75f3ac22478a81757e714ad29e16.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90373" Longitude="12.503556" StarRating="3" HotelCode="15850|55084" HotelName="Piemonte" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 32 C, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/76/de766aafa6cb62cbb363b31f9fe5f721514d76eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92576550635" Longitude="12.441793978214" StarRating="4" HotelCode="371379|26427" HotelName="Park Dei Massimi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Vincenzo Ambrosio 9, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/ef/c8efb639e7b35ee1d0c0b4977da80b05cfeb3a06.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919714580194" Longitude="12.42067694664" StarRating="4" HotelCode="31156|10068" HotelName="Pineta Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Lino Papa 35, 00167  Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d5/8ed5920adad87c89841b8024f6816b410a908687.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896750966095" Longitude="12.495558857918" StarRating="3" HotelCode="18850|20567" HotelName="Valle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 134, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/4d/154d6dcb8643d42de574ae8ad01ae1b9242815c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890047119739" Longitude="12.527254232402" StarRating="3" HotelCode="268030|63427" HotelName="Geo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Casilina 41/49, 00176 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/19/0b19d6cc1c1057d60031d5f8f069164c47f744ae.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90087161062" Longitude="12.497157454491" StarRating="2" HotelCode="909239|242347" HotelName="Hotel Touring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 2, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/f4/72f4e0767d71e8a3eff09c9284353a41d3da7177.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901915704582" Longitude="12.503334581852" StarRating="3" HotelCode="302820|2105" HotelName="Madison" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 60, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5a/f7/5af75a989954d4e8a8c94d6c00098d930172ee2a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="74.90" OriginalAmount="70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92573956363" Longitude="12.435370087624" StarRating="4" HotelCode="33056|5645" HotelName="Hotel Zone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Fusco 118, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cb/1bcb67e840a1014db4afb852a066190b6a33396f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913838725505" Longitude="12.452552318573" StarRating="2" HotelCode="192088|56311" HotelName="A Casa Boschi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Premuda 3, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/36/52368a3d6b01bab37fcd4e23400d2d822bc101e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887566402491" Longitude="12.399986386299" StarRating="4" HotelCode="335565|24692" HotelName="Holiday Inn Rome Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Km 8,400, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/de/eb/deeb3fd9d0f10eca94796322e7f8bbd77a1e50fe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873348" Longitude="12.47963" StarRating="3" HotelCode="117450|232891" HotelName="Crossroad Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni da Empoli 11, 00154 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/c5/e6c5ca3ffd0f612738be2e82944d2026a785d1e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.846324" Longitude="12.475155" StarRating="4" HotelCode="101739|37813" HotelName="Hotel Area Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Forte Ostiense 21, 00146 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/30/1a30ce885d53de019a420edc92b459caf6dfaad7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.943763219641" Longitude="12.474689930677" StarRating="4" HotelCode="36249|23879" HotelName="Grand Hotel Fleming" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Monteleone di Spoleto 20, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4b/9d4b261a9078758b4f37412fa7d42c1fbc6d5574.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898185650595" Longitude="12.501145033018" StarRating="3" HotelCode="336896|90223" HotelName="Hotel Campidoglio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 85/A, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/4a/b74a5354b47bc85944b688447251dff100b34857.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.49946" StarRating="2" HotelCode="904048|58099" HotelName="Farini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Farini 52, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9c/5d9c907be3080b5e1e3a18f0f0f7289c2a78fc58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910557" Longitude="12.44606" StarRating="3" HotelCode="25184|4077" HotelName="Pacific Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Medaglie d'Oro 51, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/4b/654b99734ad5cb798f5eddb59f94ee739628815b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.873949" Longitude="12.470049" StarRating="3" HotelCode="904339|56968" HotelName="Lungotevere Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere degli Artigiani 20, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/8b/6c8bc0bde214c426c90c4d880264516799b5d0b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.785775066641" Longitude="12.434605658055" StarRating="4" HotelCode="335579|40719" HotelName="Mercure Roma West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Eroi di Cefalonia 301, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/ec/02ec8feddf114379810ad9efb06d81b72ed7563a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891593796549" Longitude="12.426229119301" StarRating="4" HotelCode="166694|23357" HotelName="Occidental Aurelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Torre Rossa 80, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e4747d0b50b075dbabe0b7f643c2432cb02cf9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87585563" Longitude="12.51518082" StarRating="0" HotelCode="382848|233967" HotelName="Relais La Torretta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Appia 126, 00179 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/07/da075974fd9d3281b7f931ad2923b3259254923d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90464238" Longitude="12.49936159" StarRating="0" HotelCode="699615|486533" HotelName="Roman Holidays Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/62/d6625108962feb496cdf60e4a0bdfdccfcf9586f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89951026" Longitude="12.48409047" StarRating="3" HotelCode="546669|199633" HotelName="Trevi Rome Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Lucchesi 26, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2d/71/2d71990f88e0dc2b7d57d134021987647eba5a12.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.26" OriginalAmount="71.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893158081305" Longitude="12.512670440475" StarRating="3" HotelCode="47307|1446322" HotelName="Hotel Center 1&amp;2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Giolitti 433, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/10228/a_10228_A2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.879483" Longitude="12.525635" StarRating="3" HotelCode="31412|11105" HotelName="B&amp;B Hotel ROMA Tuscolana - San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Assisi 51, 00181 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/1b/481ba40ae46e71933bb98ccfe750eab4fe88d3f8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910738200397" Longitude="12.50290316526" StarRating="2.5" HotelCode="160882|49961" HotelName="Cesar Palace Bed &amp; Breakfast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 55, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/zz/3cadd0a8145947740c0e0138e9c1b611fbf7be5e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922025" Longitude="12.570419" StarRating="3" HotelCode="191667|57200" HotelName="Roma Tiburtina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ponte Mammolo 28, 00156 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/f9/63f9aa4ffe095d4514bb1af9911b0446b0edefaa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.924641688224" Longitude="12.569823906746" StarRating="3" HotelCode="117284|234368" HotelName="Urban Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Rebibbia 18/34, 00156 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/8e/7c8ec6ded86d9bba9bb199d0a260ceee5f443d0b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89954795" Longitude="12.49866269" StarRating="0" HotelCode="954158|396024" HotelName="Amici Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 44, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/07/43071916fca470b0cfc5b2bb3059e2127c402188.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892999" Longitude="12.508213" StarRating="1" HotelCode="34791|181664" HotelName="Family" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bixio 72, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/28/e228ceea0201a0a2b5557970f7925d01e05e072a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89497006263" Longitude="12.417742609978" StarRating="4" HotelCode="67446|12944" HotelName="Smooth Hotel Rome West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/17/89176e095d208981888f920cd7acfb425528dd5f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.837089647043" Longitude="12.509452700615" StarRating="3" HotelCode="58870|55436" HotelName="Orto di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 551, 00142 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f1/8af1c9b851e4deb2ced1450a41341bbb2d623097.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.852768893931" Longitude="12.496899962425" StarRating="4" HotelCode="116631|28335" HotelName="Barceló Aran Mantegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Mantegna 130, 00147 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/55/43/55437c897f173ecf1f92a578f6fde6e423741ca1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910632124885" Longitude="12.465434968472" StarRating="3" HotelCode="410273|17659" HotelName="San Valentino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 55, 00192 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/8f/918f934bcb8b0c1ed2a3f3e9716452a458405319.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900744" Longitude="12.495015" StarRating="3" HotelCode="901565|55693" HotelName="Opera Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 11, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/85/7585040316a6f61d2560a91b8d43d7affb10c59e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="78.97" OriginalAmount="73.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896823" Longitude="12.505379" StarRating="2" HotelCode="116996|3426226" HotelName="Filippo Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Turati 163, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/70/2f704d064d29c3546afcfd02db69557feb612eaf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.885286030115" Longitude="12.530813813209" StarRating="3" HotelCode="116620|21805" HotelName="Antico Acquedotto" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Villa Serventi 9a-d, 00176 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/34/c6/34c63b45c92674d3f4018cfcf17b1356786e20f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.881513" Longitude="12.484939" StarRating="2" HotelCode="191655|47625" HotelName="Aventino Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 98, 00153 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/5f/275f0f2ec7bfa49e96164442544ede843ccd9c08.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920444245559" Longitude="12.516646942258" StarRating="4" HotelCode="571462|231433" HotelName="Checkin Villa Angelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 333, 00162 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/86/65867f0386bc3a97d207b08aeddc2c5180f5704a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.962059012337" Longitude="12.478113770485" StarRating="4" HotelCode="55444|55497" HotelName="Flaminio Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Bungalow Complex,Guesthouse,Club Resort,Village,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia Nuova 821, 00189 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/20/2d2095b739f0c9824c085af41cddd6128442c2f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="764111|396443" HotelName="Free Hostels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Luzzatti 3, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/b9/b4b93ce9bf0ca893592bb26d558a15f1b29079a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899515" Longitude="12.49819" StarRating="3" HotelCode="76615|54744" HotelName="Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/83/3883b41608801dee6a987cf474eb965f2a423d63.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907691169079" Longitude="12.436950490738" StarRating="3" HotelCode="117515|200155" HotelName="Hotel &amp; Residence Magnolia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valle Aurelia 116, 00167 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/85/c08576f6a8a1d099ac14a948627fc05db38158d4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.932136" Longitude="12.378131" StarRating="3" HotelCode="73528|56097" HotelName="Selva Candida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Selva Candida 200, 00166 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/06/2c06ffa6e8f612f3e139615cdedea2240579fcad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.752976063427" Longitude="12.371789388886" StarRating="4" HotelCode="455368|56816" HotelName="Residence I Triangoli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Ermanno Wolf Ferrari 289, 00124 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a0/61a02fdddb07d6551301530fc814cc61c5eaff3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.812571345707" Longitude="12.475333925129" StarRating="4" HotelCode="31411|23881" HotelName="Warmth Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" 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,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Prezzolini 5, 00144 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/87/83870848840869c95a133b8f4e4da008bac4eb2d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="80.23" OriginalAmount="74.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.819534" Longitude="12.464662" StarRating="4" HotelCode="408887|2296333" HotelName="Hotel Shangri-La Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Algeria 141, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4e87ba7a172dee9838cbef1abdd7fb43df2f58.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.871370928522" Longitude="12.483230156174" StarRating="0" HotelCode="311181|232275" HotelName="Affittacamere Nansen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via F. Nansen 122, Zona Piramide, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/6e/aa6efbcb66f1fdc52549e81b2e1adccad50e378f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.83688" Longitude="12.51067" StarRating="3" HotelCode="143526|56089" HotelName="Antica Locanda Palmieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Grotta Perfetta 555/A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/4d/bd4da44a2732674b0c0a3eaba4869236db5bd8ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93868424" Longitude="12.42918587" StarRating="2" HotelCode="540006|62975" HotelName="Gemini Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Tenuta di San'Agata 15, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/40/c4400686a76e8094212b964f8088f584cf7cbc57.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902312" Longitude="12.503542" StarRating="3" HotelCode="47815|19068" HotelName="Hotel Corot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" 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 Marghera 15/17, Centro Storico, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/06/570660665676b127e9916d8f5917c3aa6933d0e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="341209|54936" HotelName="Hotel Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/43/03438c0efaef258d5562d0ae101fc813abb6665a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902325" Longitude="12.503566" StarRating="3" HotelCode="81591|4165" HotelName="Rimini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 17, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/b7/feb7ac4f164f75bb2d9d5ebf28fe129ddcaab45a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898103" Longitude="12.501331" StarRating="3" HotelCode="117096|50002" HotelName="Igea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97, Via Principe Amedeo, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/3e/573e2f7e610bfb37a19529ef98b314086fb75793.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="788623|493877" HotelName="Il B&amp;B Della Mamma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Forli 40, 00161 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/47/51/4751363ca26688602f102ef8010c8a36bc295ce1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896910685953" Longitude="12.448486089706" StarRating="3" HotelCode="221547|33261" HotelName="Hotel Il Cantico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottolengo 50, 00163 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/36/fa363eeeb54dbc26360913ab71c86b94d5d828bc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89712677" Longitude="12.4355543" StarRating="3" HotelCode="356959|198993" HotelName="Casa Piccole Ancelle di Cristo Re" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 325, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/04/e0041efea8ee7b84f372c3d463c4295288faa37c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900032316697" Longitude="12.493519411176" StarRating="3" HotelCode="311186|200241" HotelName="Residenza Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0d/eb0ddf6be6850c0389d5d680083d4f393f03288f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891017" Longitude="12.498674" StarRating="2.5" HotelCode="191811|233787" HotelName="Mecenate Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 79, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/c5/d9c5d2cbf88aad29b62aaf9996767cf1600ead91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900520248201" Longitude="12.496250867844" StarRating="3" HotelCode="36253|20546" HotelName="Sonya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 58, 00184 Rome, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/bb/fbbbcb5b0084e79df48a3a690f94274561a01a4a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8991874" Longitude="12.4996851" StarRating="2" HotelCode="36248|200684" HotelName="Sweet Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 47, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/f1/31f1f38b8fe4eebd410d0fb1bfca800fabc9f712.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903147" Longitude="12.47536" StarRating="2" HotelCode="119288|134572" HotelName="939 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Clementino 94, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/b4/dfb43c240d1d3adfd9e1d8ff7e7bd15a0cb06a7d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894954090177" Longitude="12.452364563942" StarRating="3" HotelCode="36265|18929" HotelName="Alessandrino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clemente Alessandrino, 9, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/44/ec44e2a47024ce2b3526d34cc93c875659021b45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902128074616" Longitude="12.504978390713" StarRating="3" HotelCode="66952|1691" HotelName="Hotel Assisi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Mille 29, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/c7/ddc740c40c052d137003a77e66097b1ceeb13bb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90257823" Longitude="12.5039404" StarRating="3" HotelCode="523307|200158" HotelName="Hotel Tito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 29, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8999948</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.32" OriginalAmount="76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.921686383011" Longitude="12.500499486923" StarRating="4" HotelCode="19043|55916" HotelName="Hotel Villa Grazioli" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria, 241, 00199 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/14/d314b356a1b330c26cd32c2ea2b645ec10e2c4d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.98" OriginalAmount="76.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892761594249" Longitude="12.511649222286" StarRating="4" HotelCode="97696|1867941" HotelName="Best Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore 51, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/00/6100b6499bd072bcab0ff0bdc2b350f5282f6fb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.19" OriginalAmount="76.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.851725994642" Longitude="12.48259305954" StarRating="4" HotelCode="35247|1099027" HotelName="BV Oly Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Santuario Regina degli Apostoli 36, 00145 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/c3/36c3e967f7ff727ebce14d49f2f941c787fe3278.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889040014898" Longitude="12.523689866066" StarRating="4" HotelCode="161124|21822" HotelName="Eurostars Roma Aeterna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 125, Piazza del Pigneto 9A, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b1/de/b1deb27db34db91b1c3e72a48dab6e23df410cfc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899927" Longitude="12.497594" StarRating="3" HotelCode="44946|2374" HotelName="San Remo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/63/6363200c3477f2cfb3ace1721d3b1be92c675b41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901098676083" Longitude="12.49531598938" StarRating="0" HotelCode="191904|232900" HotelName="Da Marta &amp; Alida all'Esquilino" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Sant' Alfonso 5, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d8/9bd826e4dc524d27551a9e8f1944465c3ae08c7d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.39" OriginalAmount="77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90801882" Longitude="12.45277619" StarRating="0" HotelCode="581412|234405" HotelName="Vaticana Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via Tunisi, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.46" OriginalAmount="77.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91020218" Longitude="12.50239796" StarRating="4" HotelCode="361237|46788355" HotelName="Hotel Des Epoques" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 31-33, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ce/50cee472890a60aa0ee0b820fdb03c445c787af8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="82.46" OriginalAmount="77.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88726817" Longitude="12.50524672" StarRating="1" HotelCode="583435|50452521" HotelName="Sangiò Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di San Giovanni in Laterano 60, 1° piano, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/c5/dbc55b21996a9b357df4d3ba2799b85f78aa81e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="83.00" OriginalAmount="77.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.915419975503" Longitude="12.498421472387" StarRating="4" HotelCode="172170|2575615" HotelName="Hotel Albani Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,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 Adda 45, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f8/df/f8df1dcb32ae4c3f4c55e4f6515ea2e647c74c22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93917737" Longitude="12.46639163" StarRating="2" HotelCode="565907|232254" HotelName="2 Passi Da" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bolsena 4, 00191 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/d8/bad88dfe3dd3815de2d12e6a9e299b6791297461.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90189364" Longitude="12.47270027" StarRating="2" HotelCode="488326|61679" HotelName="Antica Locanda dell'Orso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dell' Orso 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/00/b20082e2eff5931042500a2b9680b13f23b76b7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919962" Longitude="12.436117" StarRating="4" HotelCode="117516|40724" HotelName="Aparthotel Adagio Rome Vatican" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Damiano Chiesa 8, 00136 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d0/b0d091245742da7dd0ee7deef509394422d5cc18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907518493287" Longitude="12.458819854002" StarRating="3" HotelCode="192050|40771" HotelName="Infinity St. Peter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 34, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/a0/25a00946d32ac18c2d4c13509d9a3d2ae7ec3fae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90357958" Longitude="12.48469491" StarRating="3" HotelCode="445654|60890" HotelName="Chic &amp; Town Luxury Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei due macelli 31, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/4f/dc4f33be83ce8d2998ca8b2b0cd1c02b3f2ade83.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901181" Longitude="12.493325" StarRating="3" HotelCode="116911|232947" HotelName="Domus Livia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a0/4ea01e79584c626a09d369f7b586c2ab3fd524ca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90493521" Longitude="12.48696019" StarRating="1" HotelCode="455144|183113" HotelName="Excellence Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Purificazione 38, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c9f536d6851e8e4c199407f99f9e5e683ac347.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87229549" Longitude="12.4768034" StarRating="5" HotelCode="741571|269022" HotelName="Gasometer Urban Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Porto Fluviale 35/37, 00154 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/91/5d9148ea93f6372797c3ccf650158c7976f60570.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903339044468" Longitude="12.503373542328" StarRating="3" HotelCode="82645|250761" HotelName="Villa Delle Rose" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 5, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/f2/8bf2b4db638ffd3ae4ca9d20577add7bb3b73e57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90253125" Longitude="12.47726537" StarRating="0" HotelCode="965492|488001" HotelName="Locanda Piazza Del Parlamento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Prefetti 46, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/72/4672ab8618cac47ff84126122b833d0e888954fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890753196347" Longitude="12.499566078186" StarRating="3" HotelCode="12006|5225" HotelName="Hotel Edera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 75, Colosseo, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/c8/a2c81302b321f15df44537876086aaae47736bfb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90192848" Longitude="12.50416433" StarRating="0" HotelCode="572919|234207" HotelName="Suite Dal Conte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/f7/8cf7155faddb8734eba8b7fe326467bad1803f59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="83.46" OriginalAmount="78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900872" Longitude="12.493326" StarRating="2.5" HotelCode="141727|234449" HotelName="Welcome House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/5e/d55e4c1ebe6ccf20f1b0a9e320629b5fd10563b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="84.34" OriginalAmount="78.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903472830208" Longitude="12.502698898315" StarRating="3" HotelCode="56964|2440786" HotelName="Milani" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/24/0b/240bc1c490d23de10a9f354023452de40283fa7b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.808262" Longitude="12.447402" StarRating="4" HotelCode="95128|47637" HotelName="All Time Relais &amp; Sport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Don Pasquino Borghi 100, 00144 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ec/abec22c9c0b68715eff2d8b3599f47ae4ee9f1d7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89427601" Longitude="12.50327421" StarRating="3" HotelCode="440194|135019" HotelName="B&amp;B Drago d'Oro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 121 Int 8, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6c/156ccac1c0c35059c56b28b326ecf16c16b3d638.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88095669295" Longitude="12.507972121238" StarRating="3" HotelCode="316823|3691" HotelName="Best Western Hotel Piccadilly" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 122, 00183 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/39/a339b6af957158b130383a545c0f4520de3fe3b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86081982906" Longitude="12.549968711639" StarRating="2" HotelCode="335561|2058" HotelName="City Guest House Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Opita Oppio 76, 00174 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f5/9ff5bfd0125d718634d1b59e9921279ae46a58d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904617" Longitude="12.499339" StarRating="1" HotelCode="146428|232859" HotelName="Cressy Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 27, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/eb/17ebcbfef0ee9a93995f717c72b18737a6dc43c7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.990035110585" Longitude="12.506700754166" StarRating="3" HotelCode="56976|47706" HotelName="Eurogarden Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salita di Castel Giubileo 197, G.R.A. Uscita 7 Castel Giubileo, Zona Alberghiera, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/40/4440f6bea6cccda430c59df973f4a9350b5603c5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905781823956" Longitude="12.499556122684" StarRating="1.5" HotelCode="191858|57190" HotelName="The Place in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Macao 9, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/dd/37dd43ddf03fa28011f101589b5470d4f03bd047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="748950|493861" HotelName="The Spanish Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Ripetta 66, Spagna, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/59/f7592fe8b4cdd977b8fe0b69daa2cacc0140436a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.59" OriginalAmount="79.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89184737211" Longitude="12.438964247704" StarRating="4" HotelCode="31160|1433594" HotelName="NH Roma Villa Carpegna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pio IV, 6, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/fd/e2fd5ae18179ee7bbaaaa93bc370c764bf5cac96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899362" Longitude="12.500605" StarRating="2" HotelCode="149374|34362" HotelName="Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/9b/d49bcba41a2d36c4644a80be672d3079c2ef84aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899337289293" Longitude="12.499698641699" StarRating="2" HotelCode="189369|146327" HotelName="Hotel Demetra Capitolina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 58, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1a/531a7dcf4448afde84439fa40c797c210ccd0dd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906577499681" Longitude="12.500952213968" StarRating="1" HotelCode="338459|233135" HotelName="Hotel Il Papavero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Bar,Internet,Lounge,Meeting Room,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 50a/50, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/61/61619b00648b772efc68347ccf2a9da2481bef14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900400465116" Longitude="12.498080134392" StarRating="3" HotelCode="33092|2068" HotelName="Nizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'Azeglio 16, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/4a/ff4ac655c623235b23604e4d217cc9a1bf8dfab8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901934" Longitude="12.494389" StarRating="3" HotelCode="15674|10650" HotelName="Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 57, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/85/4e857b8319b55742a7aec949518fab92440dc069.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913611" Longitude="12.617992" StarRating="4" HotelCode="395920|28304" HotelName="Novotel Roma Est" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Noale 291, 00155 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/38/ea38f37af347e9a8729266399d8a36dd5327ffbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911445516885" Longitude="12.505306005478" StarRating="3" HotelCode="82648|24569" HotelName="Rome Garden Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 28, 00161 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/1e/801ed4621038b30c66a2247810697041d4c7eaff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.05" OriginalAmount="80.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894067612768" Longitude="12.503181695938" StarRating="3" HotelCode="15434|1775210" HotelName="Orazia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/34/26/3426b4a78c3d437b2befb107e03cc9f277012367.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.09" OriginalAmount="80.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898128" Longitude="12.50117" StarRating="3" HotelCode="496288|77844227" HotelName="Hotel Maryelen 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 87B, (not 85/A), 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb196c97b532acee6fa04371b6838dde6911ba9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="86.34" OriginalAmount="80.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905189" Longitude="12.50502" StarRating="4" HotelCode="56965|1314549" HotelName="Hotel Villafranca" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 9, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3f/6d3f40cac0667ec634e8399e65c4b4acbea09441.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86931512" Longitude="12.44321465" StarRating="3" HotelCode="440321|58743" HotelName="Aida Charming Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Colli Portuensi 226, Gianicolense, 00151 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7aebe59e894c2f1709c5a27331fa54e896609.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901440574074" Longitude="12.504117786884" StarRating="4" HotelCode="58347|29473" HotelName="Aphrodite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/1a/091a619aa464de9b1c2267990a7003dfcd10c7e4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="42.009358811291" Longitude="12.379022514847" StarRating="3" HotelCode="116784|146038" HotelName="Hotel Cassia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 1736, 00123 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/b4/94b414434c51ab46189d935a8f173d525a535737.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912633150394" Longitude="12.439581155777" StarRating="4" HotelCode="29491|15368" HotelName="Grand Hotel Tiberio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lattanzio 51, 00136 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/5c/965c27986c620b71c3e0fab0736d35a017beb1a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89331997" Longitude="12.51136692" StarRating="3" HotelCode="958323|424487" HotelName="Hotel Balilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Balilla 1, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/34/b7343835a64ccc7d90c022668587e52df4dbfce4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.865254" Longitude="12.496335" StarRating="3" HotelCode="37856|13086" HotelName="Caravel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cristoforo Colombo 124/c, 00147 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/19/d0197e453dc9d5eb757c6da4b7246e4db0e94221.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90902720816" Longitude="12.590922597676" StarRating="4" HotelCode="146954|56407" HotelName="Domidea" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Raffaele Costi 17/21, 00155 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/9e/409ec02f7aafbba5d7aa9175eaa55bdb239dae8a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89382" Longitude="12.503897" StarRating="4" HotelCode="15067|55216" HotelName="Napoleon" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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>Piazza Vittorio Emanuele II, 105, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/39/05399e5d0ba075e547450c4be28130ea2048a4fa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9315558" Longitude="12.5274399" StarRating="3" HotelCode="169164|21018" HotelName="ibis Styles Roma Art Noba Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana, 543/547, 00141 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/f8/09f8f83c402f08da41b2dd0ea354ed2fda8876c3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896351664705" Longitude="12.424670755863" StarRating="4" HotelCode="36262|21818" HotelName="The Church Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 481, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/34/af34d93485c4b55a26b3d2ea34b0301439329039.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.67" OriginalAmount="81.93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900175" Longitude="12.498343" StarRating="3" HotelCode="12812|1214276" HotelName="Giglio dell'Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/89/a889b4c8858ba47193473d8db91814dd279ea884.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9090895" Longitude="12.4570354" StarRating="3" HotelCode="268043|242312" HotelName="Amor B-B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 183, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/47/41472f6c38d017fa2d054fea63fecd203b13313a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89937144" Longitude="12.50069803" StarRating="2" HotelCode="470293|56993" HotelName="Albergo Casali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Elevator,Internet,Limousine Service,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 3 Piano, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/bc/b9bc0c8f8f5c3201979f4f5db49b46b718b44bd7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90142193" Longitude="12.50399799" StarRating="0" HotelCode="946278|233113" HotelName="Hotel Agorà Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 80, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/61/3a613b170ca20f5695578bc1f51204c82c1eddc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900316969311" Longitude="12.469406705522" StarRating="2" HotelCode="619343|57039" HotelName="Luxury Navona" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Simone 73, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/14/4e14465f7307a8af7f58e26baa2b581b7aa823d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890486859207" Longitude="12.507297008598" StarRating="3" HotelCode="400337|200550" HotelName="Roma Resort Colosseum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 100, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/05/7f05a032f07343035221ab4ef3983be9114220e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.74" OriginalAmount="82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910522956775" Longitude="12.465639728836" StarRating="3" HotelCode="116718|40733" HotelName="The B Place" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Massage Centre,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 239, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/08/ae089e345433e9c83ba250fd7fd2058dbec6889b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="87.98" OriginalAmount="82.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904433" Longitude="12.500197" StarRating="3" HotelCode="95135|WOE" HotelName="Hotel Windrose" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 39</AddressLine>
          </AddressLines>
          <PostalCode>064821943</PostalCode>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/7e/7e79a905e2a3e77e568198c98768640a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="88.35" OriginalAmount="82.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916665816885" Longitude="12.556366154419" StarRating="3" HotelCode="467292|18349775" HotelName="Camplus Guest Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Cottanello 12, 00158 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/zz/06ad0c8a51ecae71e32a337ba2627bca5e723613.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91323065621" Longitude="12.459423364418" StarRating="2" HotelCode="266877|134717" HotelName="Alessandro a San Pietro BB" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Airport Transfer (on Demand)">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 44, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.881443126075" Longitude="12.518750906853" StarRating="4" HotelCode="92610|31781" HotelName="Best Western CineMusic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 128, 00182 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b4/cab4290d9ae5218935cd168cea73d6dcad12c93c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893173" Longitude="12.473901" StarRating="2" HotelCode="146964|56262" HotelName="Domus Ester Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Salvatore in Campo 38, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/42/5d4212d8a5c26828a79609c3835ed67b8781390a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903274539703" Longitude="12.506438213902" StarRating="2" HotelCode="934017|58150" HotelName="Hotel Ventura" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 88, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/96/83964c6c0b87d6eb4e49ec1f6c064d63312c3eb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="784036|488915" HotelName="CF Rome Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Michelangelo 9</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/70/6e7084f82e28a7c80983f228f9d15655c2961f70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894302685371" Longitude="12.503329373016" StarRating="1" HotelCode="173907|29735" HotelName="Hotel Rome Love" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio 121, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/a6/bea628da86d74bfd370ecd1ab399be5b89686e34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.880602008696" Longitude="12.484830028242" StarRating="1" HotelCode="314263|58421" HotelName="The Corner Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Aventino 121, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/cb/b8cb0e7ab11b561eb14c3026c6a5b823145e7023.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.20" OriginalAmount="83.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.500249" StarRating="2" HotelCode="36255|2286731" HotelName="Domus Mea Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calatafimi 31, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/c8/adc804757c581c5dda33ce87ef1e7a5fa4e31fb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="89.70" OriginalAmount="83.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.830216685714" Longitude="12.4569735" StarRating="4" HotelCode="244309|1524111" HotelName="Ibis Styles Roma Eur" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Egeo 133, Via Massimiliano Massimo 15, 00144 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/2d/512d674487ac438a2a582e42a5540e9ad024c7b4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907938376028" Longitude="12.519307136536" StarRating="3" HotelCode="26979|2066" HotelName="Athena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ercole Pasquali, 3, 00162 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/a2/6aa2b8987e58c57c1fa26e1332fd2644e8436426.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905846518028" Longitude="12.500876789987" StarRating="3" HotelCode="387682|12622" HotelName="Hotel Camelia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goito 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/e8/12e8f6b61c98d4039255f901f24d28e04c1570e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9009847" Longitude="12.4937637" StarRating="3" HotelCode="164294|32837" HotelName="Cortina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/82/6282833abcfd93658a2140b58e91edfa69ccbae3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912748" Longitude="12.453225" StarRating="4" HotelCode="335587|28291" HotelName="Hotel Franklin Feel The Sound" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>via rodi, 29, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/b7/27b764a018f67b3ece3db7b498ee5c2e09b560a5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882478" Longitude="12.47048" StarRating="4" HotelCode="16760|3737" HotelName="Hotel Ripa Roma" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orti Di Trastevere 3, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/de/acdede1c66c1d9ae7178f55820063ee9456c05e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896462" Longitude="12.500566" StarRating="1" HotelCode="186252|29734" HotelName="Portafortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 31, 1° Piano, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90039303476" Longitude="12.471365671821" StarRating="2" HotelCode="383824|58527" HotelName="Relais Arco della Pace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Pace 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/01/330120255c56a29b0e76f47353d3edef5d45a4dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.81553965158" Longitude="12.409191727638" StarRating="4" HotelCode="335591|10424" HotelName="Sheraton Parco de' Medici Rome Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Salvatore Rebecchini 39, Rom 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/30/5730def0993989737e41e35f74421e6b4aa5cd1d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90888065" Longitude="12.43542705" StarRating="3" HotelCode="547835|200711" HotelName="The Bricks Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi 16, 00167 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/47/0447fe908d10b39d1e2e725902050f054bcd5b66.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916106" Longitude="12.469073" StarRating="4" HotelCode="26982|1952" HotelName="Donna Laura Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 21, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/29/b12968022e4c3903360cc190bcf90f65808b0380.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907172" Longitude="12.458763" StarRating="1" HotelCode="77729|57342" HotelName="Les Chambres d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 32, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899272042011" Longitude="12.500662368398" StarRating="3" HotelCode="63212|447" HotelName="Hotel Tex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 97, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1f/f51f337cd394175ba31867d530d0e5e84b422a6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895521" Longitude="12.498191" StarRating="3" HotelCode="82470|47635" HotelName="Tirreno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Martino Ai Monti 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/8b/2e8bfc3b69812ea689c00f9153445a327febc616.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.864018" Longitude="12.672871" StarRating="2" HotelCode="191575|233275" HotelName="Hotel Vitti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1805/P, 00132 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b6/bab6f93aad8509a7fc6118630e7a0366672afd5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91081463" Longitude="12.50515149" StarRating="0" HotelCode="519948|234439" HotelName="House Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Villini 10, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/cf/43cf142c9f3ac6915b1ec473f6969aff55a2fb43.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907880567937" Longitude="12.461889401809" StarRating="2" HotelCode="385180|58045" HotelName="Residenza Dei Gracchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 84, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7b/807bd50f9c7fa5cb5a9049b962e50ef82d588f45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89966916" Longitude="12.50044252" StarRating="3" HotelCode="549039|199408" HotelName="Roma Resort Termini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 46-64, 00185 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/e1/41e1721f12245144d353c0a68454b61cc71b076b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903531" Longitude="12.505315" StarRating="4" HotelCode="16972|55221" HotelName="Royal Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 51, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e2/9b/e29ba2d7df756df9d395ef57e5186584f0de0658.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="91.54" OriginalAmount="85.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901096988972" Longitude="12.493124118792" StarRating="3" HotelCode="|RGVV" HotelName="Regina Giovanna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/454430/19086006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908881550379" Longitude="12.435272186995" StarRating="3" HotelCode="909248|20100" HotelName="Aurelia Vatican" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Laterizi, 20, 00167 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/39/7d3998703e365deb99c6b961466a88e4414408d4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899740586127" Longitude="12.498142375005" StarRating="2" HotelCode="470750|172761" HotelName="Hotel Altavilla 9" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9a, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/68/de68c34c48f41ab131123dfedeb22a80d3c94518.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90774674525" Longitude="12.488300800324" StarRating="3" HotelCode="37648|13219" HotelName="Garda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/fd/3afd62c4e647b58aa1596539d746d807cd88181b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904089681012" Longitude="12.486959695816" StarRating="3" HotelCode="259404|23355" HotelName="King" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina, 131, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/1d/101d6ef6e666503f176e1073b37086c02bbe3236.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897374" Longitude="12.4967" StarRating="3" HotelCode="50843|480" HotelName="Verona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maggiore 154, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/a3/2aa37f7f21d135d2fa66bca8c4db579b9a81ceec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903591" Longitude="12.502377" StarRating="4" HotelCode="260698|37460" HotelName="Smart" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.za Indipendenza, Via Magenta 2, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/zz/c0ad12012e2661fbbae07f47c6d3d8ae0f9504a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911427132116" Longitude="12.539720451937" StarRating="2" HotelCode="191670|57076" HotelName="Suites Roma Tiburtina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Cave Di Pietralata 36, Roma, Roma 00157</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/eb/cfeb197ffe8e78794592b992a84166579520793a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.96983276" Longitude="12.43618994" StarRating="0" HotelCode="579505|234436" HotelName="Villa Wilson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassia 878, 00189 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/ac/f5aca4af633086c34167bbace422af525e157df9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.872100407698" Longitude="12.480830848217" StarRating="4" HotelCode="33473|1976" HotelName="Abitart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Matteucci 10-20, 00154 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/5b/0c5b9b35bad44ced4cac0e4eefbcfa735394209b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89563497" Longitude="12.50259185" StarRating="0" HotelCode="936843|396081" HotelName="Bless &amp; B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 30, 00185 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90488658" Longitude="12.47818918" StarRating="0" HotelCode="574390|232784" HotelName="Charme &amp; Chic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Leoncino 36, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/42/0c4256782292cd0a9c60e8e3495e14186677f5fb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9142272" Longitude="12.52201457" StarRating="0" HotelCode="576479|232792" HotelName="Cinque Sogni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Livorno 6, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/30/e030531243b2c1c717632fe16abff4008c7138d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90567449" Longitude="12.47203746" StarRating="0" HotelCode="584022|232800" HotelName="Clementi 18 Suites Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 18, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/24/6824a872212d6b69fc6cd5406b93481e8ac21d01.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="979946|408577" HotelName="Courtyard Rome Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, Piano Terra, Vaticano Prati, 00193 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/d0/e7d0e0b237261f6dea1ffb0b0f6042fe7df85be4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896833" Longitude="12.450771" StarRating="3" HotelCode="904050|25002" HotelName="Gravina San Pietro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cava Aurelia 17, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/5d/835d31e418bb5581f39e1673e24e65f839d52b6b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893261" Longitude="12.50105" StarRating="1" HotelCode="117923|15901" HotelName="Merulana Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana N°240, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f3/6bf325c5bc0f98a1644f7c286ba504537be6b5aa.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91547987" Longitude="12.45349705" StarRating="0" HotelCode="572400|233812" HotelName="Moonlight Inn Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Clodio 22, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ce/a0ce996a5bf1254513db510c1b504a2407b6e358.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91321047" Longitude="12.46943867" StarRating="3" HotelCode="690383|276295" HotelName="Prima Guest House Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Parking,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Michelangelo 9, primo piano, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d1/2cd171526038c8004c62e70ad70cf41b512ed5a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91388829" Longitude="12.52198855" StarRating="0" HotelCode="574319|234154" HotelName="Sensation House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Michele Di Lando 3, 00162 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6f/4e6f59cb3afa3a2b2e4cde00a3d14c0fefef4eb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87131477" Longitude="12.47923949" StarRating="0" HotelCode="743055|283727" HotelName="Smoorooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gazometro 28, Eur &amp; Garbatella, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/82/3882d04c11dfc0e850b366c20ca66c8d34a78908.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9024258" Longitude="12.494642" StarRating="3.5" HotelCode="165032|56307" HotelName="Suitedreams" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/26/37266150cc5ff0da77baaa8438405a3d3787c990.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.09" OriginalAmount="87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90850642" Longitude="12.46455758" StarRating="0" HotelCode="547671|199645" HotelName="Vatican Grand Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 130, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/db/25/db25925a0063915bdf5647ff43adc5992eaf12a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900430410909" Longitude="12.497768998146" StarRating="4" HotelCode="21168|5226" HotelName="Hotel Torino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 8, Santa Maria Maggiore, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7b/5b/7b5b28bf5dbd661e25a4f40d09f844eedb9b8956.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90745175" Longitude="12.46695545" StarRating="0" HotelCode="581292|234406" HotelName="Vaticana Residenza Ottaviani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>via Plinio 7, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/93/bb938aed4b695189970d416607e11ff6b489b1b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="94.40" OriginalAmount="88.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907435344009" Longitude="12.497463226318" StarRating="3" HotelCode="25186|1200999" HotelName="Medici" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia, 96, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c8/4c/c84ce208887fcc4b4403f33afbdf7e62bbca4b32.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906812108787" Longitude="12.478077875378" StarRating="3" HotelCode="89613|56004" HotelName="Hotel del Corso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 79, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/da/3bdad00a05b6752c9a5af376ad65cba8a5533ea2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89074" Longitude="12.51267" StarRating="4" HotelCode="335557|55070" HotelName="Emona Aquaeductus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Statilia, 23, 00185 Rom, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/8b/638b2e649fd1e30e0ed99e2db840f90ef911ada1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8680069" Longitude="12.58790195" StarRating="3" HotelCode="455622|56462" HotelName="Hotel Santa Maura" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Casilina 1038, 00169 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/18/1818ef39ae20ccbdd0d799373ceb2a1d2d4c6084.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87497" Longitude="12.39414" StarRating="4" HotelCode="32618|30444" HotelName="Hotel The Brand Roma" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Aldobrandeschi 295, 00163 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/0f/2b0fa60161f27c6c0a499e0274373e2b96b40092.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897283" Longitude="12.51376" StarRating="3" HotelCode="80111|55189" HotelName="Laurentia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo degli Osci, 63, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/bf/aabfd42fede58a6d06b169e1b8b2dde46e233a38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893907986359" Longitude="12.502918775463" StarRating="2" HotelCode="610375|233477" HotelName="Lucky Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/f3/75f3faac3f57d0ebd8e99bb64bf6ac6af6e6de18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899802" Longitude="12.498195" StarRating="2" HotelCode="151821|36538" HotelName="Marcantonio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/13/0c1364f3ece2f59b5cfa6980737a167045777db7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.929823196244" Longitude="12.523493172757" StarRating="0" HotelCode="386387|233801" HotelName="Moai Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Scirè 14, 00199 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/a3/28a3c2dc9ab2858e412062a68b5cef18deac87bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.822139973142" Longitude="12.412242885096" StarRating="3" HotelCode="935448|435241" HotelName="Parco de Medici Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Giulio Viola 19, 00148 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/2f/392f998a50dc4eee54a0b72e6def7f82f3e8d91a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.73539" Longitude="12.262871" StarRating="1" HotelCode="191563|234004" HotelName="San Francesco Rifugio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Santabarbara 28, 00121 Lido di Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1a/3c1acaa56349d662d79b9e618d40ffd43cc247b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.878609" Longitude="12.47895" StarRating="2" HotelCode="161131|21823" HotelName="Hotel Santa Prisca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Manlio Gelsomini 25, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/af/daaf12096a55409e456bdd0802d9f25befe04494.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903383" Longitude="12.50263" StarRating="3" HotelCode="66055|40746" HotelName="Yes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Nightclub,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 15, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/e7/52e79626ef507bf446642aa6e39647609293862d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.87" OriginalAmount="89.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893341" Longitude="12.47507" StarRating="4" HotelCode="117217|1279602" HotelName="Locanda Cairoli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Benedetto Cairoli 2, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/07/43071916fca470b0cfc5b2bb3059e2127c402188.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="95.93" OriginalAmount="89.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895154" Longitude="12.508577" StarRating="3" HotelCode="36267|5587311" HotelName="Caracciolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cairoli 86/88, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/84/e8843fab7090fef18e18e49d67eb22fcb12b4050.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.00" OriginalAmount="89.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901031320172" Longitude="12.498300075531" StarRating="3" HotelCode="15196|1628549" HotelName="Hotel Nord Nuova Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 3, 00185 Roma, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/87/876a9dadcbbf558a/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901843" Longitude="12.474306" StarRating="2.5" HotelCode="161130|62885" HotelName="Antica Dimora Dell'Orso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dell'Orso, 55, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/5c/755ccd50ef492181904f3100056dc2cf2e2edd1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896479" Longitude="12.470511" StarRating="3" HotelCode="145021|56501" HotelName="Residenza Bollo Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Bollo 4, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f1/6af1dbca674052a10eb2f5fceefb4c24430b381d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891946" Longitude="12.51435" StarRating="4" HotelCode="89607|55612" HotelName="Latinum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Portamaggiore 11, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6d/736ddafb14ff3c3cda48ca40aaa3f35b9200e859.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895577012887" Longitude="12.51687169075" StarRating="3" HotelCode="95119|55877" HotelName="Villa S. Lorenzo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Liguri 7, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/2c/db2c383617dcdabecb3c583feef896d3b74c17a1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88568461" Longitude="12.51293544" StarRating="3" HotelCode="782530|321417" HotelName="Isabel Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pozzuoli 7, San Giovanni, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/a5/d5a55d0e0e11aaf21a382c4f4008743a62cffb29.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902321437064" Longitude="12.490332616845" StarRating="3" HotelCode="95114|24664" HotelName="Hotel 2000 Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontane 16, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/c4/93c4283d11f34e7ce5ed766c235dbbaefbeeeb58.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896648832262" Longitude="12.494520267581" StarRating="3" HotelCode="404436|199311" HotelName="Relais Monti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 20, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/f2/05f23a6ad448e901d3ca343575a7cde466513027.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920594714284" Longitude="12.518408596516" StarRating="3" HotelCode="17613|2889" HotelName="Hotel Santa Costanza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXI Aprile, 4, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/92/a0924b66ed7097ad3441b65ec0b7c077b49f243c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90948342432" Longitude="12.468803034337" StarRating="2" HotelCode="317708|62729" HotelName="Suites Farnese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 8, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/13/e7138674d2759b9864c5cdd5ad06e5a4085883dc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90988618775" Longitude="12.45225035582" StarRating="3" HotelCode="128394|58282" HotelName="B&amp;B Vatican Holiday" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 30/11/2025" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Doria 36, 00192 Roma, Viale Giulio Cesare 183, Lazio, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/20/2f20f9f0ae60d28aea5d127c4a0dd48dd4d279ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91515651" Longitude="12.45366682" StarRating="3" HotelCode="953087|200775" HotelName="Vaticano Julia Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giuliana 113, 00195 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/d9/4fd9b1c7bc43cad468b16abdd6b8c38b2ca4ec6c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="96.80" OriginalAmount="90.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898497623102" Longitude="12.502158357672" StarRating="3" HotelCode="259324|1886468" HotelName="The Kennedy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 62-64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/7e/1f7eb5f30433b7da0ce0e79b3b77144d2c600518.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.991901" Longitude="12.400597" StarRating="3" HotelCode="260863|211127" HotelName="Resort La Rocchetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Galli 41, 00123 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/cb/32cb9da748e7ddb3c8377324fda42f5248cb516e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.949426859278" Longitude="12.454644441605" StarRating="4" HotelCode="58704|22044" HotelName="Hotel Villa Maria Regina" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Camilluccia 687, 00135 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/1f/d01f3f92550f8ae064a5bfa3fa4d19362b395873.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="97.69" OriginalAmount="91.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888836" Longitude="12.425739" StarRating="4" HotelCode="50754|1163517" HotelName="Crowne Plaza St. Peter's" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia Antica 415, P.O.Box 9076, 00165 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/29/9e299dcb89ad764e41d7fa23f31a88bb79eea9b6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.923396692989" Longitude="12.468704581261" StarRating="3" HotelCode="10877|55155" HotelName="Best Western Astrid" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Antonio Sarti 4, 00196 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/aa/45aa22b693e2a210caead27dac108ca77a630342.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904303104104" Longitude="12.485674547623" StarRating="2" HotelCode="78912|31056" HotelName="Elite" Meals="ROOM ONLY" 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>Via Francesco Crispi 49, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/cb/3acbb5f8227714337c643b78ef987d0425f352a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900811719436" Longitude="12.49819278717" StarRating="4" HotelCode="42678|21826" HotelName="Welcome Piram" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanna Amendola 7, 00185 Rome, Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/a0/eda00960e81e6492d21749966e1bc828f3200681.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900193" Longitude="12.495371" StarRating="3" HotelCode="36245|10820" HotelName="Lirico" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale, 31, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/e5/44e5ecae5c0973666474b657364265eab61a56f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90011317" Longitude="12.43617338" StarRating="3" HotelCode="547560|199028" HotelName="Le Coq Rooms&amp;Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Girolamo Vitelli 10, 00167 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c7/07/c7079d095bdd2b0e414a839aab0ae5abdf32d2e0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902297" Longitude="12.503821" StarRating="3" HotelCode="386927|15496" HotelName="Marco Polo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magenta 39, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/cf/7ccfb3310972631318f5ad253026d05e359bdb4c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.788008990012" Longitude="12.516211867332" StarRating="3" HotelCode="59293|39729" HotelName="Marini Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Village,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Castel Di Leva 258, 00134 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/b7/88b7c50dbdab226f9c07514162e33fe240464254.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906093905916" Longitude="12.459735274315" StarRating="4" HotelCode="76332|31447" HotelName="Orange Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 86, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/fd/f6fdb73f9d380a0485353d35d9dfd718cc19f927.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903793" Longitude="12.48494" StarRating="3" HotelCode="78514|20375" HotelName="Hotel Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Capo Le Case 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/6c/906c92149fabb1e52358e0bc7e1c5eecf3e5a0a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905182630181" Longitude="12.505252361298" StarRating="3" HotelCode="335553|40736" HotelName="Hotel Des Artistes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Villafranca 20, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/92/bf924b1c29365f5bf50c173455d28631e9a027f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908575145001" Longitude="12.487506866455" StarRating="4" HotelCode="39689|2101" HotelName="Hotel Eliseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 30, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/d5/13d5490d87401826d78e281b9208b84cd5cb6b7f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912221972218" Longitude="12.518625855446" StarRating="3" HotelCode="336628|31058" HotelName="Mercure Roma Piazza Bologna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Reggio Calabria 54, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/91/dc/91dcfa772f74045db5c801ae9d33dd30b7ce6668.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87924187" Longitude="12.47479807" StarRating="0" HotelCode="571055|234161" HotelName="Seven Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Zabaglia 11, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/69/a7693c2f507c654139761fb2957f6fca1a0192ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882274100898" Longitude="12.515693209691" StarRating="1" HotelCode="305757|403189" HotelName="B&amp;B King Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pinerolo 2, 00182 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/9e/079e36a42d983b70bea85e7eedf80c1d1fbe3fe4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.76" OriginalAmount="93.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900346021298" Longitude="12.484156065047" StarRating="3" HotelCode="18726|1035980" HotelName="Trevi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Babuccio 20/21, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ca/2e/ca2e6de424f857d2e68d8f993598e2d3162467d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="99.98" OriginalAmount="93.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899027" Longitude="12.500262" StarRating="3" HotelCode="15280|1126177" HotelName="Hotel Milo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Principe Amadeo 76, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/48/b848c1d453ac032d9802585ab0d7071c0866172e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.884116" Longitude="12.519509" StarRating="2" HotelCode="191752|56266" HotelName="A Vinicius et Mita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pistoia 21, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/d0/7bd008794b6acf6d9c6b8a8f9f1c55fc6b7f264f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90237067" Longitude="12.49400918" StarRating="0" HotelCode="975300|371536" HotelName="Elide Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 47, Gara Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/0e/5d0e21a71e0b5c92ac675c903df1c54c0241edaf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89593344" Longitude="12.44347362" StarRating="0" HotelCode="579275|233041" HotelName="Gregori Guest House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio Vii 295, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/c0/30c0a17f45f78188c41d57da151b82c6cf8f1523.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89487643" Longitude="12.47699486" StarRating="0" HotelCode="542770|233067" HotelName="History Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/04/c804930c18f744763e59c4ea16808404ded6ad4f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89996192" Longitude="12.49356289" StarRating="1" HotelCode="355099|58318" HotelName="Hotel Mosaic Central Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 5 Int. 4-6, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2f/882f65a186787c9ef3681defe629ddd7fc92ddbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909203" Longitude="12.45639" StarRating="3" HotelCode="117102|31791" HotelName="Il Gattopardo Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare, 94, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/df/1ddfcf6153a46775eac6496fe9d5d037fde688a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.773085" Longitude="12.238651" StarRating="4" HotelCode="55916|26098" HotelName="Mercure Rome Leonardo da Vinci Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Portuense 2470, Fiumicino, 00054 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9a/e09af3e6a9aee2a18067b1f465953cf303210598.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894801" Longitude="12.490078" StarRating="4" HotelCode="297158|57792" HotelName="iRooms Forum &amp; Colosseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baccina 45, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/55/3355df3d69833f7ece114c756fc7dd4456801273.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="2" HotelCode="146962|176723" HotelName="Domus Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Universita 25, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/bf/99bf03c9dd5cf04df928f90e84b19433a1776803.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87415173" Longitude="12.46738659" StarRating="0" HotelCode="973359|396488" HotelName="Hospitales del Pellegrino - Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Rolli 30, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d5/87d5380979bced6b7b6de37690e16ae05737a369.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447453|200525" HotelName="Residenza Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4062787</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908722858527" Longitude="12.493466734886" StarRating="4" HotelCode="18891|28332" HotelName="Veneto Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 63, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/18/2c1875058789108419ef702563775b755d7e3dd2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4" HotelCode="803707|362072" HotelName="Hotel San Giovanni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Pets allowed,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Licia 7, 00183 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/c4/2bc4fafac381a341ea31b5c54d125c061d847332.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.65" OriginalAmount="95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900823" Longitude="12.472787" StarRating="4" HotelCode="191572|57303" HotelName="Suite Art Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ea/f6ea7173b0480435dbf62016473b2e1a66c122df.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.71" OriginalAmount="95.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901356727147" Longitude="12.494335770607" StarRating="5" HotelCode="58629|1062513" HotelName="La Griffe Roma - MGallery by Sofitel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" 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>Via Nazionale 13, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/bd/e9bd13fa56176c39261f12392c10f066f00020ce.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882166" Longitude="12.521159" StarRating="2" HotelCode="580900|232914" HotelName="Damiani &amp; Sister Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Remo 12, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8e/808efead5026dfe90b03355a3dca6a60cc330875.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907787878835" Longitude="12.488173902495" StarRating="2.5" HotelCode="316819|58115" HotelName="DG Prestige Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 30, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/e9/cfe94bda688722dcb223586d0986102b494c2d42.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.847219" Longitude="12.475461" StarRating="0" HotelCode="191613|396448" HotelName="Giornate Romane - B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Viale Guglielmo Marconi,  881, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/e4/f8e452f73d823502bcca378479a3f1689c0f92cc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920728" Longitude="12.513898" StarRating="3" HotelCode="26712|7242" HotelName="Mercure Roma Corso Trieste" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gradisca 29, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/06/fb0601a3c37e5b6e49aaf8295f7eb4ea3c0234c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90178" Longitude="12.50395" StarRating="2" HotelCode="417079|408754" HotelName="Hotel Suite Caesar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/69/63691651fe83679ce27e6da4cd9ab98c804f49d3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907471274999" Longitude="12.497549057007" StarRating="2" HotelCode="365238|211177" HotelName="Louisiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/16/e516d0a34a9b6f1ad5b1322bc27dd5ae2241fd15.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905759" Longitude="12.461434" StarRating="2" HotelCode="152604|146459" HotelName="Hotel Prati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 89, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/83/c583ceef57606951336967d77b5f375f5488e469.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90822719" Longitude="12.49753226" StarRating="3" HotelCode="484968|200556" HotelName="Roma Collina Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via collina 24, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/01/1701cda04a4a899b263e576c0c7accca66f6a3d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90679826" Longitude="12.45669181" StarRating="0" HotelCode="573082|232305" HotelName="Allegra's House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 12, Lazio, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e4/58/e458c3a88d807f57e2a2ace399e016222895d429.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90604" Longitude="12.461092" StarRating="4" HotelCode="10481|2879" HotelName="Atlante Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Crescenzio 78, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/fc/b1fc4c8946716a3f8a9a2016f6bc81472f6d51f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.77077828" Longitude="12.30900312" StarRating="0" HotelCode="710212|396447" HotelName="Gens Mundi B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Gatti 60, 00119 Ostia Antica, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3f/3d3f5a03929ea0c2a56d093462fb195b61b2b01c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911441" Longitude="12.499978" StarRating="4" HotelCode="12776|2102" HotelName="c-hotels Fiume" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Brescia 5, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb685bb33407767e73e68434344f7c70a4ce4c29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.746662" Longitude="12.357665" StarRating="3" HotelCode="148214|176620" HotelName="Hotel Giulietta e Romeo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Eraclito di Efeso 23, Frazione Casal Palocco, 00124 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4d/204d7d5a2d94da9cff2a6e4df09dad1f9121aaad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898865225352" Longitude="12.462503314018" StarRating="4" HotelCode="191715|55870" HotelName="La Rovere" 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>Vicolo di Sant'Onofrio 4, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/ec/c9ec71965d1a64c4cdd442132b405be749155d22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900951" Longitude="12.493739" StarRating="3" HotelCode="117263|5230" HotelName="Martini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 18, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/a7/42a7eacb30894bb739d5ee85b13d7d4c4f4a242a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913846935467" Longitude="12.464416915344" StarRating="3" HotelCode="116993|56252" HotelName="Ferrari HOME" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ferrari 11, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e1/bae1472c8a096a35ebe519fe201d2ac8a1e601e7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890565507381" Longitude="12.511823773384" StarRating="3" HotelCode="11074|5223" HotelName="Hotel Bled" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Croce In Gerusalemme 40, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/51/ac/51ac120b77bdc9901c8a22ae3e3e3f39d686d81b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="104.61" OriginalAmount="97.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922728140871" Longitude="12.483177781105" StarRating="4" HotelCode="16837|1065846" HotelName="Best Western Hotel Rivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Taramelli 7, 00197 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/79/2e79ddde1e1bef11b35e2d7e28099101463950a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899592921623" Longitude="12.495860606432" StarRating="3" HotelCode="49104|30792" HotelName="Corona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli, 3, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/74/29747a887842e444df2d16ece80363d8423397c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90117974" Longitude="12.50430652" StarRating="1" HotelCode="413084|176116" HotelName="Hotel Ciao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Elevator,Internet,Off-Site Parking,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Marsala 96b, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afba941f81b4b8f6d38fe00613c480ce395c5b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="980613|492182" HotelName="Casa Bacciarini" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Telesio 4a, 00195 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/2d/ee2d532cf3230f984a8a4157bfaead12d1632bf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906193716268" Longitude="12.480844259262" StarRating="3" HotelCode="909275|55983" HotelName="Piazza di Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de Fiori, 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/be/3fbe2fac82d62c56264a0d2af411aa78ddf566c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.493213" StarRating="3" HotelCode="117246|496742" HotelName="Luxor" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 104, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/4f/f44faa10bc62fb54504df8e26602843dfba1198e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900909541675" Longitude="12.49340236187" StarRating="3" HotelCode="36260|23091" HotelName="Miami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 230, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/da/97daf5c83629335e8619fa0025ce0359cd3dd859.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9103913" Longitude="12.52792546" StarRating="0" HotelCode="581604|233976" HotelName="Relais Tiburtina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Teodorico 22, 00162 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/d2/77d2d2c5165d5dbb0764b6b9588eeb4861137bb3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89757965" Longitude="12.45156946" StarRating="0" HotelCode="959631|490156" HotelName="Residenza Gregorio VII" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Monte Del Gallo 11, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/aa/f0aaeefc5f6e55e539fa05a3f62c9aae3d411f29.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903539" Longitude="12.508931" StarRating="3" HotelCode="447454|199591" HotelName="Suite Castrense" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dell'Università 25, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=4036463</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.879935" Longitude="12.521441" StarRating="3" HotelCode="255917|44789" HotelName="Tuscolana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Tuscolana 185, 00182 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/01/ca01af690fb7db345abdb9bb8f1e8dd73c4e4c03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="105.16" OriginalAmount="98.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903055604117" Longitude="12.505314052105" StarRating="4" HotelCode="57876|1314131" HotelName="Classic Rome Europa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varese 26, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/42/1b429e59260d36587707691808d1be88423c644e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.875541" Longitude="12.465469" StarRating="3" HotelCode="191643|232606" HotelName="Trastevere B&amp;B Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 248, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/89/60893c7d1f0a8eafe6f2ee65cc56285f3c75dd4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919633" Longitude="12.518097" StarRating="4" HotelCode="401865|40739" HotelName="Hotel Principe Torlonia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Fea 5, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/1c/201cbf62ac45c01a1403d06e46b0d41708e7165b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897257237526" Longitude="12.48187649271" StarRating="3" HotelCode="344421|63129" HotelName="Hotel Trecento" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 300, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/12/c012cf5c8801c96a40202db4f5bd89e7665df730.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89916349" Longitude="12.4707136" StarRating="0" HotelCode="738015|283643" HotelName="Navona Charme Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fossa 15, Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/88/ab88a91626123f9ea77f59bb59239053c845ef62.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905838" Longitude="12.467183" StarRating="2.5" HotelCode="152407|56121" HotelName="Piccolo Imperiale" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 31, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/36/df3648d02627eec41efbc13ef8094bc834dd1434.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901173094514" Longitude="12.484616432154" StarRating="4" HotelCode="200340|55004" HotelName="Trevi Palace Luxury Inn" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Kitchen,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 30, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/31/e831d96df27b9f641d9216360b458b98ca1e87d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90591791" Longitude="12.44565626" StarRating="3" HotelCode="531330|200764" HotelName="Vatican Rooms Holiday In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cipro 77, Vatikanstadt, Prati, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/65/c565bdaaace5f7bc26900cb10723aef7ed69c6b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="106.60" OriginalAmount="99.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905014" Longitude="12.502582" StarRating="3" HotelCode="201004|2370728" HotelName="Andreotti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 55, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/02/1002c4c44702184cba967fc68f98a5e973330048.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910673646099" Longitude="12.5034656" StarRating="1" HotelCode="191678|57312" HotelName="B&amp;B Home 77" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentata 77, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/a4/95a4bb961cec8545d5948fc32fb7901b671b1a63.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906684371535" Longitude="12.501888160863" StarRating="4" HotelCode="70654|12874" HotelName="Best Western Hotel Artdeco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 19, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/6c/3f6c42ab58fe175368542ef80419580f57a5f592.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899985" Longitude="12.492397" StarRating="4" HotelCode="15511|4227" HotelName="Exe International Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 46, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/zz/f5ad8015f8ce79994ac909a2b3eb4499258307f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895077" Longitude="12.439103" StarRating="3" HotelCode="311597|58146" HotelName="Gregorio VII Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 407, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904620117618" Longitude="12.500472020238" StarRating="2" HotelCode="909245|55965" HotelName="Hotel Alexis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 27, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/06/d506a1614ac1d148a6bda1de372f296aa9450e97.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.00" OriginalAmount="100" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919944093063" Longitude="12.503753720707" StarRating="3" HotelCode="933603|511227" HotelName="Relais Villa Coppede" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Tronto 1, Nomentano, 00198 Rom, Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/75/07/75076a56ee7abb72bc9cd3767729cfd4713363f0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.839206" Longitude="12.550872" StarRating="4" HotelCode="66775|40734" HotelName="Appia Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Appia Nuova 934, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/da/bcdad3431583ce7ef69ed7b6c22c8c829b03f0c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899360774934" Longitude="12.492792350892" StarRating="3" HotelCode="77887|55863" HotelName="Hotel Caravaggio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 75, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5e/655e29ad22b5a010cc33f3b2693c99f27254812c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900009" Longitude="12.494361" StarRating="3" HotelCode="116915|178805" HotelName="Dorica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Viminale 14, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d4/46d45d9916a25edc34141228ebdba0c7071d6c35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90467324" Longitude="12.46185394" StarRating="3" HotelCode="464627|56154" HotelName="La Maison Royale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelelschi 42, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7a/bc7ae67535feb6f23926b6069a62de49b0927922.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89998709" Longitude="12.49542089" StarRating="3" HotelCode="494605|199017" HotelName="La Reggia Dei Principi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/89/8a89d0e06678976429ce80175a72abf2ac7aea95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909197117696" Longitude="12.49613549551" StarRating="4" HotelCode="15481|23875" HotelName="Hotel Oxford" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 89, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c8/d2c8c0fab9b87893c45c661f383912503cc69233.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888669077938" Longitude="12.495718364418" StarRating="3.5" HotelCode="191770|40805" HotelName="Residence Maximus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D’Africa 30, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/cc/b9cc65672c894e1e803a0aa6ec38cefb8185c2c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91378508" Longitude="12.4522737" StarRating="3" HotelCode="435019|200560" HotelName="Rome Center Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Premuda 3, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d4/7c/d47c4add68df330b9e7212c3302451bdb9227d80.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896248722299" Longitude="12.499092489988" StarRating="2" HotelCode="371824|8657" HotelName="Hotel Santa Prassede" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Nightclub">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Prassede 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/53/98531fd4fae42046c622e58eec3d9fa4d61d5af9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8900075" Longitude="12.49848693" StarRating="2" HotelCode="491537|58082" HotelName="Tullia e Prisca Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 6, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/29/d9295e18169deb99767fde25f1e6bed05e1e6f59.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.51" OriginalAmount="101.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909519307995" Longitude="12.498495876789" StarRating="4" HotelCode="12724|1376056" HotelName="Gambrinus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Piave 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/36/3620f82959224cf0/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900546313271" Longitude="12.472411054227" StarRating="3" HotelCode="421384|57786" HotelName="Antica Dimora Delle Cinque Lune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Elevator,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 23, Navona, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/349988bd544a8b421864338033fd7f5e38c5634b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900104999213" Longitude="12.497913837433" StarRating="4" HotelCode="410462|12204" HotelName="Augusta Lucilla Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Massimo D'azeglio 24, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/9f/039f8c0a81323f49bfc89f427a032af3cc8a6d5b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89612791" Longitude="12.50291563" StarRating="2" HotelCode="435282|58336" HotelName="B&amp;B La Casa di Patty" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 89, 00185 Rome City</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/73/9a734db82da611e628a55671b475574fcf06b0d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9130335" Longitude="12.47455315" StarRating="1" HotelCode="447745|62130" HotelName="Domina Popolo B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giambattista Vico 40, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d5/ac/d5acba55011f8375902261c4d4f59737be7d4e68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918584957202" Longitude="12.514071464539" StarRating="4" HotelCode="63551|55340" HotelName="Fenix" 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>Viale Gorizia 5/7, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b8/64b8f75dfa89393c843e90338bf6a4df169da950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89172" Longitude="12.417436" StarRating="4" HotelCode="44647|9325" HotelName="Princess" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Ferrara 33, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/46/aa4698cee67e6ac9eb4a534f2739ebb8eb1f191e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.825235" Longitude="12.391634" StarRating="4" HotelCode="80374|36059" HotelName="Rome Marriott Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Colonnello Tommaso Masala 54, Rome 00148</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/c5/e5c51b790cc2032cc80c6218f797537070763b6f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90500876" Longitude="12.49921205" StarRating="0" HotelCode="581179|234174" HotelName="Sofia's Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/4d/8e4db5752ad2213da929d8a5bfd421f4952b776d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="109.33" OriginalAmount="102.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92479164933" Longitude="12.469900846481" StarRating="4" HotelCode="19041|1275585" HotelName="Villa Glori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardo Celentano 11, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/76/347697eb0a944c52cde21d2f2139be2c3588b572.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904377143429" Longitude="12.462181448936" StarRating="2" HotelCode="57582|3108" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Vitelleschi 25, 00193  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f1/73f1b286fd8dcf7a0c045b67a4760aa03363b7f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898959" Longitude="12.501244" StarRating="4" HotelCode="10321|33253" HotelName="Ariston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 16, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b8/bb/b8bbe3d9c36fa08fd03ae0d62ef5dd35cc016281.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910596" Longitude="12.468088" StarRating="3" HotelCode="116773|57269" HotelName="Casa Valdese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 18, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/89/f8899d4a86f2728ab8e5b537cd5a7460b0cb5c39.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900928" Longitude="12.496566" StarRating="3" HotelCode="47620|55250" HotelName="Columbia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/36/6636707688fbde847d4e0cef0b56563d509207dd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898332" Longitude="12.500965" StarRating="3" HotelCode="47719|10062" HotelName="Contilia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 81, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/48/df48ad2883f3c407c843edeed99ed78b3e908fa4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.799028" Longitude="12.600513" StarRating="3" HotelCode="102102|392073" HotelName="Villa Giulia Ciampino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Finca,Airport Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Dalmazia 9, 00043 Ciampino</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c9/9ec9fc7d6a69bc5b0fd100a7d627f2b7fe8ed74d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="103" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908042289099" Longitude="12.49203751157" StarRating="4" HotelCode="935391|55545" HotelName="Boutique Hotel Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Toscana 1, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/cd/dbcda92ee26d258829fe745be583a6dd9273c3b9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.23" OriginalAmount="103.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902512" Longitude="12.487916" StarRating="3" HotelCode="165959|1732969" HotelName="Julia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 29, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/9d/589d4a0d61da1285edf607ae1479773415490e4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="110.95" OriginalAmount="103.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.925527032491" Longitude="12.485216259956" StarRating="4" HotelCode="11719|1134444" HotelName="Degli Aranci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Barnaba Oriani, 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/19/3b19440d7ba9691020c63241989f762efedc7d82.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889969" Longitude="12.506761" StarRating="4" HotelCode="16146|2107" HotelName="Best Western Hotel President" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 173, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/7c/9c7ccc9062aca4c642c506c22a3a338f35161010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.99522068" Longitude="12.56389425" StarRating="3" HotelCode="745183|283425" HotelName="Boma Country House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Marcigliana 532, 00139 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/5e/9d5ee4783e700bc2e0b0a5aef9a37434988ce2c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.794822275483" Longitude="12.457023561001" StarRating="4" HotelCode="58458|199070" HotelName="Mancini Park Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Valleranello 67, 00128 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d4/3dd42a9e7fb8ce828cafbb08eca18201c1fff6de.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.28" OriginalAmount="104" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899546" Longitude="12.478064" StarRating="5" HotelCode="191935|233882" HotelName="Pantheon Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 119, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/60/b26079001eac3d600636d7886b5a2b764ecde40b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89753" Longitude="12.466089" StarRating="2.5" HotelCode="192097|57444" HotelName="B&amp;B Rome River Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Bresciani 23, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/18/ac18b267b27dc6b496441f07255dbfad4e7d0781.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897406" Longitude="12.495176" StarRating="3" HotelCode="36263|146281" HotelName="Canova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/02/a702d37af895270b45a5669de0902686f31bbd0a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89182498" Longitude="12.49283198" StarRating="0" HotelCode="575960|232837" HotelName="Colosseum Corner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Monte Oppio 12, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/bf/f1bfed1e0fc55f2b26bac01c864b39f521f7188f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89936255" Longitude="12.50064771" StarRating="2" HotelCode="354483|90218" HotelName="Hotel Ferrari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 95, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/04/2a049d2004ad89af46a0d2d16c16169699ae19c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9051" Longitude="12.505472" StarRating="3" HotelCode="10955|19383" HotelName="Hotel Canada, BW Premier Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 58, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/99/3499d04fd4100ec058436453ab3f0a7ae0712ad5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900410354834" Longitude="12.469090529556" StarRating="3" HotelCode="153516|55589" HotelName="Relais Palazzo Taverna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gabrielli  92, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/37/13377e76476235d3d489b336a7c976bd5fc3431c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906716719964" Longitude="12.495784163475" StarRating="4" HotelCode="12130|5516" HotelName="Empire Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Aureliana 39, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/0e/840e920d322597e55098e40145b13bff76cd9ae5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.51" OriginalAmount="105.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889931" Longitude="12.494499" StarRating="3" HotelCode="88896|1213536" HotelName="Imperial Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Giovanni in Laterano 10, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ff/87ffa74e9bb935ddef4a9dc33ea10363e0447dfe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894035" Longitude="12.452583" StarRating="2" HotelCode="186404|6132172" HotelName="Casa Tra Noi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte del Gallo, 113, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/3c/a03ca4df8b19ad640208fd5232ee7b7f02b4e464.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="112.76" OriginalAmount="105.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896003952146" Longitude="12.490802812286" StarRating="3" HotelCode="148456|7936121" HotelName="Grifo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 144, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/fe/14fee6843d17feb97d25c73e5e1b22969f5c12ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90086398" Longitude="12.48181641" StarRating="3" HotelCode="549031|198786" HotelName="59 Steps Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 26, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e2/68e2c47578b1e67e7bc83ff95c4606a98cc9a630.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90307927" Longitude="12.47777411" StarRating="0" HotelCode="631040|478399" HotelName="Unicum Campo Marzio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Campo Marzio 46, 00128 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/27/2127c583d456a8fdd45643685cc40945bace7ed7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.987546936601" Longitude="12.511017618385" StarRating="3" HotelCode="117160|47711" HotelName="La Giocca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Salaria 1223, 00138 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/8c/2a8c27fb2c77aca7c6331c7a84f5827116035d14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997259" Longitude="12.4928272" StarRating="2" HotelCode="313079|57773" HotelName="Relais De L'Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 36, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/zz/78adb5ff338715d100c68b4da239c1213ea40ba4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="113.42" OriginalAmount="106" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903084033278" Longitude="12.485472690807" StarRating="4" HotelCode="309819|50265" HotelName="Rome Art Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 120, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/69/2b/692b8e4de15a76353d287c2107495440802fe2dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.44" OriginalAmount="106.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891229404708" Longitude="12.436159998178" StarRating="4" HotelCode="401857|1409046" HotelName="Cardinal St. Peter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Leone Dehon 71, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/4a/764a1fd42421d1776b5ed82d692e8d9e819a5c5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908858" Longitude="12.458897" StarRating="3" HotelCode="192023|56486" HotelName="94 Rooms Vatican - Scipioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 113, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d9/79d9d668e2b85764865c1770ebfe267ee717ef71.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898406415899" Longitude="12.511230656414" StarRating="4" HotelCode="401951|61333" HotelName="Ateneo Garden Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Salentini 3, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3b/ce3b759391cd074b496375ad9c789a55e8d4f7ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904837" Longitude="12.489719" StarRating="3" HotelCode="95127|2377" HotelName="Cinquantatre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio, 53, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/93/c5935066051cc4a6bdb6eb974b12bc19b4bf3bb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895048303612" Longitude="12.502253319792" StarRating="0" HotelCode="581167|232909" HotelName="Dada Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9d/d99d831755b22089317319792fe1192b2aaddbc0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899150714864" Longitude="12.49960899353" StarRating="3" HotelCode="38412|55444" HotelName="California" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 39, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/d3/e6d3fcfe5755c37ceb35d9b0ee1c8bb1784cb272.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.945914" Longitude="12.522925" StarRating="3" HotelCode="117168|55869" HotelName="La Pergola" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Prati Fiscali, 55, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b1/efb103d93757f0481ce8f1861a1e32928e6c34db.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900752" Longitude="12.496485" StarRating="3" HotelCode="258354|993" HotelName="Impero" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 19, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/79/c179678267987ec325ae4ff32a1cd2bb31d595a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90223329" Longitude="12.48321895" StarRating="0" HotelCode="583437|233361" HotelName="La Foresteria Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 197, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/28/042830a7fb345dd27042cacd224f9eb34ca1e756.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90561497" Longitude="12.48369537" StarRating="0" HotelCode="580168|233829" HotelName="My Spanish Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 25, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/68/ea68a9018d86387e1bab3b613efbacca02fb3dfe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903174" Longitude="12.493166" StarRating="2" HotelCode="88491|40757" HotelName="Hotel Roma Nardizzi Americana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/c8/1fc87e6386c377190d5b9b2545c699e1e278c330.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909175977613" Longitude="12.463147044182" StarRating="2" HotelCode="178392|40758" HotelName="Nautilus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 198, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/27/ef27f752575732db594fdf86a2708ccc7215fb27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910117137597" Longitude="12.490172982216" StarRating="4" HotelCode="258942|2881" HotelName="NH Collection Roma Vittorio Veneto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 1, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/92/bd929d14cc3423beca78aa5033ab4997ee5f12c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897893" Longitude="12.501635" StarRating="3" HotelCode="37857|30478" HotelName="Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 103, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/37/16/37169a77a599fff222519cbad6d664e731e68d45.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89835833" Longitude="12.45625757" StarRating="1" HotelCode="440955|199613" HotelName="The Pope's Window" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 44, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/76/17765ae4290295cf401a837e751b276d2d607cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.49" OriginalAmount="107" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89898942" Longitude="12.49224388" StarRating="0" HotelCode="509920|234366" HotelName="Una Finestra su Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 67, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/b5/f2b5efecb5d4730328427dc08522d3bb421ee18f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90517977" Longitude="12.49911291" StarRating="0" HotelCode="539383|396027" HotelName="Amoroma Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts,Boats" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 2C, Scala B, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/92/24925cf88a649e20f50493970613210736ed22e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89868429" Longitude="12.49180074" StarRating="2" HotelCode="519668|396077" HotelName="Camere Corona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 49, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/38/423834af99b7c36c4f6236b2c80dce0113870a2e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900888" Longitude="12.492419" StarRating="4" HotelCode="365852|16220" HotelName="Hotel Domus Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 113, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/c2/7dc200ecb6c00675eb3c18af00c2af039230ed68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.486046" StarRating="3" HotelCode="192003|198917" HotelName="Golden Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f0/0cf094e310b01b4c30ce8056355b8d98691c9a31.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.920984" Longitude="12.506914" StarRating="3" HotelCode="146288|55866" HotelName="Hotel Coppedè" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Chiana 88, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/dc/3edc42f866330a8db3651af64be575918b240bfe.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907292" Longitude="12.497299" StarRating="2" HotelCode="12822|19162" HotelName="Giotto Flavia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 84, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/0b/a00bf00cb962f97c327a2b0f7e290e6b2fee15a2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907941" Longitude="12.499558" StarRating="4" HotelCode="97760|13498" HotelName="Leon's Place Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 90/94, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/fe/25fe51eff7dce40492d62985384183fa2a86ff45.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.821814" Longitude="12.458668" StarRating="4" HotelCode="166878|40720" HotelName="Novotel Roma Eur" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Oceano Pacifico 153, 00144 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/bb/9fbbe94e90c29204d310a87e265f9de24d1cbe84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89606049515" Longitude="12.499078502376" StarRating="3" HotelCode="563416|228996" HotelName="Relais Santa Maria Maggiore" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Prassede 8, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/e9/3ae903ace965f4c7a604ce1976b5920af5a8fd1c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918308" Longitude="12.497546" StarRating="4" HotelCode="12988|12674" HotelName="Hotel Beverly Hills Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Benedetto Marcello 220, 00198 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2f/bc/2fbcc60a0111ad1dfe2d9e14b530634a116ca68b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899797047071" Longitude="12.49530621968" StarRating="3" HotelCode="142643|134571" HotelName="66 Imperial Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 66, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/3b/da3b8596d63b3f388645c4b874efd29876ea7daf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900001186544" Longitude="12.498713135719" StarRating="4" HotelCode="31410|20536" HotelName="Hotel Atlantico" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 23, 00184 Roma, Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/5b/9b5b63eff81a02a64ced263324bc6f48440c6cd3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903720369758" Longitude="12.499238848686" StarRating="4" HotelCode="63017|28642" HotelName="Diocleziano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 71, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/55/69551223538bfec88a16c03e208c2841ed17fdb2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904553" Longitude="12.487967" StarRating="0" HotelCode="150664|200236" HotelName="La Piccola Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Cappuccini 30, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/77/af77bc141814c11ed65bf829169fb7b2c5536785.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.921154021298" Longitude="12.458989923519" StarRating="3" HotelCode="400353|200549" HotelName="Roma in una Stanza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Angelico 90, 00195 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/63/9b632bdda3007a5c6954e16aa28f2308ab925c68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="116.84" OriginalAmount="109.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926486909292" Longitude="12.481954693794" StarRating="4.5" HotelCode="58345|1218128" HotelName="Grand Hotel Ritz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Chelini, 41, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/37/1237be61a82b8a3d02708bb6da56751adea7ee44.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.54" OriginalAmount="109.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897315973298" Longitude="12.468437701464" StarRating="3" HotelCode="168162|2195005" HotelName="Rinascimento" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Pellegrino 122, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/142151/142151a_hb_a_012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904743700993" Longitude="12.472168052336" StarRating="2.5" HotelCode="385774|58058" HotelName="Pension Calamatta Rom" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Calamatta 16, 00193 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/0b/5a0b79eefdc6665401de24234b1eb10e01ddd411.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89427" Longitude="12.47419" StarRating="3" HotelCode="700477|232703" HotelName="Campo de' Fiori Prestige Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 23, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/48/6c488706ab7f0279e4981d751f5451363a712c8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.885144573426" Longitude="12.471053120422" StarRating="3" HotelCode="395865|58161" HotelName="Dulcis Inn Fundo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Trastevere 141, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/eb/2eebc56eaf0637b3a34196fedb403b0108f0b6ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901493029182" Longitude="12.473692830689" StarRating="3" HotelCode="149954|55766" HotelName="Imperium Suite Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Palomba 19, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/aa/e5aaa6e113b7485dbdaf80e7374c20941e25ebea.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.835109" Longitude="12.571233" StarRating="3" HotelCode="152401|490278" HotelName="Piccolo Borgo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Capannelle 134, 00178 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/08/6508db16e36e836703b6407c30d50d4553bd9c8c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909385113662" Longitude="12.476339960391" StarRating="4" HotelCode="422467|261009" HotelName="Ripetta Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 9, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/29/3b298bc337e5aaf2bf3dff94785c42bd35fb229f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.880117949802" Longitude="12.466218173504" StarRating="4" HotelCode="117704|55418" HotelName="Trilussa Palace Hotel Wellness &amp; SPA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 25-27, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/18/e718e8af9b362caea8f89a9e182ae6421873291f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="117.70" OriginalAmount="110" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87270728" Longitude="12.44941243" StarRating="2" HotelCode="445614|58070" HotelName="Villa Zaccardi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Gianicolense 226, 00152 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/0b/c10b5453a9546779da13983c2a720037994f49fd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.43" OriginalAmount="110.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.825578031065" Longitude="12.478803098202" StarRating="4" HotelCode="40184|1521810" HotelName="American Palace Eur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurentina 554, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/9e/4b9e748127275dc1fefa9e27bf942090f54ceebb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900484" Longitude="12.471555" StarRating="2.5" HotelCode="295503|134726" HotelName="Antica Dimora De Michaelis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Coronari 14, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/2f/902f2ec53d8b2fdb987340c6bbabdf34b9c7ef18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906723" Longitude="12.50044" StarRating="4" HotelCode="255881|40751" HotelName="Domus Australia" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cernaia 14/B, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/8a/878a986311f48104289256cd5741a0da93cc5883.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90405153" Longitude="12.48090225" StarRating="3" HotelCode="484997|198913" HotelName="Frattina Grand Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 48, 2 piano, interno 4, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/ab/ebabc09249d93feace9990d3a3b3b3279f683a27.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90550096" Longitude="12.50434717" StarRating="1" HotelCode="417926|56128" HotelName="Saint Martin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,Lounge,Luggage Storage,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via S. Martino della Battaglia 11, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11242909</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904090478689" Longitude="12.485545526865" StarRating="4" HotelCode="165761|28759" HotelName="Hotel Trevi Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo Le Case 60, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/3d/9d3dd196fdad990f582c2ec921624f73fb4f5787.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889016073053" Longitude="12.497406366402" StarRating="3" HotelCode="304074|57886" HotelName="Profumo Maison d'Hotes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di S. Giovanni in Laterano 108, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/78/da78acbf49815ce1de43e799c1829b94222ffe50.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899155" Longitude="12.499918" StarRating="3" HotelCode="37646|32664" HotelName="Hotel Serena Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 64, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/26/94264a2ce37ff3d401f8ed0b4d903796bdd2c786.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90770653" Longitude="12.45885966" StarRating="2" HotelCode="440215|60646" HotelName="Star Vatican Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 29, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4f/034fc8d9dde2d6e4cf85be3a7473171a64a8a479.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900472" Longitude="12.497301" StarRating="4" HotelCode="17912|812" HotelName="Metropole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amadeo 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/2f/802f40b9180ba854e85e6874f62bb2c6e35e27d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905078597804" Longitude="12.485052096702" StarRating="3" HotelCode="170648|56279" HotelName="Suite Sistina for Lovers" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 54, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/79/ad790251100601be370a1d2a0e467a84bcafa040.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.81" OriginalAmount="111.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899805044898" Longitude="12.498173534851" StarRating="2" HotelCode="36252|4569380" HotelName="Hotel Altavilla Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 9, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/16/a516a0e44f961c85ce8cf846d55ec04a65c8537f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90372024" Longitude="12.48659055" StarRating="3" HotelCode="772066|371296" HotelName="Albergo Delle Regioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Porter,Smoking Rooms,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Zucchelli 1/c, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/b8/a4b8d041b6fe974c96ca9e67e97bc531fbac97ca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.842914615127" Longitude="12.4718105793" StarRating="4" HotelCode="26079|23871" HotelName="Sheraton Roma Hotel &amp; Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Del Pattinaggio 100, 00144 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/31/753100e028e3c0ab169170bb5d1277ba83a508c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90474993" Longitude="12.48845244" StarRating="4" HotelCode="434382|178709" HotelName="Casa I Cappuccini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 21, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/63/c963537f9f4c78196d2d37fe431169d5f2d8c062.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89310978" Longitude="12.50319694" StarRating="0" HotelCode="522197|283450" HotelName="Domus Helena Casa per ferie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ferruccio 25, Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f2ef8ff7419902b6bec09829d66b64ce3cbd1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894776" Longitude="12.491832" StarRating="4" HotelCode="78835|31779" HotelName="Duca d'Alba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonina 14, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/12/7c1284dac357af55c9888bc4caeef831f7b238be.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="983372|495138" HotelName="Duca Di Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 221, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88436453" Longitude="12.50945649" StarRating="0" HotelCode="574432|233362" HotelName="La Grande Bellezza Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Magna Grecia 39, San Giovanni, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/4d/ef4d207dfd0b5cc8e7f7f3d125828e8588f76020.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9155" Longitude="12.4638" StarRating="2" HotelCode="536930|58065" HotelName="Residenza Mazzini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Giuseppe Mazzini 8, 00195 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/a4/5da46c37f91fa3fc14c834c9d7433c87ad9b6edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.84" OriginalAmount="112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90906853" Longitude="12.45714779" StarRating="2" HotelCode="481220|57598" HotelName="Jacuzzi Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 183, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/8b/b78bf5584192882bca6e796affe553f5e089b3ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904330417033" Longitude="12.504529102532" StarRating="2" HotelCode="383820|54794" HotelName="Alessandro Palace &amp; Bar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Vicenza 42, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/25/a125bb048853648f9ea9e7ca144ac1950fa32e94.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907391924281" Longitude="12.463306899046" StarRating="0" HotelCode="404591|232652" HotelName="Bed And Best" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola di Rienzo 190, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/87/ad87c20639fcb1d5524f45c32dff9bd540a272c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89688881" Longitude="12.49905147" StarRating="0" HotelCode="729437|371439" HotelName="BiancorèRoma B&amp;B" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Santa Maria Maggiore 12, Scala C - 3° piano - Interno 6, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/0c/3b0c98aa8dff428229560276beca5f0293178147.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891073" Longitude="12.509435" StarRating="3" HotelCode="30128|198959" HotelName="Novecento" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Emanuele I 12, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/df/cbdf1809eb3d754b1939aad2fe6f8c7e13b28091.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.495616" StarRating="3" HotelCode="153505|56274" HotelName="Relais La Maison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Agostino Depretis 70, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/57/99572d450c4455c1bea739deb64802c3a48d2d01.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900057" Longitude="12.499222" StarRating="4" HotelCode="14625|23937" HotelName="Hotel Massimo d'Azeglio" Meals="BED &amp; BREAKFAST,HALF BOARD" 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 Cavour 18, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/ff/79ff8abb108189c2c2cb2fed7535de98d8d7162e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890542545395" Longitude="12.506457228649" StarRating="4" HotelCode="60393|181916" HotelName="Hotel Milton Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 155, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/b2/f7b2949065c7233ada7e9302179f04d597ec6e00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904992" Longitude="12.471993" StarRating="3" HotelCode="11781|8452" HotelName="Diplomatic" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria Colonna 28, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/4c/ec4cb9e8d598bdfb2502a22b6857d61eb62331b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90433703" Longitude="12.48505192" StarRating="0" HotelCode="574877|233042" HotelName="Gregoriana5" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 5/a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d6/9bd66956b6d856fadaa07a0c48eae7a6cd9a2dd2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9085231" Longitude="12.45425982" StarRating="3" HotelCode="441420|199067" HotelName="Maison Candia Luxury House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Candia 20, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2e/422e410323b055345524f4db80a30d83d6135eb8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908545" Longitude="12.45769" StarRating="4" HotelCode="151991|56451" HotelName="MDM Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Scipioni 71, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b7/33b75d4de590282db535042e4d3991106f3b89f1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897497" Longitude="12.478022" StarRating="3.5" HotelCode="901764|47699" HotelName="Pantheon Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Caterina da Siena 57, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/fb/c1fbeab601e787e9cbfc1a55d4c9b540dc689558.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="121.98" OriginalAmount="114" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8999026" Longitude="12.47008549" StarRating="3" HotelCode="546726|200710" HotelName="Terrazze Navona" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vetrina 14, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/17/4e173c1cce4027b9762b134549e325d5a7bd8a4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.09" OriginalAmount="114.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897813095642" Longitude="12.495574951172" StarRating="3" HotelCode="16439|2713423" HotelName="Raffaello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 3/5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/27/fa27dfac505d943ca81b530e0259e9a1594f4a81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.19" OriginalAmount="114.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893101" Longitude="12.489544" StarRating="3" HotelCode="95132|4762332" HotelName="Hotel Fori Imperiali Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frangipane 34, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/9e/d59e266eba2e35765e440f850c8e430deef39ad6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.92" OriginalAmount="114.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898443976258" Longitude="12.499952316284" StarRating="4" HotelCode="23160|1430009" HotelName="Palladium Palace Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 36, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/70/5f/705f9ced7292231858237f064783f08dd5e6e1ff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896780913599" Longitude="12.499912083149" StarRating="4" HotelCode="14659|12675" HotelName="Mecenate Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto, 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/73/117374f1ded036d8bf6c0b2783d3d242eb3f8319.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899486113499" Longitude="12.493064403534" StarRating="3" HotelCode="63725|233820" HotelName="New Morpheus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 36, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/59/105986e8d15a39e37b7f0764ae4560f53b8bf347.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908519961331" Longitude="12.493606122684" StarRating="4" HotelCode="387016|28324" HotelName="Hotel Romanico Palace &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 35,37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/70/8c704036b4b480ecf94a97f3bb283bac65901bdc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89568146" Longitude="12.50182706" StarRating="0" HotelCode="566320|234143" HotelName="San Vito Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vito 17, Central Station, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/04/9d041b870efbb109be51adb1115ca6ae72c88cc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901428595948" Longitude="12.494134604931" StarRating="3" HotelCode="45178|7623" HotelName="St. Moritz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 51, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2f/c72fca8d1a61009205f22e2b25c096ed2c3c9f90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907348" Longitude="12.501077" StarRating="3" HotelCode="11187|178869" HotelName="The Guardian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 13, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/67/2f679e91f0f28ade33c4fa48725aef86d054d464.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="123.15" OriginalAmount="115.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900591" Longitude="12.482579" StarRating="4" HotelCode="889338|2633546" HotelName="Boutique Hotel Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 90/92, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/e2/92e270a424496200b391ece93febd032f9286e7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900257" Longitude="12.495949" StarRating="3" HotelCode="143017|57314" HotelName="Al Viminale Hill Inn &amp; Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 38, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/93/4193371c8374026f5fbb1fa1a6f4926f50d6227a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907008" Longitude="12.480077" StarRating="4" HotelCode="297131|57042" HotelName="iRooms Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittoria 32, 00166 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/36/b736f91cbd6daf082da511a96066271f4588968b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90880714" Longitude="12.5388218" StarRating="0" HotelCode="616899|233832" HotelName="My Sweet Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Renato Simoni  9, 00157 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/ed/bbedfa723fc7dcd4fe6641755a40fe3030e3b8c8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894854262255" Longitude="12.501111030579" StarRating="2" HotelCode="38527|2888" HotelName="Oriente" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dello Statuto 58, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/39/a9399b6acb7d1dae30a0be97753e34c13a852b10.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907865421015" Longitude="12.457309284996" StarRating="3" HotelCode="383816|58147" HotelName="San Peter Angels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 54, Città del Vaticano-Prati, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/0a/3d0a3ed990f01bc09c3ce7cbc1884f59a52f0cbc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909296824561" Longitude="12.459206313297" StarRating="2" HotelCode="902547|22950" HotelName="Silla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silla 3, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/4e/924e64d1c60495747093f03d1a02c5afeee18ab0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="124.12" OriginalAmount="116" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90423304" Longitude="12.48667088" StarRating="0" HotelCode="438132|199552" HotelName="Sistina Twentythree Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 23, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/41/b6/41b6956d691631bb0e112ffab20481cf256cf2b3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89967" Longitude="12.492989" StarRating="2" HotelCode="192112|54814" HotelName="Italia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 18, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/52/b452c0f390addc89a9e9f3a67fce69352c8169af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909468730412" Longitude="12.474720662906" StarRating="3" HotelCode="907178|176717" HotelName="Boutique Hotel Anahi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Penna 65, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/18/db18fce78f7ce78fc45205d0dbfb794e756fd678.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8930541" Longitude="12.4753684" StarRating="2" HotelCode="909240|198869" HotelName="Claudia Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula, 29, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/46/1846cee8ee847d046121d976c0cbc695ba5e7ab4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90311752" Longitude="12.48621034" StarRating="4" HotelCode="483152|176881" HotelName="Hotel 87 Eighty-seven" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 87, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/ed/42ed28e5e6356bfbdc90607110e69f56646b8eb6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899313" Longitude="12.480896" StarRating="3" HotelCode="309930|233116" HotelName="Hotel Caravita" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Caravita 5, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/31/c1316f029696c0c3b84e234d34f842c0eaa1fdff.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896155" Longitude="12.475919" StarRating="3" HotelCode="75633|19069" HotelName="Exe Hotel della Torre Argentina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 102, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/90/de90754064a42cae55728942a680b7c0dfc1f2fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907453011502" Longitude="12.453092550926" StarRating="3" HotelCode="143221|62964" HotelName="Hotel Museum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tunisi 8, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/ac/91ac3a825d96df68240d1b6efb02e0db403646ea.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89611105" Longitude="12.47085622" StarRating="3" HotelCode="572394|233840" HotelName="Navona Essence Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cappellari 24, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/37/8a371c04bae6373dc800d1d912602aa38e713939.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898939" Longitude="12.500273" StarRating="2" HotelCode="64758|3125" HotelName="Orlanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 76, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/a9/e4a962ec9096495fa2d8171bc98483ec729663c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902716" Longitude="12.494597" StarRating="3" HotelCode="337349|31060" HotelName="Patria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 36-37, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/e7/dae735ed275ca4e01d3696256bc53758f76e056f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.19" OriginalAmount="117" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908475" Longitude="12.477279" StarRating="3" HotelCode="904055|517306" HotelName="Residenza Horti Luculliani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Family-friendly Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 36, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/9d/019d45ddf299d1c49a0547f8c67a3492a6230219.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897357899428" Longitude="12.497634887695" StarRating="4" HotelCode="61871|20488" HotelName="Antico Palazzo Rospigliosi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 21, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ef/dcefdae19f1b047d60daa8d9161cf326cd5abe1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894935734663" Longitude="12.491037522157" StarRating="1.5" HotelCode="211171|58597" HotelName="Casa Santa Sofia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Madonna dei Monti 3, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/53/c2/53c2a4c4561fec054187c92c93be5d89f9eec450.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91020629" Longitude="12.46230078" StarRating="0" HotelCode="581251|232782" HotelName="Cesare ai Cavalieri Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giulio Cesare 71, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/19/d11963571daf6288775be204f9d9712211babd73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899865" Longitude="12.443838" StarRating="2" HotelCode="295506|57103" HotelName="Domus Aurelia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 218, 00165 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c5/24c5d9732522f8152df224c3e95f7a884a53ca2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.86241" Longitude="12.455704" StarRating="3" HotelCode="191622|233929" HotelName="Patrizia Romana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via di Vigna Jacobini, 48, 00149 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3c/3f3c285fef22c6b10c08d8a63713ed65ca72d6a2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900675965876" Longitude="12.494566440582" StarRating="4" HotelCode="77812|6842" HotelName="Britannia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoli 64, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/af/abaf9bc202060d157254298472753375a5cc6e1e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="764285|371847" HotelName="The Hive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6, Stazione Termini, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/58/6f580d8ae040843e8419b924168b7e993f2f64dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89633038" Longitude="12.50280418" StarRating="0" HotelCode="546775|177138" HotelName="B&amp;B Domus Napoleone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Napoleone III 70, 00185 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/5f/4d5f6743323ae75dbc8a3c55a1f4e406b1c70758.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906202613203" Longitude="12.478366907708" StarRating="2" HotelCode="393592|90222" HotelName="Grand Master Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 97, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/c1/3ec1fd024d2e9d64db13e6f9f5f575ec12f06e06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="127.33" OriginalAmount="119" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911971295697" Longitude="12.473895864503" StarRating="2" HotelCode="447762|76102" HotelName="Residenza Flaminio Gaio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Domenico Romagnosi 1, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/38/593887ed68c26f09d2054b4e754085ee6cf9542b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89609685" Longitude="12.49039707" StarRating="0" HotelCode="723651|283484" HotelName="Diapason Suite Colosseo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarra 2, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896136" Longitude="12.496049" StarRating="3" HotelCode="47618|7912" HotelName="Colosseum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sforza 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/51/1651f96a8d17fa71be695b24a40d10356afcee67.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905487" Longitude="12.483932" StarRating="3" HotelCode="191993|57223" HotelName="Gregoriana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregoriana 18, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/98/a0980cd934e53c9e7dfc92a03bab657a57d7c47b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891395" Longitude="12.510895" StarRating="3" HotelCode="358021|178652" HotelName="Hotel Infinito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ettore Perrone 1, Stazione Termini, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/89/51/8951b9417cecebe8df0ab10d835b839a88a42ac7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903399223204" Longitude="12.493368968737" StarRating="2" HotelCode="341391|58457" HotelName="Hotel Oceania" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 38, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/be/c5be86f89ac03cb36ccbacffdf7e61200c6cbf34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898369245673" Longitude="12.471709526371" StarRating="3" HotelCode="405557|199101" HotelName="Navona Theatre Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Granari 3, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/ce/b7ce39601c0e2e1c630b4bdc40052fc3baa08c65.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89355531" Longitude="12.47665085" StarRating="0" HotelCode="745107|283699" HotelName="Residenza Costaguti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Costaguti 36, Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/e6/73e6d151f1006d116a56dbe4c72a91df9d4b4a99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="128.40" OriginalAmount="120" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906175989763" Longitude="12.501034934261" StarRating="2" HotelCode="154979|54763" HotelName="Virginia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 94, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bf532cd4da719f33d1f3006d56d48f3f75333.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="128.89" OriginalAmount="120.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90317107" Longitude="12.48560849" StarRating="4" HotelCode="419822|75827809" HotelName="Rome King Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Power Supply,Airport Transfer (on Demand),Massage Centre,Pets allowed,Printer,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 10, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/b1/2bb12e6f9ae53bbe4a8fc35be73e866ddb67352b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93793968076" Longitude="12.53149451891" StarRating="3" HotelCode="116612|28287" HotelName="Hotel Aniene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tirreno 74, 00141 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/32/1832874e15af760543c6ff8c3560329e7be8606e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913042" Longitude="12.464573" StarRating="4" HotelCode="165703|36004" HotelName="Metropolis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Milizie 26, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/6a/c46a1cf2d1794dec1d71b05d19cdda51c178ab66.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907669392551" Longitude="12.503007128872" StarRating="4" HotelCode="425026|92976" HotelName="The Building Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 126, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/c9/eec9c3a8ff96c5f768e0c81c8ad3c07d2c660c3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904709" Longitude="12.461869" StarRating="4" HotelCode="10482|3374" HotelName="Atlante Star" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e7/ece7f042ae24f5f881fb6a2152ea2b70c4840af4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893292" Longitude="12.42067" StarRating="4" HotelCode="73740|198932" HotelName="ELE Green Park Hotel Pamphili" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Lorenzo Mossa 4, 00100 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/f7/33f7133528ee4502b8c1d30b445664dd5c009ac0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.882092972654" Longitude="12.432459890842" StarRating="4" HotelCode="79238|21176" HotelName="Atahotel Villa Pamphili" 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,Diet Meals,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Nocetta 105, 00164 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/e2/8ce26ae19d70b04064eaa2bae5e55d7c218ccf2e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898453" Longitude="12.468085" StarRating="4" HotelCode="98171|57106" HotelName="Inn Rome Rooms &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 251, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/06/df064bdb36b6989472ae6ba13eebec6af9b370d1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.54" OriginalAmount="122" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90429398" Longitude="12.4817523" StarRating="3" HotelCode="388170|199450" HotelName="Rome Frattina 27" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 27, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c3/83c30c32283a7c3c4939dab009769007487eb383.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8925793" Longitude="12.47505411" StarRating="2" HotelCode="428713|58433" HotelName="Arenula Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Villa" CnxPolicy="Non Refundable" HotelFacility="Bar,Concierge,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Arenula 41, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/cc/d2ccf3be5d8cf08e76ac174b9a7768f5e3495803.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905982118136" Longitude="12.502623796463" StarRating="3" HotelCode="21169|55876" HotelName="Hotel Siviglia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 12, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/90/bd90c1c90c9fa2b05d6dbbab7548dbbe80c4aeb5.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="957996|424474" HotelName="Concept Terrace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/51/c75146b0f4ec3d294e2adf93566c8a9155488d38.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9106933" Longitude="12.47411559" StarRating="0" HotelCode="546203|178749" HotelName="Da Me Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Maria Adelaide 12, 00196 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/ac/15ac094c0fdf1700dc9acfef75a057c983f6ca53.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="737631|283486" HotelName="Domum Vaticani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 221, 00165 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/1f/7c1f0312e357258baeb8bceebf913e6baf179b1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907101983306" Longitude="12.501738667488" StarRating="2" HotelCode="98579|178058" HotelName="Bolognese" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 15, Roma 00184</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/dc/83dc71e52d94028cc845f2d994117c7931db04e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907467061357" Longitude="12.480947728836" StarRating="3" HotelCode="36266|55898" HotelName="Forte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/e0/03e07573c5b3ea5741bb368f0bc24d30f73f17d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898851" Longitude="12.50185" StarRating="4" HotelCode="15292|9397" HotelName="Hotel Morgana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 33/37, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/d7/a4d7b6dbc98f6754b2e3e6dacbbbb09c49bdbf0e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.938937" Longitude="12.469396" StarRating="4" HotelCode="81682|28322" HotelName="River Chateau" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Flamini 530, 00191 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/a1/76a18b0b010bd42c57469fb414013a1805b9a864.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="131.68" OriginalAmount="123.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.7994423" Longitude="12.2963886" StarRating="4" HotelCode="|BBRF" HotelName="B&amp;b Hotel Roma Fiumicino" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio Romano 79</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/986350/19665213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887794035896" Longitude="12.46070086956" StarRating="4" HotelCode="24290|9094" HotelName="Grand Hotel del Gianicolo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Mura Gianicolensi, 107, 00152 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/39/a339a94c4bfea0d824aad8c186011bc1b96d54f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909095" Longitude="12.492131" StarRating="4" HotelCode="136336|37461" HotelName="Hotel Villa Pinciana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzi 9/11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/00/4f/004f98c21a30a30af091565187cf6b7b78a93b6f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906174752313" Longitude="12.482252418995" StarRating="3" HotelCode="170655|56054" HotelName="Internazionale Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Spagna 20, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/d1/bfd1b959356ee72b4b7b1e802a55b967fb0bfacf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90267278472" Longitude="12.486313592239" StarRating="0" HotelCode="385806|487268" HotelName="Relais Roma Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Elevator,Internet,LCD/Projector,Pets allowed,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serviti 23, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/c8/1bc8010565a557357b578bbec298505d483f853b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.68" OriginalAmount="124" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906981" Longitude="12.452846" StarRating="4" HotelCode="116591|55905" HotelName="Alimandi Vaticano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Vaticano 99, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/da/9cda2a0c4c95b74f47d7e04c7fb91419a21b49fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="191965|178975" HotelName="Basilio 55 Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 55, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/6b/d06b0000f3becc14fa39af82ec0f7b2b4e01a742.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90064402382" Longitude="12.479021698236" StarRating="4" HotelCode="47615|3797" HotelName="Colonna Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Montecitorio 12, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/4d/9e4ddced33311ef6e3a96940cb917d9c0d9bcec5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903068" Longitude="12.486089" StarRating="4" HotelCode="95123|23935" HotelName="Residenza Antica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 82, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/ea/fcea416a02cf43021285d08be8b85566c8aa8328.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900179" Longitude="12.499489" StarRating="4" HotelCode="888215|40743" HotelName="UNAHOTELS Decò Roma" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 57, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/433422ede7c848d4fc1abcf6ab8947932ca5199f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.75" OriginalAmount="125" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="782181|371881" HotelName="Z-Arch Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Stazione Tuscolana 3, 00182 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b9/acb96e23bcb8956a23ad24c86abd3fde1b32a67f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="958066|487132" HotelName="47 Steps" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 8, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/9a/739af91ca3043c9ab0177ae5765bb8c181a6f3f5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90859572" Longitude="12.46148101" StarRating="0" HotelCode="736340|396079" HotelName="Germanico Vatican Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/69/336942394312432acf9e2cd8f76074ad208c1ab6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88309178" Longitude="12.48530552" StarRating="0" HotelCode="568651|242326" HotelName="Circo Massimo Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Ara Di Conso 4, Aventino, 00153 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/6e/4e6e6645dc6d0345e9d70f75c571f76228571cc5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897796423795" Longitude="12.479072752181" StarRating="3" HotelCode="378602|200308" HotelName="Minerva Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Piè di Marmo 16, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/63/77633cef0302e4a170c53e56aa5c0850fd4518bd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90259456015" Longitude="12.493894790534" StarRating="2" HotelCode="26709|8121" HotelName="Seiler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 48, 00185 Rom, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/33/4333688b93d2dcdea205639386c1f00579c68a92.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.82" OriginalAmount="126" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="674047|487456" HotelName="Sourire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Terme Deciane 3, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d0/c0d02d88c412e604a4da960c2aca2777e5f05fda.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89656067" Longitude="12.44177951" StarRating="3" HotelCode="546802|396410" HotelName="Vatican's Beauty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gregorio VII 224, 00165 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/09/e80991790ee767c9c243f70927a014ea676d7c5c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905375761" Longitude="12.502671403786" StarRating="4" HotelCode="25183|54177" HotelName="Hotel Alpi Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Castelfidardo 84/A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/2f/702f3a04c4baeafdb65aca224fab779c8bbfa929.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896823" Longitude="12.476969" StarRating="3" HotelCode="191944|57242" HotelName="Hotel Le Clarisse al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Arco della Ciambella 19, 00168 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/72/ed72dde0bd8f89045208af14f77c2372d88e05c1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9065942" Longitude="12.46889698" StarRating="1" HotelCode="582989|233132" HotelName="Hotel Little Aurelius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 44, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9c/199c3562a4d3141d0f2b35357be3f94f900b4403.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89942281" Longitude="12.49835136" StarRating="2" HotelCode="519800|58204" HotelName="Relais Cavour Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 58, 1st floor, Stazione Termini, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/e2/17e2aa7865af74c3a1ffaf2a1f3f34d42b293b8f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908054612158" Longitude="12.479228947705" StarRating="4" HotelCode="95121|56888" HotelName="Residenza Canova Tadolini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Babuino 151, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ea/bceafe2260aa537aaa732f6c5869410e38612f4e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="135.89" OriginalAmount="127" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.913346349038" Longitude="12.475175859525" StarRating="4" HotelCode="44844|2887" HotelName="River Palace" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flaminia 33, 00196 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/dd/80dd5ee23e35de5bbafb03061da75db981f16861.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="136.50" OriginalAmount="127.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906026547712" Longitude="12.504902301852" StarRating="4" HotelCode="|STMT" HotelName="Hotel St. Martin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via San Martino della Battaglia, 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1284507/20134317.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="136.85" OriginalAmount="127.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908415" Longitude="12.464112" StarRating="3" HotelCode="95118|1096920" HotelName="Relais Dei Papi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Gracchi 161, 00192 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6f/1e6f92d1551d0d28e0a8fea387586c54fda32f1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91436001" Longitude="12.47282005" StarRating="3" HotelCode="849995|371297" HotelName="Albergo Etico Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pisanelli 39, 00196 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f6/3ff6b39c4de713423206f582b783a67a5616ffa7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897661" Longitude="12.476948" StarRating="3" HotelCode="116576|55875" HotelName="Albergo Santa Chiara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Chiara 21, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6b/806b1c3ace89265ed904c9d1a803a6c6cb014d57.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.869177" Longitude="12.536718" StarRating="2" HotelCode="143956|56063" HotelName="Arco di Travertino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valgia Sivilla 71, Via Collepardo 10, 00179 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/5d/0f5d55aa7bc0a88ba9320fc9bf69f9262bda4213.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.87703159" Longitude="12.46062435" StarRating="0" HotelCode="741824|283556" HotelName="Honey Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Anton Giulio Barrili 18, 00152 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f1/d2f17fccbec36678d8461a7a9425b036172077ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900746" Longitude="12.472347" StarRating="4" HotelCode="12783|1461" HotelName="Hotel Genio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 28, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/43/c543239c4f19d9ba35123475ec23a5e4857f34c7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.799147446022" Longitude="12.479420006275" StarRating="4" HotelCode="185822|50003" HotelName="JC Contemporary" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Fosso di Acqua Acetosa Ostiense 43/45, 00143 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a0/59a00169f675056829bc201174e14151f021adec.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89411114" Longitude="12.47468352" StarRating="3" HotelCode="440296|199614" HotelName="The Spanish Suite Campo de Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Cairoli 9 A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/df/8edf819c33cd3177375edef78cd2cb98951b1d28.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.16" OriginalAmount="128.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901079" Longitude="12.496945" StarRating="3" HotelCode="12578|1586794" HotelName="Flower Garden" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Viminale 7, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/4e/0b4e3798cb7a18892cef007964fa966d3e26ee35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="137.92" OriginalAmount="128.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899825503182" Longitude="12.498455643654" StarRating="4" HotelCode="12784|1812797" HotelName="Hotel Genova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 25, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/57/4d/574d76628cdb279e1ae64f1ff9bdb33a98735618.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90838457" Longitude="12.47729868" StarRating="3" HotelCode="439925|75739" HotelName="504 Corso Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/e6/71e631870dc58c09af3f98ba975bb26c181abf72.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="726551|489188" HotelName="B&amp;B San Saba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Saba 22</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/a8/7fa8e7c5a0eedee7044235dce9139e3097711e18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88994761" Longitude="12.49453059" StarRating="0" HotelCode="974380|396399" HotelName="Colosseo Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Giovanni in Laterano 10, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10646772</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903570955454" Longitude="12.484877" StarRating="3" HotelCode="146022|56294" HotelName="Hotel City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Due Macelli 97, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/66/fe66d77db5266e2982159de82204330b0f797d81.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898915" Longitude="12.500294" StarRating="2" HotelCode="147678|198957" HotelName="Ferrarese" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 76, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/b9/46b9ad36325b12f2312fd355f2167c8788732234.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909256046688" Longitude="12.489898" StarRating="2" HotelCode="148265|371603" HotelName="Hotel Golden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Marche 84, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/39/f83939086dcae14fc7010bda308ede6eb99692c6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899553362187" Longitude="12.500201253241" StarRating="2" HotelCode="155049|17662" HotelName="Hotel Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Amendola 77, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/eb/4ceb2b29ac45acf4f77ab6f3c563d948f61b1d6d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90639893" Longitude="12.45630741" StarRating="2" HotelCode="563547|233387" HotelName="La Vite Vaticana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Bastioni Di Michelangelo 5, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/66/4066488d8a041decf8fdb1ab40e401e05089174f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="138.12" OriginalAmount="129.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8989179" Longitude="12.5188443" StarRating="3" HotelCode="|BBLT" HotelName="B&amp;B Hotel Roma San Lorenzo Termini" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Sabelli 177</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1178119/19311938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906998182012" Longitude="12.48814791441" StarRating="4" HotelCode="33058|10070" HotelName="Ludovisi Palace" 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,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 43, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/32/c73248726cfb8fdf3e760a01c4506ded4f85648a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.17" OriginalAmount="131" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907916894725" Longitude="12.456882279605" StarRating="4" HotelCode="485420|233274" HotelName="Vespasiano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Vespasiano 49, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/44/b744a8ca1b761be4ff0c0b4d6c9b406b4c5c072a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89943789" Longitude="12.50095905" StarRating="4" HotelCode="434461|208876" HotelName="Gioberti Art" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 23, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/f3/a7f313bcc2a60a4ff8c8b9c9cd073059ad12fb18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89556153" Longitude="12.47789007" StarRating="0" HotelCode="863650|396963" HotelName="Navona Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arco De' Ginnasi 6</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/7b/267bc9c7be4aa0691e9bc6f90e564ad2b37c66e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.24" OriginalAmount="132" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909077" Longitude="12.468961" StarRating="4" HotelCode="136366|56423" HotelName="Hotel Twenty One" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cola Di Rienzo 23, 00192 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/fb/89fb7369843601d36005bcb3555ace1f06a5bb2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="141.25" OriginalAmount="132.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907010159093" Longitude="12.478048056364" StarRating="4" HotelCode="88490|6145320" HotelName="Mozart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 B, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/24/ab248ee16a51a6eb816483386a5262850b6ea038.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926571999542" Longitude="12.428093415072" StarRating="4" HotelCode="36922|31826" HotelName="Courtyard by Marriott Rome Central Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moscati Giuseppe 7, 00168 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e4/d4e439b9bee8484f600055f1f12c34852f33aa71.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894659" Longitude="12.479451" StarRating="4" HotelCode="64853|28639" HotelName="Hosianum Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Polacchi 23, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/02/a902c9fad9d2aea9e73c801335402a83974f264d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894344" Longitude="12.491608" StarRating="2" HotelCode="66054|54781" HotelName="Hotel Centro Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 233, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/70/fd70a731022c320d72ba0da7c9e8428570783bf8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902539557549" Longitude="12.48734459281" StarRating="3" HotelCode="11626|6216" HotelName="De Petris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella, 142, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b6/3cb6839a0ff9b7fd5e3bff39f04725066ec2eaf5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902261" Longitude="12.48669" StarRating="3" HotelCode="89627|56052" HotelName="Fellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 56, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/5f/285fec00391cd4f5a41830a7033185b0bc9b2a73.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899591" Longitude="12.470624" StarRating="5" HotelCode="904056|47695" HotelName="Navona Palace Luxury Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Golf,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Pace 36/36A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/f6/38f6c6e6e3289caec8d88723d4803ec6a0846c72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899383" Longitude="12.481351" StarRating="3" HotelCode="150647|17117" HotelName="La Papessa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso, 241 / Angolo Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d8/36d831fe624e5e086a6f7a3adb7f23fe2d3eae2f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.31" OriginalAmount="133" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89907589" Longitude="12.46484149" StarRating="0" HotelCode="578231|234149" HotelName="Secret Rhome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Dei Fiorentini 1, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/38/a638181116f6ac6152c22c495638e744329c4aa5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="142.88" OriginalAmount="133.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900126607612" Longitude="12.49725991898" StarRating="4" HotelCode="18825|1311093" HotelName="Best Western Plus Hotel Universo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Amedeo 5/B, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9e/55/9e559ca455ffbff95211624e0ccbf9114c1cd006.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.38" OriginalAmount="134" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89352453945" Longitude="12.511496543884" StarRating="3" HotelCode="48144|7219" HotelName="Parker" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giolitti, 431, 00185  Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/93/fe/93fe92c79542596e5daf944fc159d98a0afb34ba.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89694223" Longitude="12.47699102" StarRating="3" HotelCode="572271|232401" HotelName="Arch Rome Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell Arco Della Ciambella 19, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/72/e2722722a13af77238273ae4817ab2b116b448df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901295" Longitude="12.473279" StarRating="3.5" HotelCode="191959|57412" HotelName="Gigli d'Oro Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gigli d'Oro 12, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/e9/e0e9e7380be7502de0cdd6756a47085a0b200821.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90690837" Longitude="12.44497437" StarRating="3" HotelCode="322772|199032" HotelName="Le Piazze di Roma Bed &amp; Breakfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Marcantonio Bragadin 106, 00136 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f3/fbf3782d85c2d62138727bae50f303ff055876af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91185887" Longitude="12.45999504" StarRating="0" HotelCode="567498|233800" HotelName="Milizie 76 Gallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Dry Cleaning,Internet,Laundry,LCD/Projector,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Milizia 76, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4d/68/4d68e75b72f84c9efaf53ce0b9fa56797569fcb0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89951654" Longitude="12.49821645" StarRating="4" HotelCode="582012|234044" HotelName="Roman Holidays Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/64/ca640e1e3b869ca09db0d9ce810d70df0daf63b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90910082" Longitude="12.48835149" StarRating="3" HotelCode="622908|254877" HotelName="The Shire Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>146 Via Vittorio Veneto, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/2f/782fa168d8c0651ecd1b5bd93f4c3cd22e3b71b8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.45" OriginalAmount="135" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="1.5" HotelCode="385644|199624" HotelName="Town House Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/20/ba206a6dcc10a9a4fb3f4d2b6f0d7b2fb5798b1c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.874857721046" Longitude="12.432888908737" StarRating="4" HotelCode="310855|48665" HotelName="A.Roma Lifestyle Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Zoega 59, 00164 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/cc/e0cc3e1c9d2c95bc744ba1b4fdcefc8c16cfd6c2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909916530959" Longitude="12.493410408497" StarRating="4" HotelCode="38411|35777" HotelName="Clarion Collection Hotel Principessa Isabella" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Sardegna 149/151, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/4e/f74e7cb3c7b5b85cbd86bec60ea04f37de8b603a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.867139992362" Longitude="12.471577897668" StarRating="4" HotelCode="95142|9288" HotelName="H10 Roma Città" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Amedeo Avogadro 35, Quartiere Marconi, 00146 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/33/f2/33f2100d8ba28b8f706a713a09f3f3bc11649910.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.886416" Longitude="12.468022" StarRating="1" HotelCode="151470|61026" HotelName="Locanda Carmel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Goffredo Mameli 11, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/8e/0e8e2b72caa0e1f4d3a306c1984278dc9e205081.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89461634" Longitude="12.50599819" StarRating="0" HotelCode="519673|490286" HotelName="55 Rome Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele Il 54A, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/5f/8a5f92b998595a26f90e1b8da7a6a8501a178d4c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="145.52" OriginalAmount="136" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904112" Longitude="12.499734" StarRating="3" HotelCode="12452|254842" HotelName="Smooth Hotel Rome Repubblica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 61, 00185 Roma, Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/d0/c2d026681944fe6c8f13fb8aec3274670ea8f2c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903177" Longitude="12.501518" StarRating="4" HotelCode="17003|1260" HotelName="Best Western Premier Hotel Royal Santina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" 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 Marsala 22, 00185 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6a/1b6aa9ae7c72b95eed6e0aea853fc74afa41b7ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90447839388" Longitude="12.481703180298" StarRating="0" HotelCode="378623|180094" HotelName="Dimora Frattina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 128, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/26/1f2614f0ebb7a49b1a0bcf9b750942580c5e30cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90671879" Longitude="12.45908772" StarRating="5" HotelCode="725193|269014" HotelName="Eccelso Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Catone 3, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/78/677874eb1040524e5dad5e7eba3f891b4cdbd3cc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="962056|494826" HotelName="Rhea Silvia Luxury Trastevere 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di San Cosimato 63, Trastevere, 00153 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/16/d3161cbaa5283993668c72e148faa96967f36dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.922306" Longitude="12.49346" StarRating="4" HotelCode="47498|8612" HotelName="Hilton Garden Inn Rome Claridge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via le Liegi 62, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/b1/1bb1c4a7049bb303dd17ba08a03e8b4a7f48af7e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904481" Longitude="12.485789" StarRating="3" HotelCode="89617|11066" HotelName="Cecil" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/dd/ddddcc0eae7176b5e5a0268ae6b7ac98a7209baf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.917764670731" Longitude="12.514570355415" StarRating="3" HotelCode="65940|55148" HotelName="Hotel Villa del Parco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nomentana 110, 00161 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/56/b356d0147de1bb68e791762953ea5b6476e8891d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89835041" Longitude="12.49094042" StarRating="0" HotelCode="437979|233955" HotelName="Quality in Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 49, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/0a/450ad15ee42f0463fc58987a800c8f0d9f3901a6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.59" OriginalAmount="137" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905400888865" Longitude="12.484953183522" StarRating="4" HotelCode="79853|318206" HotelName="The Code Hotel" 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,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 79, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/b2/c2b2957547366cbb85ac07e2b0810c98ca2438a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.858793579706" Longitude="12.504305668538" StarRating="3" HotelCode="66951|55906" HotelName="Kolping Hotel Casa Domitilla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Sette Chiese 280, 00147 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/f2/1bf285b22c134568aeb5bd349bd4d6a98c471d04.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900265" Longitude="12.498985" StarRating="4.5" HotelCode="31409|28281" HotelName="Bettoja Hotel Mediterraneo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 15, 00184 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/23/4123c4d0a6e79cb5c9e6a50613c82da96e732970.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919656738375" Longitude="12.482615419607" StarRating="3" HotelCode="336771|56623" HotelName="Hotel Villa Linnaeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Carl Linnaeus 1/A, 00197 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/4d/b54d95cdc620a3ab93fb991a63459d848a1e0b80.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.66" OriginalAmount="138" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90458902" Longitude="12.49194754" StarRating="4" HotelCode="764259|364943" HotelName="Triviho Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Barberini 50, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/02/5c02c25443ee30eb937413a45156e1a1de6df2fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="147.73" OriginalAmount="138.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889007" Longitude="12.505016" StarRating="4" HotelCode="66771|2652111" HotelName="Eurostars Saint John" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Matteo Boiardo 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/f4/78f4f27ccb5cfd59770b6f90895bf9d8537d78fa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.33" OriginalAmount="138.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.930308" Longitude="12.492691" StarRating="3" HotelCode="335566|3531802" HotelName="Delle Muse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Salvini 18, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/88/dd88886a318b8b211c393808de10a7a029018d72.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899340375022" Longitude="12.501199543476" StarRating="4" HotelCode="40044|6289" HotelName="Gioberti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gioberti 20, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/e9/c9e946570c86275a19f9380e1db2c5797bb499c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893331400245" Longitude="12.502391062927" StarRating="1" HotelCode="357435|179125" HotelName="Hotel Central Lodge" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Buonarroti 19, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fd/5e/fd5ec0244870083eaecde4ab0a0989cd8ce2364a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888209702141" Longitude="12.497280887732" StarRating="3" HotelCode="268032|371605" HotelName="Lancelot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 47, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906253602405" Longitude="12.502698898315" StarRating="3" HotelCode="14989|32663" HotelName="Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Ski Hotel ,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro, 17/A, 00185 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d3/09/d3098fc7e80c97ba948ff135beac20ff3803845e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89844701" Longitude="12.45413013" StarRating="3" HotelCode="945373|233249" HotelName="Hotel Paolo II" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo II 3, 00165 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/84/5284ba243114689d69c4f55aab7595b9cf86045d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90025877" Longitude="12.47259327" StarRating="0" HotelCode="572587|234101" HotelName="Rome Visits" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Tor Sanguigna 13, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/14/a614a099dbc82bd4dd2a47166625217e0f55067a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91081582" Longitude="12.49164051" StarRating="0" HotelCode="627431|254895" HotelName="Via Veneto Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso d'Italia 21, 00198 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c6/c0c6ce3a513be4172cac32d5d54e3e85ebc03544.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901696" Longitude="12.494872" StarRating="4" HotelCode="16374|4166" HotelName="Quirinale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 7, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/d0/9ad03ca5e79f38737ae6b87f27daf199af54c98f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895912" Longitude="12.490992" StarRating="2.5" HotelCode="149893|371677" HotelName="Il Covo B&amp;B" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Boschetto 84, 00184 Lazio, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/57/50579462bff5a54750cbf2b638392bc59e6bcae6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901883542855" Longitude="12.473884775463" StarRating="3" HotelCode="266880|58040" HotelName="Navona Colors Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dell'Orso 38, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/77/9477fb5a5e3b4efb92650c7509ee8699bfd90273.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89722799" Longitude="12.49388161" StarRating="0" HotelCode="948962|490189" HotelName="Rione Monti Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 43, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f6/5b/f65ba38417ae4f8268b3513fc9abe2d00cc69232.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898721321676" Longitude="12.491535304893" StarRating="4" HotelCode="284098|37811" HotelName="Rome Life Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 12, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/50/e1502ff2f78b0bdc7ca264512ad76d5d5216a82e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902432094985" Longitude="12.489689540958" StarRating="4" HotelCode="16503|20542" HotelName="Al Manthia Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giardini 35/B, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/14/14d6857b6291fbe2/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88208595" Longitude="12.51326224" StarRating="3" HotelCode="382836|178109" HotelName="Gate 40" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Re Di Roma 40, 00183 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/c7/60c75c5b2a121973b1f5dd8bd60181aa5eaf238a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903308788921" Longitude="12.479867216568" StarRating="3" HotelCode="268041|40773" HotelName="Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/ff/aafff1da14d440d8cc445df2f83d617c0cc54a17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89599229" Longitude="12.4718138" StarRating="2" HotelCode="418406|90139" HotelName="Campo de' Fiori 27 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Concierge,Dry Cleaning,Internet,Laundry,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Campo De Fiori 27, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/16/9d16998155097de3e81b2424e3c17ca7b9aa0332.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89650467" Longitude="12.498995" StarRating="0" HotelCode="875990|422832" HotelName="Hotel Prassede Palace Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 281, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0c/8b/0c8be2078f6b09994dff49621ba2d9706eed2c1d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.926502" Longitude="12.425753" StarRating="3" HotelCode="89622|30627" HotelName="Sisto V" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lardaria 10, 00168 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b5/f5b5dea22c450c1f2b43f5a4afdf5a0ed3c78acf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90097" Longitude="12.48226" StarRating="3" HotelCode="687405|199626" HotelName="Town House Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Crociferi 41, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/e0/82e0080899ada4d3d6212d71d1ef12bf0a7e8062.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="150.87" OriginalAmount="141" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902695160898" Longitude="12.487888277376" StarRating="4" HotelCode="319187|93224" HotelName="Mood Suites Tritone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 152, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/3e/123e8d68bdebfb68d4d02158ff127d79937b5f67.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90211534" Longitude="12.47744091" StarRating="0" HotelCode="771239|396436" HotelName="Fourheads Private Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Campo Marzio 12, Spagna, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/67/cb6774ac4f5f3ad4ddf5ccd9b3a911f2bd8bbd17.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898574" Longitude="12.490469" StarRating="4" HotelCode="213781|34200" HotelName="Rome Times" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Milano 42, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c9/8fc9a4ebe200c13777902bef3535d1a88e7316e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90385948" Longitude="12.47985372" StarRating="0" HotelCode="567167|234162" HotelName="Shali Luxury Suite Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 73, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/740970/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.94" OriginalAmount="142" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902410120704" Longitude="12.490098488326" StarRating="4" HotelCode="397249|234255" HotelName="Terrazza Marco Antonio Luxury Suite Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 15, 00184 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/77/6f77c3f6ea495c388830b53c770e5a91c8c5241f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.891775" Longitude="12.505959" StarRating="1.5" HotelCode="191837|57046" HotelName="At Home Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Emanuele Filiberto 109, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/1e/9a1e050639ba1614715f4b9743a68d935935b159.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90337777" Longitude="12.48247099" StarRating="3" HotelCode="578083|234335" HotelName="Tree Charme Spagna Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Mercede 37, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/f4/49f4ce209c2760082d21e7de6bb075cd98b18b4a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89411466934" Longitude="12.47739268395" StarRating="3" HotelCode="164544|198997" HotelName="Kame Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganica 9, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/d7/5ed7c6b62a88a48a9fb18b2fd0a594793393aa68.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890112" Longitude="12.498098" StarRating="4" HotelCode="14754|3377" HotelName="Mercure Roma Centro Colosseo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 144, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/9b/6f9b40ec351f8a518aaa94716e00600b2e2b19d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898228" Longitude="12.467936" StarRating="3" HotelCode="191956|56513" HotelName="Navona Nice Room" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sforza Cesarini, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/19/1919ff7afe2b7885f53562b6161b8321fc8c75bd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92154664" Longitude="12.45805156" StarRating="2" HotelCode="519660|61604" HotelName="Doro Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Circonvallazione Clodia 94, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a2/72a218e63ca61c8868411ea429f7e4bdaa760c94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91985" Longitude="12.456756" StarRating="4" HotelCode="116820|55864" HotelName="Clodio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Lucia 10, 00195 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/d8/aed8dc162bb03637e21c69e08f7b1437c71569a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918134" Longitude="12.484329" StarRating="4" HotelCode="143166|57349" HotelName="Aldrovandi Residence City Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ulisse Aldrovandi 11, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/94/04949e4c00df582d7f2417ac2d5d8099a9d8f698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895871359837" Longitude="12.490459696032" StarRating="3" HotelCode="34936|30445" HotelName="Anfiteatro Flavio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 130, 00184 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/c3/17c3a9bc66f238176092732971a81f46eb9567c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90194115" Longitude="12.50423672" StarRating="0" HotelCode="519766|232714" HotelName="B&amp;B Caroline Suite Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo 14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/28/12284717864b4fac6f5d71b5907587a15e5ccf7e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899722" Longitude="12.466294" StarRating="2" HotelCode="37459|62848" HotelName="Corso Vittorio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II. 308, 00186  Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/335760/335760a_hb_a_020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907488026846" Longitude="12.47293817791" StarRating="3.5" HotelCode="936635|54772" HotelName="Luxury on the River" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/aa/ffaa9b7be0df3b5a4adc02426082bff893e72994.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894723955338" Longitude="12.476600296959" StarRating="1" HotelCode="295496|57577" HotelName="Relais Badoer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 11, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/97/e9973d0ec1687a58225384b3754353fd7e1955fc.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907994" Longitude="12.491722" StarRating="4" HotelCode="26064|19483" HotelName="Luxe Rose Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boncompagni 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/93/10932d7947528df49f28947bb792370aaf6b3400.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899337644823" Longitude="12.492209795621" StarRating="3" HotelCode="61921|32835" HotelName="Boutique Hotel Galatea" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Genova 24, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/b7/5eb74573af404f405c8db4c0d3d9fde501c805e7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.22" OriginalAmount="146" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903351037059" Longitude="12.505116093254" StarRating="4" HotelCode="98572|40744" HotelName="Venetia Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Marghera 47/A, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/38/803807ac4f3a9d51a6f77137d9699c5544ad200b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899899313359" Longitude="12.49287860734" StarRating="2" HotelCode="572693|232748" HotelName="Dem Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/25/0025ce3c30d168f81907fc7640f6906cbe2aab5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="975884|407031" HotelName="Hotel 55 Fiftyfive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Vite 13, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/3d/1f3d868112d014176ff2b7a3ef6d248ff4a387ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900892" Longitude="12.477918" StarRating="4" HotelCode="15089|7628" HotelName="Nazionale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" 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 Montecitorio 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/04/590455c6e572503757ca158664a0a9a0ed2b2ba3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909988" Longitude="12.522753" StarRating="3" HotelCode="255877|234026" HotelName="Roma Scout Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Conference Hall,Elevator,Internet,Lounge,Luggage Storage,Meeting Room,Pets allowed,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Largo dello Scautismo 1, 00162 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/fd/1ffd6ec676e1c4da983b18f5a83e62d2a8e80698.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89774168" Longitude="12.48707484" StarRating="3" HotelCode="359742|62880" HotelName="Trevi Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Ventiquattro Maggio 45, Via Mazzarino 2, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/d8/d3d8ee2943e4b57fd0615f8da3f560ae479736d8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.29" OriginalAmount="147" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907395" Longitude="12.478139" StarRating="3" HotelCode="191980|199855" HotelName="Vivaldi Luxury Rooms" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Greci 23 b, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/2b/122b8d897eac66450d0379c63c302c950cfe3085.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90415" Longitude="12.487528" StarRating="4" HotelCode="26029|134716" HotelName="Albergo Ottocento" Meals="BED &amp; BREAKFAST,HALF BOARD" 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 dei Cappuccini 19, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/56/de56c4b85030e1da34343de2bf39a0455d04fb5d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894776937386" Longitude="12.477041731242" StarRating="3" HotelCode="385942|200276" HotelName="Little Queen Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Florida 20, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9f/e29f6e450eebaa071ac8329ecd49b263ad152948.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.36" OriginalAmount="148" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90420022" Longitude="12.45881039" StarRating="3" HotelCode="546780|199825" HotelName="Vatican Style" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mascherino 46, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/39/6a39de6d2ee24fbf6a1be454e16e79c793903627.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.42" OriginalAmount="148.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896339685624" Longitude="12.486047744751" StarRating="4" HotelCode="335581|1916334" HotelName="Traiano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Via 4 Novembre 154, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/56/4f562dbb304becd88d15ff0a372aef253e61cada.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="158.54" OriginalAmount="148.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908050322711" Longitude="12.500229586293" StarRating="2.5" HotelCode="226727|8599499" HotelName="Deseo Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse">
        <Address>
          <AddressLines>
            <AddressLine>Via Palestro 3, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/0a/170a22d870e37fc18b3ae9a495ec0a7063f00db8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89778843" Longitude="12.47213466" StarRating="0" HotelCode="781816|396962" HotelName="Navona Rooms with Jacuzzi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pizza Pasquino 71, Terzo Piano Senza Ascensore, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/db/05db0781a9e80e3d13eced733c4297b9c2c0617d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89616" Longitude="12.49494" StarRating="2.5" HotelCode="191774|181640" HotelName="Chocolat Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 184, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/1a/9d1af5c66a16befdb20db57626dec95acd5b4b4b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8744963" Longitude="12.47960364" StarRating="0" HotelCode="565932|234135" HotelName="Salotto Piramide" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Conciatori 26, Aventino, 00154 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/736476/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.43" OriginalAmount="149" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897725251011" Longitude="12.494287490845" StarRating="4" HotelCode="19226|55879" HotelName="Hotel Viminale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Balbo 31, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/9d/989df02e0975eb18ccb2e1f2ea060fec926318de.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="159.53" OriginalAmount="149.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90187" Longitude="12.482012" StarRating="3" HotelCode="18733|1602656" HotelName="Tritone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 210, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/70/897075df8dabd053f188fcef9869b1d20975e850.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903092" Longitude="12.488578" StarRating="1" HotelCode="117500|57359" HotelName="Roma Resort Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 171/172, 00184 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/d8/62d8b50c04471a28af0c81f5f9bc94eda0772d04.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906309" Longitude="12.480469" StarRating="3" HotelCode="95124|200063" HotelName="Condotti Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bc/f5bc29cf23b68c32b4ded357d89c22049842a992.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906131833868" Longitude="12.480683326721" StarRating="3" HotelCode="335571|146310" HotelName="Condotti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario De Fiori 37, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1e/e11ec9e336f6e73e86b010c0982f23e30821b934.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892245702264" Longitude="12.475123073164" StarRating="3" HotelCode="378782|200201" HotelName="Jb Relais Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Bartolomeo de Vaccinari 19, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/647981/647981a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.50" OriginalAmount="150" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91876641" Longitude="12.54690563" StarRating="0" HotelCode="572914|233831" HotelName="My Sweet Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Bernardino Lotti 3, 00175 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/0d/b80d3cb53f13fd81b60ec8129aed04530a5f340e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.57" OriginalAmount="151.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89925053607" Longitude="12.491282075644" StarRating="3" HotelCode="12815|1136208" HotelName="Hotel Giolli Nazionale" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 69, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/bf/3dbf2a42f409508858729a9c81af82544e73b7d8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="763606|487727" HotelName="Luxury Guest House Fabio Dei Velapazza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Giuseppe Mazzini 119, 00195 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/e4/91e484fece7be0b039b5d2de95b0c6c7a385c62c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89371422" Longitude="12.48988629" StarRating="0" HotelCode="577526|233048" HotelName="Guest House Cavour 278" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 278, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/51/de5159d42ea9ca864cde9ad811d946bc6103beb7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88792" Longitude="12.469804" StarRating="3" HotelCode="191640|200163" HotelName="Trastevere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luciano Manara 24A/25, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/c8/98c8bff3a4ec3d115f33271f026b434bccb2f77a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905666537099" Longitude="12.481108998234" StarRating="2.5" HotelCode="397810|200270" HotelName="Les Fleurs Luxury House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario dè Fiori 24, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/28/84286d35806c29d5a22bd835f9be8ca531bc55b5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90207606" Longitude="12.4750605" StarRating="3" HotelCode="433299|200318" HotelName="Navona Central Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Scrofa, 22, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/ee/22ee13065de9f6f0c93c60ea577b3c985c236aa0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901259734814" Longitude="12.472415179542" StarRating="3" HotelCode="304077|57111" HotelName="Residenza Zanardelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 7, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/28/4a28f8052f1476fb991c9bc9037e0de24f30b67e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89733775" Longitude="12.48200042" StarRating="2" HotelCode="383826|60417" HotelName="Via Del Corso Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 277, 00186 Rome, Latium, Italia</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/93/4293fdd10739d67c0db23d7482f03b926efa7579.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.57" OriginalAmount="151" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89999172" Longitude="12.49434466" StarRating="3" HotelCode="433995|200793" HotelName="Viminale View Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Viminale 14, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/537443/537443a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="161.61" OriginalAmount="151.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897653378042" Longitude="12.497173547745" StarRating="4" HotelCode="12717|1845709" HotelName="Hotel Gallia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Maria Maggiore 143, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/25/51/2551def4fdc8eccc50226fabe61ef5c08b608693.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="162.42" OriginalAmount="151.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.892514251064" Longitude="12.418354153633" StarRating="4" HotelCode="31823|6468090" HotelName="Ergife Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurelia 619, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/dd/23dd0f389e95d2414d356cd8d732887dac75b130.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="162.48" OriginalAmount="151.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896604" Longitude="12.500962" StarRating="3" HotelCode="335555|1136641" HotelName="Hotel d'Este Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 4b, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/7d/e37d76eae37b763cf708fb93ba4dfe4d455d26f8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90403955" Longitude="12.4806337" StarRating="0" HotelCode="438353|233012" HotelName="Gravina Suite Frattina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 52, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d1/3fd1af1cef0781a660ecfc83ea0a2f8ece799297.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906139346907" Longitude="12.4795083" StarRating="2" HotelCode="268040|198960" HotelName="Panda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 35, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/ca/a1ca08293a93c5eb14de7384ad2d3fa192be467c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9027835" Longitude="12.4963655" StarRating="3" HotelCode="192076|56015" HotelName="Lemon Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Vitelleschi 34, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/c0/bbc0399fe93efa8872b919a500f6c2862194f8d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907773" Longitude="12.498114" StarRating="4" HotelCode="14428|8851" HotelName="Marcella Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavia 106, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/4b/854b1326a02720e65a9f871180403920a04d8be7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.64" OriginalAmount="152" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89869304" Longitude="12.46652486" StarRating="3" HotelCode="484094|200347" HotelName="Palazzo Medusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sugarelli 23, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/c8/81c8c03e63cfe7587ebea50c4209b2a11fb7e4ce.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981060|479761" HotelName="Beige Et Bie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Uffici Del Vicario 33, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/da/57daa467d2ac6fac46d8a4db74cadf80696b58ad.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907156" Longitude="12.487816" StarRating="4" HotelCode="192006|31055" HotelName="Berg Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Aurora 29, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/92/4992311f6e29c26101f5a6663f26d1ce90d81fa8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="981382|495203" HotelName="Naman Hotellerie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 60, Spagna, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/21/8f210c03b8f2751f5a2c438fe0d6d582ea125f65.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909459" Longitude="12.468757" StarRating="4" HotelCode="258928|3765" HotelName="NH Collection Roma Centro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Gracchi 324, 00192 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/03/b203de9d2bdca7e79901df5ac2d46393cba335c9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902772" Longitude="12.486518" StarRating="4" HotelCode="25713|20540" HotelName="Memphis" 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,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Avignonesi 36-36/A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/98/37987f2c5bbdcedfe05b4a0ca561003d0d040865.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92940510576" Longitude="12.492664055527" StarRating="4" HotelCode="154715|56615" HotelName="Villa Duse" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morelli Alamanno 1, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/25/7125f6504c8ccde6ebc75de890fa3dacbc188e00.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.78" OriginalAmount="154" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901602" Longitude="12.484679" StarRating="3" HotelCode="153528|56895" HotelName="Trevi 41 Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Panetteria 41, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/ca/cecadd0566010c48399de33183af3f350eab3813.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896668111262" Longitude="12.490128725767" StarRating="3" HotelCode="63211|47624" HotelName="Apollo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Serpenti 109, 00184 - Rome,Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/c6/e0c67218d686a349c463577804b479d46b9103d6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90922666" Longitude="12.46627016" StarRating="3" HotelCode="547824|199356" HotelName="Residenza Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Ezio 19, Città del Vaticano - Prati, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/d2/2cd20ba8b2b268d7b5458d0c26df531a269c924b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.85" OriginalAmount="155" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906722915385" Longitude="12.478062461538" StarRating="4" HotelCode="902839|56762" HotelName="Stay Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 81, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/8a/f18a9649789fa93bb56fbbe0dc84e04da0921d41.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895714767871" Longitude="12.502299648931" StarRating="1" HotelCode="447571|232514" HotelName="B&amp;B Domus Domas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Alberto 53, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/be/a0be338511edecc9d4a4c6d6c2d047c71d81cf99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897142777888" Longitude="12.498049132" StarRating="2.5" HotelCode="383827|58060" HotelName="Domus Liberius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Liberiana 17, 00185 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/53/255341628924be60f5208e2d8f722d5fa1d02034.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902381" Longitude="12.494651" StarRating="3" HotelCode="77957|199358" HotelName="Residenza Cellini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Modena 5, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/d8/b3d8c06ce6970c309ba2ce3c0633784d5459911e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="166.92" OriginalAmount="156" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907624" Longitude="12.498577" StarRating="3" HotelCode="335589|56066" HotelName="Lilium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/01/1c01d9e6d362d26c8a038b4e1dbef6ff34c39bc6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901812124392" Longitude="12.483672107969" StarRating="3" HotelCode="166967|5228" HotelName="Hotel Accademia" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Accademia di San Luca 74/75, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b9/9ab906a130f8a12ba6d1a52547698b013922c299.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="764260|396934" HotelName="Lifestyle Veneto Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piemonte 117, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/42/56427581aee062ec8835e1ae4a5b753374bb6bb2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907584" Longitude="12.498648" StarRating="3" HotelCode="97574|17109" HotelName="Seven Kings Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XX Settembre 58 A, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/2b/b22bd72ff62ff1cc57b71cebcefcb1f705780245.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90243312" Longitude="12.49006885" StarRating="3" HotelCode="438147|134575" HotelName="A Star Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Quattro Fontane 15, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5d/ba/5dba6a1ca8ce3fb474788c6bb414f09fd490ec84.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909264" Longitude="12.477452" StarRating="4" HotelCode="19171|479" HotelName="Hotel Valadier" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Fontanella 15, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fe/8b/fe8bcb06838a8fbaf453048999128ce4b6fc1272.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89760295" Longitude="12.50375352" StarRating="2" HotelCode="479115|58084" HotelName="Meltin' Rome Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Turati 76, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/2a/052acbee95b2a962606596b0efa02d181c0bbd06.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.06" OriginalAmount="158" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896622" Longitude="12.472951" StarRating="0" HotelCode="742301|254749" HotelName="Little Queen Navona" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via de' Baullari 4, Rom 00186</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/52/5952429096325a17130d9483dcaca93cd12f2b35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.20" OriginalAmount="160" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894023687892" Longitude="12.487640976906" StarRating="4" HotelCode="12606|20539" HotelName="Forum Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de' Conti 25, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/46/f0468505ececc7201a7f770fe2fbdbad25484abe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900734859" Longitude="12.483187168837" StarRating="3" HotelCode="56971|19360" HotelName="Fontana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Trevi 96, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/4f/bb4f8823caaf5ba2e5c3bb0e6d2044700b412066.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89956907" Longitude="12.46738306" StarRating="3" HotelCode="945400|233848" HotelName="Navona Street Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Banchi Nuovi 54, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/2d/c22db31f6bf458488202aa3ee3ed13240696011d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899243" Longitude="12.456381" StarRating="3" HotelCode="116949|55880" HotelName="Emmaus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Fornaci 23/25, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/82/85826af3a4232f11ee8975d83135b34dd68d905b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89445868" Longitude="12.4761485" StarRating="2" HotelCode="440226|58627" HotelName="Lh Royal Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Largo Arenula 26, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/6d/236d2ea11bebe601e26203eb58a20f83490f5014.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907610763661" Longitude="12.480118722954" StarRating="2" HotelCode="518886|233777" HotelName="Maison Evelina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 76, in 4, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/19/8d198803ef6a015e237181f181328dd4d87b0710.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904389" Longitude="12.489789" StarRating="3" HotelCode="160631|56534" HotelName="Residenza Domiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Nicola da Tolentino 50, Roma 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/c9/5bc9540a998d75ca354f37bd08b2057dc5b71aff.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88995011" Longitude="12.49465276" StarRating="0" HotelCode="781406|491207" HotelName="Royal Rooms Colosseo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Giovanni In Laterano 10, 00184 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/5f/8b5f74ffbdf2a5db6b5ce213ed3698f99df071e1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.34" OriginalAmount="162" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901869788763" Longitude="12.485661506653" StarRating="4" HotelCode="19383|3387" HotelName="White" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via in Arcione 77, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f0/17f0fbfee12bb5b0db6e9d8e855bcf8fe3a71d4f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="174.13" OriginalAmount="162.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904884" Longitude="12.487774" StarRating="4" HotelCode="258343|1164959" HotelName="Imperiale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Veneto 24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/26/ba/26ba8ca61c2809e1f2d5ccc35e0e827e7c40fc83.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900611" Longitude="12.47270761" StarRating="3" HotelCode="481317|200389" HotelName="Relais Rione Ponte" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Resort" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Zanardelli 20, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e2/19/e219b7ed6b3c2ced3ce6a4778cf140a30badd907.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="175.48" OriginalAmount="164" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90629556" Longitude="12.48033469" StarRating="0" HotelCode="579559|234184" HotelName="Spagna Secret Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 20, Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a3/f3a3a65b1e196ebb2391e8db16f922e61162b888.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893246675278" Longitude="12.488405935888" StarRating="2" HotelCode="901958|58028" HotelName="Romano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Corrado Ricci 32, 00184 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/3f/cb3f003efafbacc053d65a342f3b3639a3435672.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="176.55" OriginalAmount="165" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905782" Longitude="12.48036" StarRating="3" HotelCode="95126|430160" HotelName="Rome 55 Piazza di Spagna Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Carrozze 55, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/41/a04170b094bb4245506d68d389e9784336c5ace0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90745881" Longitude="12.47173144" StarRating="3" HotelCode="438592|178722" HotelName="Belli36 Rooms" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Gioachino Belli 36, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/56/bc56a7161e45d1dde4dcb0d2c5b7e4a9a8be2011.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90262685" Longitude="12.47778297" StarRating="0" HotelCode="546878|177951" HotelName="Campo Marzio Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Campo Marzio 52a, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/53/7e53e5ed63e02baaf43f4fbd67a8e4044989f929.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898883" Longitude="12.465865" StarRating="3.5" HotelCode="191968|57305" HotelName="Relais Giulia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/f8/8ef87eca6331fdd88d3299bea348b31bff6348ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.69" OriginalAmount="167" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90074" Longitude="12.496738" StarRating="3" HotelCode="36261|183004" HotelName="Dharma Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Viminale 8, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/ea/2aea5229690b432b00f897f3c523a5c3568506cb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90144146" Longitude="12.48475186" StarRating="0" HotelCode="575047|232407" HotelName="Arpinelli Relais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Panetteria 1C, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/b3/d0/b3d03b0b7799827d8a20796078ddfffb5bb0bc62.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90048733" Longitude="12.47899114" StarRating="3" HotelCode="547642|198870" HotelName="Colonna Suite Del Corso" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Colonna Antonina 41, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f4/e4f49eee4760bee28eaec2e39b5a190c30cb28a7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893115" Longitude="12.471735" StarRating="4" HotelCode="16065|17456" HotelName="Ponte Sisto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pettinari 64, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/62/59623a412232532cd4b6617ae0c76c4a405543a0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.83" OriginalAmount="169" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907320564323" Longitude="12.451698035002" StarRating="4" HotelCode="17869|55447" HotelName="Best Western Plus Hotel Spring House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mocenigo 7, 00192 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/28/2e285ab295021c50663cd64e4db92604295a8ca8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.90" OriginalAmount="170" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897705849414" Longitude="12.496141584656" StarRating="3" HotelCode="434375|183003" HotelName="Dnb House Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 85/A, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/33/3a33b77060baea296f9692e3c40564dc4e8c2b90.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90863158" Longitude="12.46163493" StarRating="0" HotelCode="433681|181668" HotelName="Grand Tour Roma Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Germanico 109, 00192 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/d5/5dd5dc2a15df93ecc974e4abe7039044c2c6987a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9017695" Longitude="12.5039206" StarRating="1" HotelCode="909250|178284" HotelName="Beautiful" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Milazzo, 8/14, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/7c/ff7cae204e0646fc4534d6a3dc7b2095b6cd673a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89602943" Longitude="12.47821438" StarRating="0" HotelCode="957994|396989" HotelName="Queen Palace Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, Pantheon, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/72/b672b0b0ad15c1db6ccbefd200c41421733a5cca.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="184.04" OriginalAmount="172" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.887495" Longitude="12.47227" StarRating="3" HotelCode="153507|199304" HotelName="Relais Le Clarisse" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinale Merry del Val 20, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/5a/8f5a6ef103b71a51fb7a42c0a624e163ab828f6c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.26" OriginalAmount="172.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89281585" Longitude="12.47747962" StarRating="4" HotelCode="360806|85350951" HotelName="HT6 Hotel Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tempio 6, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/f9/6ef9995826f72875286c6e5fd04f5d8bb4f9fd35.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89945597" Longitude="12.46764908" StarRating="0" HotelCode="573488|232465" HotelName="B&amp;B all’Orologio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Banchi Nuovi 47, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/27/1c279336e4895c32b1882cef3ea28b04a297d6d7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890048" Longitude="12.483869" StarRating="4" HotelCode="70853|33287" HotelName="Kolbe Hotel Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Di San Teodoro 48, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/b9/bdb95693f3a6060c9a3da2e36dd3f2507ec19fe9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904975368536" Longitude="12.479621905488" StarRating="3" HotelCode="60923|11051" HotelName="La Lumière di Piazza di Spagna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Belsiana 72, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/cd/ddcdb6b2925bd54f0c859b566d2fc4b866959227.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907017" Longitude="12.465608" StarRating="4" HotelCode="97928|23775" HotelName="NH Collection Roma Giustiniano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Virgilio 1 E/F/G, 00193 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/ea/8feaa7b263a8b76f6cb0587bcbde55867d8edaf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="781632|396997" HotelName="Relais Vatican Secret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Della Valle 1</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/de/02dedfefb8ffdba7662cd0ce6f8e931d63d1d5c6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90925735" Longitude="12.47501613" StarRating="3" HotelCode="440958|200548" HotelName="Ripetta Central Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Brunetti 33, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/01/65018ebeaa56b581fed35b24442bbab3dd2931e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.11" OriginalAmount="173" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90376384" Longitude="12.47865901" StarRating="2" HotelCode="441504|58068" HotelName="Splendor Suite Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Lorenzo in Lucina 35, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/14/37148011f997c0fa9a50d325768b81c6775f93a3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904950006566" Longitude="12.464776967891" StarRating="1" HotelCode="344112|58081" HotelName="Marvi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro della Valle 13, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/f8/39f8728d233e81f0cbe1ade997011e36c2d678eb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89808865" Longitude="12.46833848" StarRating="2" HotelCode="440298|58747" HotelName="Il Corso Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II, 252, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/9b/f69b3f152efc88d9f44a52237175371f5147c5f7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89426349" Longitude="12.48968281" StarRating="0" HotelCode="413388|233308" HotelName="Imperial Suite (Monti)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Madonna dei Monti 91, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.18" OriginalAmount="174" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.916386909106" Longitude="12.469213086879" StarRating="3" HotelCode="154787|55578" HotelName="Villa Laetitia Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere delle Armi 22/23, 00195 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/91/6d91c697b098a1dac14bede5614926f41c640a47.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88122568" Longitude="12.46724007" StarRating="0" HotelCode="769768|396935" HotelName="Lighthouse Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Ippolito Nievo 5, 00153 Roma, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/38/5e38fb1d885e84314df52f3b1190bbba8732950a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895960801634" Longitude="12.476129739068" StarRating="0" HotelCode="402528|199051" HotelName="Little Queen Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sudario 27, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/bf/7a/bf7ad0529977499e7f0b346a87906ef1143ecb2c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90991879" Longitude="12.49741379" StarRating="1" HotelCode="768824|371804" HotelName="Magica Luna Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Calabria 17, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/3f/963ff8678fc4d07366995e9f813e2c0be0c8e5e6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.25" OriginalAmount="175" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.912307359087" Longitude="12.475597269389" StarRating="3" HotelCode="153518|233970" HotelName="Relais Piazza del Popolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Flaminio 9, 00196 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/9b/f29be78942eb13cdf806698e210e6fb28ffa6fa1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="187.36" OriginalAmount="175.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89960382" Longitude="12.49666508" StarRating="4" HotelCode="|THIV" HotelName="The Hive" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 6</AddressLine>
          </AddressLines>
          <PostalCode>0640412000</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/885741/15315210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.32" OriginalAmount="176" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89897754991" Longitude="12.477704441649" StarRating="2.5" HotelCode="304071|57393" HotelName="Pantheon - Dimora degli Dei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Seminario 87, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c0/28c09e66db5618b4993fd3ff78c452b4af76dab2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8969046" Longitude="12.4829666" StarRating="4" HotelCode="299633|254711" HotelName="Hotel Mancino 12" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 12, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d6/bed6d7358a4e858dc4944e6ab33570d0e43dbc35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894130751104" Longitude="12.470722307555" StarRating="4" HotelCode="168396|20601" HotelName="Hotel Residenza in Farnese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mascherone 59, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/19/9b19ac645f18b60dd5379e7b45ad0bca10ee517a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="189.39" OriginalAmount="177" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905608" Longitude="12.481518" StarRating="4" HotelCode="258413|44786" HotelName="The Inn at the Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Condotti 85, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/12/05121c132560c513ed4e201a9314720dcfb7418d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8956" Longitude="12.47288" StarRating="4" HotelCode="66954|242319" HotelName="Boutique Hotel Campo de' Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Biscione 6, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/99/63994986bd7a92e7ba67debcae95d16a7b39830f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.46" OriginalAmount="178" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909817419342" Longitude="12.456161085914" StarRating="3" HotelCode="376623|199107" HotelName="New Design St. Peter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Famagosta 8, 00192 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8009254</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.92556343" Longitude="12.48781505" StarRating="0" HotelCode="577537|233927" HotelName="Parioli Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Parioli 61A, Villa Borghese Parioli, 00197 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/17/10170332ea41fda588709666c9506f7a4623440a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.53" OriginalAmount="179" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903918998138" Longitude="12.500567186508" StarRating="4" HotelCode="189312|30477" HotelName="The Independent Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/52/7452219eb10a1864df8e31ab6133ea974d507bb3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="192.34" OriginalAmount="179.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90732328" Longitude="12.46641033" StarRating="4" HotelCode="480970|53899162" HotelName="Orazio Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Via Orazio 21, 00193 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/08/6408466a4c6ae14655f2b421246b0bf4a8799d70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90613771" Longitude="12.46487815" StarRating="2" HotelCode="604394|62099" HotelName="Cassiodoro 19" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Cassiodoro 19, 00193 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/67/c66725c8fe3cbaf22bd8c925fb6cda68fce481db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.60" OriginalAmount="180" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90172571" Longitude="12.48452114" StarRating="0" HotelCode="482745|199092" HotelName="My Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via della Panetteria 10, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/15/4515a901ff9c8cb42a4c2f3fb2d7bdfbb333121e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89823037" Longitude="12.48904661" StarRating="2" HotelCode="355692|58710" HotelName="Salotto Monti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Consulta 1b, Rione Monti, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/1f/e81f957fdd01b1e1504cc2465bf23cf1c0f3b180.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.67" OriginalAmount="181" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="17913|2059" HotelName="Starhotels Michelangelo Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 14, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/20/7e206ab8ceb45617c00a77ef3e3dc6aa65e9f985.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89502713" Longitude="12.50231429" StarRating="0" HotelCode="636842|260968" HotelName="Magic Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Vittorio Emanuele II 138, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/36/e8366cba6e2332fc693f0a226a098c0ccf59b85a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907738760622" Longitude="12.480608224869" StarRating="4" HotelCode="336625|17487" HotelName="Hotel Art by the Spanish Steps" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 56, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e4/aee415038e691cde4472138d3de9d04b4fadb6fb.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90387991" Longitude="12.49481022" StarRating="4" HotelCode="769234|192261" HotelName="Hotel Mascagni &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio E. Orlando, 90, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90685348" Longitude="12.48615529" StarRating="0" HotelCode="616932|242355" HotelName="Operà Suites Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel,Condos" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 4, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/98/6d/986df72a5640f90aa3d53115f3f2a372b112e61b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89704223" Longitude="12.48014731" StarRating="3" HotelCode="438199|177722" HotelName="Guest House Grazioli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 06/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Grazioli 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/0d/5b0d59c1ec79f0082f541309c853a9e27248bbb6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903115" Longitude="12.477173" StarRating="3" HotelCode="293260|200312" HotelName="Mood 44" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo della Torretta 44, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/6b/496b82452e9dc7340c92709e947fc46e6259f38c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9061238" Longitude="12.4799952" StarRating="2.5" HotelCode="175916|198884" HotelName="Relais Bocca di Leone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 36, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/be/44/be445eb76f563d76875a9991d295ba86fb3f1793.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.81" OriginalAmount="183" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90239632" Longitude="12.48634588" StarRating="0" HotelCode="773569|424993" HotelName="Relais Trevi 133 Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Traforo 133, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/48/3048e9211de55a7718b24484b455a1de7675674e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896367636808" Longitude="12.499246895313" StarRating="3" HotelCode="56086|55222" HotelName="Amalfi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 278, 00185 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/15/2115f421c6be29aa86f9527bc496eb63bc34f706.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8988216" Longitude="12.491733" StarRating="4" HotelCode="255841|37170" HotelName="iH Hotels Roma dei Borgia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 20, 00184 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/df/7bdf147a0e3a4edb4b6e35c2edf77f223267f40e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.88" OriginalAmount="184" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903451" Longitude="12.487623" StarRating="4" HotelCode="26711|27864" HotelName="Hotel Stendhal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via del Tritone 113, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/da/5edabf1bf15caa1d1bdfdc5d59afe6c55f8ad278.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="743469|321379" HotelName="Avignonesi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Avignonesi 5, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/12/67122c9b6d67b027e62dbb745fe35d860b6c33b9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.95" OriginalAmount="185" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906801" Longitude="12.468981" StarRating="4" HotelCode="64774|5229" HotelName="Isa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 39, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/e9/7ee94f0ebf3da158fae1f4600da01956b23b69f4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90545893" Longitude="12.49173887" StarRating="4" HotelCode="771630|371609" HotelName="Hotel Royal Bissolati" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Leonida Bissolati 40, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/0f/4a0f680255b88269fa8128ca46ba1cb36efddcd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906469" Longitude="12.492977" StarRating="3" HotelCode="191995|200530" HotelName="ResidenzaRomaCentro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucullo 11, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/99/f299914cab7cde2a80b8d870e07c9f7e7b771395.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909569037439" Longitude="12.454349548568" StarRating="0" HotelCode="311223|234199" HotelName="St. Peter's Rooms Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Ostia 28, 00192 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/40/ff402e8b98939aa5272b2fa80347bb3db316af96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="200.18" OriginalAmount="187.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901668" Longitude="12.482586" StarRating="4" HotelCode="11678|1189284" HotelName="Delle Nazioni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Poli 6, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/02/fb023d15f7959aaeea2f274fdf9f098745deb97d.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="201.16" OriginalAmount="188" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90332712" Longitude="12.49425739" StarRating="1" HotelCode="616614|242376" HotelName="The RomeHello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 45, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/d8/44d8732b8075ed9336d248691329a35ebd07fe95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="202.23" OriginalAmount="189" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.911415697918" Longitude="12.467621444616" StarRating="4" HotelCode="365850|55862" HotelName="Hotel Farnese" 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 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Farnese 30, 00192 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/5a/585aea000bf86c1285446e9f3ae5b9b4cd4ae001.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889187" Longitude="12.4982572" StarRating="3" HotelCode="887850|58209" HotelName="Celio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Santissimi Quattro, 35/C, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/39/98392514ddf40dc9e3138e0e5d2319b566ae088f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.30" OriginalAmount="190" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.888419025196" Longitude="12.49751418829" StarRating="4" HotelCode="23083|55240" HotelName="Hotel Capo d'Africa Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Capo D'Africa 54, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/31/3f31bce6b83987e52bd14ecc599df63f08a0a1d5.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907641" Longitude="12.468541" StarRating="4" HotelCode="47441|2097" HotelName="Cicerone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Cicerone 55/C, 00193 Rome (RM)</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a4/3e/a43e10797913928b02b0096bfd31839d4a41dcc9.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90578786" Longitude="12.4826263" StarRating="4" HotelCode="422363|234127" HotelName="Royal Suite Trinità Dei Monti" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Fax,Garden,Golf,Housekeeping,Internet,Laundry,Printer,Room Service,Spa,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Di Spagna 29, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/a3/b2a3c062333e0e0e329e0e8e8fd8f8f8e1e105ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="204.37" OriginalAmount="191" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900171029883" Longitude="12.469819484795" StarRating="2.5" HotelCode="191967|279228" HotelName="BDB Luxury Rooms Navona Cielo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vetrina 5, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/de/f3de798e06210e7c1c315c99f7e5bb666a03b1da.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8849568" Longitude="12.4726553" StarRating="3" HotelCode="335593|146469" HotelName="San Francesco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Jacopa de' Settesoli 7, 00153 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/c9/21c948d1c341a6a2e754b7064e7d61f92c9a10a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="205.44" OriginalAmount="192" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9004212" Longitude="12.47681585" StarRating="0" HotelCode="778060|396937" HotelName="Little Queen Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Collegio Capranica 4, Pantheon, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/36/77362a484cccfed905528c59ccbf3f1b02b572af.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91134358" Longitude="12.49944523" StarRating="0" HotelCode="970956|242333" HotelName="Dolce Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Bergamo 7, 00198 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5482598</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899298" Longitude="12.481229" StarRating="3" HotelCode="192012|56846" HotelName="I Tre Moschettieri Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Sciarra 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/7f/b47fae28d4cc3460beb051d75b931309381dee0e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.51" OriginalAmount="193" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90058562" Longitude="12.48240051" StarRating="0" HotelCode="579568|234340" HotelName="Trevi Elite Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Muratte 87, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9246405</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896607" Longitude="12.499511" StarRating="3" HotelCode="97140|55062" HotelName="Doria" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Merulana 4, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/c3/78c3e4be771b193ebc3bb97d3c6417bb716f3659.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89565175" Longitude="12.47631886" StarRating="0" HotelCode="573063|233252" HotelName="Hotel Pensione Barrett" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Di Torre Argentina 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/8f/a98fef3b58f3cfbf2231f43f6768358353fce411.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="208.65" OriginalAmount="195" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907443" Longitude="12.480993" StarRating="3" HotelCode="151785|28273" HotelName="Hotel Manfredi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 61, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/5e/de5e76aba329a247bd667ffe5fc41a7c088a7a95.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908706" Longitude="12.477764" StarRating="3" HotelCode="87495|10240" HotelName="Centrale" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Laurina 34, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/79/f279b2d327fbc7ea0778e702c005e1b2d89bf30a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899360339217" Longitude="12.477030158043" StarRating="3" HotelCode="76423|17198" HotelName="Albergo Abruzzi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Della Rotonda 69, Rome 00186, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/bf/c6bfe69534dc073fc55c0db1b22216b9322ab1f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90373434" Longitude="12.47941606" StarRating="5" HotelCode="484017|178400" HotelName="Boutique Centrale Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 81, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/ce/e9ce57f253927d63db3d6a897634657ec8625b2b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902738191055" Longitude="12.483007460833" StarRating="4" HotelCode="11725|2100" HotelName="Dei Borgognoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Bufalo 126, 00187 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/37/cb37654272bb84e20f640cd7aa5a753df6f9b34e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.79" OriginalAmount="197" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895873517056" Longitude="12.476125008598" StarRating="0" HotelCode="191961|233975" HotelName="Relais Teatro Argentina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via del Sudario 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/97/c2977987d199dbc288a91379417c4d449d3ab19b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.86" OriginalAmount="198" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907403" Longitude="12.472446" StarRating="4" HotelCode="39470|22618" HotelName="Dei Mellini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Muzio Clementi 81, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e3/7be3e726b7b13140142b7e28c0196021f60eddc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="116551|53805" HotelName="Albergo del Senato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 73, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/41/404157f1bb666891763b26816a8d7e73bb1fef46.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89317989" Longitude="12.50083797" StarRating="0" HotelCode="958112|489111" HotelName="Clemy In Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 13, Rione Monti, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/46/01464355cc41ec827d5453fc562aee87e42d9d1a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90410565118" Longitude="12.482442855835" StarRating="4" HotelCode="26122|893" HotelName="Homs" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Vite 71-72, 00187 Rome, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3e/47/3e47ff55bd5cceca7a026f0355d7d06e3504507a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.93" OriginalAmount="199" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8991442" Longitude="12.46996457" StarRating="3" HotelCode="546886|211125" HotelName="Le Suite Del Barone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corallo 25, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/e2/c8e280e1a3ce1272ad588c9f708a96a8a248d6d0.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="213.74" OriginalAmount="199.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889623060829" Longitude="12.46655613184" StarRating="4" HotelCode="99825|1217460" HotelName="Hotel Donna Camilla Savelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Garibaldi 27, Trastevere, 00153 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/de/b3de279d928f4101eb28dd65b7fb137984704ced.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90423569" Longitude="12.50023829" StarRating="0" HotelCode="637798|260927" HotelName="Gemme di Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaeta 64, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=8068672</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90385012801" Longitude="12.494727373123" StarRating="4" HotelCode="44180|28706" HotelName="Hotel Mascagni" 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,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 90, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/61/34619fa145ad396892b699b9eef0bff952200dc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899952" Longitude="12.479897" StarRating="3" HotelCode="47345|54180" HotelName="9 Hotel Cesari" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Pietra 89/A, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/0e/890e2695df25e0d74e5a836f4332955d982d3720.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900492298835" Longitude="12.495204806328" StarRating="4" HotelCode="162002|28758" HotelName="iQ Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Firenze 8, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/f9/e1f95a90bea58fcdd4531a1bf4812679469eb236.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89795677" Longitude="12.49705763" StarRating="3" HotelCode="361883|199260" HotelName="Princeps Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dell'Esquilino 29, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e5/40e56a89c532433aff9e7aa136982621304c3593.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89306182" Longitude="12.51059585" StarRating="0" HotelCode="409979|234043" HotelName="Roman Holidays cuore dell'Impero" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bicycle Rental,Coffee Shop,Designated Smoking Area,Elevator,Housekeeping,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking,Pets allowed,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Maggiore nr.23, Rome, 00185</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/44/92440adef5f70207c3f2f3818b264f417b4dc3d0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894538958843" Longitude="12.487676813492" StarRating="5" HotelCode="58916|44783" HotelName="The Inn at the Roman Forum" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Ibernesi 30, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/1b/e11b48a3ce1b5e9b90ce13ebee235b55df3dbde6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909798761594" Longitude="12.494287490845" StarRating="4" HotelCode="44762|437720" HotelName="The Regency" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Romagna 42, 00187 Roma, Italien</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/33/9033ec175ad54fcd33eafedfca2892071cc38a9d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.21" OriginalAmount="203" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895389310189" Longitude="12.476220725078" StarRating="3" HotelCode="311197|200732" HotelName="Torre Argentina Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 44, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/da/3b/da3bb9c99203dea5a6798a1fd2b84229da1adb35.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894522832434" Longitude="12.492281198502" StarRating="4" HotelCode="27230|5970" HotelName="Grand Hotel Palatino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 213/M, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c1/83c18cca613395ca3301eb74b4f7e54ecb888177.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.35" OriginalAmount="205" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906784049574" Longitude="12.49013157424" StarRating="5" HotelCode="11164|6071" HotelName="Grand Hotel Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 70, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/59/a459ae02e0e3d1b54f7c569b1c469d5a3dbff93d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894671576753" Longitude="12.474382817745" StarRating="3" HotelCode="387443|56331" HotelName="Hotel Smeraldo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo dei Chiodaroli 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/20/7a20d2c9f20c4ebfb2acfa40ef1d28153fa35a40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.49" OriginalAmount="207" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89723209" Longitude="12.48699247" StarRating="3" HotelCode="411200|56016" HotelName="Quirinale Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 51, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/4b/944bdc5cefbf820fbdd0406f115b67931cf0acef.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.56" OriginalAmount="208" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907483251991" Longitude="12.470930814743" StarRating="4" HotelCode="19235|55284" HotelName="Hotel Le Méridien Visconti Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Cesi 37, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/5f/0b5f829658da5fd897229c97e9ddf52110ae6ef9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896951" Longitude="12.486388" StarRating="4" HotelCode="335595|35778" HotelName="Comfort Hotel Bolivar" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via della Cordonata 6, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/19/9f19b561d04043c16c8c3cfe22157e27da19c4f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.63" OriginalAmount="209" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903740569154" Longitude="12.500433988886" StarRating="5" HotelCode="200336|40228" HotelName="Palazzo Montemartini Rome, A Radisson Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Giovanni Montemartini, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/6c/276c0aabed43dc1f33a33bea3bf07c005fa2116b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906765" Longitude="12.488836" StarRating="4" HotelCode="117174|54179" HotelName="Hotel La Residenca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Emilia 22-24, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/7e/807e8b33ddbdb681ab234dc02459ecdffb919aca.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895366813802" Longitude="12.477476225589" StarRating="5" HotelCode="385181|61951" HotelName="Pantheon Caesar Relais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Largo Ginnasi 2, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/3b/d93b2b0e74d3226b15899b790a312df865a8d1b6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89891932" Longitude="12.49061895" StarRating="4" HotelCode="451216|121581" HotelName="Rome Glam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 82, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/19/bb1987786d89adf8f3741dc3e761a857bee8fac8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89626581458" Longitude="12.490781843662" StarRating="3" HotelCode="366564|8558" HotelName="Antica Locanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via del Boschetto 84, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6e/986ebb5030b3329e96c546a696eb9d0dc01e12f2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902877" Longitude="12.480508" StarRating="3" HotelCode="69858|7622" HotelName="Hotel San Silvestro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gambero 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/21/9c214c3ab040092c9e07ef3efd0fd29dd0137080.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903904" Longitude="12.500565" StarRating="2" HotelCode="66950|20537" HotelName="Bianca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Volturno 48, 00185 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/42/e242e6e2ccf4a898ab55feadeb85a7288308e630.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895545041544" Longitude="12.473010711639" StarRating="3" HotelCode="145586|232732" HotelName="Casa De' Fiori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Biscione 83, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9a/60/9a60f55b3aa1d23c4257cb3cdbfff71ca421a202.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.84" OriginalAmount="212" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902588093189" Longitude="12.47997777614" StarRating="2" HotelCode="442037|199226" HotelName="Parlamento Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Delle Convertite 5, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/04/d304a904263d4ddf053d73c5539f9f9726ec7f22.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90013347" Longitude="12.45594919" StarRating="0" HotelCode="577746|233326" HotelName="InnsideRome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Cavalleggeri 13, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/39/b039386bf8c06c0a399cf5a1dfc604a028b2b299.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.91" OriginalAmount="213" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895989801738" Longitude="12.487247501223" StarRating="5" HotelCode="490674|165055" HotelName="Roma Luxus Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Largo Angelicum 4, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/3a/433ad5cb7e7bba8a7a4e228ad6c978846b199906.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.98" OriginalAmount="214" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903583022278" Longitude="12.48790382209" StarRating="4" HotelCode="360526|63611" HotelName="Hotel Stendhal  Luxury Suites Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 4, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/93/dc93e1cf1a8f8872adb6f0cfcdedf5c17ac0761a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="229.64" OriginalAmount="214.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.919818" Longitude="12.481411" StarRating="5" HotelCode="22693|2061322" HotelName="Hotel Lord Byron" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe De Notaris 5, 00197 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d7/0fd71877282859eb4b9b86ffe5299195cdb51d86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899641833695" Longitude="12.481133937836" StarRating="3" HotelCode="16565|23872" HotelName="Regno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 330, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/e9/76e9d1e5b875471c9169b0f98159f1ac96ed63df.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900882" Longitude="12.483834" StarRating="4" HotelCode="410309|23933" HotelName="Relais Fontana di Trevi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 44, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/7b/d87b74f0145f2c85537bbdd389d87079cd20021a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.12" OriginalAmount="216" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900686" Longitude="12.471541" StarRating="2" HotelCode="153792|56657" HotelName="Coronari Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Coronari 231-232, angolo Via dei Tre Archi, 00186  Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/cf/b5cf80fe5044005f7e97962274906a44f29e2d74.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="232.19" OriginalAmount="217" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902656342148" Longitude="12.489207386971" StarRating="4" HotelCode="32616|15481" HotelName="Barberini" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Rasella 3, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/e8/a0e87d79141f550d922e20e55ec73e40026f893e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="233.26" OriginalAmount="218" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90322438" Longitude="12.48722239" StarRating="0" HotelCode="737678|283626" HotelName="Maison Tritone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Tritone 102, 00817 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/3f/7f3f7082201205a9edf7af7c245f66f8bdf2473e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.33" OriginalAmount="219" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904545" Longitude="12.481819" StarRating="4" HotelCode="191999|40742" HotelName="Spagna Royal Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario de' Fiori 3, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/62/246258b70bd1c014eaf3508eca1849fa4b2d6d40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.47" OriginalAmount="221" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8974405" Longitude="12.4822903" StarRating="4" HotelCode="310863|63211" HotelName="Domus Libera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo del Piombo 7, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/67/8467ad3cc1dfbc2e51defdd2529bf3acb4863da1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897224" Longitude="12.48682" StarRating="3" HotelCode="66776|30016" HotelName="Hiberia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXIV Maggio 8, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/40/0440411f50fdd1666509ab02d4348f65dc1c8296.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90370086" Longitude="12.48817789" StarRating="4" HotelCode="631169|254794" HotelName="Palazzo Caruso" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pazza Barberini 5, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/9a/1d9a44188edc62bd262072bba023fdbbcade32bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="237.54" OriginalAmount="222" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899003" Longitude="12.492032" StarRating="3" HotelCode="19231|27861" HotelName="Virgilio" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Palermo 30, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/64/4a64da065e1cdbdf46a8b33bbacb410eb296c84d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903882" Longitude="12.488066" StarRating="4" HotelCode="10911|28239" HotelName="Barocco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini, Via della Purificazione, 4, 00187 Roma, Italy</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/aa/27aa294505f232b21a166f61fb37c5f2b085250c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="239.68" OriginalAmount="224" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903644234534" Longitude="12.476856198995" StarRating="3" HotelCode="336885|178184" HotelName="Hotel Fontanella Borghese" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Fontanella Borghese 84, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6b/706bbb63f07fb9a9fbc061dd67d6c79425d81913.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90512" Longitude="12.485799" StarRating="2" HotelCode="191991|57296" HotelName="BdB Luxury Rooms Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Crispi 79?, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/d3/cdd3f9e535354bd489d881a350433715818be761.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.75" OriginalAmount="225" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89487859" Longitude="12.48020571" StarRating="4" HotelCode="622382|254792" HotelName="Otivm Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Via D'Aracoeli, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/c8/cac8eaf7041e8e5f9524aa0c317d416e5b60951b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9083186" Longitude="12.47729521" StarRating="3" HotelCode="376484|180907" HotelName="Corso Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Dry Cleaning,Housekeeping,Internet,Laundry,LCD/Projector,Library,Luggage Storage,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 504, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b4/efb419b78e4b0a98df1f2cf4fce43322a400a2fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.89" OriginalAmount="227" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.901666" Longitude="12.495539" StarRating="4" HotelCode="316955|57800" HotelName="Dharma Luxury Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torino 122, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/2a/d02aee2bfa7804fd91a03444e6517993810db82d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.96" OriginalAmount="228" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895583071429" Longitude="12.494064071429" StarRating="4" HotelCode="178175|212482" HotelName="Monti Palace Hotel Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cavour 185, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/2c/1b2ca7f0a156dfb7c205b7db1371cfb4b78d3c98.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.03" OriginalAmount="229" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="727235|294835" HotelName="Horti 14" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Dining,Garden,Internet,Parking,Pets allowed,Printer,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>St. Francis Of Sales 14, 00165 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/94/51940b42d4bee02ff38a73f85e5d988fa570d0e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906221247751" Longitude="12.483321974266" StarRating="3" HotelCode="902353|178079" HotelName="Scalinata di Spagna" 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 Trinità dei Monti 17, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/2b/a02b45237c5e4e1fe121a909df5bfb7ecf0166f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90521235" Longitude="12.48491985" StarRating="3" HotelCode="434164|199262" HotelName="QT Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 57, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/76/e876573be233e19e267eba9a0f835a911d40812c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.31" OriginalAmount="233" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905484342416" Longitude="12.472817285065" StarRating="3" HotelCode="415404|199354" HotelName="Residenza Cavallini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="guest house" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Pets allowed,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Cavallini 12, 00193 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/c8/99c8cdca2d2a0cfc6e93d8102679f6628b0323a0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.59" OriginalAmount="237" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90142512" Longitude="12.48489796" StarRating="3" HotelCode="187514|58466" HotelName="Relais Trevi 95 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Lavatore 95, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/78/5078f454d96f2677958432e0e449df1188147120.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89911266" Longitude="12.46695787" StarRating="2" HotelCode="361349|371444" HotelName="Hotel Atelier 800" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 294, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0a/3f0a24a5bc679ed038f73d93197dbde4d6b36494.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.66" OriginalAmount="238" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.91226778" Longitude="12.45534874" StarRating="3" HotelCode="485403|200367" HotelName="Prati Resort Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Costantino Morin 24, 00195 Rome, Rome, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/5a/fb5a10afa7759cea6ad76f2b950164e1c5a734eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="255.55" OriginalAmount="238.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898843264567" Longitude="12.454488873482" StarRating="4" HotelCode="|MLA" HotelName="Starhotels Michelangelo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di S. Pietro 14</AddressLine>
          </AddressLines>
          <PostalCode>06632359</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/22133/4598666.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="257.25" OriginalAmount="240.42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90084" Longitude="12.493602" StarRating="4" HotelCode="10346|1016065" HotelName="Artemide" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nazionale 22, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/74/f974cda42d0b1415a336f66c0080e0bb01d17843.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902288034598" Longitude="12.501052869849" StarRating="5" HotelCode="375604|94253" HotelName="NH Collection Roma Palazzo Cinquecento" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Dei Cinquecento 90, 00185 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/99/1c994ba6855d28de9cdbff2a9b64069e26f1952c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.01" OriginalAmount="243" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896474472077" Longitude="12.476442398777" StarRating="3" HotelCode="570685|200708" HotelName="Terrace Pantheon Relais" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Torre Argentina 18, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/57/4457bb10268beb949d262ab5debfd452f08e3779.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.08" OriginalAmount="244" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905591" Longitude="12.478493" StarRating="4" HotelCode="207343|57288" HotelName="San Carlo Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 112, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/38/073830b599c3030479089b542cc5fb26a67cede9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="262.73" OriginalAmount="245.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.895925" Longitude="12.473493" StarRating="4" HotelCode="172195|4283963" HotelName="Lunetta Rom" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza del Paradiso 68, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/cc/45ccbee8ef5315d0a21dd93d0efd01beaad45cf4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="265.36" OriginalAmount="248" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89238262" Longitude="12.47589074" StarRating="4" HotelCode="485391|180216" HotelName="Hotel Monte Cenci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte dè Cenci 8, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/15/80159fc20e5f95cbeb6016d3939b14d84c9461a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90546304" Longitude="12.48697622" StarRating="4" HotelCode="483973|179481" HotelName="Hotel degli Artisti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Artisti 18, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/62/6e628f871d97d443532a5d1c29baeb87891f6d34.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909698956878" Longitude="12.477373480797" StarRating="4" HotelCode="64229|55112" HotelName="Piranesi Palazzo Nainer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 196, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/bd/56bddf10b0817392dcc442ea932f7bf9a62f3875.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.57" OriginalAmount="251" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.917387455165" Longitude="12.491363883019" StarRating="5" HotelCode="15657|28638" HotelName="Parco dei Principi Grand Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Frescobaldi 5, 00198 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/72/4a72a4a7a0ff316c94e6468fde516acc7ebd669a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.99" OriginalAmount="257" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909235225703" Longitude="12.47787217791" StarRating="4" HotelCode="102067|57055" HotelName="Babuino 181" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Babuino 181, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/c9/65c966db4e2bc37386221d024e80c8b2bc8c56dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89674912" Longitude="12.47233216" StarRating="3" HotelCode="580940|232911" HotelName="Damaso Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Cancelleria 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/95/3a/953abbfd47502204f09af424d92beca44426b72e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="276.06" OriginalAmount="258" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8951008" Longitude="12.47600271" StarRating="4" HotelCode="580962|233140" HotelName="Hotel Dei Barbieri" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Barbieri 3A, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e6/ede6b56066f5f377f4e49407980528a7c1f825c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.27" OriginalAmount="261" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9036625" Longitude="12.4622083" StarRating="4" HotelCode="313411|62310" HotelName="Hotel della Conciliazione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borgo Pio 163/166, 00193 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/e3/13e350b90d4f8eb23111221c7bf53e61474914eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.55" OriginalAmount="265" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89595788" Longitude="12.47801652" StarRating="0" HotelCode="559763|396928" HotelName="Le Quattro Dame" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vittorio Emanuele II 21, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/730106/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.62" OriginalAmount="266" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903379393464" Longitude="12.485125256449" StarRating="3" HotelCode="97573|93228" HotelName="Rome Style 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,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Due Macelli 106, Piazza di Spagna, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f2/27f2ca89dd9dc5e771f76ff4568630f5877b95ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90603" Longitude="12.478954" StarRating="3" HotelCode="191986|56999" HotelName="Town House Spagna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via della Croce 50a, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/338729/338729a_hb_a_008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.69" OriginalAmount="267" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88912735" Longitude="12.48246914" StarRating="0" HotelCode="787453|404168" HotelName="The Rooms Of Rome Palazzo Rhinoceros" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Velabro 9, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/63/b463a09fa8928f4bc1ea74ace72a777c1fa918de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.76" OriginalAmount="268" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89620357" Longitude="12.47878872" StarRating="0" HotelCode="572974|232998" HotelName="G55 Design Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gesù 55, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/30595f0a41d678befa1fb109f0557cd13f02df87.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.83" OriginalAmount="269" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899385294451" Longitude="12.477521002292" StarRating="4" HotelCode="44474|448" HotelName="Hotel Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Pastini 131, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6f/026f8b345a83960f37b3c26b12b1cec41eaab91e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="288.90" OriginalAmount="270" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.893174" Longitude="12.475893" StarRating="2" HotelCode="899664|57963" HotelName="Hotel Chapter Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria De' Calderari 47, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/64/4464b0f31d7bea5d9bf8a5df9028c5c14bdc758b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="291.04" OriginalAmount="272" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.9137655" Longitude="12.47305407" StarRating="5" HotelCode="537898|229002" HotelName="The H'All Tailor Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Pisanelli 23-25, 00196 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/2e/a82e6d66a8b1b05a50e90f7c042f59b7d28a71eb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="295.32" OriginalAmount="276" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90983491" Longitude="12.49102071" StarRating="4" HotelCode="451215|123874" HotelName="The Tribune" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Campania 45, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7c/da7cf87669a947803fe8d880178efa5923240915.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.46" OriginalAmount="278" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.93944221" Longitude="12.52775469" StarRating="3" HotelCode="540067|199217" HotelName="Parco delle Valli Bedrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Conca d'Oro 25, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0f9c14c569aa628018af6bdd149faebd41e17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="301.74" OriginalAmount="282" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898334171536" Longitude="12.466108202934" StarRating="5" HotelCode="67826|20547" HotelName="Indigo Roma St. George" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 62, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/0f/600fbd3b8898e16ce2c1d828625ed9643137e382.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904116914187" Longitude="12.480317019183" StarRating="3" HotelCode="397763|58701" HotelName="Down Town Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frattina 99, 00187 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/43/8b43731fd8900e78c074718c2e039964cbcb75f3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889720008199" Longitude="12.481323868717" StarRating="4" HotelCode="30029|28641" HotelName="Fortyseven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Petroselli 47, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/37/d2378a048ca3d17dc187d1ada4d8e59bd6ff27f9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.16" OriginalAmount="288" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="0" HotelCode="978724|404660" HotelName="Hotel Scenario" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo delle Ceste 26, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/bb/d3bbc142495cf1e8deed28c717a21b4f604b5b53.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90241731" Longitude="12.49003732" StarRating="5" HotelCode="577730|232974" HotelName="Escape Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Quattro Fontana 15, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/54/b954720eedf0cfa21c15ed9c818868e792098010.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.30" OriginalAmount="290" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="3" HotelCode="117336|199106" HotelName="Nerva" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tor de'Conti 3/4, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/d6/ded63ef2317459789457b281065524d5ce199809.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.37" OriginalAmount="291" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906260589001" Longitude="12.48069383634" StarRating="2" HotelCode="151881|56465" HotelName="Mario de' Fiori 37 Rome Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mario dé Fiori 37/B, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/42/034222b6b5df6d0b801dc7e017b94f19cb4d83c4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.894778" Longitude="12.472957" StarRating="3" HotelCode="191934|56321" HotelName="Town House Campo de Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Giubbonari 43, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/47/96471755f0ae33512786a29bac161b7eaf52b82d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.93" OriginalAmount="299" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897246" Longitude="12.482817" StarRating="3.5" HotelCode="146917|94240" HotelName="The Telegraph Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Mancino 11, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e8/31e824c2253f83af2c8c1dad534a32e6bc27130f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.42" OriginalAmount="306" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897793291728" Longitude="12.495449192625" StarRating="4" HotelCode="310865|60850" HotelName="The Fifteen Keys Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Urbana 6/7, 00184 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/99/0099b68f01e499a1a9e8dcccd58428a94fedabc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="328.49" OriginalAmount="307" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90715017" Longitude="12.47720652" StarRating="0" HotelCode="621605|254693" HotelName="Elizabeth Unique Hotel Rome" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Colonnette 35, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/791282/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897" Longitude="12.48268" StarRating="3" HotelCode="335577|198963" HotelName="Piazza Venezia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Battisti 133, 00187 Roma, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/cb/8bcb48b9b97c3b4f5eab314e20ec80d2e0a246e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="331.70" OriginalAmount="310" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.88699164" Longitude="12.47188825" StarRating="3" HotelCode="413782|200735" HotelName="Torripa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Francesco a Ripa 132, 00153 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/2c/e72c610bde45a85aa6fa989e74e17b3652252de3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="332.77" OriginalAmount="311" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905127960511" Longitude="12.47879575215" StarRating="5" HotelCode="13024|1411" HotelName="Grand Hotel Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 126, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/27/e12785030464d11ac8538096aad6c399584391e5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.91" OriginalAmount="313" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904735" Longitude="12.48342364" StarRating="0" HotelCode="580187|234180" HotelName="Spagna Art &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Dei Due Macelli 60, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/73/4273b985aef36b8717d81c28fe10d8dfe674707a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.98" OriginalAmount="314" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90663686" Longitude="12.50153425" StarRating="0" HotelCode="789155|233336" HotelName="K Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Montebello 99, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/d1/4ed13e6611cd9633d99c045f674f2f29f762d0fc.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="337.05" OriginalAmount="315" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.918868" Longitude="12.446678" StarRating="5" HotelCode="47278|19975" HotelName="Rome Cavalieri a Waldorf Astoria Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberto Cadlolo 101, 00136 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/a3/88a3d448dc6fe35ebc460d8634f21c125b582a34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="343.47" OriginalAmount="321" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898891178996" Longitude="12.477421760559" StarRating="4" HotelCode="11662|27865" HotelName="Del Sole al Pantheon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Rotonda 63, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/41/6341cb831ccdd50e49d613c25e430fe71568a94f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="345.61" OriginalAmount="323" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907945984603" Longitude="12.479654392521" StarRating="4" HotelCode="151846|435242" HotelName="Margutta 54 Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 54, 00187 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1d/f51d3c94656b53e5f3c13fc177fbd0c0849a45c8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905387" Longitude="12.489899" StarRating="5" HotelCode="26027|16716" HotelName="Aleph Rome Hotel, Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Basilio 15, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/53/1f5326fd25694d993671ed167d28a94f85bf969d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="357.38" OriginalAmount="334" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903954932559" Longitude="12.489059865474" StarRating="5" HotelCode="10861|13015" HotelName="Sina Bernini Bristol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Barberini 23, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/53/135357a1e92a8d4c10f7789bee075617d7f033e9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="359.52" OriginalAmount="336" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.902029495818" Longitude="12.496055066585" StarRating="5" HotelCode="26026|24646" HotelName="Palazzo Naiadi Rome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 47, 00185 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/df/81df0143ff2bbb0e46ade4ab7b656dd361542921.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.80" OriginalAmount="340" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897854583354" Longitude="12.474449658895" StarRating="4" HotelCode="933877|40636" HotelName="Palazzo Navona Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo della Sapienza 8, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a0/bc/a0bc97760e85aa44f40e1aa31ae14b14b1559b5f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="365.68" OriginalAmount="341.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90865" Longitude="12.47553" StarRating="5" HotelCode="176151|1922612" HotelName="The First Hotel Roma" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Vantaggio 14, 00186 Roma, Latio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/65/ec653d95f10bd4790f4d4e5d8a269f6c2d8f4569.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.22" OriginalAmount="346" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907491236652" Longitude="12.490017414093" StarRating="5" HotelCode="18545|13549" HotelName="The Westin Excelsior Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 125, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a2fe86e340baf55ac3b8ca76cd84e82b0fb11.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.57" OriginalAmount="351" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896875" Longitude="12.484035" StarRating="4" HotelCode="47829|21816" HotelName="Cosmopolita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Eufemia 5, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/55/bf55ecb85677dc87c3e2e291a1ad119d3671c595.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="375.57" OriginalAmount="351" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89956595" Longitude="12.47735112" StarRating="3" HotelCode="539862|200239" HotelName="La Residenza Del Sole Al Pantheon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Orfani 90, 00186 Rome, Latium</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/94/6194f5c2d876abe58aba88ca77ab5ae898737dc0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="383.06" OriginalAmount="358" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90066993" Longitude="12.48498801" StarRating="4" HotelCode="438016|199208" HotelName="Palazzo Scanderberg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Scanderbeg 117, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/635078/635078a_hb_a_002.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89574577" Longitude="12.44425992" StarRating="3" HotelCode="420866|182035" HotelName="Casa Mia Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Internet,LCD/Projector,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 267, Aurelio, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/3a/443a69e674576d87e5cb87bd98ec34f522eaa031.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="384.13" OriginalAmount="359" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89573128" Longitude="12.44424674" StarRating="3" HotelCode="420510|178786" HotelName="Casa Tua Vaticano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Central Heating,Elevator,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gregorio VII 267, Aurelio, 00165 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4f/a2/4fa2c036e893819d0a72265cb35017efe7e06c91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="387.34" OriginalAmount="362" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.889546986904" Longitude="12.482473203705" StarRating="4" HotelCode="117522|56782" HotelName="Residence Palazzo Al Velabro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Velabro 16, Trastevere, 00186 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3e/8b3e4588574aea7a446c1d203b31b764b4e8da9e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.48" OriginalAmount="364" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899644144469" Longitude="12.472368294216" StarRating="3" HotelCode="384770|199209" HotelName="Palazzo De Cupis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell'Anima 10, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/62/5d62ae76ebce79ee6372ea5a4ef1b7f4a83283e8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.69" OriginalAmount="367" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90911210199" Longitude="12.488880157471" StarRating="4" HotelCode="14596|31837" HotelName="Rome Marriott Grand Hotel Flora" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 191, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/81/6281186d4838e4c77dcfcbcc1c4e88193f81c941.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.97" OriginalAmount="371" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.910567892077" Longitude="12.473641872406" StarRating="5" HotelCode="428797|200343" HotelName="Palazzo Dama" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere Arnaldo Da Brescia 2, 00196 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/64/1564479808332de098ae7a3d1effa9e04650f16a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="398.04" OriginalAmount="372" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907882483777" Longitude="12.486814856529" StarRating="5" HotelCode="31161|32662" HotelName="Splendide Royal" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Porta Pinciana 14, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/15/6515f7d58fa53ff27636ae2cc808543a16b7681d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.53" OriginalAmount="379" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904723" Longitude="12.480628" StarRating="5" HotelCode="47993|13149" HotelName="Hotel d'Inghilterra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca di Leone 14, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/90/5590a44184b01e2d7003d47a4b4a0f9ea09ddca9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.81" OriginalAmount="383" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907524976984" Longitude="12.486666559525" StarRating="5" HotelCode="17705|27866" HotelName="Sofitel Roma Villa Borghese" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 47, 00187 Rom, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e2/03/e2033c8a8caba644165d302e1ff35fdf9f79d9d2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.51" OriginalAmount="393" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90027364" Longitude="12.48380894" StarRating="5" HotelCode="623180|254704" HotelName="Harry's Bar Trevi Hotel &amp; Restaurant" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di San Vincenzo 10, Trevi Fountain, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/6f/866f83153c350f7c9727e7ce0074b4e0ba30193c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="422.65" OriginalAmount="395" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89616104" Longitude="12.48489409" StarRating="0" HotelCode="955169|394920" HotelName="Hotel NH Collection Roma Fori Imperiali" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Di Santa Eufemia 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/db/07dbf7ae3398b472e389be7c198d9e9e717b8c34.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.79" OriginalAmount="397" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89210536" Longitude="12.49061335" StarRating="0" HotelCode="875503|396976" HotelName="Palm Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Colosseo 20, 00184 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/2b/7c2bb5ab5d67cf6a7e28c575d456c711b699e5a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="426.93" OriginalAmount="399" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89774137" Longitude="12.47216648" StarRating="4.5" HotelCode="418282|62119" HotelName="G Rough" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 16/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Pasquino 69, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/1c/b31c072607788fa4942260363b4775519b3cf98d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="442.98" OriginalAmount="414" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90359292" Longitude="12.47817677" StarRating="2" HotelCode="542835|58600" HotelName="Teichnersuite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/12/2025" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di San Lorenzo in Lucina 14, 00186 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/b8/b5b8b1265c886464b66c7f8f5dc9d98eb3d43270.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="446.86" OriginalAmount="417.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90837698492" Longitude="12.475877880056" StarRating="4" HotelCode="102093|1094588" HotelName="Residenza di Ripetta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 231, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/28/dc/28dc98bafdfce6726260b9892c0a18916883bcd5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="465.45" OriginalAmount="435" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.898837" Longitude="12.461336" StarRating="5" HotelCode="295508|31441" HotelName="Gran Meliá Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via del Gianicolo 3, Rom 00165</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/a1/27a1d7427b1769daf9f2de54615a8e8d2404e3e9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="467.59" OriginalAmount="437" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89885558" Longitude="12.4733767" StarRating="3" HotelCode="470156|200275" HotelName="Lifestyle Suites Rome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Navona 93, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/f8/aff89f3f54539a11f78002bb35534f91bdf3ce60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="477.22" OriginalAmount="446" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.907043" Longitude="12.489821" StarRating="5.5" HotelCode="16556|28640" HotelName="Baglioni Hotel Regina" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 72, 00187 Roma, Lazio</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/3a/0b3a3daca8569089791ba4aacc9779404efd9378.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="488.80" OriginalAmount="456.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90713772" Longitude="12.4779197" StarRating="4" HotelCode="846951|14020687" HotelName="The First Roma Dolce" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Corso 63, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/5e/d15e08fdb8079580e4c20002d985de7c4ce627da.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="492.51" OriginalAmount="460.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90702892" Longitude="12.47313195" StarRating="5" HotelCode="|TFMS" HotelName="The First Musica" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Lungotevere dei Mellini 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1336018/21781164.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="498.62" OriginalAmount="466" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90625" Longitude="12.489545" StarRating="5" HotelCode="200887|21803" HotelName="Ambasciatori Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Veneto 62, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/06/9906ce8d8dea6bdcbe7d875f38adcd28aebadf5c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="512.53" OriginalAmount="479" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90123209" Longitude="12.48393182" StarRating="3" HotelCode="485816|200743" HotelName="Trevi Luxury Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Vicolo Scavolino 61, Check in at Residenza Ki-Via Rasella 53, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d9/9bd982287938e358b3b2e723a373c23a94a91535.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="514.67" OriginalAmount="481" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899169238515" Longitude="12.472398389167" StarRating="5" HotelCode="485831|200093" HotelName="eitch Borromini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Maria dell Anima 30, 00186 Rome, Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/ca/6cca6b5fe63225547982036635f17bfb28158c9e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="515.74" OriginalAmount="482" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89809411" Longitude="12.47607083" StarRating="5.5" HotelCode="694319|279290" HotelName="The Pantheon Iconic Rome Hotel, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bar,Designated Smoking Area,Diet Meals,Dining,Housekeeping,Internet,Laundry,Parking,Pets allowed,Restaurant,Room Service,Spa,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via di Santa Chiara 4/A, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/4f/fd4f561e71671b08a89724ff22b6995422f3f0ab.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89741616049" Longitude="12.467169593822" StarRating="5" HotelCode="293606|294019" HotelName="D.O.M." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulia 131, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/e0/c1e09c6904721bcd9ca85a2cd41c49b9c5db2bc1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="529.65" OriginalAmount="495" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90926875" Longitude="12.4789341" StarRating="5" HotelCode="551977|233780" HotelName="Margutta 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Margutta 19, 00187 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/ef/57ef9e6cef1b78190ae9da7c4754441636b2e5bf.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="543.56" OriginalAmount="508" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90676188" Longitude="12.48177632" StarRating="3" HotelCode="385840|200353" HotelName="Piazza di Spagna 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza di Spagna 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/6b/196b6e0b1c1624414621e769e135dc4060eb49db.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="546.77" OriginalAmount="511" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90876941" Longitude="12.4761359" StarRating="0" HotelCode="408425|233960" HotelName="Rarity Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Ripetta 25, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5e/f9/5ef93aff669f186b283924d7f7eb6215b2385571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="553.19" OriginalAmount="517" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.899934" Longitude="12.472147" StarRating="4" HotelCode="142405|53806" HotelName="Raphael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Febo 2, Piazza Navona, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/54/a754c7cdcc112d506b600b29599ca6aeacd7315f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.33" OriginalAmount="519" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.890203" Longitude="12.495596" StarRating="5" HotelCode="26028|47631" HotelName="Palazzo Manfredi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Labicana 125, 00184 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/f0/9df023541f8629a168133f51c276d31ce47a231c.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.75" OriginalAmount="525" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.908840629876" Longitude="12.478655576706" StarRating="2" HotelCode="191983|234108" HotelName="Romeo al Babuino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 46, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/3a/133a792b5d89b62327bc41a11e833ea2e8396df4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89728995" Longitude="12.48198344" StarRating="4" HotelCode="935402|47689" HotelName="Corso 281 Luxury Suites Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Corso 281, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/65/236531f485be70a09a364066b9b8d9798ad4a495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="585.29" OriginalAmount="547" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.8997" Longitude="12.4865" StarRating="4.5" HotelCode="117787|50063" HotelName="Villa Spalletti Trivelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 00184 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/40/7c405558dbdc6cb42c83856ad7afe9629f832486.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="595.99" OriginalAmount="557" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909688974627" Longitude="12.474697705523" StarRating="4" HotelCode="95125|146421" HotelName="Hotel Locarno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via della Penna 22, 00186 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/34/a734a779f1e4d33a2c2ccce09f608aedc7ce056a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="620.60" OriginalAmount="580" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89893788" Longitude="12.48113271" StarRating="5" HotelCode="727272|294889" HotelName="Singer Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Specchi 10, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/89/6e89c7cb4da996e1fa738faf79f47d263e4615d2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.81" OriginalAmount="583" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.896551" Longitude="12.455587" StarRating="2" HotelCode="191699|146050" HotelName="Colazione Al Vaticano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della Stazione di San Pietro 40, 00165 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/e7/42e7a5742efbc2e80b33f06bae028b640f80f3a3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="650.56" OriginalAmount="608" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90436124" Longitude="12.47852013" StarRating="3" HotelCode="445649|54750" HotelName="Residenza Napoleone III" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/12/2025" HotelFacility="Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fontanella Borghese 56, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ca/bdca319beccfc3d0fdd9f35e2e63235e8fd5cab9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="679.58" OriginalAmount="635.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.89608386" Longitude="12.46874891" StarRating="5" HotelCode="|DERI" HotelName="De' Ricci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via della barchetta 14</AddressLine>
          </AddressLines>
          <PostalCode>066874775</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/DERI/DERI_MAP.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="793.94" OriginalAmount="742" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905287432543" Longitude="12.480342686176" StarRating="4" HotelCode="55604|199255" HotelName="Portrait Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bocca Di Leone 23, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/95/64955ecf0bd8f384f269966158b3159ac9f0cedd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="821.76" OriginalAmount="768" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90428311" Longitude="12.47799177" StarRating="5" HotelCode="497221|179626" HotelName="Fendi Private Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via di Fontanella Borghese 48, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/81/b581fe71d0293bb4a8460290a2c0a0fc93a97f5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="890.24" OriginalAmount="832" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.904285826145" Longitude="12.476981011045" StarRating="5" HotelCode="263929|62971" HotelName="J.K. Place Roma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via di Monte D'Oro 30, 00186 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/ca/67ca292458974c906fb2c3d207ddb87d4a605bef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="974.77" OriginalAmount="911" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.906507119761" Longitude="12.486356198788" StarRating="5" HotelCode="11988|24627" HotelName="Eden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovisi 49, Rome 00187</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/24/fb244418767a3d3a6f47911e47a98984d64e22ad.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1086.05" OriginalAmount="1015" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905964152224" Longitude="12.483761161566" StarRating="5" HotelCode="13672|33355" HotelName="Hassler" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Trinità dei Monti 6, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3b/bd/3bbd5063e1e5b2b1bd31db20afd598be355dc7e2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1108.52" OriginalAmount="1036" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.905673" Longitude="12.484233" StarRating="5" HotelCode="11651|394559" HotelName="Hotel de la Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sistina 69, 00187 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/86/3486eac1888b0e4dfe738d0b8c79dc54a67081b4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1154.53" OriginalAmount="1079" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.897503642429" Longitude="12.477708756924" StarRating="5" HotelCode="47954|1882" HotelName="Grand Hotel de la Minerve" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Minerva 69, 00186 Rom</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6a/6a7293c2c3c6bd56/01-b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1189.84" OriginalAmount="1112" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.90451782" Longitude="12.47653134" StarRating="5" HotelCode="630231|254713" HotelName="Hotel Vilòn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Via Dell'Arancio 69, 00186 Rome, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/5a/e05a54121a353dbb2c450fe0ca0bfa39b7fb930f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1521.54" OriginalAmount="1422" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.903946" Longitude="12.495306" StarRating="5" HotelCode="17902|13514" HotelName="The St. Regis Rome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Emanuele Orlando 3, 00185 Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/6f/b96fa243492d979ac4058fbc68161c93f5e5de96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1729.86" OriginalAmount="1616.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.909923" Longitude="12.477357" StarRating="5" HotelCode="11628|1081309" HotelName="Hotel de Russie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via del Babuino 9, 00187 Rome</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/2b/302b7834910db74a30cda7c446838dcd1fd98c78.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3313.29" OriginalAmount="3096.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="41.900775784698" Longitude="12.497302293777" StarRating="4" HotelCode="11755|1001678" HotelName="Hotel Diana Roof Garden" 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>Via Principe Amedeo 4, 00185 Roma, Roma</AddressLine>
          </AddressLines>
          <CityName>Rome</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/d1/3dd1a962cd63828524c25399ca42ee14f8730c76.JPEG</HotelPictures>
        <Offer>Discount:GBP31.28</Offer>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access,Lounge,Jacuzzi,Massage Centre,Sauna,Shopping Arcade,Bicycle Rental,Nightclub,Swimming Pool,Golf,Diet Meals,Garden,Heated Pool,Kitchen,Spa,24 Hour Front Desk,Elevator,Luggage Storage,Meeting Room,Pets allowed,24 Hour Power Supply,Airport Transfer (on Demand),Printer,Porter,Smoking Rooms,Housekeeping,LCD/Projector,Babysitting,Concierge,Parking,Limousine Service,Dry Cleaning,Library,Dining,Off-Site Parking,Business Centre,24 Hour Room Service,Valet Parking,Coffee Shop,Vending Machine,24 Hour Security,Wake-up Call Service</BasicAmenities>
    <HotelRating>4,3,5,4.5,2,1.5,5.5,2.5,1,3.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,ECO HOTEL,CLUB RESORT,GOLF HOTEL,HISTORIC HOTEL,SPA HOTEL,APARTMENT HOTEL,FINCA,AIRPORT HOTEL,HOTEL,BUNGALOW COMPLEX,GUESTHOUSE,VILLAGE,HOSTELS,GUEST HOUSES,HOSTEL,BOUTIQUE HOTEL,APARTMENT,BED AND BREAKFASTS,BOATS,VILLA,GUEST HOUSE,SKI HOTEL,CONDOS,RESORT,COUNTRY HOUSE</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
da6a7454-48ca-479e-b9af-4c0f4b598261|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="da6a7454-48ca-479e-b9af-4c0f4b598261">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="12457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2025-12-24T00:00:00" End="2025-12-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GTech" Password="143$" 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
da6a7454-48ca-479e-b9af-4c0f4b598261|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
da6a7454-48ca-479e-b9af-4c0f4b598261|TravcoSearch|supplier interation failed||Travco|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
da6a7454-48ca-479e-b9af-4c0f4b598261|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
da6a7454-48ca-479e-b9af-4c0f4b598261|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
da6a7454-48ca-479e-b9af-4c0f4b598261|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="2025-11-24T05:42:01.3501205+00:00" Version="0" EchoToken="Search" TransactionIdentifier="da6a7454-48ca-479e-b9af-4c0f4b598261" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="20.33" OriginalAmount="19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94468914" Longitude="116.12582072" StarRating="0" HotelCode="688394|486227" HotelName="Home Inn Beijing Mentougou Shuangyu Huandao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>D092</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0031/13776/3113776/1.jpg?f=14950606</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="24.35" OriginalAmount="22.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.8836945" Longitude="116.230837" StarRating="2" HotelCode="651834|723586" HotelName="Jinjiang Inn Beijing East Lianshi Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 North Zhangyicun Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65ec347b5eae64a76e928e1af61436cb0d823f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.61" OriginalAmount="23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.867097" Longitude="116.466426" StarRating="2" HotelCode="422272|247266" HotelName="GreenTree Inn Beijing Chaoyang Shilihe Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Furniture Avenue, Shilihe, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/535182/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.68" OriginalAmount="24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.881589" Longitude="116.458063" StarRating="2" HotelCode="181188|393169" HotelName="7 Days Inn Jingsong-Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>5 Jingsong Nan Road, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/72/c8724d0963a02e1054f2cf41bc23827d1e7b89ec.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.32" OriginalAmount="24.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97674497" Longitude="116.49441719" StarRating="2" HotelCode="313358|256836" HotelName="Jinjiang Inn Beijing Jiuxianqiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jiuxianqiao Street, Chaoyang Distirct, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/36/4f36d077c107ef58beadd1ea240ae74843f21bc2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="26.81" OriginalAmount="25.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.995041" Longitude="116.478798" StarRating="2" HotelCode="181186|708287" HotelName="7 Days Inn Wangjing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="24 Hour Room Service,Concierge,Designated Smoking Area,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>428 Wangjingxiyuan, Chaoyang, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/221277/1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.82" OriginalAmount="26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94275394" Longitude="116.44043582" StarRating="0" HotelCode="371246|392980" HotelName="7Days Inn Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Chaci Village, Dongzhimenwai Street, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b5/a6b5c3c059c437a77dc80f355e46396ba711b736.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.89" OriginalAmount="27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="740078|506783" HotelName="GreenTree Inn Beijing Chaoyang District Maquanying Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Southwest Commercial Building, Maquanying Village, Chaoyang, 100103 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/77750/3677750/1.jpg?f=15310482</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="31.03" OriginalAmount="29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.946643443704" Longitude="116.4470203279" StarRating="2" HotelCode="162041|451192" HotelName="Home Inn Beijing Yansha Xinyuanli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Xinyuan Xili Zhongjie, Chaoyang, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5a1e217847a06fad6abd6505f9e0de2a698984.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.10" OriginalAmount="30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92867604" Longitude="116.19614277" StarRating="3" HotelCode="441370|247282" HotelName="Jinjiang Inn Beijing Pingguoyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Building 44, Yangzhuang North Area, Shijingshan District, 100043 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/df/17df9f653958c85978d0a2b80b7200d1b45c8ca2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.02659" Longitude="116.414533" StarRating="2" HotelCode="181185|148508" HotelName="Jinjiang Inn Olympic Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Yangshan Road, Chaoyang, Beijing 100107</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/de/75deae2cb25dcc45c4c501c0bfdba0dd0124c2de.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="33.17" OriginalAmount="31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9867008" Longitude="116.4855414" StarRating="3.5" HotelCode="200746|63720" HotelName="Heyi-Beijing Wangjing 798 Heyi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, 5 Yingpingli, 9 Jiuxianqiao North Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f5/17f5f01ed57c833edb15e2e9d24b3358b3e203b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89805913" Longitude="116.32008079" StarRating="2" HotelCode="614220|247261" HotelName="Greentree Alliance Beijing West Railway Station Zhanqian North Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>21 Yangfangdian Road, Hai Dian, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/9a/239ab16a5d2301b83ddfeb63b6487189db73b853.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908104811006" Longitude="116.19941617017" StarRating="4" HotelCode="974236|318995" HotelName="Lavande Hotel Beijing Shijingshan Wanda Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>33 Shijingshan Road, Shijingshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f4/70f44b9a2012a035490e5fccdbdcecac6da1b2b1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.96430608" Longitude="116.50440736" StarRating="0" HotelCode="661892|513133" HotelName="Jinjiang Inn Beijing Jiuxianqiao Electronic Shopping Mall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>A 1 Tuofangying Xili, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d2/3fd2363dfe91bbcff6be83434a0f326c435b14a5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="34.24" OriginalAmount="32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.145945392605" Longitude="116.52151107788" StarRating="3" HotelCode="66166|401794" HotelName="Hot Spring Leisure City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>55 Wangfu Street, Beiqijia Town, Changping District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/6b/9c6ba41ffdfcebb1f76012fadafb6870889f50cd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="36.38" OriginalAmount="34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608119|247288" HotelName="Nostalgia Hotel CBD Jinsong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Nongguang Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778684/d5aa2b88bc867d98ab1406ccd7f4c193.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="36.58" OriginalAmount="34.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="704169|813331" HotelName="Nostalgia Hotel Beijing Guomao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Nongguang dongli, Chaoyang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5f/9a5f0467add764a63d05c971af50be9b4a6bdc7b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.966544" Longitude="116.380279" StarRating="2" HotelCode="181174|392337" HotelName="7 Days Inn Madian Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Deshengmenwai Street, Xicheng, 100120 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bc16f0318972e409fb8c3fdb47e7a8c5d3832.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.042019" Longitude="116.304133" StarRating="2" HotelCode="181143|392356" HotelName="7 Days Inn Shangdi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>28 Shangdi Liu Street, Haidian, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42acd00c947d91d72c09067df2602bce313ea86.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.055517723437" Longitude="116.58200433401" StarRating="4" HotelCode="71273|24447" HotelName="CITIC Beijing Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Capital International Airport, 9 Xiao Tianzhu Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/c9/52c989b1d821c7370208d7d7174688554d6926b7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.45" OriginalAmount="35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.84636378" Longitude="116.44124784" StarRating="4" HotelCode="701861|393442" HotelName="James Joyce Coffetel Beijing Songjiazhuang Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 10, 58 Fangzhuang South Road, Fengtai, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2f/9a2f4ba819265c1e744676e13367cca85481aec9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89070888" Longitude="116.40676329" StarRating="1" HotelCode="418849|247283" HotelName="Jinjiang Inn Beijing Zhushikou Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>No 72 Xixiaoshi Street  Dongcheng District, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/4b/e34b5dd89313c74dfa13f607ad344034d70c961e.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.52" OriginalAmount="36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="974245|350506" HotelName="Lavande Hotel Beijing Olympic Village Bird's Nest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Xingmei Building North, Lin Cui Bridge North Black Road, Changping, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/39/c939219ed11b6cf511c7201e53665ef135d9be61.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.59" OriginalAmount="37" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.924392" Longitude="116.424059" StarRating="2" HotelCode="181173|393254" HotelName="7 Days Inn Chaoyang Men" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>190 Jia Neidajie, Chaoyangmen, Dongcheng, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/32/3f/323f8afc5420c7a45d64c5cdb78e213ab9565922.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.39" OriginalAmount="37.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89393451" Longitude="116.39687246" StarRating="3" HotelCode="269408|233330" HotelName="Qianmen Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>4 Shijia Hutong, Qianmen Street, Xicheng District, 100051 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/6f/036fdcd428effb64fe302dd8e266b8072d8d1818.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="40.47" OriginalAmount="37.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.924442" Longitude="116.395036" StarRating="3" HotelCode="899509|115922" HotelName="King Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Shatanhou Street, Dongcheng Ditstrict, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bd/a6bd7baa796cb8905585a93cdeb0d74af055bdc4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.66" OriginalAmount="38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.85622422" Longitude="116.2923124" StarRating="2.5" HotelCode="615255|247280" HotelName="Jinjiang Inn Beijing Fengtai East Street Subway Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Youyongchang North Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1a/5b1a34ae3e618b19bdcd15980171e716533a9b3b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.937145792146" Longitude="116.4157716589" StarRating="2" HotelCode="111175|452545" HotelName="Home Inn Beijing Beixinqiao South Luogu Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>7 Xiguan Alley, Dongsi North Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad1a5380b4a8280f91949cd616dae1a6e0fab02.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="41.73" OriginalAmount="39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9722284" Longitude="116.31309997" StarRating="3" HotelCode="449973|148501" HotelName="Jinjiang Inn Beijing Yizhuang Economic &amp; Technical" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/1f/f11f0a43c226bcb8f72d1eade4d56e24a71ffb60.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="41.78" OriginalAmount="39.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.889241416947" Longitude="116.4386844635" StarRating="4" HotelCode="899558|115254" HotelName="Xizhao Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Xizhaosi Middle Street, Chongwen District, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/33/8233fac63e3defeaa59f5aca82edad1be20c70ac.jpeg</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="42.40" OriginalAmount="39.63" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="4" HotelCode="|989471" HotelName="Xizhao Temple Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>15 MIDDLE XIZHAO TEMPLE STREET, DONGCHENG BEIJING</AddressLine>
          </AddressLines>
          <CityName>BEIJING</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/1190268_foto_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.904461" Longitude="116.382784" StarRating="2" HotelCode="181160|392003" HotelName="7 Days Inn Tiananmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Xirongxian Hutong, Xicheng, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/0f/d30fc0595f2ccb5539436ce150692a44c990f9ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="43.87" OriginalAmount="41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.065115824201" Longitude="116.56943678856" StarRating="4" HotelCode="166810|35972" HotelName="Ramada by Wyndham Beijing Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Tianzhu Fuqian Avenue, Shunyi District, 101312 Beijing, Huabei (North China)</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769df1fd8318244d0a3408e12330f8515e10238.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="44.68" OriginalAmount="41.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90455" Longitude="116.213408" StarRating="4" HotelCode="111282|115255" HotelName="Mercure Wanshang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yinhe Street, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ae/11ae2d946b275e39928f703b687690cc129d9338.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="44.94" OriginalAmount="42" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.78517424" Longitude="116.49928033" StarRating="3" HotelCode="705040|392909" HotelName="James Joyce Coffetel BDA Internaltional Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Block A 6 Disheng West Road, Yizhuang Economic Development Area, 102600 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.900573" Longitude="116.475465" StarRating="2" HotelCode="111234|451258" HotelName="Home Inn GuoMao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No.20 Baiziwan Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ba/35bab38571b174d6d5cfc0d4d2fd24bb33ece398.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.001842524854" Longitude="116.42146641601" StarRating="2" HotelCode="181142|60878" HotelName="Jinjiang Inn Beijing Olympic Village Datun Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, 220 Datun Road, Andingmenwai, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/2e/8d2e797792b5449cbb5bca5555b321236e81833f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.01" OriginalAmount="43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="658804|420940" HotelName="Jinjiang Inn Beijing Wanfeng Road Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1f/6b1f67aa26188e5e4f02f708c6603354fe1aedaa.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="47.08" OriginalAmount="44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.976661010959" Longitude="116.47321569894" StarRating="4" HotelCode="34347|24461" HotelName="Metropark Lido Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiang Tai Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/de/7bdeecf2835cc0a12111d4d1da91b6657f3f4a8b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="49.22" OriginalAmount="46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.023059" Longitude="116.528224" StarRating="3" HotelCode="916488|35956" HotelName="Holiday Inn Express Beijing Airport Zone" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 6 Court Jingshun East Road, Chaoyang District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/91/cd91d164288b0208dc7c7e0f5bd151e65a8e1dd0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="50.13" OriginalAmount="46.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94352083" Longitude="116.41379363" StarRating="2.5" HotelCode="369345|694732" HotelName="Nostalgia Hotel Beijing Confucius Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 20/12/2025" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>57 North 3rd Road, Jiaodaokou Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/8f/888f190175c9110320baf3173cb8c9fc052956c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.12977882" Longitude="116.61564204" StarRating="4" HotelCode="381180|223108" HotelName="Holiday Inn Beijing Airport Zone" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.35 Nanchen Road, Nanfaxin, Shunyi District, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555202daa5c330f0bd7c6b5524d650de16cbcdf8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.29" OriginalAmount="47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.84990083" Longitude="116.38816377" StarRating="3" HotelCode="76809|317906" HotelName="Lavande Hotel Beijing South Railway Station Yangqiao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>88 East Majiabao Road, Fengtai District, 118305 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b0/a9b0067a99dec67dd284926ab29288b2569b096c.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="51.26" OriginalAmount="47.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.929559904308" Longitude="116.23963820905" StarRating="4" HotelCode="931002|589080" HotelName="Holiday Inn Beijing Shijingshan Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>555 Tiancun Road, Shijingshan District, 100049 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a0/4fa0375dc63c1951a2b9712005ac1fdb19678edb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.36" OriginalAmount="48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9226559" Longitude="116.15546659" StarRating="3" HotelCode="779139|375127" HotelName="Holiday Inn Express Beijing Shijingshan Parkview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>68 Shijingshan Road, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/cc/f7cc000704441cec15c4faa83bcebb9d5ebe0ac3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="52.43" OriginalAmount="49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="93654|148202" HotelName="Beijing Dong Dan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>120 Dongdan North Main Street, Dongcheng District, 100005 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0f/600f77948def96061e01f1d12a7e954b48dd6679.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.50" OriginalAmount="50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.930632530056" Longitude="116.37189742496" StarRating="2.5" HotelCode="200735|62433" HotelName="Beijing 161 Beihai Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Xisi North Qi Tiao, 100035 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/9e/d09e5100cb1bef155c7bcf859b821082189d274b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.935231612762" Longitude="116.44559365145" StarRating="3" HotelCode="331071|63875" HotelName="The Sanlitun Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 10, Xingfuyicun, North Gongti Road, 100027	Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fd/3bfd8bd5b1e974da8fb1bc8aa42b0cfe894043ef.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.989484" Longitude="116.404233" StarRating="4" HotelCode="93758|59199" HotelName="Continental Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, Beichen Dong Road, Chaoyang District, Beijing 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/32/82327bb6fed4c6dd6da924697a0811a40d9e8c96.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.57" OriginalAmount="51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973422|350517" HotelName="Lavande Hotels Daguanyuan Guanganmen Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 17, 2 Nancaiyuan Street, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/bb/9bbbf0e4a890784f63af64274788b864e27c2160.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="54.89" OriginalAmount="51.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913494" Longitude="116.400189" StarRating="4" HotelCode="93649|110717" HotelName="Jade Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Nan He Yan Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/02/9902e8e61b14f0971184048534456f6b6f1e6fd5.jpeg</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.941182618819" Longitude="116.43819093704" StarRating="4" HotelCode="114182|61987" HotelName="AC Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Dongzhimen Outer Street, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e0/6de01711e8d45b0f44fbca5374978667e81a756d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97718" Longitude="116.370752" StarRating="2" HotelCode="133413|452343" HotelName="Home Inn Mudianyuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Jia Huayuan Dong Lu, Haidian-Qu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/49/96496781f68c01b7ba4df538309bccfd17773bb8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="55.64" OriginalAmount="52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="697790|513069" HotelName="Lavande Hotel Beijing South Railway Station Muxiyuan Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongluoyuan, Beijing South Station, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/06/d606881849d1ab0e27d90e2387cd4587da738958.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907777557078" Longitude="116.2591534853" StarRating="4" HotelCode="34345|16612" HotelName="Holiday Inn Beijing ChangAn West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Yongding Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/1b/bd1b4905a07ef1a4bc14b03ca9c04965075992f9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="56.71" OriginalAmount="53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.898667" Longitude="116.474035" StarRating="4" HotelCode="166440|49634" HotelName="Mercure Beijing Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16 Jia Xi Da Wang Road, Chao Yang District, 100124 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4d9b1de30c9548ab0fe038883594385473e18.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91881049" Longitude="116.41235023" StarRating="2.5" HotelCode="439789|375150" HotelName="Jinjiang Inn Beijing Wangfujing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>75 Dengshikou Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/a8/baa8e25917fb01308a4347225bd0c802baaf0495.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973418|348026" HotelName="Lavande Hotels Beijing Xueyuan Road Liudaokou Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 2 Shengxi Shopping Center, 8 Xueqing Road, Haidian, 100083 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fb/a3fb3c5bf37bd37a6956c4cc51deb086196c9267.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="57.78" OriginalAmount="54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.084265" Longitude="116.304343" StarRating="3" HotelCode="181111|45440" HotelName="Ramada by Wyndham Beijing North" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>319 Changping Road, Changping District, 102208 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/27/e227e0dd02638c54bba4f7ff5598abb9d9c6d2d9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.931360260475" Longitude="116.43289089203" StarRating="5" HotelCode="10871|24445" HotelName="Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Xinzhong Xijie, Gongti Beilu, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/82/6382b42837d9980334ee574060fb068f9a20450a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.04828937352" Longitude="116.61266876127" StarRating="5" HotelCode="162039|24459" HotelName="Cordis, Beijing Capital Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yi Jing Road, Terminal 3, Capital International Airport, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/zz/4fad0bdb59f865110d2935a220d76e701b3766a9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.85" OriginalAmount="55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89635547" Longitude="116.38317607" StarRating="2" HotelCode="440795|375153" HotelName="Jinjiang Inn Beijing Hepingmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>3 Anpingli, South Xinhua Street, Xicheng District, Peking 100054</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/a3/10a36db07dda04f651cad5350dc06463b4d93db6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="59.00" OriginalAmount="55.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.910097" Longitude="116.411395" StarRating="4" HotelCode="93678|108885" HotelName="North Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218-1 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/70/7570a5ed063a22735612684d0eceb7db49750431.JPEG</HotelPictures>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907053" Longitude="116.448662" StarRating="4" HotelCode="132943|247260" HotelName="Gotel Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, Yongan xili, Jianguo Men Wai Street, Peking 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/31/a731ea80683156aa50fe3b84440668cf81eb42ba.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.99" OriginalAmount="57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="756766|405497" HotelName="Hampton By Hilton Beijing Fangshan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 66th Yanfu Road, Industrial Park East, Fangshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/41/264197f5ea8a8e96c8ae2d19b6d08cd4c128d107.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.06" OriginalAmount="58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.956885" Longitude="116.280265" StarRating="4" HotelCode="111352|35961" HotelName="Aloft Beijing Haidian" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tower 2, No. 25 Yuanda Road, Stadtteil Haidian, Peking 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5b/1b5bc81803be9b191c1f2c7116da64612dcd611f.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.43" OriginalAmount="58.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.879227" Longitude="116.385922" StarRating="3" HotelCode="111289|110371" HotelName="Holiday Inn Express Beijing Temple of Heaven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>36 Nanwei Road, Xuanwu District, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/c9/62c965469a4baab8caf80c379df3bdd390e79cbf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="62.52" OriginalAmount="58.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.789266" Longitude="116.514443" StarRating="3" HotelCode="298611|587331" HotelName="Holiday Inn Express Beijing Yizhuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>1 Building, 10 Courtyard, Ronghua South Road, Ec&amp;tech Development Zone, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9b/309b5b102fd645ef4add5e79bdcd18b8ef17a944.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.02" OriginalAmount="58.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.919113" Longitude="116.411607" StarRating="4.5" HotelCode="34351|88944" HotelName="Crowne Plaza Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Wangfujing Avenue, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7e/877e60fd1e2c770aeb277ec806e40e9e9b106910.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.799581" Longitude="116.503437" StarRating="4.5" HotelCode="395080|35967" HotelName="Jinjiang Fuyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Ronghua Middle Road, Economy Technology Development Area, Beijing 100176</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0f/e90f61e52b9a348e2c632f3f545829d2f11645ee.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.13" OriginalAmount="59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906052819645" Longitude="116.42830131349" StarRating="4" HotelCode="68578|24455" HotelName="Howard Johnson Paragon Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18A Jian Guo Men Nei Avenue, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c3/f8c37fde3d76273d51e342a67c620c6308364cf7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="63.65" OriginalAmount="59.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94528318" Longitude="116.3932495" StarRating="3" HotelCode="705112|691183" HotelName="James Joyce Coffetel (Beijing Gulou)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>47 Jiugulou Street, Xicheng District, Xicheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.16" OriginalAmount="59.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.900180979891" Longitude="116.41070365906" StarRating="4" HotelCode="19466|90719" HotelName="Novotel Beijing Xin Qiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 West Street, Chongwenmen, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/7d/0e7d85a3f23828ade29a0ee5aad342cc04c5dc3b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="111361|59975" HotelName="Holiday Inn Express Beijing Huacai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>16 Guangshun North Street, Wangjing, Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/e5/81e5e4d376719cca6253c08513234c51f986aabe.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.86138" Longitude="116.4142" StarRating="4" HotelCode="34352|7291" HotelName="Holiday Inn Beijing Temple Of Heaven" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Ding An Dong Li, 3rd South Ring Road, 100075 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3259be0869ead90b4e18775301d8823e7be946.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.20" OriginalAmount="60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.31711655" Longitude="116.63092827" StarRating="2" HotelCode="269599|372610" HotelName="Jinjiang Inn Beijing Huairou Qingchun Road" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Internet,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Qingchun Road, 101400 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/09/b809b17a2fcce2fae05fbc5f84a6265b049e4a72.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="64.79" OriginalAmount="60.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.975919746195" Longitude="116.33884996176" StarRating="4" HotelCode="26340|113695" HotelName="Park Plaza Science Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Zhichun Road, Beijing 100083</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/1e/eb1eb5e58bdd172d2a443f691ae9ea5ef2a75409.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.27" OriginalAmount="61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93307" Longitude="116.429449" StarRating="4" HotelCode="93702|59539" HotelName="Poly Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 South Dongzhimen Street, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e6/40e6ac6e6bb140e3bb7b81135be90e330b2bf0f6.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906316742262" Longitude="116.4369893074" StarRating="4" HotelCode="141151|304319" HotelName="Broadcasting Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Jian Guo Men Wai Avenue Jia, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/60/fd604812a8ea78dc7c66a0829d88071f3aa4e2af.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.41" OriginalAmount="63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.951776681012" Longitude="116.46913290024" StarRating="4" HotelCode="133029|60823" HotelName="Guangming Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Liangmaqiao Road, Chaoyang District, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/23/c9234927e0cf7e0c7906012a9fd472f093566559.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="68.48" OriginalAmount="64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.035577" Longitude="116.308699" StarRating="3" HotelCode="79045|148403" HotelName="Holiday Inn Express Shangdi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Shangdi Road, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/de/1bded9ef87c60c23a52761ec054824f6c8098d99.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.902979383665" Longitude="116.42784833908" StarRating="5" HotelCode="888088|24446" HotelName="Beijing Pudi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Jian Guo Men South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/36/1136c2095a1d4f570773b01e733867bc7a113a17.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.55" OriginalAmount="65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="571360|475631" HotelName="Beijing Jinyu Badaling Spa Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 North Guishui Street, 102100 Yanqing, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fc/16fc406280e8c27da3dc7d3b44c580e0fafa76b2.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.62" OriginalAmount="66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.902189" Longitude="116.36864" StarRating="4" HotelCode="317937|4599" HotelName="Grand Mercure Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Xuanwumen Nei Avenue, Xicheng District, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40b304423288f05a869dfd58acac2dbfcc96ae.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="71.20" OriginalAmount="66.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.001222429114" Longitude="116.37135798252" StarRating="4" HotelCode="410136|93301" HotelName="Beijing Ya Ao Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Datun Road, Beishatan, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/fb/f9fb2bc689cd5708d0114a15612c007104e4847c.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.69" OriginalAmount="67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.939031736122" Longitude="116.42135049232" StarRating="3" HotelCode="200744|226193" HotelName="Ming Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>34 Xintaicang Hutong, 100007 Beijing, Dongzhimen District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/27/d027a587276e20d129e61cf31cbbbfeed63ff6bb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="72.76" OriginalAmount="68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.943255" Longitude="116.422993" StarRating="3" HotelCode="93664|24945" HotelName="Traveler Inn Hua Qiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Beixinqiao 3rd Alley, Dongcheng, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/da/a2daf1ea0b7b4d4575912269b4a4d2450c28aa0d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.063006" Longitude="116.550414" StarRating="4.5" HotelCode="409215|24448" HotelName="Crowne Plaza Beijing International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>60 Fuqian 1 Street Tianzhu, Shunyi District, 101312 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/05/9c051be315ff3361e28971d4a2df5fa60050b264.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.957463550275" Longitude="116.45257269783" StarRating="4" HotelCode="497447|148374" HotelName="Grand Metropark Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Beisanhuan East Road, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7c/b87c4bad22cf0aa9cc8c256cbdb5c17830926388.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.83" OriginalAmount="69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.936712" Longitude="116.443571" StarRating="3" HotelCode="173350|60973" HotelName="Holiday Inn Express Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Chunxiu Road, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/38/f7383102c922c7746f52a6d128b1c4c4c6ede8b2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="972784|350507" HotelName="Lavande Hotel Beijing Zhongguancun Renmin University of China Metro Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8A Shuangyushu Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b1/04b16598249e641ff13e4c8ab6e99fdc17f29a5d.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.98995152" Longitude="116.40542787" StarRating="5" HotelCode="78604|375246" HotelName="V-Continent Beijing Parkview Wuzhou Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Bungalow Complex,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 North 4th Ring Middle Road, Chaoyang District, 100010 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a4/55a4a589b3d6c749744c248fc901281e5eb09b03.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.97" OriginalAmount="71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.905650106559" Longitude="116.22133433819" StarRating="5" HotelCode="134762|148743" HotelName="Wanda Realm Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, A-18 Shijingshan Road, Shijingshan Lu, Beijing 100040</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/06/7206a04801918737130b96b53b3049a6b519ffa3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.956530315365" Longitude="116.37586712837" StarRating="4" HotelCode="148897|60268" HotelName="Holiday Inn Beijing Deshengmen" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Deshengmenwai Street, Xicheng District, 100088 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/5f/e75f60a21e7e1d46751885fc4c1fa0cc899536bf.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907869" Longitude="116.417132" StarRating="4" HotelCode="65719|35978" HotelName="Jian Guo Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Jianguomen Nei Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/25/67259ae86a8e9fcfae4a950c2c4c5c72f7cffcbd.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.04" OriginalAmount="72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.049811" Longitude="116.329226" StarRating="5" HotelCode="181156|32607" HotelName="Taishan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 An Ning Bei Li, Xi San Qi, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c7/e4c71ce54b3a13e4f9fbd5e598668d4510603d56.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="77.65" OriginalAmount="72.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90569076007" Longitude="116.4189771914" StarRating="4" HotelCode="904624|147665" HotelName="Inner Mongolia Grand Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chong Wen Inner Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/11/dd11d1befb1c5b5528172706c8374e773c96ebb7.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.11" OriginalAmount="73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914468102346" Longitude="116.41939401627" StarRating="4" HotelCode="395073|35986" HotelName="Xinhai Jinjiang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.61 Jinbao Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a3/dba3cf32eee1628b47cd3db53997855b5f193909.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92038489" Longitude="116.4603464" StarRating="4" HotelCode="111205|247279" HotelName="Jingguang Center Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Hujialou, Chaoyang, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/8f/f88f53e2687732782501d630b8e1b54ef8046e40.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="79.18" OriginalAmount="74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.785415" Longitude="116.509934" StarRating="5" HotelCode="111369|45439" HotelName="Pullman Beijing South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ronghua South Road, Beijing Economic Technological, Development Area, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ceb972745fef964211f6bcae51bc3e2ae514a7.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.79" OriginalAmount="74.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.912575" Longitude="116.46529" StarRating="5" HotelCode="111236|110146" HotelName="Radegast Hotel Beijing Bohao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>15 Guanghua Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/65/cf65d18685bfb019b5ae8a1646c1e5ee9236c778.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.936034" Longitude="116.322021" StarRating="5" HotelCode="76032|35977" HotelName="Nikko New Century" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Southern Road, Capital Gym, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/61/4261c5c27850ac71ab2504b6babf8aa0c461ccb4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="80.25" OriginalAmount="75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93235424" Longitude="116.41478185" StarRating="2" HotelCode="632399|261681" HotelName="Peking Yard Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel,Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Wangzhima Hutong, Dongsi Beidajie, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a6c35e7cd10fd49c374add8604ae321a97a571.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="80.86" OriginalAmount="75.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.935919" Longitude="116.326122" StarRating="4.5" HotelCode="93018|172855" HotelName="Xiyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Sanlihe Road, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/44/4b44f4d24021268296bf8a8736e09530115f7b5a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="82.23" OriginalAmount="76.85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.048900274341" Longitude="116.61956679237" StarRating="5" HotelCode="87268|136309" HotelName="Hilton Beijing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Beijing Capital International Airport, 1 Sanjing Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/58/325894ae43b2bbecc852ee532a8ac32683227e8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.53" OriginalAmount="79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.916933" Longitude="116.406964" StarRating="4" HotelCode="410139|10752" HotelName="Sunworld Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Dengshikou Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/78/4a78770a025aa892efcbe2bf1b916dbe7d82af64.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="84.90" OriginalAmount="79.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.988357990057" Longitude="116.47456169128" StarRating="4" HotelCode="168463|142274" HotelName="Holiday Inn Beijing Focus Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 3 Yard 6 Futong Street, Wangjing Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/84/1584727ba5f14f165dffaf6c85430d1b7e04e7ee.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="85.60" OriginalAmount="80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915826" Longitude="116.452221" StarRating="5" HotelCode="98198|35955" HotelName="Grand Millennium Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fortune Plaza, 7 DongSanHuan Middle Road, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/39/zz/39ad0f77527be25aeab88b2d8113cd3567211ed9.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.88" OriginalAmount="80.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.78197433" Longitude="116.3225199" StarRating="4" HotelCode="855670|718897" HotelName="Hyatt Place Beijing Daxing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>Building 4 Yard 15, Xinya Street, Daxing District, 100162 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/29/cf2951373a4c9c3d3628cb311fc89db51f3a9193.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.67" OriginalAmount="81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.003243089171" Longitude="116.40216350555" StarRating="5" HotelCode="74615|24460" HotelName="Marco Polo Parkside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Anli Road, Chaoyang District, Peking 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3203063de53e4dbe1bd51043b7d99092aed721.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="88.29" OriginalAmount="82.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906245" Longitude="116.360637" StarRating="4" HotelCode="14880|91533" HotelName="Minzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.51 Fuxingmennei Dajie, Xichang District, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/11/e91130686572f19029a3b73669a3cd34ac9154c3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="88.81" OriginalAmount="83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9605435072" Longitude="116.46655797958" StarRating="5" HotelCode="173320|226202" HotelName="Grand Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Xiaoyun Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/bd/7fbd7461aa18b015f1792bcba8e3b4e3c8bce294.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="89.25" OriginalAmount="83.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.944556251733" Longitude="116.45679355225" StarRating="4" HotelCode="93021|98677" HotelName="Beijing Landmark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>8 North Dongsanhuan Road, Chaoyang, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/a4/a6a4d1d4f975dea1da8d3a695c6d8d172af9d199.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="89.88" OriginalAmount="84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.958106907603" Longitude="116.27980908221" StarRating="4" HotelCode="111353|35973" HotelName="Four Points by Sheraton Beijing, Haidian Hotel &amp; Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, 25 Yuanda Road, Haidian District, 100097 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c2/88c2af575bf6bd617fbe6b4c69bdf17504c4e8fd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.95" OriginalAmount="85" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.871453632113" Longitude="116.45801235582" StarRating="5" HotelCode="76794|32606" HotelName="Chang An Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hua Wei Li, Chao Yang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a1/7ba1e209a612c028098b35a2a428462a760c90c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.02" OriginalAmount="86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.978417569394" Longitude="116.47887767096" StarRating="4" HotelCode="933990|61560" HotelName="Crowne Plaza Beijing Lido" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiangtai Road, Building A, Chaoyang District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/fa/eafa105b285a6e5e8a2d50e5043839397e1a4c0f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="94.16" OriginalAmount="88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.932923" Longitude="116.435535" StarRating="5" HotelCode="17571|24469" HotelName="Swissôtel Beijing, Hong Kong Macau Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chao Yang Men Bei Da Jie, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/e3/27e34c2173ec8d4ace58b4a5215ecbd8784811a9.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="95.23" OriginalAmount="89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.23431651" Longitude="116.19582846" StarRating="4" HotelCode="779039|361579" HotelName="Beijing Marriott Hotel Changping" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>29 Nan Kou Road, Cheng Nan Street, Changping District, 102200 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e0/3ee0763547d3d591455851c779944601f91556c2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.87427157" Longitude="116.46956779" StarRating="4" HotelCode="631189|261620" HotelName="Ascott Riverside Garden Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>33A Zhou Zhuang, Jiayuan Dongli, Chaoyang District, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/6e/ab6e12f14b214004626a8dc9799911b91808563a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.970878" Longitude="116.428183" StarRating="4.5" HotelCode="103352|60043" HotelName="Crowne Plaza Beijing Sun Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yunnan Dasha, North-East Corner of Taiyanggong Bridge, Xibahe, North-East 3rd Ring Road, Chaoyang District, Beijing 100028</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/70/a770dc7849b83036ed81ec8b2ccee71c00fba761.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.30" OriginalAmount="90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.857979" Longitude="116.309035" StarRating="5" HotelCode="111312|402053" HotelName="West International Trade Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>16 Fengguan Road, Fengtai, 100071 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/74/4674cfcfabe50e1708d154bf4374bf965c63b121.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.888850290161" Longitude="116.34040390675" StarRating="4" HotelCode="409213|11673" HotelName="DoubleTree by Hilton Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Guang'anmen Wai Main Street, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/58/d1585a5f159535df2ff50df610ccb1f3d51f645d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="97.37" OriginalAmount="91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93384128" Longitude="116.44424029" StarRating="3" HotelCode="965185|226214" HotelName="Sanlitun Xin Xiang Ya Yuan Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Room 605, Unit 2, Yong Li International Plaza, 21 North Gong Ti Road, Chaoyang District, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/cc/b2ccf4ec49d9e3617ad5dff6fd8cba020663ee22.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.44" OriginalAmount="92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.916571" Longitude="116.405527" StarRating="5" HotelCode="135304|8097" HotelName="Sunworld Dynasty" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/48077f3a0e7efdcec90584e7ac8c96a84a3b049b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.931682" Longitude="116.454789" StarRating="4.5" HotelCode="79348|59338" HotelName="Zhaolong Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Gongti Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8484613420ce7cefb9e8d6f0627e566dbe5a70.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="134322|64038" HotelName="Beijing Marriott Hotel Northeast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26A Xiao Yun Road, Chaoyang, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c8/fec8e466a14e63e417be8ece9f4e35d626dc84e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.51" OriginalAmount="93" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.000711782786" Longitude="116.38810873032" StarRating="5" HotelCode="98032|16553" HotelName="InterContinental Beichen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen West Road, Chaoyang District, Beijing 100105</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/16/cb169cfe49fca6adea46977811a9d916933b7bf3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.94912" Longitude="116.464202" StarRating="5" HotelCode="32264|24458" HotelName="Kempinski Lufthansa Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Liangmaqiao Road, 100125 Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ca/a5caf9e725943a78f045a6e7c89cbc1aa2e75dc3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.58" OriginalAmount="94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914410498964" Longitude="116.40960931778" StarRating="4" HotelCode="58467|8084" HotelName="Novotel Beijing Peace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jinyu Hutong, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/fa/5efa70c8919b4e0661789374f769fe00b5920fd4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="102.72" OriginalAmount="96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.904721" Longitude="116.445604" StarRating="5" HotelCode="111218|30134" HotelName="Fairmont Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Yong An Dong Li, Jian Guo Men Wai Avenue, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/e4/b5e447d5849e7e4c451731632532a702cf9e82c4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.95178" Longitude="116.274672" StarRating="4.5" HotelCode="111344|148334" HotelName="Empark Grand Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>No. 69 Banjing Road, Banjing Haidian District, Beijing 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/34/ea34a983b6d4c240cffa819872149909325b7882.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.79" OriginalAmount="97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908526712042" Longitude="116.43279925662" StarRating="4.5" HotelCode="15135|6631" HotelName="New Otani Chang Fu Gong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Jianguomen Wai Street, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b9fc5727af2467b5b4ed5c16089b9d4c0e825.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="104.40" OriginalAmount="97.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97665381" Longitude="116.48071301" StarRating="5" HotelCode="320052|431497" HotelName="NUO Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>2A Jiangtai Road, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/47/d6474bb4bd35b869f0455c1e924e560db48d97b3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.951743782738" Longitude="116.45642995834" StarRating="5" HotelCode="34346|6626" HotelName="Hilton Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Fang/North Dong Sanhuan Rd, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93dc26d0f8f4079c61d634113b4e36b50dcf94.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="104.86" OriginalAmount="98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91126367" Longitude="116.37153066" StarRating="5" HotelCode="571252|229066" HotelName="Pan Pacific Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Hua Yuan Street, Xi Dan, Xicheng Qu, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/99/2599fd1f0490492dc03ed2d1b5c1fe14a261f171.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.93" OriginalAmount="99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.944296" Longitude="116.307824" StarRating="5" HotelCode="17630|45442" HotelName="Shangri-La Hotel, Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Zizhuyuan Road, 100089 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06eda6ce2f2f46d03834ed91821b392e9b389f.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.07" OriginalAmount="101" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.963664258955" Longitude="116.3874489069" StarRating="4.5" HotelCode="132859|59984" HotelName="Gehua New Century Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Gulouwai Avenue, Chaoyang, Beijing 100120</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e7/07e74b9906f67b99ceda48cb68a51fb947f2a92a.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="108.70" OriginalAmount="101.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915389749864" Longitude="116.41313374042" StarRating="4" HotelCode="60357|88945" HotelName="Park Plaza Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Jinbao Street, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7a/d77a41cd2248821ef3db073e4936418aeabd5626.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.14" OriginalAmount="102" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.96703357591" Longitude="116.40902550926" StarRating="5" HotelCode="173782|61490" HotelName="Sheraton Grand Beijing Dongcheng Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 North Third Ring Road East, Dongcheng District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/74/42746ee203cbbd38953085e8b352d1dd2ba686a4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.35" OriginalAmount="105" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909205" Longitude="116.469819" StarRating="5" HotelCode="387594|24468" HotelName="Wanda Vista Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tower C Wanda Plaza – 93 Jianguo Road, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/55/e755e8e2aa51ece81f84ce7128d1f22c87d63eeb.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.06" OriginalAmount="106.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908127" Longitude="116.4103" StarRating="5" HotelCode="59247|89091" HotelName="Beijing Hotel NUO" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Chang'an Avenue, Dongcheng District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/ac/2dacad64a5256713e3e903d9b8f46bc18b2c0e97.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="114.17" OriginalAmount="106.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="168488|2539088" HotelName="Crowne Plaza Chaoyang U-Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Sanfeng North Area, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/2e/292e9a1889d699bf8b33e663025e2be11b5d072b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.56" OriginalAmount="108" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="980776|388250" HotelName="Beijing Yunzen Jinling Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 1 South Lianhuachi Road, Lianhuachi Lu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d8/a8d80f4de8690e3d90aba666f5a8ff83694664a8.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.63" OriginalAmount="109" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.99676276" Longitude="116.48060179" StarRating="4" HotelCode="738781|331390" HotelName="Hyatt Regency Beijing Wangjing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Guangshun South Street, Lei Shing Hong Center, Chaoyang District, 100102 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fc/f0fc0257d902878b280ecb23275833b0a618dcde.PNG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="118.65" OriginalAmount="110.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913378566983" Longitude="116.4515799828" StarRating="5" HotelCode="888299|673377" HotelName="Kerry Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Guang Hua Road, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fe/4bfeddfe7fd3c73c6fed390d61f288c892226e14.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.948368" Longitude="116.459658" StarRating="5" HotelCode="26337|6284" HotelName="Kunlun" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Xin Yuan Nan Lu, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c00dd78a85fcf0abe1d2f1942e9068569f59a6d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.977317414599" Longitude="116.34688854217" StarRating="5" HotelCode="141153|62057" HotelName="Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Xueyuan Road, Haidian, Beijing 100191</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/15/b315c8f49c96ff2998acb1253ddb30d850fcbfc3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.77" OriginalAmount="111" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.991667" Longitude="116.321555" StarRating="5" HotelCode="111412|203144" HotelName="Wenjin Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Gate of Tsinghua University, Chengfu Road, Haidian District, 100084 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/75/c3752c2e6a032f3639681f8a47d82a0ddd7979f6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.92" OriginalAmount="111.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.974488" Longitude="116.316837" StarRating="4.5" HotelCode="111338|121288" HotelName="Crowne Plaza Beijing Zhongguancun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>106 Zhi Chun Road, Haidian District, Beijing 100086</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/aa/32/aa3271f4f979b98f8d16496205c0b0fdce0ac4a4.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.91" OriginalAmount="113" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909338177203" Longitude="116.45942727382" StarRating="5" HotelCode="34350|30611" HotelName="China World Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b669e18b1f029f765d5bd0b4768363027b11bf0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.05" OriginalAmount="115" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.898604381062" Longitude="116.4123500086" StarRating="5" HotelCode="931011|63470" HotelName="New World Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chongwenmen, 8 Qinian Street, Dongcheng District, 100062 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9e303054533482bad31c10c64bd6b66c0a955c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.26" OriginalAmount="118" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="132236|476581" HotelName="Xi Nan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Taiping Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/da/7eda63fdad563ae945dd3bb93d602c4a2e1bf9e3.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.76" OriginalAmount="120.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.921018" Longitude="116.422589" StarRating="4" HotelCode="176681|156269" HotelName="Cote Cour Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>70 Yan Yue hutong, Dong Cheng Qu, 100010 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/20/cf20c07e982e7231d2651c1c0ec98570d89ba8a1.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="129.47" OriginalAmount="121" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.938456" Longitude="116.426539" StarRating="5" HotelCode="900384|62131" HotelName="Ascott Raffles City Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dongzhimen South Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e6/01e6cad6cb9fa0a27289b2b3823d4294b4410860.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.61" OriginalAmount="123" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.896569" Longitude="116.454761" StarRating="5" HotelCode="887962|30613" HotelName="Renaissance Capital Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Dongsanhuan Middle Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f6/6bf6460c5f9987af52f7f9ab679fdfddd5255e54.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.96" OriginalAmount="128" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.907477166716" Longitude="116.40409469604" StarRating="5" HotelCode="26539|59734" HotelName="Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Changan Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f7/b4f714a2840ef540b9873f003db4697c02d29222.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.03" OriginalAmount="129" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.912168" Longitude="116.52595" StarRating="4" HotelCode="134323|60049" HotelName="The Sandalwood Beijing - Marriott Executive Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Jian Guo Road, Chaoyang, 100123 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c2/75c26b419f5af27771e98e1a604ebe50fd03a81a.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.10" OriginalAmount="130" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.903008042485" Longitude="116.40750060852" StarRating="5" HotelCode="936073|59843" HotelName="Sofitel Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomen South Avenue, Chaoyang District, 100022 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/bd/1cbda1c2e505d3ba8a08e21aaa4af6726d5cb950.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="139.39" OriginalAmount="130.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913804" Longitude="116.412594" StarRating="5" HotelCode="111168|116213" HotelName="Legendale Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Jinbao Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/df/56df2b20bce6e594db366df73618865d0ba1613b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="148.73" OriginalAmount="139" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.909262" Longitude="116.433821" StarRating="5" HotelCode="93681|35984" HotelName="The St. Regis Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Jianguomenwai Dajie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/09/da09902c5c33a2bbc4414eeef45bccd70bb07563.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.80" OriginalAmount="140" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91309776117" Longitude="116.46089309856" StarRating="4.5" HotelCode="730490|223112" HotelName="Hotel Jen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/44/12446a9751d2a38b07225cf489b9c2ff22056851.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.07" OriginalAmount="142.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.919352" Longitude="116.449493" StarRating="5" HotelCode="293218|195227" HotelName="Hotel Eclat Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongdaqiao Road, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1f/f61f7e8ab48af188615132fc28fcd9833d80eb3e.JPEG</HotelPictures>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.01" OriginalAmount="143" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90685580713" Longitude="116.39742672443" StarRating="5" HotelCode="336607|8104" HotelName="Grand Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East Chang An Avenue, 100006 Beijing, China</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/a2/fba225d59d83f9e002529fbfd4051f5c626e03dd.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.08" OriginalAmount="144" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.89558164" Longitude="116.37546425" StarRating="5" HotelCode="935122|60903" HotelName="JW Marriott Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Xuanwumenwai Street, Xicheng District, Beijing 100052</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/93/62934ec64de2dfa500b5541aab6aabef104f8ff6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.38617285" Longitude="116.67200435" StarRating="5" HotelCode="375656|150507" HotelName="Sunrise Kempinski Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Jia, Yanshui Road, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/e9/e0e9d58465b4ea5064cc4368e44333c4750addf5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.15" OriginalAmount="145" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.97505061" Longitude="116.35255094" StarRating="5" HotelCode="494457|148739" HotelName="Tylfull Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 1 1 Yard, Xitucheng Road, Haidian District, 100191 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/b5/f3b5f1d9a4e307f707cd4bb59aa5b3492751582c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="163.28" OriginalAmount="152.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.922115" Longitude="116.405054" StarRating="5" HotelCode="16196|101263" HotelName="Prime Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wangfujing Avenue (Wangfujing Dajie), Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/11/94110e5c371271832a19fb93b883d3ed9b7a553a.png</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913299567126" Longitude="116.40715241432" StarRating="5" HotelCode="888098|23274" HotelName="Hilton Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Wangfujing East Street, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/9b/f49bfe29d396cdcea72d821b69f26c84b03a2ac4.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908241" Longitude="116.471772" StarRating="5" HotelCode="73920|24457" HotelName="JW Marriott Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 Jian Guo Road, Chaoyang District, Beijing 100025</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/43/70433f2d5beb9157397935b258be8de43934c152.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.71" OriginalAmount="153" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915805" Longitude="116.360177" StarRating="5" HotelCode="71278|30366" HotelName="The Westin Beijing Financial Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9C Financial Street, XiCheng District, 100140 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/69/e669f706bc76131ead9686d49c73c08cc0ddade6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.99" OriginalAmount="157" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.889068543023" Longitude="116.35422170162" StarRating="4" HotelCode="79321|59325" HotelName="Guanganmen Grand Metropark Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>338 Guang An Men Nei, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e5/eae555e7c57f7f182b2a15ca5e526ef47344abd0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.27" OriginalAmount="161" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915392" Longitude="116.363606" StarRating="5" HotelCode="71203|24465" HotelName="The Ritz-Carlton Beijing, Financial Street" 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,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jin Cheng Fang Street East, Financial Street, 100033 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/0b/590bc5feff7d17afc5645f55f6309529f9586178.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.62" OriginalAmount="166" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.985966" Longitude="116.489634" StarRating="4" HotelCode="181130|63660" HotelName="Grace Beijing 798 Art District" 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>2 706 Art Street Jiuxianqiao, 798 Art District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/70/8570fd103fc46873e1d48c9589380b9dce73b79d.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.76" OriginalAmount="168" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.90973032" Longitude="116.40923411" StarRating="4" HotelCode="931009|62912" HotelName="The Imperial Mansion, Beijing Marriott Executive Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Gate, 1 Xiagongfu Street, Dongcheng District, 100004 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b6/edb639585e94ad070c093a314d944679b3280006.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.80" OriginalAmount="168.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.908316610452" Longitude="116.40835940838" StarRating="5" HotelCode="317935|93175" HotelName="Grand Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 East Chang An Avenue, 100738 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/22/1322327a5b132d261146e1f9849366688caec7e3.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.97" OriginalAmount="171" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.914611" Longitude="116.41242" StarRating="5" HotelCode="410146|20058" HotelName="Regent Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Jinbao Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088f1c8991601b05d5d049510487957420296a8.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="194.74" OriginalAmount="182" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.921192892466" Longitude="116.40984021559" StarRating="4.5" HotelCode="935125|59477" HotelName="Renaissance Beijing Wangfujing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wangfujing Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b2/1fb26eaa2108d61bfaf485d6d63c74e3bf79bde6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.02" OriginalAmount="186" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.927547" Longitude="116.46064" StarRating="5" HotelCode="200697|38265" HotelName="Conrad Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 North Dongsanhuan Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/05/fb05e505a3bdafac4383e3b2fbcb6299890d8cb1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="205.77" OriginalAmount="192.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.950893021418" Longitude="116.46753743453" StarRating="5" HotelCode="200702|181232" HotelName="Four Seasons Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Liang Ma Qiao Road, Chaoyang District, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/22/74221095bc2c0b0f61c3358afda21ac3460ee355.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="209.72" OriginalAmount="196" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913957899279" Longitude="116.357370615" StarRating="5" HotelCode="62362|24466" HotelName="The Ritz-Carlton Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83A Jian Guo Road, Chaoyang District, 100025 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b5/59b53f53580bc427743b69be71edccf557fd8553.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="202" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.93298468" Longitude="116.45152402" StarRating="5" HotelCode="111241|148293" HotelName="CHAO Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 East Workers' Stadium Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7c/1d7cb0e3d3fc40fec630425cfa2828fbac6d2432.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="224.70" OriginalAmount="210" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="40.39410008" Longitude="116.68183419" StarRating="5" HotelCode="320147|150826" HotelName="Yanqi Hotel managed by Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/12/2025" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yanqi Island, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/28/a12842aa858690334e22c4d4810f6bd430ef8337.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="225.77" OriginalAmount="211" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.911810067276" Longitude="116.47346735001" StarRating="5" HotelCode="168486|36015" HotelName="China World Summit Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/29/f72979b2ca6902d7ed53e5daaa2d1d32f7ef554b.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.05" OriginalAmount="215" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.906441" Longitude="116.452964" StarRating="5" HotelCode="111221|24463" HotelName="Park Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomenwai Street, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/72/1a72f5a165fefeec1362b135563d65e6a81b95d1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="256.80" OriginalAmount="240" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.918907706709" Longitude="116.4543945075" StarRating="5" HotelCode="931012|60286" HotelName="Rosewood Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/12/2025" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jing Guang Centre, Hujialou, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6c/806c76c9817da5adff1707cd2b30a7ebe20d0cd9.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.50" OriginalAmount="250" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.933172001181" Longitude="116.45529720031" StarRating="5" HotelCode="433650|148450" HotelName="Intercontinental Beijing Sanlitun" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1 South Sanlitun Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/589094/589094a_hb_a_001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.58" OriginalAmount="294" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="955397|372600" HotelName="Huairou Xiangcun Pushe Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Mutianyu Village, Bohai, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/01/7b01ff75bb9c63e046980777c57c15e2491afc1b.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.07" OriginalAmount="301" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.915488" Longitude="116.411175" StarRating="5" HotelCode="284341|61133" HotelName="Waldorf Astoria Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 18/12/2025" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Jinyu Hutong Wangfujing, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/ca/92cabb807b62bb69af6d154b091378c7a9ed7c8d.JPEG</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="329.56" OriginalAmount="308" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.92398962" Longitude="116.41029594" StarRating="5.5" HotelCode="638017|375238" HotelName="The Puxuan Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Wangfujing Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7b/b37b53a220fb2d886c598e08159d3792f9086a91.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="361.66" OriginalAmount="338" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.913712" Longitude="116.410314" StarRating="5" HotelCode="18400|30612" HotelName="The Peninsula Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Goldfish Lane, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c7/aac7d5a8a4b3d35233892fcd83eb61dfaee9f96c.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.81" OriginalAmount="483" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.948525326812" Longitude="116.45732501062" StarRating="5.5" HotelCode="545778|229070" HotelName="Bulgari Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8 Xin Yuan South Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f468cc722cb9af0382bf384a341cd0d9071159.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="599.20" OriginalAmount="560" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.91217274" Longitude="116.4112282" StarRating="5" HotelCode="785238|452182" HotelName="Mandarin Oriental Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 18/12/2025">
        <Address>
          <AddressLines>
            <AddressLine>269 Wangfujing Street, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530a14531c8df5c125690b29cefce73fc1fd9f3e.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1087.10" OriginalAmount="1015.98" MarkupRule="7.00">
      <BasicPropertyInfo StarRating="5" HotelCode="|D0A757" HotelName="SHANGRI-LA SHOUGANG PARK BEINJING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>BLOCK A 1F-3F;BLOCK B 1F-3F BEIJING</AddressLine>
          </AddressLines>
          <CityName>BEIJING</CityName>
        </Address>
        <HotelPictures>http://www.hotelresb2b.com/images/hoteles/31635_image63172053_0.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1165.23" OriginalAmount="1089" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608184|372614" HotelName="Mutianyu GreatWall Wangshanyuan Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mutianyu 11, Bohai Town, 101405 Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/22/8d2275cebfda6989948ee670648c304fe670d0c0.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access,Kitchen,Swimming Pool,Shopping Arcade,Bicycle Rental,Diet Meals,Garden,Golf,Heated Pool,Nightclub,Beauty Salon,Business Centre,Elevator,Parking,24 Hour Room Service,Concierge,24 Hour Front Desk,Luggage Storage,Coffee Shop,Dry Cleaning,Meeting Room</BasicAmenities>
    <HotelRating>4,5,3,4.5,2,3.5,2.5,1,5.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CONFERENCE HOTEL,BUSINESS HOTEL,APARTMENT HOTEL,COUNTRY HOUSE,CITY HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FINCA,VILLAGE,SPA HOTEL,ECO HOTEL,HOTEL,APARTHOTEL,HOSTELS,BUNGALOW COMPLEX</PropertyType>
  </Filter>
</HotelSearchRS>||True